.imgProgress-progress {
    position: relative;
    margin:10px 5px 10px 15px !important;
}

.imgProgress-img {
    border-radius: 50%;
    position: absolute;
}

.imgProgress-circle {
    stroke-width: 32;
}

.imgProgress-svg {
    transform: rotate(-90deg);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
}
.company{
	height: 60px !important;
}
.company p{
   background: white;
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
    margin: 10px 5px 10px 15px !important;
    position: relative;
    display: inline-block;
    float: left;
}
.company p img{
    width: 35px !important;
    position: absolute;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.company span{
    position: relative;
    top: 30%;
}
.user-profile{
	height: 60px !important;
	margin-bottom: 20px;
} 
.profile{
	display: inline-block;
	float: left;
}
.user-profile p span:nth-of-type(2){
	font-size: 11px;
	color: #26ca97;
}
