/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
#profile.img{
  padding: 12px;
  
}

.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #3b434a;
    text-transform: uppercase;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  
  .about .content ul strong {
    margin-right: 10px;
  }
  
  .about .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #ffb727;
    line-height: 0;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  .about .content .count-box {
    width: 100%;
  }
  
  .about .content .count-box i {
    display: block;
    font-size: 36px;
    color: #7A83A3;
    float: left;
    line-height: 0;
  }
  
  .about .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #3b434a;
    margin-left: 50px;
  }
  
  .about .content .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #5d6a75;
  }
  
  .about .content .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #5d6a75;
    font-size: 15px;
    font-family: "Satisfy", serif;
    transition: ease-in-out 0.3s;
  }
  
  .about .content .count-box a:hover {
    color: #82909c;
  }
  
  .about .image {
    background: url("../img/profile.png") center center no-repeat;
    background-size: cover;
    min-height: 500px;
  }
  
  .about .skills-content {
    margin-top: 30px;
  }
  
  .about .skills-content .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
  }
  
  .about .skills-content .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #3b434a;
  }
  
  .about .skills-content .progress .skill .val {
    float: right;
    font-style: normal;
  }
  
  .about .skills-content .progress-bar-wrap {
    background: #e6e8eb;
  }
  
  .about .skills-content .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #7A83A3;
  }


  @media (max-width: 1000px) {
    .img-spacer{
      margin-bottom: 2em;
    }
  }
