section.fac-banner {
    padding: 50px 0 40px;
    border-top: 5px double #dddddd;
    border-bottom: 5px double #dddddd;
    margin-top: -25px;
}


section.fac-banner .container-fluid {
    background-color: #001f5e;
    position: relative;
    
}
section.fac-banner .container-fluid:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/all_faculty.png);
    opacity: 0.15;
}
.profile-wrapper-inn.container{
    min-height: 220px;
}
.fac-details {
    padding: 48px 0;
    color: whitesmoke;
    height: 230px;
    position: relative;
    padding-right: 269px;
    display: flex;
    align-items: center;
    height: 100%;
}



.fac-details-wrapper h3 {
    font-size: 23px;
    margin-bottom: 0;
}
.fac-details-wrapper {
   padding: 0;
   margin: 0;
}

    ul.fp-list {
        padding: 0;
        margin: 0;
    }

    ul.fp-list li i {
        padding-right: 10px;
    }

    .fac-details figure {
    position: absolute;
    width: 260px;
    right: 0;
    top: -17px;
    border-radius: 50%;
    height: 260px;
    box-shadow: 0 0 14px 0px #484848;
    border: 10px solid #ffffff;
}

    .fac-details figure img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.faculty-about {
        padding: 60px 0;
    }

    /* ,,,,,,,,,,,,,,,,,,,,,,,, */
    section.details-fac-tab {
        padding: 60px 0;
        background-color: whitesmoke;
    }

    section.details-fac-tab .nav-tabs .nav-link.active {
        background: #bd393e;
        color: white;
    }

    /* div#nav-tab-fac {
        justify-content: space-around;
    } */

    section.details-fac-tab .nav-tabs .nav-link {
        border: none;
        margin: 0;
        color: black;
    }

    div#nav-tabContent-fac {
        padding: 30px 10px;
        overflow: hidden;
        border: 1px solid #bd393e;
    }

    .fcicon i {
        font-size: 24px;
    }


@media (max-width: 768px) {
    .fac-details figure {
        width: 200px;
        height: 200px;
    }
    .fac-details-wrapper h3 {
        font-size: 20px;
    }
    .fac-details-wrapper p, ul.fp-list li {
        font-size: 14px;
    }
    .fac-details {
        padding: 20px 0;
    }
    .profile-wrapper-inn.container {
        min-height: 160px;
    }
    .fac-details {
        padding-right: 209px;
    }
    section.fac-banner {
        padding: 25px 0;
        margin-top: 0;
    }
}



@media (max-width: 576px) {

}
   