.skills div ul li {
  border: 1px solid #06A3DA;
  border-radius: 0.5rem;
}

.skill .skillarea {
  position: relative;
  width: 70%;
  padding: 1rem;
  background-color: #06A3DA;
  margin-top: -2rem;
  border-bottom: 0.5rem solid #091E3E;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: transform 0.5s ease, margin-top 0.5s ease;
  transform: scale(1.05);
}
.skill .skillarea .Skill-Title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
}
.skill:hover .skillarea {
  margin-top: -4rem;
  transition: transform 0.5s ease, margin-top 0.5s ease;
  transform: scale(1.05);
}

.work-flow-heading {
  text-align: center;
}

.work-flow-content {
  text-align: center;
}

.cont {
  position: relative;
}
.cont .ranking-area {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 5rem;
  background-color: #091E3E;
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.cont .ranking {
  text-align: center;
  font-size: 2rem;
  color: white;
}

.error-conent-area div .content-area {
  width: 700px;
}
.error-conent-area div .content-area .errorcode {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #091E3E;
}
.error-conent-area div .content-area .pnf {
  text-align: center;
  font-size: 2.5rem;
  color: #091E3E;
  font-weight: 700;
}
.error-conent-area div .content-area .message {
  text-align: center;
  font-size: 1.1rem;
}
.error-conent-area div .content-area div .action {
  text-align: center;
  background-color: #06A3DA;
  color: white;
  padding: 1.5rem 3rem;
}/*# sourceMappingURL=styling.css.map */