.aws {
  width: 85%;
  -moz-animation: aws 2s ease;
  -webkit-animation: aws 2s ease;
}
.network-security {
  width: 85%;
  -moz-animation: network-security 2s ease;
  -webkit-animation: network-security 2s ease;
}
.scripting-programming {
  width: 70%;
  -moz-animation: scripting-programming 2s ease;
  -webkit-animation: scripting-programming 2s ease;
}
.ci-cd {
  width: 70%;
  -moz-animation: ci-cd 2s ease;
  -webkit-animation: ci-cd 2s ease;
}
.serverless-architeture {
  width: 70%;
  -moz-animation: serverless-architeture 2s ease;
  -webkit-animation: serverless-architeture 2s ease;
}
.hybrid-cloud {
  width: 85%;
  -moz-animation: hybrid-cloud 2s ease;
  -webkit-animation: hybrid-cloud 2s ease;
}
.technical-leadership {
  width: 80%;
  -moz-animation: technical-leadership 2s ease;
  -webkit-animation: technical-leadership 2s ease;
}

@-moz-keyframes aws {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes network-security {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes scripting-programming {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-moz-keyframes ci-cd {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-moz-keyframes serverless-architeture {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-moz-keyframes hybrid-cloud {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes technical-leadership {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}

@-webkit-keyframes aws {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes network-security {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes scripting-programming {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-webkit-keyframes ci-cd {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-webkit-keyframes serverless-architeture {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-webkit-keyframes hybrid-cloud {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes technical-leadership {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}