  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* manufractur css */
.zoom {   
  transition: transform .2s; /* Animation */  
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.contbg {
  position: relative;
  font-family: Arial;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
}

/* end manufractur css */
#our-clients
{
    background-image: url('../img/clients-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#our-product
{
    background-image: url('../img/our-products.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.hincozoom {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
     
.hincozoom img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
     
.hincozoom:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    color: #202C45;
}
.section-about.text-left h3::after {
    left: 0;
}
.section-about h3::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #f7a025;
}
.section-about {
    margin-bottom: 30px;
    margin-left: 0;
}
.section-about {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
.section-about h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f7a025;     
}
.f4bg
{
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
.carousel-inner img {
    width: 100%;
    height: 38vh;
  }
.f4bg
{
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

.section-about.text-left h3::after {
    left: 30%;
}
.section-about h3::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #f7a025;
}

.section-about h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f7a025;
    padding-left: 60px;
}

}
.section-about h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
}

/* Our Products style */
.section-header.text-left h3::after {
    left: 0;
}
.section-header h3::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #f7a025;
}
.section-header {
    margin-bottom: 30px;
    margin-left: 0;
}
.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto;
}
.section-header h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f7a025;
}
.section-header h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
}