/* This stylesheet is meant for custom styles, on top of The 8 Template */

/* Resume */

  
  .main-wrapper .section-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
  }
  

  .main-wrapper .section-title .icon-holder .svg-inline--fa {
    font-size: 14px;
    margin-top: 6px;
  }
  
  .main-wrapper .section {
    margin-bottom: 60px;
  }
  
  .main-wrapper .experiences-section .item {
    margin-bottom: 30px;
  }
  
  .main-wrapper .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
  }
  
  .main-wrapper .job-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }
  
  .main-wrapper .time {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .main-wrapper .company {
    margin-bottom: 10px;
  }
  
  .main-wrapper .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .main-wrapper .projects-section .intro {
    margin-bottom: 30px;
  }
  
  .main-wrapper .projects-section .item {
    margin-bottom: 15px;
  }
  
  .skillset .item {
    margin-bottom: 15px;
    overflow: hidden;
  }
  
  .skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  
  .skillset .level-bar {
    height: 12px;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  
  .skillset .theme-progress-bar {
    background: #68bacd;
  }
  
  .footer {
    padding: 30px;
    padding-top: 60px;
  }
  
  .footer .copyright {
    line-height: 1.6;
    font-size: 13px;
  }
  

  
  @media (max-width: 767.98px) {
    .sidebar-wrapper {
      position: static;
      width: inherit;
    }
    .main-wrapper {
      padding: 30px;
    }
    .main-wrapper .time {
      position: static;
      display: block;
      margin-top: 5px;
    }
    .main-wrapper .upper-row {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 992px) {
    .skillset .level-title {
      display: inline-block;
      float: left;
      width: 30%;
      margin-bottom: 0;
    }
  }

  /* Portfolio */

  .breadcrumb{
    padding:0px;
    background:none;
    
    font-size:2.5em;
    
    }
    


    html.dark body .breadcrumb-item {
        color:#9DC1C2;
    }

    .breadcrumb > li + li:before {
        color:#9DC1C2;

    }

    html.dark body .breadcrumb-item a {
        color:#9DC1C2;
    }
    

    html.dark body .breadcrumb-item.active {
        color:#fff;
    }
    