/* 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: 215px;
    font-size: 70px;
    font-weight:700;
	color:#000;
}
.leadership_heading h1 span{
    color: #679C2B;
}
.leadership_heading{
	position: relative;
}
.leadership_heading img{
    position: absolute;
    top: 247px;
    left: 0;
}

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

.profile_card .card {
    width: 249px;
    height: 365px;
    border-radius: 17px;
    border: none;
}

.profile_card h3 {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 700;
}

.profile_card h4{
    font-size: 15px;
    line-height: 18px;
}

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

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

.profile_card .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: 95%;
}

.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 img{
    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: 50px;
}

.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 */