.bannerTop{
    background: url('../assets/lab-breadcumb.jpg');
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerTop h1{
    color: white ;
margin-top: 190px;
}
.underLine{
    background-color: #6CB038;
    width: 100px;
    height: 2px;
    position: relative;
    bottom:70px;
    left: 47%;
}
.aboutBottom{
    background-color: #044C80;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 6px 10px;
    left: 15px;
}
.aboutBottom i{
    font-size: 74px;

    height: 100%;
    color: white;
}
.aboutBottom h2{
    color: white;
    font-size: 24px ;
    text-align: center;
}
.aboutPoints .col-3{
font-size: 58px;
text-align: center;
display: flex;
align-items: center;
}
.aboutPoints .col-9 span{
    font-size: 24px;
    font-size: 500;
}
.aboutPoints .col-9 p{
    font-size: 14px;
    text-align: left;
}
.skills-section {
    display: flex;
    align-items: center;
  }

  .skills-image {
    max-width: 100%;
    height: auto;
  }

  .skills-list {
    padding: 20px;
  }

  .skill {
    margin-bottom: 20px;
  }

  .skill-name {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .skill-bar {
    height: 8px;
    background-color: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
  }

  .skill-progress {
    height: 100%;
    border-radius: 4px;
    background-color: #044C80;
    width: 0;
    transition: width 1.5s ease-in-out;
  }

  .skill-progress.skill-70 {
    background-color: #044C80;
  }

  .skill-progress.skill-59 {
    background-color: #044C80;
  }
  .statics{
    background-color: #F6F9FF;
    padding: 19px 14px;
  }
  .sect{
    padding: 10px;
    background-color: #ffffff;
  }