﻿
body {
    background-color: #fff;
}

footer {
    margin: 0;
}

.office-img img {
    width: 100%;
    border-radius: 8px;
}

.company-details p {
    line-height: 24px;
    font-size: 14px;
}

h2.page-titles {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
}

.title-quote {
    text-align: center;
    color: #707070;
}

.company-profile-img {
    display: flex;
    justify-content: center;
}

.ourteam-div {
    display: flex;
    margin-top: 30px;
    column-gap: 25px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.leadership-team {
    background-color: #ffefea;
    padding: 40px 0;
}

ul.pdf-links {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin: 30px 0;
}

    ul.pdf-links a i {
        font-size: 20px;
    }

    ul.pdf-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }

.company-profile-div {
    padding: 50px 0;
}

.m-degignations {
    color: #707070;
}

.m-name {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 500;
}

.member-details p {
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleText {
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
}

.company-profile-img img {
    width: 100%;
}

.histry-list {
    background-image: url('../../images/web/history-image.png');
    background-repeat: no-repeat;
    height: 488px;
    width: 100%;
    background-position: center;
    padding-top: 35px;
    margin-top: 80px;
}

.history-years {
    min-height: 130px;
    display: flex;
    flex-flow: column;
    row-gap: 5px;
    justify-content: center;
}

.histry-list .history-column:nth-child(odd) .history-years {
    padding-right: 100px;
    margin-top: -65px;
    align-items: flex-end;
    text-align: right;
}


.histry-list .history-column:nth-child(even) .history-years {
    padding-left: 100px;
}

.histry-list .history-column:first-child .history-years {
    min-height: unset;
    padding-right: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #244d72;
}

.history-years .year {
    font-size: 20px;
    font-weight: 600;
}

.histry-list .history-column:nth-child(2n) .year {
    color: #db3a64;
}

.histry-list .history-column:nth-child(3n) .year {
    color: #f18d2d;
}

.histry-list .history-column:nth-child(4n) .year {
    color: #f0b31d;
}

.histry-list .history-column:nth-child(5n) .year {
    color: #28c0cb;
}

.histry-list .history-column:nth-child(6n) .year {
    color: #26879e;
}


.histry-list .history-column:nth-child(7n) .year {
    color: #244d72;
}


.histry-list .history-column:last-child .history-years {
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    color: #db3a64;
}

.fa-instagram:before {
    content: "\f16d";
}

.member-details ul {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
}

    .member-details ul li a {
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--bg1);
        border-radius: 50px;
        color: #fff;
        font-size: 20px;
    }

.member-img img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
}