/*faculty*/


.faculty{
    width: 80%;
    margin: auto;
    padding-top: 0px;
    text-align: center;   
}
.faculty-col
{
    flex-basis: 31%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 0%;
    text-align: left;
    padding: 20px 12px;
    background: #8ab4f3;
    display: flex;
    box-sizing: border-box;
    transition: 0.5s;
}
.faculty-col img{
    display: table-row;
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
    
}
.faculty-col p{
    padding: 75;   
}
.faculty-col h3{
    margin-top: 10px;
    text-align: left;
}

.faculty-col:hover{
    box-shadow: 0 0 25px 0px sandybrown;
}

@media(max-width: 700px){
    .faculty-col img{

        margin-left: 0px;
        margin-right: 15px;
    }
}

/*------footer------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #6d6868;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o{
    color: #f44336;
}