.kc-info-circle {
	position: relative;
    width: 400px;
    height: 400px;
    background: #f6f6f6;
    border-radius: 50%;
    float: none;
    display: inline-block;
}
.kc-circle-content {
    visibility: hidden;
    opacity: 0;
}
.kc-circle-active {
    visibility: visible;
    opacity: 1;
}
ul.kc-inc-thumb {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f6f6f6;
    margin: 0;
}
ul.kc-inc-thumb li {
    position: absolute;
    list-style: none;
    z-index: 99;
    cursor: pointer;
    display: flex;
}
ul.kc-inc-thumb li img{
    width: 75px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease 0s;
}
ul.kc-inc-thumb li i:before{
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    position: absolute;
    left: 50%;
    text-align: center;
    line-height: 1;
}
ul.kc-inc-thumb li:hover img,
ul.kc-inc-thumb li.inc-active img{
    border-color: #26c7cc;
}
ul.kc-inc-thumb li:hover i,
ul.kc-inc-thumb li.inc-active i{
    background: #26c7cc;
}
ul.kc-inc-thumb li i{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: #777;
    font-size: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
}
.kc-circle-content .kc-inc-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    flex-direction: column;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    transform: scale(0.5);
    transition: all 0.4s ease 0s;
}
.kc-circle-content.kc-circle-active .kc-inc-content{
    transform: scale(1);
}
.kc-circle-content .kc-inc-content .kc-inc-title{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.kc-circle-content .kc-inc-content .kc-inc-desc{
    color: #7a7a7a;
}
.kc-insideOrbit{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
}
