* {

    margin: 0px;

    padding: 0px;

    border-collapse: collapse;

    box-sizing: border-box;

    font-size: 15px;

    font-family: "Inter", sans-serif;

}



/* side menu */

:root {

    --primary: #0B57D0;

    --footer: #1E3A8A;

    --white1: #d3d0d0;

    --black: #000000;

    --white2: #ffffff;

    --link-hover: #ffffff;

    --btn1: #FF7B0F;

    --footer-head: #2fb4f7;

    --hover-bar: #737373;

    --box-border: #3a3a3a;

    --welding: #cccccc;

    --border1: #b9b9b9;

    --border2: #2467D1;

    --border3: #b5b5b5;

    --border4: #a9a9a9;

}



.sidenav {

    height: 100vh;

    width: 0;

    position: fixed;

    z-index: 5;

    top: 0;

    right: 0;

    background-color: var(--primary);

    overflow-x: hidden;

    transition: 0.5s;

    padding-top: 60px;

}



.sidenav a {

    padding: 8px 8px 8px 32px;

    text-decoration: none;

    font-size: 18px;

    color: var(--white1);

    display: block;

    transition: 0.3s;

}



.sidenav a:hover {

    color: var(--link-hover);

}



.sidenav .closebtn {

    position: absolute;

    top: 0;

    right: 25px;

    font-size: 36px;

    margin-left: 50px;

}



#main {

    transition: margin-left .5s;

    padding: 10px;

}



/* header top */

.header {

    position: sticky;

    top: 0;

    width: 100%;

    background-color: #ffffff;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    z-index: 1000;

    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;

}



.header.hidden {

    top: -80px;

}



.header.scrolled-down {

    background-color: #ffffff;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 

}



@keyframes animateHeader {

    0% {

        transform: translateY(-100%);

        opacity: 0;

    }

    100% {

        transform: translateY(0);

        opacity: 1;

    }

}



.header.animated {

    animation: animateHeader 0.5s forwards ease-out;

}



.navbar-brand:hover .spin {

    animation-play-state: paused;

    cursor: pointer;

}

.navbar-brand img{

    width:70%;

}



.nav-item .nav-link {

    color: var(--black);

    font-weight: 500;

}



.nav-item .nav-link:hover {

    color: var(--primary);

    font-weight: 500;

}



.btn1 {

    padding: 10px 20px;

    background-color: var(--btn1);

    border-radius: 50px;

    color: var(--white2);

    text-decoration: none;

    font-weight: 500;

    border: none;

}



.btn1:hover {

    color: var(--primary) !important;

    font-weight: 500;

}



.navbar-collapse {

    flex-grow: 0;

}



/* Container for the background image */

.back1 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/back1.png');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



/* Content container with overlay text */

.content {

    padding: 20px 0px 10px 100px;

    max-width: 50%;

    text-align: left;

    color: white;

}

.content h2{

    font-size:45px;

}



.line1 {

    max-width: 90%;

    height: 3px;

    background-color: #ffffff;

    margin: 20px 0px;

}



/*  meet our brands */



.me_brand {

    padding: 4rem 0rem 2rem;

}



.me_brand .txt_brand {

    text-align: center;

}



.me_brand .brand1 {

    position: relative;

    overflow: hidden;

    padding: 10px;

}



.me_brand .brand1 img {

    display: block;

    width: 100%;

    max-width: 100%;

    height: 70px;

    object-fit: contain;

    margin: auto;

    transition: transform 0.3s ease;

}



.me_brand .brand1:hover img {

    transform: scale(1.1);

}





/* driving excellence */

.po_nu1 {

    padding: 4rem 0rem 2rem;

}



.box1 {

    max-width: 25%;

    min-height: 160px !important;

    border-radius: 20px;

    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);

    padding: 10px;

    transition: 0.3s ease-in;

    margin: 10px;

    display: grid !important;

    grid-template-columns: auto;

}



.box1:hover {

    background-color: var(--primary);

    color: var(--link-hover);

}



.b1 .img-chan {

    display: none;

}



.box1:hover .b1 .img-real {

    display: none;

}



.box1:hover .b1 .img-chan {

    display: block;

    margin: auto;

}



.box1:hover .b1 img {

    fill: var(--white2);

}



.box1 .b1 {

    align-content: start;

    text-align: center;

}



.box1 .b1 img {

    width: 60px;

}



.slick-slide img {

    margin: auto;

}



/* Our Products */

/* slider */

.swiper {

    width: 100%;

}



.swiper-slide {

    text-align: center;

    background: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

}



.swiper-slide img {

    display: inline-block;

    width: 100%;

}



.slide1 {

    padding: 2rem 0rem 2rem;

    text-align: justify;

}



/* our team */

.our-icon {

    display: flex;

    justify-content: space-between;

}

.our-icon .our_txt{

    width:75%;

    text-align:left;

}



.our-icon1 {

    display: flex;

    align-items: center;

    gap: 15px;

    margin: 15px 0px;

}



.our-icon2 {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background-color: var(--primary);

    display: flex;

    justify-content: center;

    align-items: center;

}



.btn2 {

    display: inline-block;

    padding: 10px 30px;

    background-color: var(--btn1);

    color: white;

    border: none;

    border-radius: 20px;

    font-weight: 500;

    cursor: pointer;

    text-decoration: none;

    transition: transform 0.3s ease-in-out;

}



.btn2:hover {

    transform: translateY(-3px);

}



.bounce {

    animation: bounce 0.5s infinite ease-in-out;

}



@keyframes bounce {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-5px);

    }

}





/* our vision */

.vis1 {

    padding: 2rem 0rem 2rem;

}



.vis2 {

    padding: 4rem 0rem 4rem;

    background-color: var(--black);

}



.vision-mission-values {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 20px;

    margin: 0 auto;

    /* Center the grid horizontally */

    width: 100%;

    /* Adjust width as needed */

}



.vision-mission-values-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 20px;

    border: 1px solid #ddd;

    border-radius: 5px;

    background-color: var(--black);

    color: var(--white2);

    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;

    cursor: pointer;

    /* Optional: Set cursor to pointer on hover */

}



.vision-mission-values-item:hover {

    transform: scale(1.05);

    /* Optional: Add slight zoom on hover */

    box-shadow: 0px 5px 10px rgba(11, 87, 208, 1);

    /* Optional: Add subtle shadow on hover */

}



.vision-mission-values-image {

    width: 22%;

    height: auto;

    margin-bottom: 10px;

    transform-style: preserve-3d;

    /* Enable 3D transforms */

    transition: transform 0.5s ease-in-out;

}



.vision-mission-values-item:hover .vision-mission-values-image {

    transform: rotateY(180deg);

    /* Flip animation on hover */

}



.vision-mission-values-text {

    /*text-align: justify;*/

    text-align: left;

}



h3 {

    margin-bottom: 10px;

}



p {

    line-height: 1.5;

}



/* testimonals */



.testimonial {

    position: relative;

    max-width: 500px;

    min-height: 300px !important;

    margin: 15px;

    text-align: center;

    border: 1px solid var(--link-hover);

    padding: 15px;

    transition: transform 0.3s ease-out;

}



.testimonial:hover {

    transform: translateY(-5px);

}





.testimonial img {

    position: absolute;

    top: 0%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100px;

    max-width: 100%;

    background-color: var(--primary);

    border-radius: 50%;

}



.testimonial h4 {

    margin-top: 60px;

    font-size: 22px;

}



.testimonial h5 {

    margin: 10px 0;

    font-size: 18px;

}



.testimonial p {

    font-style: italic;

    text-align: justify;

}



.test_txt {

    /*text-align: center;*/

    text-align: left;

}



.test1 {

    padding: 2rem 0rem 0rem;

    color: var(--link-hover);

}



.test1_back {

    background-color: var(--primary);

    padding: 2rem 0rem;

}



.test1 .slick-slide {

    margin-top: 60px;

}



.custom-prev,

.custom-next {

    font-size: 20px;

    position: absolute;

    top: 50%;

    /* transform: translateY(-50%); */

    z-index: 1;

    cursor: pointer;

}



.custom-prev {

    left: -11px;

    background: transparent;

    border: none;

}



.custom-prev i {

    font-size: 28px;

}



.custom-next {

    right: -11px;

    background: transparent;

    border: none;

}



.custom-next i {

    font-size: 28px;

}



/* our channel */

.channel-part {

    padding: 2rem 0rem 2rem;

}



.cha-btn1 {

    margin: 20px 0px;

}



.cha_txt1 p {

    text-align: justify;

}



.partner1 {

    width: 140px;

    height: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 10px auto;

    padding: 10px;

}



.partner1 img {

    transition: transform 0.4s ease-in;

}



.partner1:hover img {

    transform: scale(1.1);

}



/* footer */

footer {

    background-color: var(--black);

    padding: 3rem 0rem 1rem;

    color: var(--white2);

}



.foot_txt1 {

    color: var(--white2);

}



.foot_txt1 h5 {

    color: var(--footer-head);

}





.links1 h5 {

    color: var(--footer-head);

}



.links1 ul li a {

    text-decoration: none;

    color: var(--white2);

}





.social1 .share1 {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 10px;

}



.icons2 {

    list-style: none;

    height: 40px;

    width: 40px;

    /*background-color: var(--footer-head);*/

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 16px;

    transition: 0.5s ease-in-out;

    cursor: pointer;

    /*border: 1px solid var(--white2);*/

}



.icons2 i {

    color: var(--white2);

    font-size: 20px;

}



.icons2:hover {

    background-color: var(--link-hover);

    border: 1px solid var(--footer-head);

}



.icons2:hover i {

    color: var(--footer);

}

.con-icon5{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 10px 0px;

}

.con-icon5 p{

    width:90%;

}



hr {

    border: 1px solid #fff;

    margin: 10px 0;

}



.copyright {

    color: var(--white2);

    font-size: 12px;

    text-align: center;

}



.copyright a{

    color: var(--white2);

    font-size: 13px;

    text-decoration: none;

}



/* about */



.back2 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/back2.svg');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.content1 {

    padding: 20px 20px 10px 100px;

    max-width: 50%;

    text-align: left;

    color: white;

}

.content1 h2{

    font-size:40px;

}



.line2 {

    max-width: 90%;

    height: 3px;

    background-color: #ffffff;

    margin: 20px 0px;

}





/* our story */

.header-section {

    background-color: var(--primary);

    color: #fff;

    padding: 20px;

    margin: 80px 0px 0px 80px;

}



.head_img {

    position: relative;

}



.header-image {

    position: absolute;

    top: -50px;

    left: -90px;

}





.header-image1 {

    display: none;

}



.header-text .hidden{

    display:none;

}



.head_fa {

    display: flex;

    align-items: center;

    margin: 15px auto;

    color: #fff;

}



.line-container {

    flex-grow: 1;

}



.line3 {

    height: 2px;

    width: 20%;

    background-color: #fff;

    margin: auto 15px;

}





.stats-section {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    color: #fff;

    padding: 15px;

}

.state1{

    padding:1rem 0rem 1rem;

    margin:3rem 0rem 1rem;

    color:#ffff;

    text-align:center;

     background-color: #000;

}

.stat {

    flex: 1 1 10%;

    text-align: center;

    margin: 10px;

}



.stat .box2 {

    max-width: 100%;

    min-height: 160px !important;

    padding: 10px;

    transition: 0.3s ease-in;

    margin: 10px;

}



.stat .box2:hover {

    background-color: var(--primary);

    color: var(--link-hover);

}



.stat .box2:hover .b1 .img-real {

    display: none;

}



.stat .box2:hover .b1 .img-chan {

    display: block;

    margin: auto;

}



.stat .box2 .b1 {

    align-content: start;

    text-align: center;

}



.stat .box2 .b2 {

    align-content: end;

    text-align: center;

}



.box1:hover .b1 img {

    fill: var(--white2);

}



/* why us */

.why-img {

    width: 90%;

    height: auto;

    object-fit: cover;

    margin: auto;

}



/* Company Timeline */

.com-t1 {

    padding: 2rem 0rem 2rem;

}



.timeline-item {

    min-width: 300px;

    position: relative;

    color: white;

}



.timeline-item img {

    width: 100%;

    height: 400px;

    object-fit: cover;

    display: block;

}



.overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.5);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}





.overlay p {

    margin: 5px 0;

}



.overlay .line4 {

    width: 40%;

    height: 2px;

    background-color: var(--white2);

    margin: 10px 0;

}



.overlay .mil-icons i {

    font-size: 2em;

    margin: 10px 0;

}



/* owner */

.own-txt1 {

    padding: 2rem 0rem 2rem;

}



.own-txt {

    display: flex;

    align-items: center;

    margin: 15px auto;

}



.line-container {

    flex-grow: 1;

}



.line5 {

    height: 2px;

    width: 20%;

    background-color: var(--black);

    margin: auto 15px;

}



.own-txt img {

    height: 70px;

}



.own-txt2 {

    height: 610px;

}



.own-txt2 img {

    height: 610px;

    object-fit: contain;

}



/* Quality Assurance Policy */



.quality1 {

    padding: 2rem 0rem 2rem;

}



.quality-txt1 {

    background-color: var(--primary);

    color: #fff;

    padding: 20px;

    margin: 80px 0px 0px 80px;

}



.quality-txt1 .head_img {

    position: relative;

}



.quality-txt1 .header-image {

    position: absolute;

    top: -85px;

    left: -100px;

}



.quality-txt1 .header-image1 {

    display: none;

}



/* Certificate */

.certi-txt1 {

    padding: 2rem 0rem 2rem;

}



.certi-img {

    display: grid;

    align-content: center;

    grid-template-columns: auto;

    min-height: 200px;

}



.certi-img .b1 {

    text-align: center;

    justify-content: start;

    padding: 10px 0;

}



.certi-img .b2 {

    text-align: center;

    justify-content: end;

    padding: 10px 0;

}



/* Our Senior Management */

.our-sen {

    padding: 2rem 0rem 0rem;

}



.our-txt1 {

    background-color: var(--primary);

    padding: 3rem 0rem 2rem;

}



.our-txt2 h3 {

    text-align: center;

    color: var(--white2);

    margin-bottom: 35px;

}



.management,

.consultants {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.card1 {

    background-color: var(--primary);

    border: 4px solid var(--border2);

    margin: 10px 10px 40px 10px;

    padding: 20px;

    text-align: center;

     width: calc(26.333% - 40px);

    box-sizing: border-box;

    position: relative;

    color: var(--white2);

}



.icon-overlay {

    position: absolute;

    top: -25px;

    left: 50%;

    transform: translateX(-50%);

    background-color: var(--primary);

    border-radius: 50%;

    padding: 12px;

    border: 4px solid var(--border2);

}



.icon-overlay img {

    width: 50px;

    height: 50px;

}



.card1 .card-txt {

    margin: 48px 0 0 0;

}



.card1 .card-txt p {

    margin: 0px;

    font-size: 14px;

}



/* manufacturing page */

.back3 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/back3.svg');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.content2 {

    padding: 20px 20px 10px 80px;

    max-width: 50%;

    text-align: left;

    color: white;

}





/* 3 img */



.manuf-second {

    padding: 2rem 0rem 2rem;

}



.manuf-rel {

    position: relative;

    margin: 15px auto;

}



.manuf-rel p {

    position: absolute;

    bottom: 10px;

    left: 25px;

    color: var(--white2);

    font-size: 18px;

}



/* grades wires */

.manuf-wire{

    padding: 2rem 0rem 0rem;

}

.manuf-wire .image-section {

    position: relative;

    min-height: 410px;

    width: 80%;

    background-color: var(--primary);

}



.manuf-wire .image-section img {

    position: absolute;

    top: 50%;

    left: 70%;

    transform: translate(-50%, -50%);

    max-width: 100%;

    height: auto;

}



.manuf-wire .image-section1 {

    display: none;

}



.manuf-wire .text-section {

    flex: 1;

    margin: 10px;

    text-align: justify;

}



.manuf-wire .manuf-txt {

    display: flex;

    align-items: center;

    margin: 20px 0px;

}



.manuf-wire .manuf-txt h3 {

    color: var(--primary);

    margin: 0;

    padding-right: 10px;

}



.manuf-wire .manuf-txt .line6 {

    flex-grow: 1;

    height: 2px;

    background-color: var(--primary);

    margin: 0 10px;

}



.manuf-wire .manuf-txt img {

    height: 50px;

}



.manuf-wire .text-section p {

    font-size: 16px;

    line-height: 1.5;

}



/* ms-wire */

.ms-wire {

    padding: 2rem 0rem 2rem;

}



.ms-wire .ms-back {

    background-color: var(--primary);

}



.ms-back .ms-back1 {

    padding: 40px 40px 0px;

    text-align: justify;

    color: var(--white2);

}



.ms-wire1 img {

    min-height: 206px;

    width: 100%;

    object-fit: cover;

}



.ms-wire2 {

    display: flex;

    align-items: center;

    margin: 15px auto;

    justify-content: start;

}



.line7 {

    height: 2px;

    width: 15%;

    background-color: var(--black);

    margin: auto 15px;

}



/* type-wire */

.type-wire {

    padding: 2rem 0rem 2rem;

}



.type-wire .type-wire1 {

    margin: 15px 0px;

}



.type-wire .type-wire1 h6 {

    text-align: center;

}



.type-wire .type-wire1 p {

    text-align: justify;

}



.type-wire .type-wire1 .type-wire2 {

    border: 1px solid var(--border3);

    min-height: 230px;

    display: flex;

    justify-content: center;

    align-items: center;

}



/* bright-bars */

.bright-bars{

    padding:2rem 0rem 2rem;

}

.bright-bars .image-section {

    position: relative;

    min-height: 410px;

    width: 80%;

    background-color: var(--primary);

}



.bright-bars .image-section img {

    position: absolute;

    top: 50%;

    left: 70%;

    transform: translate(-50%, -50%);

    max-width: 100%;

    height: auto;

}



.bright-bars .image-section1 {

    display: none;

}



.bright-bars .text-section {

    flex: 1;

    margin: 10px;

    text-align: justify;

}



.bright-bars .manuf-txt {

    display: flex;

    align-items: center;

    margin: 20px 0px;

}



.bright-bars .manuf-txt h3 {

    color: var(--primary);

    margin: 0;

    padding-right: 10px;

}



.bright-bars .manuf-txt .line6 {

    flex-grow: 1;

    height: 2px;

    background-color: var(--primary);

    margin: 0 25px;

}



.bright-bars .manuf-txt img {

    height: 40px;

}



.bright-bars .text-section p {

    font-size: 16px;

    line-height: 1.5;

}



/* round-bar */



.round-bar {

    padding: 2rem 0rem 2rem;

}



.round-bar .manuf-rel1 {

    border: 1px solid var(--border4);

    margin: 15px auto;

    min-height: 275px;

    position: relative;

}



.round-bar .manuf-rel1:hover {

    color: var(--white2);

}



.round-bar .manuf-rel1 a img {

    width: 80%;

    height: auto;

    object-fit: cover;

}



.round-bar p {

    text-align: center;

    font-weight: 500;

    font-size: 18px;

}



.round-bar .manuf-rel1 .overlay {

    position: absolute;

    bottom: 0;

    background: rgba(0, 0, 0, 0.7);

    color: #fff;

    width: 100%;

    transition: opacity 0.5s ease;

    opacity: 0;

    padding: 10px;

    box-sizing: border-box;

    text-align: center;

}



.round-bar .manuf-rel1:hover .overlay {

    opacity: 1;

}



/* industry application */

.grade1 {

    padding: 1rem 0rem 1rem;

    background-color: var(--primary);

}



.grade1 p {

    text-align: center;

    color: var(--white2);

    margin: 0px;

}



.ind-app {

    margin: 35px 0px;

    padding: 2rem 0rem 2rem;

    background-color: var(--black);

}



.test_txt1 {

    text-align: center;

    margin-bottom: 60px;

    color: var(--white2);

}



.applications {

    display: flex;

    /*flex-wrap: wrap;*/

    justify-content: center;

    gap: 20px;

}



.application {

    background-color: var(--black);

    border: 5px solid var(--box-border);

    /*border-radius: 10px;*/

    margin: 20px 0px;

    padding: 14px;

    width: 230px;

    text-align: center;

    transition: background-color 0.3s;

    position: relative;

    padding-top: 50px;

    /* adjust to ensure enough space for the image */

}



.application img {

    width: 75px;

    /* size for the image */

    position: absolute;

    border: 5px solid var(--box-border);

    top: -40px;

    /* adjust to place the image at the top center */

    left: 50%;

    transform: translateX(-50%);

    background-color: var(--black);

    /* background matching the container */

    border-radius: 50%;

    padding: 8px;

    object-fit: none;

    /* ensure the image covers the container */

    box-sizing: border-box;

}



.application p {

    margin-top: 20px;

    color: var(--white2);

    /* adjust to add space between the image and text */

}



.application:hover {

    background-color: var(--primary);

}



/* bright and grades img and graph */



.dra-img {

    height: 330px;

    border: 1px solid #ccc;

    padding: 10px;

    margin: 15px 0px;

    overflow: hidden;

    position:relative;

}



.dra-img .img {

    object-fit: cover;

    border: 1px solid #ccc;

}



.dra-img p {

    position: absolute;

    bottom:0px;

    font-size: 18px;

    font-weight:500;

}



.dra-img:hover img {

    transform: scale(1.05);

}



.graph1 {

    text-align: center;

    padding: 3rem 0rem 3rem;

}



/* welding consumables */

.mig-wire {

    padding: 2rem 0rem 2rem;

}



.mig-wire .mig-wire1 {

    display: flex;

    align-items: center;

    margin: 15px auto;

    justify-content: center;

}



.mig-wire1 .line7 {

    height: 2px;

    width: 15%;

    background-color: var(--black);

    margin: auto 15px;

}



.mig-wire .mig-back {

    background-color: var(--primary);

    text-align: justify;

    color: var(--white2);

    padding: 15px;

}



.mig-wire2 img {

    min-height: 270px;

    width: 100%;

    object-fit: cover;

}



/* our strength */



.back4 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/our-strength1.svg');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.content2 {

    padding: 20px 20px 10px 80px;

    max-width: 50%;

    text-align: left;

    color: white;

}

.content2 h2{

   font-size:40px; 

}



/* wada plant */

.wada-plant {

    padding: 3rem 0rem 3rem;

}



.ms-back2 {

    background-color: var(--primary);

    padding: 20px;

    color: var(--white2);

}



.wada1-txt {

    display: flex;

    align-items: center;

    margin: 15px auto;

    justify-content: start;

}



.wada1-txt .line7 {

    height: 2px;

    width: 15%;

    background-color: var(--white2);

    margin: auto 15px;

}



.wada-plant .img-overlay-container {

    position: relative;

    width: 100%;

    height: 100%;

}



.wada-plant .img-overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.5);

    color: white;

    text-align: center;

    padding: 10px;

}



.wada-img1 {

    object-fit: cover;

    height: 591px;

}



.wada-plant .img-overlay {

    font-size: 17px;

}



.wada-img2 {

    object-fit: cover;

    height: 490px;

}



.factory1 {

    padding: 2rem 0rem 2rem;

}



.fact-dra {

    text-align: center;

    margin-bottom: 40px;

}



/* csr activities */

.back5 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/csr1.svg');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.content3 {

    padding: 20px 20px 10px 100px;

    max-width: 50%;

    text-align: left;

    color: white;

}

.content3 h2{

    font-size:40px;

}



.content3 .line2 {

    max-width: 80%;

    height: 2px;

    background-color: #ffffff;

    margin: 20px 0px;

}



/*  */

.pebs1 {

    display: flex;

    align-items: center;

    margin: 15px auto;

    justify-content: start;

}



.line7 {

    height: 2px;

    width: 15%;

    background-color: var(--black);

    margin: auto 15px;

}



/* PEB */

.pebs-one {

    padding: 2rem 0rem 2rem;

}



.pebs2 {

    padding: 2rem 0rem 2rem;

    background-color: var(--primary);

    color: var(--white2);

}



.peb-img1 .dra-img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    border: 2px solid var(--barder1);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    

    text-align: center;

    overflow: hidden;

}

.peb-img1-txt{

    border:2px solid #9c9c9c;

    margin: 15px auto;

}

.peb-img1 .dra-img .img {

    width: 100%;

    border: 1px solid #ccc;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.peb-img1 p {

    margin: 0;

    font-size: 18px;

    font-weight:500;

    transition: opacity 0.3s ease;

    text-align:center;

}





.round-bar1 {

    padding: 2rem 0rem 2rem;

}



.round-bar1 .manuf-rel1 {

    border: 1px solid var(--black);

    margin: 15px auto;

    min-height: 325px;

    position: relative;

    text-align: center;

}



.round-bar1 .manuf-rel1:hover {

    color: var(--white2);

}



.round-bar1 .manuf-rel1 a img {

    width: 65%;

    height: auto;

    object-fit: cover;

}



.round-bar1 .manuf-rel1 p {

    text-align: center;

    font-weight: 500;

    font-size: 18px;

}



.round-bar1 .manuf-rel1 .overlay {

    position: absolute;

    bottom: 0;

    background: rgba(0, 0, 0, 0.7);

    color: #fff;

    width: 100%;

    transition: opacity 0.5s ease;

    opacity: 0;

    padding: 10px;

    box-sizing: border-box;

    text-align: center;

}



.round-bar1 .manuf-rel1:hover .overlay {

    opacity: 1;

}



/* our projects */



.project-im {

    padding: 2rem 0rem 2rem;

}



.project-img1 {

    background-color: var(--primary);

    color: var(--white2);

    padding: 2rem 0rem 2rem;

}



.graph4 {

    padding: 2rem 0rem 2rem;

}



.our-pro {

    padding: 15px;

}



.our-pro img {

    width: 100%;

    height: auto;

}



.our-pro p {

    text-align: center;

}



/* mining */

.Exc1 {

    padding: 2rem 0rem 2rem;

}



.Exc2 {

    border: 1px solid var(--border1);

}



.Exc3 img {

    height: 600px;

    object-fit: cover;

}



.Exc4 {

    text-align: justify;

    padding: 15px;

}



/* tabs */

.list-ma1 {

    padding: 2rem 0rem 2rem;

}



.list-mach {

    background-color: var(--primary);

    padding: 2rem 0rem 2rem;

    color: var(--white2);

}



.list-mach1 h4 {

    margin-bottom: 30px;

    text-align: center;

}



.tab {

    display: block;

    color: var(--white2);

    border: none;

    padding: 15px;

    margin-bottom: 10px;

    cursor: pointer;

    text-align: left;

    width: 25%;

    font-size: 16px;

}



.nav-pills .nav-link {

    color: var(--white2);

    width: 100%;

    text-align: left;

}



.nav-pills .nav-link:hover {

    color: var(--white2);

}



.nav-pills .nav-link.active {

    color: var(--white2);

    background-color: transparent;

}



.nav-pills .nav-link::after {

    display: block;

    content: '';

    border-bottom: solid 2px var(--white2);

    transform: scaleX(0);

    transition: transform 300ms ease-in-out;

}



.nav-pills .nav-link:hover::after {

    transform: scaleX(1);

}



.nav-pills {

    border-right: 1px solid var(--white2);

}



table {

    width: 100%;

    border-collapse: collapse;

}



thead {

    background-color: var(--black);

}



th {

    background-color: var(--black);

    color: var(--white2);

    border: 1px solid var(--white1);

}



th,

td {

    border: 1px solid var(--black);

    padding: 8px;

    text-align: center;

}



tbody tr:hover {

    color: #000000;

    background-color: #cccccc;

}



/* trading */

.back6 {

    position: relative;

    width: 100%;

    height: 100vh;

    background-image: url('../media/back4.svg');

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.content2 {

    padding: 20px 20px 10px 80px;

    max-width: 50%;

    text-align: left;

    color: white;

}





/*  */

.sheet-bar {

    padding: 2rem 0rem 2rem;

}

.sheet-bar p{

    font-size:18px;

    font-weight:500;

    text-align:center;

       margin: 10px auto;

}



.sheet-bar .manuf-rel1 {

    border: 1px solid var(--black);

 

    padding: 5px;

    position: relative;

    text-align: center;

}



.sheet-bar .manuf-rel1:hover {

    color: var(--white2);

}



.sheet-bar .manuf-rel1 a img {

    width: 100%;

    height: auto;

}



.sheet-bar .manuf-rel1 p {

    text-align: center;

    font-weight: 500;

    font-size: 16px;

}



.sheet-bar .manuf-rel1 .overlay {

    position: absolute;

    bottom: 0;

    background: rgba(0, 0, 0, 0.7);

    color: #fff;

    width: 100%;

    transition: opacity 0.5s ease;

    opacity: 0;

    padding: 10px;

    box-sizing: border-box;

    text-align: center;

}



.sheet-bar .manuf-rel1:hover .overlay {

    opacity: 1;

}



/* mild steel */

.type-steel {

    padding: 3rem 0rem 3rem;

}





.type-st {

    background-color: var(--primary);

    color: var(--white2);

    padding: 1rem 1rem 1rem;

    text-align: justify;

}



.type-txt {

    display: flex;

    align-items: center;

    margin: 15px auto;

    justify-content: start;

}



.type-txt .line7 {

    height: 2px;

    width: 15%;

    background-color: var(--white2);

    margin: auto 15px;

}

.feat{

    padding: 2rem 0rem 2rem;

}



.feat1 .application {

    border: 2px solid var(--welding);

    border-radius: 10px;

    margin: 30px auto;

    background-color: transparent;

    text-align: center;

    position: relative;

    padding-top: 30px;

    min-height: 230px;

    max-width: 200px;

}



.feat1 .application img {

    width: 75px;

    position: absolute;

    border: 2px solid var(--welding);

    background-color: var(--white2);

    top: -40px;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    object-fit: none;

    box-sizing: border-box;

}



.feat1 .application p {

    margin-top: 30px;

    color: var(--black);

}



.feat1 .application:hover {

    background-color: var(--primary);

}



.feat1 .application:hover p {

    color: var(--white2);

}



/*  */

.dra-b {

    margin: 15px;

}



.application1 {

    border: 2px solid var(--welding);

    border-radius: 10px;

    margin: 30px auto;

    background-color: transparent;

    text-align: center;

    position: relative;

    padding-top: 30px;

    min-height: 150px;

}



.application1 img {

    width: 75px;

    position: absolute;

    border: 2px solid var(--welding);

    background-color: var(--white2);

    top: -40px;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    object-fit: none;

    box-sizing: border-box;

}



.application1 p {

    margin-top: 30px;

    color: var(--black);

}



.application1:hover {

    background-color: var(--primary);

}



.application1:hover p {

    color: var(--white2);

}



/* welding table */



.range1 {

    padding: 1rem 0rem 2rem;

}



.tb1 {

    height: 225px;

    width: 100%;

    border-collapse: collapse;

}



.tb1 th,td {

    border: 1px solid var(--black);

    padding: 8px;

    text-align: center;

}



.tb1 th {

    background-color: var(--black);

    color: var(--white2);

    border: 1px solid var(--white1);

}



.tb2 {

    width: 100%;

    border-collapse: collapse;

}



.tb2 th,

td {

    border: 1px solid var(--border1);

    padding: 8px;

    text-align: center;

}



.tb2 th {

    background-color: var(--primary);

    color: var(--white2);

    border: 1px solid var(--black);

}



.curr {

    padding: 3rem 0rem 2rem;

}



.curr1 {

    border: 1px solid var(--border1);

}



/* contact us */



.back7{

    position: relative;

    width: 100%;

    height: 400px;

    background-image: url('../media/back5.svg');

    background-size: cover;

    background-position: center;

    color: white;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

}



.overlay-text {

    position: relative;

    z-index: 1;

}



.addr{

    background-color: var(--black);

    color: var(--white2);

    padding: 2rem 0rem 2rem;

}



.con-icon1{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 10px 0px;

}



.con-icon1 p{

   width: 50%;

   margin: 0px;

}



.con-icon2{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 10px 0px;

}



.con-icon2 p{

   width: 65%;

   margin: 0px;

}



.line-div1{

    border-right:2px solid #ffff;

}



.line-div{

border-right:2px solid var(--black);

}



.con-icon3{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 10px 0px;

}



.con-icon3 p{

   width: 60%;

   margin: 0px;

}



.con-icon4{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 10px 0px;

}



.con-icon4 p{

    margin: 0px;

}



.con-icon{

    height: 40px;

    width: 40px;

    border-radius: 50%;

    background-color:#404040;

    display: flex;

    justify-content: center;

    align-items: center;

    color: var(--white2);

}





.form-control{

    background-color: #F3F3F3;

}



.cont1{

    padding: 2rem 0rem 2rem;

}



.map-container {

    position: relative;

    width: 100%;

    padding-bottom: 56.25%; /* 16:9 aspect ratio */

    height: 0;

    overflow: hidden;

}



.map-container iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0;

}

/* exhibition */
.back-exhibi{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../media/exhibition-img/back-shop.webp');
    background-size: cover;
    background-position: top center;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.back-exhibi .overlay-text {
    position: relative;
    z-index: 1;
    
}

.gall1{
    padding: 2rem 0rem 2rem;
}

.gallery2 .nav-item .nav-link{
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 50px;
}

.gallery2 .nav-pills .nav-link.active {
    background-color: var(--primary);
    color: var(--white2);
}

.award-img1 img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    min-height: 285px;
    width: 280px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 15px 0px;

}
.award-img1:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-close{
    background-color: var(--white1);
    border-radius: 0px 0px 0px 10px;
}

.back-taloja{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../media/taloja-warehouse/taloja-warehouse-3.webp');
    background-size: cover;
    background-position: top center;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.back-taloja .overlay-text {
    position: relative;
    z-index: 1;
    
}

/* Media Queries for responsiveness */



@media screen and (max-width: 1400px) {

    .stat {

        flex: 1 1 25%;

        margin: 10px 0;

    }



    .stat .box2 .b1 .img-real {

        width: 22%;

    }



    .stat .box2:hover .b1 .img-chan {

        display: block;

        margin: auto;

        width: 25%;

    }





    .ms-back .ms-back1 {

        padding: 15px;

    }



    .wada-img1 {

        object-fit: cover;

        height: 508px;

    }



    .round-bar1 .manuf-rel1 {

        min-height: 285px;

    }



    .feat1 .application {

        min-height: 195px;

        max-width: 280px;

    }



    .cu1-img img {

        object-fit: cover;

        min-height: 275px;

    }

    .testimonial {

        min-height: 324px !important;

    }

}



@media screen and (max-width: 1200px) {

    .navbar-toggler {

        display: none;

    }



    .content {

        max-width: 50%;

        padding: 10px;

    }



    .content1 {

        max-width: 50%;

        padding: 10px;

    }



    .content2 {

        max-width: 50%;

        padding: 15px;

    }

    .content3 {

        max-width: 50%;

        padding: 15px;

    }



    .testimonial {

        min-height: 302px !important;

    }



    .slick-prev:before {

        content: ''!important;

    }

    

    .slick-next:before {

        content: ''!important;

    }



    .slick-prev {

        left: -20px !important;

    }



    .slick-next {

        right: -10px !important;

    }



    .header-image {

        display: none;

    }



    .header-image1 {

        display: block;

        width: 100%;

    }



    .quality-txt1 {

        margin: 0px;

    }



    .quality-txt1 .header-image1 {

        display: block;

        width: 100%;

    }



    .header-section {

        margin: 0px;

    }



    .stats-section {

        margin-left: 0px;

    }



    .head_fa {

        display: block;

        margin: 0px;

    }



    .line3 {

        height: 3px;

        width: 40%;

        margin: 10px 0px;

    }



    .stat {

        flex: 1 1 25%;

        margin: 10px 0;

    }



    .image-section {

        min-height: 330px;

        width: 75%;

    }



    .round-bar .manuf-rel1 {

        min-height: 195px;

    }



    .wada-plant1 img {

        height: 319px;

        object-fit: cover;

    }



    .wada-img1 {

        object-fit: cover;

        height: 427px;

    }



    .round-bar1 .manuf-rel1 {

        min-height: 250px;

    }

    .nav-pills .nav-link{

        text-align: center;

    }

    .nav-pills {

        border-right: none;

    }

    .con-icon5{

    display: flex;

    justify-content: start;

    }

    

.applications {

    flex-wrap: wrap;

}

.card1 {

    width: calc(33.333% - 40px);

}



}





@media (max-width: 992px) {

    .box1 {

        min-height: 160px !important;

    }



    .me_brand .brand1 img {

        width: 60%;

    }



    .testimonial {

        min-height: 340px !important;

    }



    .manuf-rel p {

        font-size: 16px;

    }



    .manuf-wire .image-section {

        display: none;

    }



    .manuf-wire .image-section1 {

        display: block;

        width: 100%;

        background-color: var(--primary);

        padding: 20px;

    }



    .manuf-wire .image-section1 img {

        width: 100%;

        height: auto;

    }



    .bright-bars .image-section {

        display: none;

    }



    .bright-bars .image-section1 {

        display: block;

        width: 100%;

        background-color: var(--primary);

        padding: 20px;

    }



    .bright-bars .image-section1 img {

        width: 100%;

        height: auto;

    }



    .round-bar .manuf-rel1 {

        min-height: 155px;

    }



    .round-bar .manuf-rel1 p {

        font-size: 16px;

    }



    .dra-img {

        width: 100%;

        height: 290px;

        text-align: center;

    }



    .type-wire .type-wire1 {

        text-align: center;

    }



    .grade1 p {

        text-align: justify;

        color: var(--white2);

        padding: 15px;

    }



    .wada-plant1 img {

        height: auto;

        object-fit: cover;

    }



    .wada-img1 {

        object-fit: cover;

        height: 427px;

    }



    .wada-plant .img-overlay {

        font-size: 14px;

    }



    .peb-img1 .dra-img {

        width: 100%;

        height: 230px;

    }



    .Exc3 img {

        height: 350px;

        object-fit: cover;

    }



    .cu1-img img {

        object-fit: contain;

        min-height: auto;

    }

    

.line-div{

    border-right:none;

    }

}



@media (max-width: 769px) {

    .content {

        max-width: 80%;

        padding: 10px;

    }



    .content1 {

        max-width: 80%;

        padding: 10px;

    }



    .content2 {

        max-width: 100%;

        padding: 10px;

    }

    .content3 {

        max-width: 100%;

        padding: 10px;

    }



    .me_brand .brand1 img {

        width: 60%;

    }



    .testimonial {

        min-height: 290px !important;

    }



    .testimonial h4 {

        margin-top: 60px;

        font-size: 20px;

    }



    .testimonial h5 {

        margin: 10px 0;

        font-size: 16px;

    }



    .vision-mission-values {

        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }



    .header-section {

        flex-direction: column;

        text-align: center;

    }



    .header-text {

        padding: 10px;

        text-align: justify;

    }



    .stats-section {

        flex-direction: row;

    }



    .stat {

        flex: 1 1 40%;

        margin: 0px;

    }



    .our-icon1 .our_txt {

        width: 75%;

    }



    .card1 {

        width: calc(50% - 40px);

    }



    h3 {

        font-size: 22px;

    }



    .back7{

        height: 300px;

    }



    .addr h5{

        font-size: 18px;

    }



    .con-icon1 p{

        width: 90%;

        font-size: 15px;

    }



    .con-icon2 p{

        width: 100%;

    }



    .con-icon3 p{

        width: 100%;

    }

    .con-icon4{

        display: flex;

        justify-content: start;

        align-items: center;

    }

    .content h2{

    font-size:28px;

    }

    .content1 h2{

    font-size:28px;

    }

    .content2 h2{

    font-size:28px;

    }

    .content3 h2{

    font-size:28px;

    }

    .our-icon {

    display: block;

}

.our-icon .our_txt{

    width:100%;

}


.back-exhibi{
    height: 300px;
}

.back-taloja{
    height: 300px;
}


}



@media screen and (max-width: 576px) {

    .back1 {

    background-position: left;

    }

    .back2 {

    background-position: left;

    }

    .back3 {

    background-position: left;

    }

    .back4{

    background-position: left;

    }

    .back5{

    background-position: left;

    }

    .back6{

    background-position: left;

    }

    .back7{

    background-position: left;

    }

    .vision-mission-values {

        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));

    }



    .slick-prev {

        left: -8px !important;

    }



    .slick-next {

        right: -1px !important;

    }



    .timeline-item {

        min-width: 100%;

    }



    .me_brand .brand1 img {

        width: 40%;

    }



}



@media screen and (max-width: 450px) {

    .sidenav {

        padding-top: 15px;

    }



    .sidenav a {

        font-size: 18px;

    }



    .me_brand .brand1 img {

        width: 50%;

    }



    .our-icon1 .our_txt {

        width: 75%;

    }



    .stats-section {

        flex-direction: column;

    }



    .card1 {

        width: calc(100% - 40px);

    }



    .dra-img {

        width: 100%;

    }



    .dra-img img {

        width: 100%;

    }



    .type-wire .type-wire1 .type-wire2 {

        min-height: 180px;

    }



    .peb-img1 .dra-img {

        width: 100%;

        height: 200px;

    }



    .round-bar1 .manuf-rel1 a img {

        width: 90%;

    }



    .manuf-txt h3 {

        font-size: 18px;

    }

    .con-icon1 p{

        width: 100%;

    }

     .navbar-brand{

         width:60%;

     }

}



@media screen and (max-width: 375px) {

    .testimonial {

        min-height: 365px !important;

    }

}