.btn-outline-dark{color: #ffffff;font-family:'Century Gothic';
    background-color: var(--card-font-color);
    background-image: none;
    border-color: var(--card-font-color);
    
}
.card.user-card {
border-top: none;
-webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.fixfoot{position: fixed;
    bottom: 0;background-color:#ffffff;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;}
.fix-footer-menu{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    /* border-radius: 20px 20px 0 0; */
    display: flex;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
} 
ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px;
}
.footer-menu .footer-menu-icon {
    font-size:48px;
    margin-bottom: 10px;
    color: var(--theme-color);}
.fix-footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    color: #555555;
}


.card {
border-radius: 5px;
-webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
border: none;
margin-bottom: 30px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.card .card-header {
background-color: transparent;
border-bottom: none;
padding: 25px;
}

.card .card-header h5 {
margin-bottom: 0;
color: #222;
font-size: 14px;
font-weight: 600;
display: inline-block;
margin-right: 10px;
line-height: 1.4;
}

.card .card-header+.card-block, .card .card-header+.card-block-big {
padding-top: 0;
}

.user-card .card-block {
text-align: center;
}
.card .card-block {
padding: 25px;
}
.user-card .card-block .user-image {position: relative;margin: 0 auto;display: inline-block;padding: 5px;width: 110px;height: 110px;}
.user-card .card-block .user-image img {z-index: 20;position: absolute;top: 5px;left: 5px;width: 100%;height: 80%; border:none;}
.img-radius {border-radius: 0%;}
.card .card-block p {line-height: 1.4;}
.user-card .card-block .counter-block {color: #fff;}
.user-card .card-block .user-image:before {bottom: 0;border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;}
.user-card .card-block .user-image:after, .user-card .card-block .user-image:before {content: "";width: 100%;height:80%;/*border: 2px solid var(--card-font-color);*/position: absolute;left: 0;z-index: 10;}
.user-card .card-block .user-image:after {top: 0;border-top-left-radius: 50px;border-top-right-radius: 50px;}
.user-card .card-block .user-image:after, .user-card .card-block .user-image:before {content: "";width: 100%;height: 100%;position: absolute;left: 0;z-index: 10;}
.description-box{border:1px solid var(--card-font-color); padding:10px; text-align:justify; border-radius:10px;}

.contact-details .icon-circle {
display: flex;
text-align: center;
justify-content: center;
align-items: center;
background-color: var(--card-font-color);
font-size: 21px;
height: 42px;
width: 42px;
border-radius: 20% 40%;
padding: 0 10px;
}