
.skills-section{
    position: relative;
  }
  
  .progress-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .progress-box:last-child{
    margin-bottom: 0px;
  }
  
  .progress-box .bar{
    position:relative;
    width:100%;
    height:7px;
    background: #E9F1F2;
    border-radius: 25px;
  }
    
  .progress-box .bar-inner{
    position:relative;
    display:block;
    background: var(--theme-color);
    width:0px;
    height:7px;
    border-radius: 25px 0px 0px 25px;
    -webkit-transition:all 1500ms ease;
    -ms-transition:all 1500ms ease;
    -o-transition:all 1500ms ease;
    -moz-transition:all 1500ms ease;
    transition:all 1500ms ease; 
  }
    
  .progress-box .count-text{
    position: absolute;
    top: -35px;
    right: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
  }
  
  .progress-box p{
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  
  .content_block_three .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_three .content-box .image-box{
    position: relative;
    display: block;
  }
  
  .content_block_three .content-box .image-box img{
    width: 100%;
  }
  
  .content_block_three .content-box .testimonial-content{
    position: relative;
    display: block;
    background: var(--theme-color);
    padding: 30px 50px;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box{
    position: relative;
    display: block;
    padding: 0px 0px 0px 20px;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box .thumb-box{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box .thumb{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box .thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box .thumb-box .icon-box{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    padding-left: 50px;
  }
  
  .content_block_three .content-box .testimonial-content .inner-box span:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0px;
    top: 13px;
  }
  
  .content_block_three .content-box .testimonial-content .owl-dots{
    position: relative;
    display: block;
    margin-left: 150px;
    margin-top: 15px;
  }
  
  .content_block_three .content-box .testimonial-content .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0px;
    margin-right: 10px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .content_block_three .content-box .testimonial-content .owl-dots .owl-dot:last-child span{
    margin-right: 0px !important;
  }
  
  .content_block_three .content-box .testimonial-content .owl-dots .owl-dot.active span,
  .content_block_three .content-box .testimonial-content .owl-dots .owl-dot span:hover{
    background: #fff;
  }
  
  .content_block_three .content-box .testimonial-content .shape .shape-1{
    position: absolute;
    left: 0px;
    top: -35px;
    width: 100%;
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .content_block_three .content-box .testimonial-content .shape .shape-2{
    position: absolute;
    left: 0px;
    bottom: -35px;
    width: 100%;
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .skills-section .content_block_three .content-box{
    margin-bottom: -65px;
    z-index: 1;
  }