.progress {
    width: 200px !important;
    height: 200px !important;
    font-size: 30px;
    color: #111111;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    /* background: #07070c; */
    text-align: center;
    line-height: 200px;
    margin: 20px
  }
  
  .progress::after {content: "%";}
  
  .progress .title {position: relative;z-index: 100;}
  
  /* .progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #07070c
  }
   */
  .progress .left, .progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #222235;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
  }
  
  .progress .left {animation: load1 1s linear forwards;}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}

.progress:last-of-type .right, .progress:first-of-type .right {animation: load3 .8s linear forwards 1s;}

@keyframes load1 {
    0% {transform: rotate(0deg);}

    100% {transform: rotate(136deg);}
}

@keyframes load2 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {z-index: 100;transform: rotate(270deg);}
}

@keyframes load3 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {
        z-index: 100;transform: rotate(315deg);}
}

.teamss:hover{
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.btn-seeall{
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid black;
}


/* .newTreeInfo{
  background-image: url(./workimg/SL.091019.23190.44\ [Converted]-01.png);
  width: 80%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
background-size: cover;
margin-top: -93px;
margin-right: 30px;
} */