@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fa-brands-400.woff2") format("woff2"),
    url("fonts/fa-brands-400.woff") format("woff")}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
}

.uab-frontend-wrapper {
    text-align: left;
}

.uab-frontend-wrapper a {
    text-decoration: none;
}

.uab-frontend-wrapper .uab-social-action a,
.uab-frontend-wrapper .uab-social-icons a {
    display: inline-block;
}

table {
    text-align: center;
}

.uab-frontend-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.uab-frontend-wrapper .uap-profile-image {
    position: relative;
    overflow: hidden;
    /*cursor: pointer;*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.uab-frontend-wrapper .uap-profile-image img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.uab-frontend-wrapper .uap-profile-image:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.uab-frontend-wrapper a {
    max-width: 100%;
    word-wrap: break-word;
}

.uab-clearfix:before,
.uab-clearfix:after {
    content: "";
    display: table;
}

.uab-clearfix:after {
    clear: both;
}

.uab-clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.uap-profile-image {
    text-align: center;
}

.uab-frontend-wrapper .uap-profile-image img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.uab-frontend-wrapper .uab-co-author-list a,
.uab-frontend-wrapper .uab-defaut-tab a,
.uab-frontend-wrapper .uab-co-author-list a:hover,
.uab-frontend-wrapper .uab-defaut-tab a:hover {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.uab-social-icons ul,
.uab-social-feed-wrapper .uab-social-feed {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    line-height: 1;
}

.uab-user-website a,
.uab-user-email a,
.uab-user-phone a {
    line-height: 1;
}

.uab-abw-wrapper *,
.uab-abw-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.uab-abw-wrapper .uab-abw-social-wrapper ul li {
    padding-left: 0 !important;
}


.uab-abw-wrapper.template-3 {
    margin: 15px auto;
}


.uab-abw-wrapper.template-2 {
    max-width: 383px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 1.5;
}

.uab-abw-wrapper.template-2 .uab-abw-name-wrapper {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #555555;
}

.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 500;
}

.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper a {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper a:hover {
    color: #5ebdc7;
}

.uab-abw-wrapper.template-2 .uab-abw-image-wrapper {
    margin: 20px 0;
}

.uab-abw-wrapper.template-2 .uab-abw-description-wrapper {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
}

.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li {
    display: inline-block;
    margin: 3px;
}

.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5ebdc7;
    color: #5ebdc7;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li a:hover {
    color: #fff;
    background-color: #5ebdc7;
}
.uab-abw-social-wrapper ul li a svg {
    width: 16px;
    height: 16px;
}

.uab-template-1 .uab-tab-content {
    padding: 33px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.uab-template-1 .uab-author-profile-pic {
    width: 20%;
    float: left;
}

.uab-template-1 .uap-profile-image {
    position: relative;
    overflow: hidden;
    width: 125px;
    max-width: 100%;
    margin: 0 auto;
}

.uab-template-1 .uab-front-content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.uab-template-1 .uab-front-content .uab-display-name,
.uab-template-1 .uab-front-content .uab-company-info {
    margin-bottom: 15px;
}

.uab-template-1 .uab-front-content .uab-short-info,
.uab-template-1 .uab-front-content .uab-short-contact {
    margin-bottom: 18px;
}

.uab-template-1 .uab-display-name span:not(.uab-user-role),
.uab-template-1 .uab-display-name a {
    box-shadow: 0 0 0;
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
}

.uab-template-1 .uab-display-name span:not(.uab-user-role):hover,
.uab-template-1 .uab-display-name a:hover {
    color: #3c98ca;
}

.uab-template-1 .uab-display-name a,
.uab-template-1 .uab-display-name span {
    display: inline-block;
    vertical-align: middle;
}

.uab-template-1 .uab-display-name span:not(.uab-user-role),
.uab-template-1 .uab-display-name a {
    margin-right: 20px;
}

.uab-template-1 .uab-num-post-count,
.uab-template-1 .uab-short-info {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.7px;
}

.uab-template-1 .uab-contact-inner {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    vertical-align: top;
}

.uab-template-1 .uab-contact-inner > span,
.uab-template-1 .uab-contact-inner > div {
    display: inline-block;
}

.uab-template-1 .uab-contact-inner .uab-contact-label {
    color: #3c98ca;
    font-size: 14px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: capitalize;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}

.uab-template-1 .uab-short-contact .uab-user-website a,
.uab-template-1 .uab-user-email a,
.uab-template-1 .uab-user-phone a {
    font-family: 'Open Sans', sans-serif;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.uab-template-1 .uab-short-contact .uab-user-website a:hover,
.uab-template-1 .uab-user-email a:hover,
.uab-template-1 .uab-user-phone a:hover {
    color: #3c98ca;
}

.uab-template-1 .uab-social-icons > span,
.uab-template-1 .uab-social-icons > ul {
    float: left;
    margin: 0 !important;
}

.uab-template-1 .uab-social-icons {
    position: relative;
    padding-left: 100px;
    display: inline-block;
    width: 100%;
}

.uab-template-1 .uab-social-icons span.uab-contact-label {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1.5;
}

.uab-template-1 .uab-display-name span.uab-user-role,
.uab-template-1 .uab-social-icons > span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #3c98ca;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1.5;
}

.uab-template-1 .uab-social-icons ul li {
    display: inline-block;
    margin: 0 !important;
}

.uab-template-1 .uab-social-icons ul li a {
    padding: 5px 10px;
}

.uab-template-1 .uab-social-icons ul li i,
.uab-template-1 .uab-social-icons ul li svg {
    font-size: 18px;
    color: #666666;
}

.uab-template-1 .uab-social-icons ul li a:hover i,
.uab-template-1 .uab-social-icons ul li a:hover svg {
    color: #3c98ca;
}

.uab-abw-wrapper.template-1 .uab-abw-social-wrapper {
    margin-top: 20px;
}

.uab-template-1 .uab-social-icons ul li:first-child a {
    padding-left: 0;
}