.img-circle {
    border-radius: 13%;
}
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    float: left;
    margin-right: 5px;
}

.social-icons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    /* color: #082d68; */
    text-align: center;
    line-height: 30px;
    font-size: 27px;
}