.card-body p{
 margin: 0px 0px 0px 0px;   
}

.card-body .customIndent{
    padding-left: 15em;
   }

.profile-list .card-body li{
   list-style: square;
   margin-bottom: 0px;
   }

.card-body{
    margin-bottom: 15px;
}
   
.logoImage{
    max-width: 150px;
}

.profile-position{
    margin-top: 15px;;
}
.profile-photo{
    max-width: 250px;
}

.head-bar .head-logo{
    display: none;
}

.head-sticky .head-logo{
    display:block;
}

.InnerFooter{
    text-align: center;
}
.footer{
    margin-top: 25px;
    display: flex;
    justify-content: center; 
    align-items: center;
    color: #828181;
}