﻿body {
    background-color: #fff !important;
}

.modal-header {
    text-align: left;
}

.about-company {
    padding: 40px 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.page-titles {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-company p {
    margin: 0;
}

.member-details p .read-more-btn {
    position: absolute;
    right: 0;
    bottom: -8px;
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
}

.c-profile-details {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

    .c-profile-details h4 {
        font-weight: 400;
    }

.more-profile-details {
    display: flex;
    gap: 15px;
    margin: 50px 0;
}

.more-detail-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

.column-icon {
    height: 40px;
    width: 40px;
    display: flex;
    background-color: var(--bg1);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}

.more-detail-column h3 {
    font-weight: 600;
}

.dwnld-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.read-more-btn {
    color: var(--color1);
    text-decoration: underline;
    font-size: 12px;
}

.leadership-team {
    background-color: var(--bg2);
    padding: 40px 0;
}

.team-repeat {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.ourteam-div {
    display: flex;
    row-gap: 20px;
    width: calc(100%/5 - 20px);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member-img {
    position: relative;
}

    .member-img img {
        height: 210px;
        width: 210px;
        border-radius: 50%;
    }


    .member-img a {
        position: absolute;
        left: 0;
        top: 70%;
        height: 30px;
        display: flex;
        width: 30px;
        background-color: #0077b5;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        box-shadow: 0 3px 10px rgba(0,0,0,.2);
    }

.member-details {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
    color: #707070;
    position: relative;
    justify-content: center;
    align-items: center;
}

.m-name {
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 18px;
}

.m-degignations {
    color: var(--color1);
    font-size: 18px;
    font-weight: 400;
}

.member-details ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .member-details ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--bg1);
        color: #fff;
        border-radius: 50px;
        font-size: 18px;
    }

.member-details p, .history-years p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-years p {
    position: relative;
}

.page-sub-titles {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
}

.history-details {
    padding: 40px 0;
}

.histry-list {
    background-image: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/img/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;
    color: #db3a64;
}*/

.histry-list .history-column:last-child .highlight-text {
    margin-top: 30px;
    margin-left: 35px;
}

.contactdiv {
    padding: 50px 0;
}

.contact-us-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-details ul {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.contact-details {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    width: calc(100%/2 - 10px);
    flex-direction: column;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    flex: 1;
    min-width: 49%;
}

.contact-map {
    width: 100% !important;
    height: 250px !important;
    border-radius: 8px 8px 0 0;
}

.map-adress {
    padding: 15px;
    line-height: 20px;
    padding-left: 40px;
    position: relative;
}

    .map-adress i {
        position: absolute;
        height: 25px;
        width: 20px;
        left: 10px;
        pointer-events: none;
        display: flex;
        top: 12px;
    }

.p-addressIcon {
    background-position: -30px -29px;
}

.contact-details ul li {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

    .contact-details ul li i {
        color: var(--color1);
        font-size: 20px;
        min-width: 20px;
        display: flex;
        justify-content: center;
    }

.adress-details {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .adress-details span:first-child {
        font-size: 16px;
        font-weight: 500;
    }

.googl-map {
    border-radius: 8px;
    height: 400px;
    width: 65%;
}

.modal-title .m-degignations {
    font-size: 14px;
    font-weight: 200;
    color: #707070;
}

.modal-title > span {
    color: #707070;
    font-weight: 200;
    font-size: 14px;
}
