.introduce{
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:top center;
    background-size: cover;
    background-color:;
}
.services{
    overflow:hidden;
    background-color:rgba(213,213,213,0.32); 
}
.skills{
    overflow:hidden;
    position: relative;
    background-color:;
}
.skills:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color:rgb(40,122,44);
  }
.skills .container{
  position: relative;
  z-index: 1;
}
.product{
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:top center;
    background-size: cover;
    background-color:rgba(255,255,255,0.01); 
}
.testimonial{
    overflow:hidden;
    background-color:rgb(29,32,135); 
}
.news{
    background-repeat:no-repeat;
    background-position:top center;
    background-size: cover;
    overflow:hidden;
    background-color:rgb(242,248,255);
}
.client{
    overflow:hidden;
    background-color:rgb(250,254,255);
}
