section.kf-team-members{padding-bottom:0px !important;}
.kf-team-members .our-team a img{transition:0.3s;width:180px;}
.kf-team-members .our-team:first-child a:hover img{filter:drop-shadow(0px 0px 9px #beedc0);}
.kf-team-members .our-team:nth-child(2) a:hover img{filter:drop-shadow(0px 0px 9px #b2d4fb);}
.kf-team-members .our-team:nth-child(3) a:hover img{filter:drop-shadow(0px 0px 9px #fce5b2);}
.kf-team-members .moving-circle-pink img{top:0px;left:-50px;width: 68px;height: 68px;animation: move-right 30s infinite;z-index:-1;}
.kf-team-members .moving-circle-blue img{top:30px;left:0px;width: 68px;height: 68px;animation: move-right-blue 30s infinite;z-index:-1;}
.kf-team-members .moving-triangle-blue img{top: 100px;right: 30px;width: 67px;height: 52px;animation: move-down-blue 30s infinite;z-index:-1;}
.kf-team-members .moving-triangle-orange img{bottom:0px;left:0px;width: 67px;height: 52px;animation: move-down-orange 30s infinite;z-index:-1;}
.kf-team-members .moving-circle-orange img{bottom:0px;right:-50px;width: 68px;height:68px;animation: move-down-orange 30s infinite;z-index:-1;}
.kf-team-members .moving-circle-grey img{top:100px;right:-50px;width:45px;height:68px;animation: move-right-grey 30s infinite;z-index:-1;}

.circular_title{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.circular_title > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

@media(max-width:767px){
  .kf-team-members .our-team a img{width:180px;}
}

@keyframes move-right{
0%   {left:0px;}
50%  {left:-50px;}
100% {left: 0px;}
}
@keyframes move-right-blue{
0%   {left:0px;}
50%  {left:50px;}
100% {left: 0px;}
}
@keyframes move-right-grey{
0%   {right:-50px;}
50%  {right:-100px;}
100% {right:-50px;}
}
@keyframes move-down-blue{
0%   {top:100px;}
50%  {top:150px;}
100% {top:100px;}
}
@keyframes move-down-orange{
0%   {bottom:0px;}
50%  {bottom:-50px;}
100% {bottom:0px;}
}
.left-fixed-circles {
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    background: #fff;
    transition: all 0.3s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    opacity: 0;
    transform-origin: 50% 50%;
    z-index: -1;
}
.left-fixed-circles.active{
  z-index: 1000;
  opacity: 1;
  transition: all 0.3s;
  transform-origin: 50% 50%;
}
.left-fixed-circles .left-team-circle{
  width: 78px;
  filter: grayscale(1);
  transition: all 0.5s;
}
.left-fixed-circles .left-team-circle.active{
  filter: grayscale(0);
  transition: all 0.5s;
}
.left-fixed-circles .left-team-circle .circular_title {
  width: 75px;
  height: 75px;
}
.left-fixed-circles .left-team-circle .circular_title span{
  display: block;
  line-height: 1;
  font-size: 12px;
}
.left-fixed-circles .left-team-circle .circular_title + p{
  font-size: 14px;
  margin-top: 4px !important;
}
.left-fixed-circles .left-team-circle .circular_title span br {
  display: none;
}