/* navbar -- Start */
.header.fixed{
    background: white;
    z-index: 999;
}

.nav-item .nav-link{
    color: black;
}

.nav-item .nav-link:hover{
    color: black;
}

.nav-item .nav-link:active{
    color: black;
}

.nav-item.dropdown .nav-link.show{
    color: black;
}

.nav-item .current{
    color: #679C2B;
}

.nav-item .current:hover{
    color: #679C2B;
}

.nav-item .current:active{
    color: #679C2B;
}

.nav-item.dropdown .current.show{
    color: #679C2B;
}
/* navbar -- End */

/* leadership page -- Start */
.leadership_page{
    position: relative;
}

.leadership_heading h1{
    margin-top: 200px;
    font-size: 75px;
    font-weight:700;
	color:#000;
}

.leadership_contents .profile_card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 65px;
    gap: 50px;
}

.leadership_contents .profile_card .card {
    width: 291px;
    height: 390px;
    border-radius: 17px;
    margin-right: 24px;
    border: none;
}

.person_content h3 {
    font-size: 22px;
    font-weight: 700;
}

.person_content h4{
    font-size: 15px;
    line-height: 16px;
}

.person_content h5{
    font-size: 10px;
    color: #8c8c8c;
    margin-top: -2px;
}

.person_content{
    padding-top: 15px;
    padding-left: 10px;
    line-height: 5px;
}

.person_content .btn{
    background: white;
    color: #266CFF;
    border: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: -7px;
    width: 68px;
    font-size: 14px;
}

.modal-body{
    position: relative;
    padding: 0px !important;
}

.modal .modal-dialog{
    max-width: 90%;
}

.modal-dialog .modal-content{
    height: 750px;
    border-radius: 45px !important;
    border: none !important;
    min-height: 500px;
}

.modal.fade{
    padding-left: 0px;
}

.modal-body .background_pic{
    width: 100%;
}

.leardership_modal_sub{
    display: flex;
    gap: 20px;
    align-items: center;
}

.leardership_modal_sub .profile_pic{
    width: 263px;
    height: 263px;
    border-radius: 20px;
}

.leadership_modal .big_para{
    padding-top: 40px;
    line-height: 30px;
    font-size: 16px;
}

.leadership_modal{
    padding: 0 50px 50px 50px;
    position: absolute;
    top: 125px;
}

.leader_details h3{
    font-size: 45px;
    font-weight: 700px;
    margin-top: 90px;
}

.leader_details h4{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}

.leader_details h5{
    font-weight: 400;
    font-size: 22px;
    color: #8c8c8c;
}

.modal-content .btn-close{
    position: absolute;
    right: 33px;
    z-index: 1;
    top: 20px;
    color: #ffffff;
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(3%) hue-rotate(114deg) brightness(103%) contrast(100%);
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 5px;
    height: 5px;
    padding: 13px;
}
/* leadership page -- End */