/*

	Pure CSS3 Responsive Animated Skills Bar
	Version : 
	Site	: https://codeconvey.com/pure-css3-responsive-animated-skills-bar
	
	Author	: Ashfaq Ahmed
	Company : 
	License : 
	
*/

#codeconSkills {
   font-size: 20px;
   height: auto;
}
.codeconSkillbar {
   width: 100%;
   height: 50px;
   position: relative;
   background: rgba(17, 17, 17, .3);
   margin: 20px auto;
}
.codeconSkillArea {
    z-index: 1;
    float: left;
    //position: absolute;
    margin-top: 15px;
    margin-left: 15px;
    text-shadow: none;
    color: #fff;
    //font-family: Lato-Regular, sans-serif;
    font-size: 18px;
}
.PercentText {
    z-index: 3;
    position: relative;
    padding-right: 15px;
    margin-top: 15px;
    float: right;
    text-shadow: none;
    color: #fff;
    //font-family: Lato-Regular, sans-serif;
    font-size: 18px;
}

#codeconHTML {    
    animation: Animate-HTML 7s;
    -webkit-animation: Animate-HTML 7s;
    -moz-animation: Animate-HTML 7s;
    -o-animation: Animate-HTML 7s;
    width: 88%;
    height: 50px;
    position: absolute;
    background-color: #f8a51e;
}
@keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 88%}
}@-webkit-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 88%}
}@-moz-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 88%}
}@-o-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 88%}
}

#codeconScriptings {
    animation: Animate-Scriptings 4s;
    -webkit-animation: Animate-Scriptings 4s;
    -moz-animation: Animate-Scriptings 4s;
    -o-animation: Animate-Scriptings 4s;
    width: 82%;
    height: 50px;
    position: absolute;
    background-color: #99856d;
}
@keyframes Animate-Scriptings {
    from {
    width: 10px;
}
to {
    width: 82%}
}@-webkit-keyframes Animate-Scriptings {
    from {
    width: 10px;
}
to {
    width: 82%}
}@-moz-keyframes Animate-Scriptings {
    from {
    width: 10px;
}
to {
    width: 82%}
}@-o-keyframes Animate-Scriptings {
    from {
    width: 10px;
}
to {
    width: 82%}
}

#codeconCS {
    animation: Animate-CS 6s;
    -webkit-animation: Animate-CS 6s;
    -moz-animation: Animate-CS 6s;
    -o-animation: Animate-CS 6s;
    width: 86%;
    height: 50px;
    position: absolute;
    background-color: #55a69f;
}
@keyframes Animate-CS {
    from {
    width: 10px;
}
to {
    width: 86%}
}@-webkit-keyframes Animate-CS {
    from {
    width: 10px;
}
to {
    width: 86%}
}@-moz-keyframes Animate-CS {
    from {
    width: 10px;
}
to {
    width: 86%}
}@-o-keyframes Animate-CS {
    from {
    width: 10px;
}
to {
    width: 86%}
}

#codeconSQL {    
    animation: Animate-SQL 8s;
    -webkit-animation: Animate-SQL 8s;
    -moz-animation: Animate-SQL 8s;
    -o-animation: Animate-SQL 8s;
    width: 90%;
    height: 50px;
    position: absolute;
    background-color: #c44e45;
}
@keyframes Animate-SQL {
    from {
    width: 10px;
}
to {
    width: 90%}
}@-webkit-keyframes Animate-SQL {
    from {
    width: 10px;
}
to {
    width: 90%}
}@-moz-keyframes Animate-SQL {
    from {
    width: 10px;
}
to {
    width: 90%}
}@-o-keyframes Animate-SQL {
    from {
    width: 10px;
}
to {
    width: 90%}
}

#codeconAPI {    
    animation: Animate-API 5s;
    -webkit-animation: Animate-API 5s;
    -moz-animation: Animate-API 5s;
    -o-animation: Animate-API 5s;
    width: 84%;
    height: 50px;
    position: absolute;
    background-color: #5A69A6;
}
@keyframes Animate-API {
    from {
    width: 10px;
}
to {
    width: 84%}
}@-webkit-keyframes Animate-API {
    from {
    width: 10px;
}
to {
    width: 84%}
}@-moz-keyframes Animate-API {
    from {
    width: 10px;
}
to {
    width: 84%}
}@-o-keyframes Animate-API {
    from {
    width: 10px;
}
to {
    width: 84%}
}