
html, body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}

/*---------Menu CSS----------*/
/* HEADER */
.header {
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

/* TOGGLE */
.menu-toggle {
  font-size: 24px;
  cursor: pointer;
}

/* MENU BASE */
/*.menu {
  background: #041028;
}
*/
/* MOBILE MENU */
@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 999;
    background: #12425c;
  }
  .menu ul li a{
    color: #fff !important;
  }
    .menu ul li{
        padding-bottom: 20px;
    }
    .menu ul li ul li{
    padding-bottom: 5px;
  }
  .menu.active {
    left: 0;
  }

  .close-btn {
    display: block;
    text-align: right;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
}
.menu-toggle i{
    color: #12425c;
}
.headermenu{
    float: right;
}
/* DESKTOP MENU */
@media (min-width: 991px) {
  .menu-toggle,
  .close-btn {
    display: none;
  }

  .menu ul {
    display: flex;
  }


}

/* COMMON */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  /*display: flex;
  justify-content: space-between;*/
  padding: 0px 15px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.menu ul li ul li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
/*.menu ul li a:hover {
  background: #041028;
}*/


.menu ul li a.active {
  position: relative;
  display: inline-block;
}

.menu ul li a.active::after {
  content: "";
  position: absolute;
  left: 35%;           /* Centers the small line */
  bottom: -2px;        /* Position below text */
  width: 30%;          /* The "small" width of the underline */
  height: 2px;         /* Thickness */
  background: #d50000;   /* Underline color */
}

/* SUBMENU BASE */
.menu ul li ul {
  display: none;
  background: #fff;
}

/* MOBILE DROPDOWN */
@media (max-width: 991px) {
  .menu ul li.open > ul {
    display: block;
    background: none;
    margin: 0 10px;
  }
  .menu ul li ul li a {
  padding: 5px 15px;
}
}

/* DESKTOP DROPDOWN FIX */
@media (min-width: 991px) {

  /* FIRST LEVEL */
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 999;
  }

  /* INNER LEVEL */
  .menu ul li ul li ul {
    top: 0;
    left: 100%;
  }

  /* HOVER FIX */
  .menu ul li:hover > ul {
    display: block !important;
  }
}

/* ICON */
.menu ul li a i {
  margin-left: auto;
  font-size: 12px;
  position: relative;
  top: 0px;
}
.logocontainer{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-------End Menu CSS--------*/



.headercontainer{
    padding: 10px 0;
}

.logocontainer img{
    width: 100%;
    min-width: auto;
}

.topphone ul li{
    display: inline-block;
}
.topphone ul li a,
.topphone ul li a i{
    color: #031e2d;
    font-size: 17px;
    padding: 0 5px;
}

.topphone{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-caption {
    text-align: left;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto; /* Override default bottom position */
  right: 50%;
  width: 50%;
}
.carousel-caption h2{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.carousel-caption h2 span{
    color: #d50000;
}

.carousel-caption p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

.image-overlay{
    background-color: rgba(0, 0, 0, 0.5); 
}

.headerbanner img{
    opacity: 0.9;
}

.herosliderbtn a{
    background: #fff;
    color: #031e2d;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.65s ease-in;
    border-radius: 10px;
    text-transform: capitalize;
}

.herosliderbtn a:hover{
    background: #e2000f;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    transition: all 0.65s ease-in;
}
.herosliderbtn{
    margin: 30px 0 0 0;
}

.aboutuscontainer{
    background: url(../images/WelcomeBg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}
.aboutdesc h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.aboutdesc h1 span{
    font-size: 38px;
    color: #e2000f;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.aboutdesc{
    background: #031e2d;
}

.aboutdesc p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.aboutdesc {
    background: #031e2d;
    border-right: 19px solid #fff;
    border-top: 19px solid #FFF;
    border-bottom: 19px solid #fff;
}

.aboutinnerborder{
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 257px;
    margin: 50px 0 0 0;
}
.aboutdesc{
    padding: 20px 30px; 
}

.aboutbtn a{
    background: #fff;
    color: #031e2d;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.65s ease-in;
    border-radius: 10px;
}

.aboutbtn a:hover{
    background: #e2000f;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    transition: all 0.65s ease-in;
}

.aboutbtn{
    margin: 30px 0 0 0;
}
.productbtn a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #031e2d;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.45s ease-in;
    text-transform: capitalize;
}
.productbtn a:hover{
    background: #e2000f;
    transition: all 0.65s ease-out;
}

.homeproductbox h3{
    font-size: 20px;
    color: #e2000f;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 10px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.homeproductbox p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 5px 10px;
    text-align: left;
}
.productbtn{
    margin: 15px 10px 30px 10px;
}

.homeproductbox{
    border: 2px solid #e3e3e3;
    border-radius: 22px;
    margin: 20px 0 0 0;
}

.homeproductbox img{
    width: 100%;
    height: 228px;
}

.ourproductscontainer{
    margin: 40px 0 0 0;
}

.ourproductscontainer h2{
    font-size: 35px;
    line-height: 40px;
    color: #031e2d;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.ourproductscontainer h6{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.ourproductscontainer h2 span{
    color: #d50000;
}

.whychoosecontainer{
    background: #e4edf2;
    padding: 40px 0;
    margin: 80px 0 0 0;
}

.whychooseimg img{
    width: 100%;
}

.whychooseusdes h2{
    font-size: 18px;
    line-height: 27px;
    color: #676767;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0;
    text-transform: capitalize;
}

.whychooseusdes h3{
    font-size: 35px;
    line-height: 40px;
    color: #031e2d;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}

.whychooseusdes h3 span{
    color: #d50000;
}

.whychooseusdes p{
    font-size: 16px;
    line-height: 24px;
    color: #676767;
    font-weight: 400;
    text-align: left;
}



.statcontainer{
    margin: 50px 0 0 0;
}

.statcounters img{
    width: auto;
    min-width: auto;
    margin: 0 auto;
    display: block;
}

.item{
    display: flex;
    font-size: 45px;
    justify-content: center;
    margin: 10px 0;
    line-height: 65px;
    height: 50px;
    font-weight: bold;
     color: #031e2d;
}

.item h2{
    font-size: 45px;
    color: #031e2d;
    font-weight: bold;
}

.statcounters h3{
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    color: #898989;
    text-align: center;
    text-transform: capitalize;
}

.manufacturingcointainer{
    position: relative;
    margin: 40px 0 0 0;
}

.manufactringtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manufactringtext h2{
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.manufactingbtn{
    text-align: center;
    margin: 30px 0 0 0;
}

.manufactingbtn a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #e2000f;
    padding: 10px 25px;
    border-radius: 10px;
    transition: all 0.65s ease-in;
    text-transform: capitalize;
}

.manufactingbtn a:hover{
    transition: all 0.75s ease-in-out;
    background: #fff;
    color: #e2000f;
}

.clientscontainer{
    margin: 40px 0 0 0;
}

.clientscontainer h2{
    font-size: 35px;
    line-height: 40px;
    color: #031e2d;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.clientscontainer h2 span{
    color: #d50000;
}

.clientscontainer p{
    font-size: 18px;
    line-height: 25px;
    color: #676767;
    font-weight: 400;
    text-align: center;
}
.clinetsslider .owl-prev {
    position: absolute;
    left: 0%;
    display: block;
    font-size: 20px !important;
    margin: 0;
    cursor: pointer;
    color: #fff;
    top: 30%;
}

.clinetsslider .owl-next {
    position: absolute;
    right: 0%;
    display: block;
    padding: 0 .3em !important;
    font-size: 20px !important;
    margin: 0;
    cursor: pointer;
    color: #fff;
    top: 30%;
}

.clinetsslider .owl-prev i,
.clinetsslider .owl-next i{
    font-size:35px;
    color: #94989c;
}

.enquirecontainer{
    margin: 40px 0;
}

.enquirecontainer h2{
    font-size: 35px;
    line-height: 40px;
    color: #031e2d;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}

.enquirecontainer h2 span{
    color: #d50000;
}

.enquirecontainer p{
    font-size: 18px;
    line-height: 25px;
    color: #676767;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

.enquirecontainer p span{
    font-weight: 700;
    font-style: italic;
}

.contactformsmfield{
    width: 100%;
    height: 40px;
    border: 1px solid #62737c;
    margin-bottom: 15px;
    padding: 0 10px;
}

.formsubmitbtn{
    text-align: center;
}
.contactformbtn{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #e2000f;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    border: 1px solid #e2000f;
    text-transform: capitalize;
    transition: all 0.75s ease-in-out;
}
.contactformbtn:hover{
    transition: all 0.75s ease-in-out;
    background: #fff;
    color: #e2000f;
    border: 1px solid #e2000f;
}

.footercontainer{
    background: url(../images/footerbg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 0 0;
}

.footermenu h2{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}

.footermenu ul li a{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.6s ease-in;
}
.footermenu ul li a:hover{
    color: #e2000f;
    transition: all 0.6s ease-in;
}

.footermenu ul li{
    padding-bottom: 10px;
}

.footercontact h2{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}


.footercontact ul li a{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}
.footercontact ul li{
    padding-bottom: 20px;
}

.footercontact ul li i{
    margin: 0 10px 0 0;
    color: #41a0c8;
}

.footerlogo p{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 30px 0 0 0;
}

.footerlogo img{
    width: auto;
    min-width: auto;
}

.footercopyrights{
    background: #031e2d;
    padding: 20px 0 10px 0;
    border-top: 2px solid #12425c;
}

.copyrightstext p,
.copyrightstext p a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.aboutusdetails h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.aboutusdetails h1 span {
    font-size: 30px;
    color: #e2000f;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.aboutusdetails p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.aboutimg img{
    width: 100%;
    border-radius: 10px;
    height: 390px;
    object-fit: cover;
}

.aboutusdetails{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.innerherocontainer img{
    width: 100%;
}
.aboutcontainer{
    margin: 30px 0 0 0;
}

.productexpertise{
    margin: 50px 0 0 0;
}

.aboutproductdes h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.aboutproductdes p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.aboutproductdes ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

.aboutproductdes ul li::before{
    position: relative;
  top: calc(50% - 4px); /* half font-size */
  left: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 16px;
  font-weight: 900;
  margin: 0 5px 0 0;
}

.aboutproeximg  img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.keyfeaturescontainer{
    margin: 50px 0 0 0;
}

.keyfeaturedes h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.keyfeaturedes h2 span{
    font-size: 25px;
    color: #e2000f;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.keyfeaturedes p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.keyfeaturedes ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

.keyfeaturedes ul li::before{
    position: relative;
  top: calc(50% - 4px); /* half font-size */
  left: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 16px;
  font-weight: 900;
  margin: 0 5px 0 0;
}

.keyfeaturedimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
}

.vendornetwork{
    margin: 50px 0 0 0;
}

.vendornetwork h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.vendornetwork h2 span{
    font-size: 25px;
    color: #e2000f;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.vendornetwork p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.vendornetwork ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

.vendornetwork ul li::before{
    position: relative;
  top: calc(50% - 4px); /* half font-size */
  left: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 16px;
  font-weight: 900;
  margin: 0 5px 0 0;
}

.vendornetwork img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
}

/*Manufacturing Process Page*/

.manufpcontainer{
    margin: 50px 0 0 0;
}
.manufactringheader h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.manufactringheader p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}


.processcontainer{
    margin: 50px 0;
}

.mprocessimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.manufactringheader{
        position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Contact Us Page*/
.contactcontainer{
    margin: 50px 0 0 0;
}

.contactcontainer h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.colcontactbox i{
    font-size: 16px;
    color: #d50000;
    border: 1px solid #d50000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 8px;
    transition: 0.36s ease-in;
}

.colcontactbox:hover i{
    color: #fff;
    background: #031e2d;
    border: 1px solid #fff;
    transition: all 0.65s ease-in;
}

.contactdetails h6{
    font-size: 20px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.colcontactbox:hover h6{
    color: #fff;
}

.colcontactbox p a{
    color: #000;
}
.colcontactbox:hover p a,
.colcontactbox:hover p{
    color: #fff;
}
.contactdetails p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 5px;
}
.colcontactbox:hover{
    color: #fff;
    background: #031e2d;
    transition: all 0.65s ease-in;
    transform: translateY(-3px);
}
.colcontactbox:hover p{
    color: #fff;
}

.colcontactbox{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    height: 190px;
    border-radius: 10px;
    transition: all 0.75s ease-in;
}
.mapfromcontainer{
    margin: 50px 0;
}

.formcontainer h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
}
.formcontainer h2 span{
    font-size: 25px;
    color: #e2000f;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
}

.formcontainer p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.contactcontainer h5{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-right: 150px;
}

.formsmfield{
    width: 100%;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #031e2d;
    margin-bottom: 10px;
}

.contactbgfield{
    width: 100%;
    height: 140px;
    border-radius: 25px;
    border: 1px solid #031e2d;
    margin-bottom: 10px;
}

.cformsubmit{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #e2000f;
    padding: 10px 25px;
    border-radius: 10px;
    transition: all 0.65s ease-in;
    text-transform: capitalize;
    border: 1px solid #e2000f;
}

.cformsubmit:hover{
    transition: all 0.75s ease-in-out;
    background: #fff;
    color: #e2000f;
    border: 1px solid #e2000f;
}

.formcontainer{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 10px;
    border-radius: 20px;
}

/*Investor relation Page*/
.invesrelcontainer{
    margin: 50px 0 0 0;
}

.investorbox h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.investorbox p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.investorimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.strengthcontainer{
    margin: 50px 0 0 0;
}

.strengthbox h2{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}
.strengthbox p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.strengthbox{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 10px;
    height: 230px;
    background: #031e2d;
    transition: all 0.75s ease-in;
}

.strengthbox:hover{
    background: #41a0c8;
    transition: all 0.65s ease-in;
    transform: translateY(-5px);
}

.grothcontainer{
    margin: 50px 0 0 0;
}

.classgrowthbox h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.classgrowthbox p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.classgrowthbox ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    display: flex;
}

.classgrowthbox ul li::before{
    position: relative;
  top: calc(50% - 4px); /* half font-size */
  left: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 16px;
  font-weight: 900;
  margin: 0 5px 0 0;
}

.growthimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.corporatecontainer{
    margin: 50px 0 0 0;
}

.corgivimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.corgivbox h3{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.corgivbox p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.qualictycontainer h3{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.qualictycontainer p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.invesbotttomtorbox h2{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}

.invesbotttomtorbox h6{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}

.invesbotttomtorbox p,
.invesbotttomtorbox p a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 0 250px;
}

.invecontainer{
    margin: 50px 0;
}

.invecontainer{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 89%)), url(../images/teamwork-hands-together.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

/*Products Page*/
.productcontainer{
    margin: 50px 0 0 0;
}

.productcontainer h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}

.productcontainer h1::after{
    content: "";
    position: absolute;
    left: 47%;
    width: 5%;
    height: 2px;
    background-color: #e2000f;
    top: 45px;
}

.productnamebox h3{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    background: #031e2d;
    padding: 20px 0;
}

.productbox{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.75s ease-in;
}
.productbox:hover{
    transform: translateY(-3px);
    transition: all 0.65s ease-in;
}

.productbox img{
    height: 228px;
    object-fit: cover;
    width: 100%;
}

.manufacturingtech{
    margin: 50px 0 0 0;
}

.manufacturingtech h2{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}

.manufacturingtech p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 0 100px;
    margin-bottom: 20px;
}

.techprocess h3{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.techprocess p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

.techprocessimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.advcontainer{
    margin: 50px 0;
}

.advcontainer h2{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 150px;
}

.advantegestech h3{
    font-size: 20px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}

.advantegestech p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.advantegestech {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    height: 235px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.advantegestech:hover{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: all 0.65s ease-in;
     transform: translateY(-5px);
}

.manufpcontainer h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}
.manufpcontainer h1::after{
    content: "";
    position: absolute;
    left: 47%;
    width: 5%;
    height: 2px;
    background-color: #e2000f;
    top: 45px;
}
.manufpcontainer h1 span{
    font-size: 30px;
    color: #e2000f;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


/*---------Product CSS------*/

.stellingotscontainer{
    margin: 50px 0 0 0;
}
.steelingotsimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.stellingotscontainer h1{
    font-size: 30px;
    color: #031e2d;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.stellingotscontainer h1::after{
    content: "";
    position: absolute;
    left: 47%;
    width: 5%;
    height: 2px;
    background-color: #e2000f;
    top: 45px;
}

.steelingotsbodytext p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.steelingotsbodytext ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}
.steelindiff ul li::before{
    position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 16px;
    font-weight: 900;
    margin: 0 5px 0 0;
}

.steelindiff h3{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.rangecontainer{
    margin: 50px 0 0 0;
}
.rangecontainer h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.gradecontainer{
    margin: 50px 0;
}

.gradecontainer h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.gradecontainerbox ul li{
    display: inline-block;
    width: 19.5%;
    vertical-align: top;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    height: 450px;
    background: #031e2d;
    border-radius: 10px;
    transition: all 0.75s ease-in;
}

.gradecontainerbox ul li:hover{
    background: #41a0c8;
    transition: all 0.65s ease-in;
    transform: translateY(-5px);
}

.gradecontainerbox ul li h3{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
    height: 60px;
}

.gradecontainerbox ul li p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.gradecontainerbox ul li img{
    width: auto;
    min-width: auto;
    margin: 0 auto;
    display: block;
}

.gradecontainerbox ul{
    text-align: center;
}

.rolledbarimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.rolledbarscontainer{
    margin: 50px 0 0 0;
}

.rolledbarbox h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.rolledbarbox ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    display: flex;
}
.rolledbarbox ul li::before{
    position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 16px;
    font-weight: 900;
    margin: 0 5px 0 0;
}

.forgedproductbox img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.forgedprobox p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding-bottom: 0px;
}

.forgedprobox{
    top: -40px;
    position: relative;
    background: #031e2d;
    margin: 20px;
    z-index: 99;
    padding: 20px 10px;
    border-radius: 10px;
    height: 105px;
}

.forgedproductcontainer{
    margin: 50px 0 0 0;
}

.forgedproductcontainer h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.directormessagecontainer{
    margin: 50px 0 0 0;
    background: #f5f5f5;
}

.directormsgbox h2{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.directormsgbox p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0px;
}

.directormsgbox h3{
    font-size: 20px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.directorimg img{
    width: auto;
    min-width: auto;
    margin: 0 auto;
    display: block;
}

.directormsgbox{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.getyourquotebtn a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #031e2d;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.45s ease-in;
    text-transform: capitalize;
}

.getyourquotebtn a:hover{
    background: #e2000f;
    transition: all 0.65s ease-out;
}

.getyourquotebtn{
    margin: 10px 0 0 0;
}

.steelindiff{
    margin: 50px 0 0 0;
}

.differentingotsboximg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.differentingotsbox ul li{
    display: flex;
    padding-bottom: 10px;
}

.forgedproforms{
    margin: 50px 0 0 0;
}

.forgedproformsbox h3{
    font-size: 25px;
    color: #031e2d;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.forgedproformsbox ul li{
        font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    display: flex;
}

.forgedproformsbox ul li:before{
        position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 16px;
    font-weight: 900;
    margin: 0 5px 0 0;
}

.forgedproformsimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

