.slider{
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.slider-container{
  position: relative;
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
}
.slider-item{
  top: 0;
  height:100%;
}
.breadcrumb-svg{
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.breadcrumb-svg circle{
  
}
.breadcrumb-svg.active circle{
  transition: all 5s linear;
}