.aboutBannerWeb {
    width: 100%;
    min-height: 400px;
    object-position: center;
    object-fit: cover;
}
.aboutBannerMob {
    display: none;
}
.customContainer.aboutContainer {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.headParalen {
    width: 35%;
}
/* ==================== */
.experienceContainer {
    margin: 4rem 0;
}
.experienceSlider {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.experienceCard {
    position: relative;
    width: 24%;
    height: 420px;
    overflow: hidden;
    border-radius: 12px;
}
.experienceCardBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cardText {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.cardIcon {
    top: -30px;
    right: -20px;
    border-radius: 50%;
    position: absolute;
    background-color: #0000004f;
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardIcon img {
    height: 60px;
}
/* ================= */
.assistCon {
    margin: 0rem 0 50px;
}
.assistContainer {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.assistIcon {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(87%) saturate(3010%)
        hue-rotate(338deg) brightness(89%) contrast(97%);
}
.assistCard {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.assist-divider {
    width: 1px;
    margin-top: 30px;
    height: 130px;
    background: linear-gradient(162deg, #9c7c29 -137.52%, #fdc02f 87.5%);
}
/* ================== */
.impactCon {
    margin-top: 2rem;
    z-index: 10;
}
.impactContainer {
    margin: 1rem 0;
    box-shadow: 4px 4px 17px 0px #00000040;
    border: 1px solid #a41a1f;
    border-radius: 12px;
    padding: 5rem 8rem;
    text-align: center;
    background: #fff url(../images/aboutBG/wave.webp) no-repeat;
    background-size: 100% 100%;
}
.impactCardsContainer {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 4;
}
.impactCard {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.impactCard h6 {
    color: #a41a1f;
}
.impactCard h5 {
    color: #000;
}
.redbg {
    background: #a41a1f;
}

.tree {
    position: absolute;
    bottom: 1rem;
    left: 6rem;
    height: 230px;
}
/* =================== */
.visionBg {
    width: 100%;
    margin-top: -30px;
    /* margin-top: -300px; */
    /* min-height: 100vh; */
}
.visionContainer {
    position: absolute;
}
.visionItemBox {
    margin-top: -8rem;
    margin-left: 30%;
}
.map-is {
    gap: 60px;
}

.visionweb {
    width: 100%;
    z-index: -1;
}
.visionmob {
    display: none;
}

.ourvisionContainer {
    padding-top: 80px;
}

.visioncontent {
    width: 60%;
    text-align: center;
    margin-bottom: 20px !important;
}
/* ========================= */
.missionBg {
    width: 100%;
}
.missionContainer {
    flex-direction: column;
}
.missionIcon {
    height: 50px;
}
/* ======================= */
.valueContainer {
    margin: 5rem 0;
}
.corevalueweb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 16px;
}

.corevalueweb .slideshow {
    width: 610px;
    height: 411px;
    position: relative;
    overflow: hidden;
}

.corevalueweb .slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fill box, crop overflow */
    display: block;
}
.corevaluemob {
    display: none !important;
}
.progress-core-value {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
    margin: 20px 0;
}
.progress-bar-core-value {
    height: 100%;
    width: 2%;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border-radius: 6px;
}
.corevalueweb {
    width: 70%;
}
.corevalueweb .content {
    width: 50%;
}
.slideshow {
    width: 50%;
}
@keyframes fillBar {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
.progress-bar-core-value.active {
    animation: fillBar 1s linear forwards;
    width: 100%;
}
/* .student-first {
    animation-delay: 0s;
}
.transparency {
    animation-delay: 5s;
}
.access-for-all {
    animation-delay: 10s;
}
.innovation {
    animation-delay: 15s;
}
.impact {
    animation-delay: 20s;
} */

.chhoseSlider {
    margin-top: 3rem;
}
.choseCard {
    display: flex;
    align-items: flex-start;
}

.choosebody {
    padding: 0 80px 0 30px;
    width: 100%;
    height: auto;
}
.choseEven {
    margin-top: 2rem;
    align-items: flex-end !important;
}
.visionbg-mb {
    display: none;
}
.missionBgMobile {
    display: none;
}
.ourMissionSec {
    background: url(../images/aboutBG/mission-bg.webp) no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0;
}
.chPic {
    width: 100%;
    height: auto;
    border: 2px solid #a41a1f;
    border-radius: 12px;
    overflow: hidden;
}
.chooseImg {
    height: 420px;
    object-fit: cover;
    width: 102% !important;
}
/* =-================== */
.joinTeamContainer {
    margin: 0 0 80px 0;
    width: 100% !important;
}

.joinTeamContainer .our-team {
    padding: 0 5%;
}
.team-carousel {
    padding-left: 5%;
}
.teamSliderMob {
    display: none !important;
}
.teamContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.teamCard .teamCardBox {
    border-radius: 12px;
    border: 1.5px solid #a41a1f;
    cursor: pointer;
    position: relative;
    align-items: stretch;
    height: 500px;
    overflow: visible;
}
.teamCard1 {
    background: linear-gradient(135deg, #23915a, #054b28);
}
.teamCard2 {
    background-color: #555555;
}
.teamCard3 {
    background-color: #222222;
}
.teamCard4 {
    background-color: #a41a1f;
}
.teamCard {
    border-radius: 12px;
    position: relative;
    height: 500px;
    overflow: visible;
}
.teamCard img {
    /* width: 100%; */
    /* max-height: 450px; */
    height: 90%;
    object-fit: contain;
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease-in-out;
}
.teamCard .contentItemBox {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    background: #00000099;
    padding: 20px;
    border-radius: 12px;
    min-height: 200px;
    bottom: -110px;
    transition: 0.3s;
}
.teamCard:hover .teamCardBox img {
    transform: scale(1.2);
    transform-origin: bottom;
    transition: 0.3s;
}
.teamCard .contentItemBox p.titel16 {
    display: none;
}
.teamCard:hover .contentItemBox p.titel16 {
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    padding: 50px 0 0 0;
}
.owl-carousel .owl-item {
    z-index: -10 !important;
}
.teamCard:hover .contentItemBox {
    bottom: 0;
    transition: 0.2s;
}

.teamCard .hoverContentItemBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* .hoverContentItemBox .close {
    position: absolute;
    left: 450px;
    top: 20px;
    cursor: pointer;
    width: 45px !important;
    height: 45px;
    background-color: #a41a1f;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* ============= */
.foundboxContainer {
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.bgFound {
    width: 100%;
}
.foundboxElement {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(
        0deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    justify-content: space-between;
}
.sideBox {
    margin-bottom: 2rem;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.faceBtnItem {
    height: 143px;
    width: 143px;
    border-radius: 50%;
    cursor: pointer;
}
.faceBtnItem img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.faceBtnItem img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.midBox {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-box {
    max-width: 600px;
    background: #ffffff69;
    border: 1px solid #555555;
    border-radius: 12px;
    padding: 20px 30px 30px 30px;
    position: relative;
}
.profile-top {
    margin-top: -80px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.profile-details {
    margin-bottom: 1rem;
}
.profile-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
.linkedin-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.linkedin-icon img {
    width: 50px;
    height: 50px;
}

.leadership {
    width: 60%;
    text-align: center;
}
.missionsection {
    background-image: url("../images/missionbackground.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    /* height: 852px; */
    /* margin: 60px 0; */
    border-radius: 12px;
    border: 1px solid #a41a1f;
    margin: -80px auto 0px auto;
    z-index: 1000 !important;
    padding: 75px 67px;
}
.missionsection h6 {
    max-width: 450px;
    margin-top: 10px;
}
.teamSliderMob .owl-nav,
.teamSlider .owl-nav {
    margin-top: 30px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.teamSliderMob .owl-nav button,
.teamSlider .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a41a1f !important;
    color: #ffffff !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teamSliderMob .owl-nav button span,
.teamSlider .owl-nav button span {
    font-size: 32px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 6px;
}
.content > div h5 {
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
}

.content > div.active h5 {
    display: block;
    opacity: 1;
}

/* ---- */
@media screen and (max-width: 1660px) {
    .tree {
        left: 5.5rem;
        height: 200px;
    }
    .visionItemBox {
        margin-top: -8rem;
        margin-left: 40%;
    }
    .headParalen {
        width: 45%;
    }
}
@media screen and (max-width: 1440px) {
    .headParalen {
        width: 50%;
    }
    .experienceCard {
        height: 350px;
    }
    .cardIcon {
        top: -30px;
        right: -20px;
        height: 150px;
        width: 150px;
    }
    .cardIcon img {
        height: 40px;
    }
    .cardText {
        bottom: 1.3rem;
        left: 1.3rem;
    }
    .assistCard {
        width: 22%;
    }
    .impactContainer {
        padding: 3rem 6rem;
    }
    .visionItemBox {
        margin-left: 45%;
    }
    .sideBox {
        margin-bottom: 1rem;
    }
    .missionContainer h6.titel20 br {
        display: none;
    }
    .tree {
        left: 4.5rem;
    }
    .corevalueweb {
        width: 80%;
    }
    .teamSliderMob .owl-nav button span,
    .teamSlider .owl-nav button span {
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 1280px) {
    .experienceCard {
        height: 300px;
    }
    .cardIcon {
        top: -20px;
        right: -10px;
        height: 120px;
        width: 120px;
    }
    .chooseImg {
        width: 250px !important;
    }
    .cardIcon img {
        height: 40px;
    }
    .cardText.titel28 {
        font-size: 22px;
    }
    .assistIcon {
        height: 40px;
    }
    .assistCon .titel20 {
        font-size: 18px;
    }
    .assistCon .titel20 br {
        display: none;
    }
    .assistCard .titel18 {
        font-size: 16px;
    }
    .assistCard {
        width: 23%;
    }
    .visionBg {
        margin-top: -100px;
    }
    .visionItemBox {
        margin-left: 40%;
    }
    .visionItemBox h6 br {
        display: none;
    }
    .missionBg {
        height: 600px;
        object-fit: cover;
        object-position: right;
    }
    .assistCon {
        margin: 2rem 0;
    }
    .tree {
        left: 4rem;
    }
    .impactContainer {
        padding: 3rem;
    }
    .sideBox {
        width: 25%;
    }
    .faceBtnItem {
        height: 110px;
        width: 110px;
    }
    .midBox {
        width: 48%;
    }
    .teamCard .teamCardBox,
    .teamCard {
        height: 430px;
    }
    .corevalueweb {
        width: 90%;
    }
    .corevalueweb .content {
        width: 60%;
    }
}
@media screen and (max-width: 1080px) {
    .aboutContainer h2.titel32 {
        font-size: 28px;
        margin-top: 6px !important;
    }
    .aboutContainer h6.titel16 {
        margin-top: 8px !important;
    }

    .tree {
        left: 1.7rem;
    }
    .impactContainer {
        padding: 2rem;
    }
    .chooseImg {
        width: 200px !important;
    }
    .choosebody {
        padding: 0 0.5rem;
    }
    .choseCard .choosebody h5.mt-3 {
        margin-top: 0.5rem !important;
    }
    .profile-img {
        width: 130px;
        height: 130px;
    }
    .profile-box {
        padding: 10px 16px 16px 16px;
    }
    .profile-top {
        margin-top: -60px;
        gap: 16px;
    }
    .linkedin-icon img {
        width: 40px;
        height: 40px;
    }
    .faceBtnItem {
        height: 80px;
        width: 80px;
    }
    .bgFound {
        margin-bottom: 50px;
    }
    .foundboxElement {
        background: linear-gradient(
            0deg,
            #ffffff 40%,
            rgba(255, 255, 255, 0.5) 100%,
            rgba(255, 255, 255, 0) 100%
        );
    }
    .teamSliderMob .owl-nav button span,
    .teamSlider .owl-nav button span {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 990px) {
    .corevalueweb {
        width: 100%;
    }
    .corevalueweb {
        gap: 16px;
    }
    .corevalueweb .content {
        width: 70%;
    }
    .aboutContainer .titel36 {
        font-size: 28px;
    }
    .chooseImg {
        width: 150px !important;
    }
    .experienceSlider {
        flex-wrap: wrap;
    }
    .experienceCard {
        width: 49%;
        height: 280px;
        margin-bottom: 1rem;
    }
    .experienceContainer {
        margin: 2rem 0;
    }
    .assistContainer {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .assistCard {
        width: 49%;
    }
    .longWid {
        width: 100%;
        height: 1px;
        margin-bottom: 1.5rem;
    }
    .visionBg {
        margin-top: 0px;
    }
    .map-is {
        height: 40px;
    }
    .impactCardsContainer {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .impactCard {
        width: calc(50% - 1rem);
        margin-bottom: 1rem;
    }
    .missionIcon {
        height: 40px;
    }
    .experienceSlider .experienceCard:nth-child(3) {
        order: 4;
    }
    .experienceSlider .experienceCard:nth-child(4) {
        order: 3;
    }
    .linkedin-icon img {
        width: 30px;
        height: 30px;
    }
    .linkedin-icon {
        top: 10px;
        right: 10px;
    }
    .sideBox {
        width: 22%;
    }
    .midBox {
        width: 55%;
    }
    .teamSlider .owl-nav button {
        width: 50px;
        height: 50px;
    }
    .teamSlider .owl-nav button span {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .valueContainer {
        margin: 28px 0;
    }
    .joinTeamContainer br {
        display: none;
    }
    .foundboxElement {
        flex-wrap: wrap;
    }
    .midBox {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .sideBox:first-child {
        order: 2;
        width: 50%;
    }
    .sideBox:last-child {
        order: 3;
        width: 50%;
    }
    .faceBtnItem {
        height: 100px;
        width: 100px;
    }
    .bgFound {
        margin-bottom: 250px;
    }
    .foundboxElement {
        background: linear-gradient(
            0deg,
            #ffffff 80%,
            rgba(255, 255, 255, 0.5) 100%,
            rgba(255, 255, 255, 0) 100%
        );
    }
    .linkedin-icon img {
        width: 40px;
        height: 40px;
    }
    .foundingContainer h6 br {
        display: none;
    }
    .foundingContainer {
        padding: 0 2.5%;
    }
    .missionsection {
        background-image: url("../images/missionBackgroundmob.webp");
        min-height: 500px;
        padding: 40px 30px;
    }

    .missionsection h2 {
        font-size: 42px;
    }

    .corevalueweb {
        display: none;
    }

    .corevaluemob {
        display: block !important;
    }
    .teamSliderMob .owl-nav button span,
    .teamSlider .owl-nav button span {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 766px) {
    .aboutBannerWeb {
        display: none;
    }
    .aboutBannerMob {
        display: block;
        width: 100%;
        max-height: 900px;
        object-fit: cover;
        object-position: bottom;
    }
    .customSection.firstSection {
        justify-content: flex-end;
        background: #111111;
        min-height: 700px;
    }
    .headParalen {
        width: 100%;
    }
    .customContainer.aboutContainer {
        /* text-align: center; */
        text-align: left;
        /* align-items: center; */
        align-items: flex-start;
        justify-content: center;
        top: 130px;
    }
    .missionBg {
        height: 700px;
        display: none;
    }
    .customSection.ourMissionSec {
        justify-content: flex-start;
    }
    .missionContainer {
        margin: 3rem 0;
    }
    .missionContainer .row .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .aboutContainer h6 br {
        display: none;
    }
    .tree {
        left: inherit;
        right: 0;
    }
    .missionBgMobile {
        display: block;
        width: 100%;
        height: auto;
    }
    .customSection.firstSection .block {
        display: initial;
    }
}
@media screen and (max-width: 720px) {
    .aboutBannerMob {
        max-height: 700px;
    }
    .customSection.firstSection {
        min-height: 700px;
    }
    .chooseImg {
        width: 200px !important;
    }
    .vs-bg,
    .ourMissionSec {
        overflow-x: hidden;
    }
    .choseCard {
        flex-wrap: wrap;
    }
    .choosebody {
        width: 50%;
    }
    .choosebody {
        width: 100% !important;
        margin-top: 10px;
    }
    .chooseImg {
        width: 100% !important;
    }
    .choseCard .choosebody h5.mt-3 {
        margin-top: 0.2rem !important;
    }
    .visionBg {
        width: 187%;
    }
    .visionbg-mb {
        display: block;
        width: 100%;
    }
    .visionItemBox {
        margin-left: 30%;
    }
    .visionItemBox h6 br {
        display: none;
    }
    .visionItemBox h6.titel20.brownColor.fontInter {
        color: #003f54;
    }
    .customSection.firstSection {
        margin-top: 85px !important;
    }
}
@media screen and (max-width: 600px) {
    .customSection.firstSection {
        margin-top: 130px !important;
    }
    .aboutContainer h2.titel32 {
        font-size: 24px;
        margin-top: 6px !important;
    }
    .aboutBannerMob {
        max-height: 700px;
    }
    .aboutBannerMob {
        max-height: 700px;
    }
    .customSection.firstSection {
        min-height: 500px;
    }
    .customContainer.aboutContainer {
        top: 50px;
    }
    .customContainer h2.titel64 {
        font-size: 32px;
    }
    .experienceCard {
        height: 250px;
        margin-bottom: 6px;
    }
    .cardText.titel28 {
        font-size: 18px;
        left: 9px;
        padding: 0 15px 0 7px;
    }
    .assistCon .titel20 {
        font-size: 16px;
    }
    .impactContainer {
        padding: 30px 20px;
    }

    .aboutContainer .titel36 {
        font-size: 24px;
    }
    .chooseImg {
        width: 100% !important;
    }
    .choosebody {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .ourMissionSec {
        background: url(../images/aboutBG/mission-mobile-bg.webp) no-repeat
            center;
        background-size: 100% 100%;
        padding: 30px 0;
    }
    .ourMissionSec h6 .block {
        display: initial;
    }
    .impactContainer {
        background: #fff;
    }
    .customSection.firstSection h6 {
        font-size: 14px !important;
    }
    .customSection.firstSection .titel64 {
        font-size: 42px;
    }
    .customSection.firstSection .titel24 {
        font-size: 24px;
    }
    .chooseImg {
        height: 320px;
        object-fit: cover;
    }
    .teamSlider {
        display: none !important;
    }
    .teamSliderMob {
        display: block !important;
    }
    .faceBtnItem {
        height: 80px;
        width: 80px;
    }
    .profile-box {
        width: 95%;
    }
    .bgFound {
        margin-bottom: 340px;
    }
    .profile-top {
        gap: 10px;
        margin-top: -45px;
    }
    .profile-img {
        width: 100px;
        height: 100px;
    }

    .visionweb {
        display: none;
    }
    .visionmob {
        display: block;
        width: 100%;
    }

    .ourvisionContainer {
        padding-top: 40px;
    }
    .visioncontent {
        width: 90%;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .colBox {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .teamSliderMob {
        margin: 0 2.5%;
        width: 95% !important;
    }
    .teamCard .teamCardBox {
        height: 350px;
    }
    .teamCard {
        overflow: hidden;
        height: 350px;
    }
    .teamCard .contentItemBox {
        padding: 10px;
    }
    .teamCard img {
        height: 350px;
    }
    .owl-carousel.owl-drag .owl-item {
        padding: 0 !important;
    }
    .teamCard img {
        height: 330px;
    }
    .contentItemBox h5.titel18 {
        font-size: 16px !important;
    }
    .contentItemBox p.titel18,
    .contentItemBox h6.titel18 {
        font-size: 14px !important;
    }
    .contentItemBox p.titel16.mt-3 {
        font-size: 14px !important;
        margin-top: 10px !important;
    }
    .teamCard .contentItemBox {
        min-height: 175px;
    }
    .teamCard:hover img.teamImg {
        transform: none;
    }
    .foundingContainer h6.titel20 {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 500px) {
    .aboutBannerMob {
        max-height: 650px;
    }
    .customSection.firstSection {
        min-height: 430px;
    }
    .contentItemBox h6.titel18 {
        font-size: 16px !important;
    }
    .foundboxElement {
        position: relative;
    }
    .bgFound {
        margin-bottom: 0;
    }
    .faceBtnItem {
        height: 70px;
        width: 70px;
    }
    .profile-box {
        padding: 10px;
    }
    .linkedin-icon img {
        width: 30px;
        height: 30px;
    }
    .profile-img {
        width: 80px;
        height: 80px;
    }
    .profile-box p.titel16 {
        font-size: 14px !important;
    }
    .profile-details {
        margin-bottom: 0;
    }
    .profile-top {
        gap: 10px;
        margin-top: -30px;
    }
    .teamSliderMob .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .teamSliderMob .owl-nav button span {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .teamCard .teamCardBox {
        height: 290px;
    }
    .teamCard {
        height: 290px;
    }
    .teamCard img {
        height: 90%;
    }
    .teamSliderMob .owl-nav {
        width: 100%;
    }
    .missionsection {
        /* margin: 30px auto; */
        min-height: 400px;
        padding: 30px 20px;
    }
    .chhoseSlider {
        margin-top: 1.5rem;
    }
    .profile-details p.titel18 {
        font-size: 14px;
        margin-top: 0 !important;
    }
    .joinTeamContainer {
        margin: 0px 0 30px 0;
    }
    .our-team h5.titel24,
    .our-team h6.titel20 {
        margin-top: 8px !important;
    }
    .teamSliderMob.mt-5 {
        margin-top: 1.5rem !important;
    }
    .teamCard .contentItemBox {
        min-height: 175px;
    }
    .contentItemBox p.titel16.mt-3 {
        font-size: 12px !important;
        line-height: 12px;
    }
    .valueContainer {
        margin: 2rem 0 10px 0;
    }
    .missionsection h6 {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .aboutContainer h2.titel32 {
        font-size: 20px;
        margin-top: 0px !important;
    }
    .choseCard {
        flex-direction: column;
        gap: 1rem;
    }
    .aboutBannerMob {
        max-height: 600px;
    }
    .customSection.firstSection {
        min-height: 500px;
    }

    .choseEven {
        flex-direction: column-reverse;
    }
    .chooseImg {
        height: 300px;
        object-fit: cover;
        width: 100% !important;
    }
    .impactCard {
        width: 100%;
    }

    .teamCard .teamCardBox {
        height: 210px;
    }
    .teamCard {
        height: 210px;
    }
    .teamCard img {
        height: 90%;
    }
    .contentItemBox h5.titel18 {
        font-size: 12px !important;
    }
    .contentItemBox p.titel18,
    .contentItemBox h6.titel18 {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .aboutContainer h6.titel16 {
        font-size: 22px;
    }
    .choosebody h5.titel16 {
        font-size: 22px;
    }
    .choosebody h3.titel18 {
        font-size: 24px;
    }
    .profile-box {
        max-width: 700px;
    }
    .teamCard .contentItemBox {
        bottom: -80px;
    }
    .missionsection h6 {
        font-size: 36px;
        max-width: 600px;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .aboutContainer h1.titel64 {
        font-size: 94px;
    }
    .aboutContainer h2.titel32 {
        font-size: 42px;
    }
    .aboutContainer h6.titel16 {
        font-size: 26px;
    }
    .visionItemBox {
        margin-left: 34rem;
    }
    .choosebody h5.titel16 {
        font-size: 26px;
    }
    .choosebody h3.titel18 {
        font-size: 28px;
    }
    .profile-box {
        max-width: 700px;
    }
    .teamCard .contentItemBox {
        bottom: -60px;
    }
    .our-team .teamCard .teamCardBox {
        height: 700px;
    }
    .teamCard {
        height: 700px;
    }
    .experienceCard {
        height: 460px;
    }
    .cardIcon {
        height: 200px;
        width: 200px;
    }
    .cardIcon img {
        height: 80px;
    }
    .impactCard h5.titel20 {
        font-size: 38px;
    }
    .faceBtnItem {
        height: 230px;
        width: 230px;
    }
    .profile-box {
        max-width: 800px;
    }
    .linkedin-icon img {
        width: 70px;
        height: 70px;
    }
    .foundingContainer h2.titel64 {
        font-size: 94px;
    }

    .customContainer .visionItemBox .titel20 {
        font-size: 24px !important;
    }
    .missionsection h6 {
        font-size: 36px;
        max-width: 1000px;
    }
}

@media screen and (min-width: 3501px) {
    .aboutContainer h1.titel64 {
        font-size: 124px;
    }
    .aboutContainer h2.titel32 {
        font-size: 48px;
    }
    .aboutContainer h6.titel16 {
        font-size: 38px;
    }
    .assistCard h6.titel18 {
        font-size: 36px;
    }
    .impactCard h6.titel64 {
        font-size: 86px;
    }
    .impactCard h5.titel20 {
        font-size: 48px;
    }
    .impactCard p.titel16 {
        font-size: 38px;
    }

    .visionItemBox {
        margin-left: 50rem;
    }

    .valueContainer h2.titel64 {
        font-size: 84px;
    }

    .choosebody h5.titel16 {
        font-size: 36px;
    }
    .choosebody h3.titel18 {
        font-size: 38px;
    }
    .foundingSection {
        padding-top: 2rem;
    }
    .profile-box {
        max-width: 900px;
    }
    .contentItemBox .titel18 {
        font-size: 38px;
    }
    .content .titel18 {
        font-size: 38px;
    }
    .experienceCard {
        height: 550px;
    }
    .cardIcon {
        height: 250px;
        width: 250px;
    }
    .cardIcon img {
        height: 100px;
    }
    .foundingContainer h2.titel64 {
        font-size: 94px;
    }
    .impactCard h5.titel20 {
        font-size: 38px;
    }
    .faceBtnItem {
        height: 350px;
        width: 350px;
    }
    .profile-box {
        max-width: 1200px;
    }
    .linkedin-icon img {
        width: 90px;
        height: 90px;
    }
    .profile-box p.titel16 {
        font-size: 40px;
    }
    .profile-img {
        width: 220px;
        height: 220px;
    }
    .profile-details p.titel18 {
        font-size: 32px;
    }
    .customContainer .visionItemBox .titel20 {
        font-size: 40px !important;
    }
    .corevalueweb .slideshow {
        width: 910px;
        height: 600px;
        position: relative;
        overflow: hidden;
    }
    .teamSlider {
        margin-top: 60px;
    }
    .teamCard .contentItemBox {
        bottom: -60px;
    }
    .teamCard .teamCardBox {
        height: 900px;
    }
    .teamCard {
        height: 900px;
    }
    .missionsection {
        padding: 100px 67px;
    }
    .missionsection h6 {
        font-size: 40px;
        max-width: 1200px;
    }
}
