.hero-section {
    background-image: url(../image/chain-corrosion5.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.hero-section > .top-heading {
    padding: 1px 20px;
    /* background-color:rgba(1,17,43,0.7); */
    color: white;
    width: 1100px;
    border-radius: 4px;
    text-align:center;
}

.vci-section {
    background-image: url(../image/gears.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vci-section > .vci-top-heading {
    /* padding: 1px 20px; */
    /* background-color:rgba(1,17,43,0.7); */
    color: white; 
    width: 260px;
    border-radius: 4px;
}

.vci-section > .vci-ul-itmes {
    /* width: 400px; */
    /* background-color: rgba(17,17,43,0.7); */
    color:#EB8C23;
    border-radius: 4px;
        
}

.vci-section > .vci-ul-itmes > h1 {
    color:#EB8C23;
  }




.vci-section > .vci-ul-itmes > li::marker {
    font-size: 2rem;
  }

  .vci-section > .vci-ul-itmes > li a {
    text-decoration: none;
  }

  .vci-section > .vci-ul-itmes > li a:hover {
    text-decoration: none;
    color:#EB8C23;
  }


.training-section {
    background-image: url(../image/Pile.jpg);
    padding: 100px;
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.training-section > .training-top-heading {
    padding: 1px 20px;
    /* background-color: #EB8C23; */
    width: 140px;
    /* border-radius: 4px; */
}

.training-section > .training-top-heading h1 {
    color: white;
    
}

.training-section > .training-top-heading a {
    text-decoration: none;
}

.training-section > .training-top-heading a:hover {
    text-decoration: none;
    color:#cbcbcb;
}



.training-section > .training-bottom-heading {
    /* background-color:rgba(17,17,43,0.7); */
    color: white;
    padding: 1px 20px;
    margin-top: 15px;
    width: 100%;
    border-radius: 2px; 
    font-size: 1.15em;
}