

.fa-center {
    line-height: inherit !important;
    vertical-align: middle;
}

.logobox img {
    max-height:140px;
    max-width: 70%;
}

.team-detail-section {
    padding: 100px 0 100px 0;
}

.user-profile {
    position: relative;
}

.img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    align-content: end;
    padding-bottom: 30%;
}

    .img-content:hover {
        transform: scale(1.2);
    }

.f-w-name {
    font-size: 30px;
    color: white;
    font-weight: 600;
}

    .f-w-name::before {
        content: "";
        position: absolute;
        background-color: rgb(82, 248, 207);
        height: 2px;
        width: 50%;
        left: 25%;
        bottom: -1px;
    }

.f-w-desc {
    color: white;
    font-weight: 300;
}

.p0 {
    padding: 0 !important;
}



.bottom-sm {
    font-size: 20px;
    font-weight: 400;
}

.blur-bg {
    background-color: #0000002e;
}

.padding {
    padding: 3rem !important;
}

.user-card-full {
    overflow: hidden;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.user-profile {
    padding: 0;

}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
}

h6 {
    font-size: 14px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px;
    }
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}
 

.user-card-full .social-link li {
    display: inline-block;
}

    .user-card-full .social-link li a {
        font-size: 20px;
        margin: 0 10px 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
