/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-skill {
  margin-bottom: 20px; }
  .thim-skill.animated .item-skill .label .value {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  .thim-skill .item-skill {
    margin-bottom: 27px;
    max-width: 550px; }
    .thim-skill .item-skill .label {
      display: flex;
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }
      .thim-skill .item-skill .label .value {
        margin-left: auto;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(30px, 0px);
        -moz-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
        -o-transform: translate(30px, 0px);
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
    .thim-skill .item-skill .bar {
      height: 6px;
      background: #eee;
      -webkit-border-radius: 2.5px;
      -moz-border-radius: 2.5px;
      border-radius: 2.5px; }
      .thim-skill .item-skill .bar .sub-bar {
        display: block;
        height: 6px;
        -webkit-border-radius: 2.5px;
        -moz-border-radius: 2.5px;
        border-radius: 2.5px;
        width: 0; }
  .thim-skill .learn-more {
    display: inline-block;
    margin-top: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    text-align: left;
    text-transform: uppercase;
    padding: 8.5px 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.skill-img.wpb_single_image {
  position: relative;
  z-index: 1; }
  .skill-img.wpb_single_image .vc_figure {
    display: block; }
    .skill-img.wpb_single_image .vc_figure .vc_single_image-wrapper {
      display: block; }
      .skill-img.wpb_single_image .vc_figure .vc_single_image-wrapper img {
        display: block;
        margin-left: auto;
        padding-top: 25px; }
  .skill-img.wpb_single_image:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 742px;
    height: 473px;
    background: #f5f5f5;
    z-index: -1; }
