.skillbar {position:relative; display:block;&nbsp;margin-bottom:15px; width:100%; background:#eee; height:35px; -webkit-transition:0.4s linear; -moz-transition:0.4s linear; -ms-transition:0.4s linear; -o-transition:0.4s linear; transition:0.4s linear; -webkit-transition-property:width, background-color; -moz-transition-property:width, background-color; -ms-transition-property:width, background-color; -o-transition-property:width, background-color; transition-property:width, background-color;}
.skillbar-title { position:absolute; top:0; left:0; font-weight:bold; font-size:13px; color:#fff; background:#6adcfa; }
.skillbar-title span { display:block; background:rgba(0, 0, 0, 0.1); padding:0 20px; height:35px; line-height:35px; }
.skillbar-bar { height:35px; width:0px; background:#6adcfa;}
.skill-bar-percent { position:absolute; right:10px; top:0; font-size:11px; height:35px; line-height:35px; color:#444; color:rgba(0, 0, 0, 0.4); }
.mainpart{ background-color:transparent;}
#resume{ background-color:transparent;}

.vertical-page #resume { padding-bottom:10px; }
.vertical-page .chart-title { width:100%; text-align:center; margin-top:60px; margin-bottom:35px; }
.vertical-page .chart-title h4 { font-size:48px; line-height:70px; }
.vertical-page .skills { margin-top:60px; margin-bottom: 30px; }
.vertical-page .chartbox { margin:20px 20px 0; }
.vertical-page .charts { margin-top:0; }
.easyPieChart { position: relative; text-align: center;}
.easyPieChart canvas { position: absolute; top: 0; left: 0;}

.hideme{opacity:0;}
.charts{}
.chart-title{margin-top:46px; float:left; color:#333;}
.shortcode_chart , .shortcode_chart_skin{color:#333; font-size:24px; font-weight:400;}
.shortcode_chart span , .shortcode_chart_skin span{color:#555;}
.shortcode_chartbox{ margin:20px; float:left;}
.shortcode_chartbox li { width:130px;}
.shortcode_chartbox p{margin-top:20px !important; font-size:17px !important; font-weight:700 !important; color:#555 !important; text-align:center !important; text-transform:capitalize !important;}
.chart{color:#333; font-size:24px; font-weight:400;}
.chart span{visibility:hidden;}
.chartbox p{margin-top:20px; font-size:17px; font-weight:700; color:#333; text-align:center; visibility:hidden; text-transform:capitalize;}
.chartbox{margin-left:50px; margin-top:5px; float:left; display:block;}
.car, .skills ul{ margin: 0; padding: 0; list-style: none; display: block; text-align:center;}
.skills-title{margin-top:60px; float:left;}
.clearfix:before,.clearfix:after{ content:""; display:table}
.clearfix:after{clear:both}
.car li, .skills ul li {display: inline-block; list-style:none; background:transparent !important;}
.skt_bar_figure_circle{
  display: inline-block;
}
.skillbar-title span {
    display: block;
    background: none;
    height: 35px;
}
.skillbar-title{background: none !important;}
.skt_skill_bar-graph {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 425px;
  margin: 0;
}

.skt_skill_bar-graph li {
  display: block;
  padding: 1.5625rem 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
  max-width: 30%;
  height: 100%;
  margin: 0 1.8% 0 0;
  -webkit-flex: 1 1 15%;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.skt_skill_bar-graph .skt_skill_bar-graph-axis {
  -webkit-flex: 1 1 8%;
      -ms-flex: 1 1 8%;
          flex: 1 1 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skt_skill_bar-graph .skt_skill_bar-graph-label {
  margin: 0;
  background-color: none;
  color: #8a8a8a;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .skt_skill_bar-graph .skt_skill_bar-graph-label:before, .skt_skill_bar-graph .skt_skill_bar-graph-label:after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8a8a8a;
    top: 0;
    left: 0;
    height: 50%;
    width: 20%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .skt_skill_bar-graph .skt_skill_bar-graph-label:before, .skt_skill_bar-graph .skt_skill_bar-graph-label:after {
    width: 30%;
  }
}

@media print, screen and (min-width: 40em) {
  .skt_skill_bar-graph .skt_skill_bar-graph-label:after {
    left: auto;
    right: 0;
  }
}

.skt_skill_bar-graph .percent {
  width: 100%;
  position: absolute;
}

@media print, screen and (min-width: 40em) {
  .skt_skill_bar-graph .percent {
  }
}

.skt_skill_bar-graph .percent span {
}

.skt_skill_bar-graph .description {
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  bottom: 20px;
  position: absolute;
  overflow: hidden;
}

.skt_skill_bar-graph .skt_skill_bar.primary {
  border: 1px solid #1779ba;
  background: linear-gradient(#2196e3, #1779ba 70%);
}

.skt_skill_bar-graph .skt_skill_bar.secondary {
  border: 1px solid #767676;
  background: linear-gradient(#909090, #767676 70%);
}

.skt_skill_bar-graph .skt_skill_bar.success {
  border: 1px solid #3adb76;
  background: linear-gradient(#65e394, #3adb76 70%);
}

.skt_skill_bar-graph .skt_skill_bar.warning {
  border: 1px solid #ffae00;
  background: linear-gradient(#ffbe33, #ffae00 70%);
}

.skt_skill_bar-graph .skt_skill_bar.alert {
  border: 1px solid #cc4b37;
  background: linear-gradient(#d67060, #cc4b37 70%);
}

/*---------------Circle css----------*/

.skt_skill_flex-wrapper{width: 100% !important;}
.pie-chart {
  position: relative;
  width: 400px;
  margin: 0;
  outline: 1px solid #ccc;
}
.pie-chart:after {
  content: attr(data-percentage);
  
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: normal;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 29.938em) {
#skt_skills_polychart, .linegraphskill{ width:100% !important; height:auto !important;}	
}

@media screen and (max-width:47.938em) and (min-width:30.000em) {
#skt_skills_polychart, .linegraphskill{ width:100% !important; height:auto !important;}	
}
