.about-us {
    min-height: 600px;
    width: 100%;
    overflow: hidden;
}


.about-us .content {
    position: relative;
    margin-top: 3rem;
}



.about-us .content #img-head {
    min-width: none;
    max-height: 95%;
    object-fit: cover;
}

.text-overview1 {
    position: relative;
    text-align: justify;
    color: #2A2C7D;
    font-family: Montserrat;
    font-size: 28px;
}

.text-overview2 {
    position: relative;
    text-align: justify;
    color: #2A2C7D;
    font-family: Montserrat;
    font-size: 28px;
}

.about-us .content #p1 {
    position: absolute;
    margin-left: 2rem;
    top: 10%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    color: #434343;
    width: 50%;
    font-family: Montserrat;
    font-size: 28px;

}

.about-us .content #p2 {
    font-size: 20px;
    position: relative;
    padding-left: 0%;
    display: flex;
    transform: translateX(0);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10rem !important;
}

/* .about-us .content #p2 .p2 {
    margin-bottom: 48px;
    font-size: 16px;
} */


.about-us .content #p3 {
    font-size: 20px;
    position: absolute;
    left: 1rem;
    margin-top: -13rem;
    margin-left: 2%;
    width: 30%;
    text-align: justify;
}

/* .about-us .content #p3 .p3 {
    font-size: 16px;
    margin-top: -3rem;
} */

.our-partner img {
    width: 165px;
    height: 117px;
    flex-shrink: 0;

}

.our-value {
    background: url('../../img/our_value2.webp') no-repeat center center;
    background-size: 90%;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.our-value .content-value {
    margin-left: 9rem;
}

.our-value .border-left {
    position: absolute;
    /* margin-top: 41%; */
    bottom: 3rem;
    left: -1rem;
    z-index: 2;
}

.our-value .border-right {
    position: absolute;
    margin-top: 5%;
    right: 0rem;
    z-index: 2;
    overflow: hidden;
    max-width: 100%;
}

.our-value .card {
    border: none;
    background: white;
    border-radius: 26px;
    width: 380px;
    height: 195px;
    margin-top: 30px;
    padding: .5rem;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.our-value .img-value {
    width: 34px;
    height: 34px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.our-value .card .value-body {
    padding: 0 0 0 1rem;
}

.founder .info .ceo-name,
.ceo-title,
.ceo-content {
    margin-bottom: 2.5rem;
}

.founder .info .ceo-name {
    margin-top: 1rem;
    text-align: justify;
}

.founder .info .ceo-title {
    text-align: justify;
    margin-top: -2rem
}

.founder .info .ceo-content {
    text-align: justify;
}

.founder .info .ceo-content .body {
    padding-left: .5rem;
    margin-top: -2vh
}

.our-value .tittle-value {
    color: var(--blue-secondary, #2A2C7D);
    width: 100%;
    text-align: center;
}

s svg {
    width: 100%;
    height: auto;
}

.ceo-image-container {
    height: 280px;
    width: 280px;
    border-radius: 50% !important;
    overflow: hidden;
    position: relative;
}

.ceo-image-container img {
    width: 100%;
    object-fit: cover;
    position: absolute;
}

/* parallax */

.parallax {
    background: url('../../img/eai-team.webp') no-repeat top center;
    position: relative;
    background-size: cover;
    background-position: top;
    min-height: 80vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* overview */

/* .overview-bg-title span {
    font-family: Roboto;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 100px;
    line-height: 1em;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 0.3px rgb(215, 215, 215);
} */

/* .overview-bg-title {
    display: flex;
    width: 100%;
    justify-content: center;
} */

.overview-title p {
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 45px;
    margin-bottom: 20px;
}

.about-text .container {
    background: #E8ECF3;
    padding: 5rem;
    border-radius: 15px;
    color: #2A2C7D;
}

.about-text .container

/* board of trustees */
.bot-card {
    width: 25rem;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: none;
    transition: transform 0.5s ease-in-out;
}

.bot-card:hover {
    transform: translateY(-10px);
}

.bot-card img {
    height: 26rem;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.bot-card:hover img {
    transform: scale(1.1);
}

.bot-card-body {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    background: rgba(201, 169, 68, 0.8);
    padding: 20px;
    text-align: center;
    transition: bottom 0.5s ease-in-out;
}

.bot-card-body h5,
.bot-card-body p {
    color: #fff;
}

.bot-card:hover .bot-card-body {
    bottom: 0;
}

/* end board of trustees */

/* our team */

.our-team-card {
    width: 20rem;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: none;
}

.team-quotes {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    align-items: center;
    top: 10%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.our-team-card:hover .team-quotes {
    opacity: 1;
}

.img-overlay-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-overlay-wrapper img {
    background: #dfdfdf;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.img-overlay-wrapper:hover img {
    transform: scale(1.1);
}

.img-overlay-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease-in-out;
}

.our-team-card:hover .img-overlay-wrapper::after {
    background: rgba(0, 0, 0, 0.4);
}

.section-2 .our-team-card .img-overlay-wrapper {
    object-position: top;
    height: 17rem;
    width: 100%;
    object-fit: cover;
}

.our-team-card .card-title {
    color: #C9A944;
}

.our-team-card .card-content {
    color: rgb(139, 139, 139);
    font-style: italic;
}

.icon-social-media {
    width: 2rem;
    height: 2rem;
    color: #434343;
}

/*  */

@media (min-width: 1400px) {
    .our-value .content-value {
        margin-left: 10rem;
    }

    .col-1400-4 {
        flex: 0 0 auto;
        width: 42.55555555% !important;

    }
}

@media (min-width: 1590px) {
    /* .our-value .content-value {
        margin-left: 20%;
    } */

    .col-max-4 {
        flex: 0 0 auto;
        width: 42.55555555% !important;
    }
}
