/*------------------------------------------------------------------------

# TZ Skills

# ------------------------------------------------------------------------

# author    DuongTVTemPlaza

# copyright Copyright (C) 2012 templaza.com. All Rights Reserved.

# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

# Websites: http://www.templaza.com

# Technical Support:  Forum - http://templaza.com/Forum

-------------------------------------------------------------------------*/
.chart {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 210px;
  margin-top: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.tz-progress-bar {
    overflow: hidden;
}
.tz-progress-bar h4 {
    font-size: 14px;
    color: #50575d;
    line-height: 24px;
    font-weight: bold;
    margin: 5px 0;
}
.tz-progress-bar .prgb-content {
    position: relative;
    padding-bottom: 10px;
}
.tz-progress-bar .prgb-content .value-prgb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.tz-progress-bar .prgb-content .value-prgb > div {
    position: relative;
}
.tz-progress-bar .item-progress {
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.tz-progress-bar .tzskill-item-width {
    background: #e45914;
    height: 10px;
    position: relative;
    overflow: hidden !important;
}
.tz-progress-bar .child-prgb {
    position: relative;
}
.tz-progress-bar .child {
    position: absolute;
    top: -35px;
    right: 0;
}
.tz-progress-bar .child span {
    background: #4c5866;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 0 7px 1px;
    border-radius: 2px 2px 0;
    -moz-border-radius: 2px 2px 0;
    -webkit-border-radius: 2px 2px 0;
    -o-border-radius: 2px 2px 0;
}
.tz-progress-bar .child span::after {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid #4c5866;
    bottom: -3px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.round_skills {
    position: relative;
}
.round_skills .chart {
    position: relative;
}
.round_skills .percent::after {
    content: " %";
}
.round_skills .percent {
    color: #22262b;
    font-size: 30px;
    line-height: 1.16;
}
.round_skills h3.title {
    font-size: 14px;
    line-height: 2;
    color: #3a424a;
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0;
}
.round_skills .skills_boxes {
    padding-bottom: 28px;
}
.round_skills .col-lg-2 .percent {
    font-size: 40px;
}
.absolute {
    height: 100%;
    position: absolute;
    width: 100%;
}
.tz-table {
    display: table;
    height: 100%;
    width: 100%;
}
.tz-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.circular_skills {
    text-align: center;
}
.circular_skills .icon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #576474;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}
.circular_skills .icon > div {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}
.circular_skills .icon > div .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.circular_skills .icon > div i {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    background: #576474;
    padding: 30px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.circular_skills .icon:hover {
    border-color: #f56048;
}
.circular_skills .icon:hover i {
    background: #f56048;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.circular_skills h3 {
    color: #3a424a;
    font-size: 36px;
    font-weight: normal;
    line-height: 24px;
    margin: 24px 0 8px;
}
