@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');

/* index page */
.top-area{
background-color: #ff0000;
padding: 10px 0;
display: flex !important;
justify-content: center;
align-items: center;

}
.top-area .top-area-con {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top-row{
    width: 100%;
    display: flex;

}
.top-row p span i{
color:white;

}
.top-area .top-area-con span{
    font-weight: 400;
}
.top-area .top-area-con span a{
text-decoration: none;
color:white;
}
.top-area .top-area-con span a:hover{
color:black;
}
.top-area .top-area-con  ul{
display: flex;

}
.social-link-top{
    display: flex;
   justify-content: flex-end;
}
.top-area .top-area-con ul li{
    display: flex;
list-style: none;
padding: 0px 10px;
}
.top-area .top-area-con  ul li a{
    text-decoration: none;
color:white;

}
.top-area .top-area-con  ul li a:hover{
color:black;
}
.H-abt-sec{
    background-color: #ffffff !important;
    color:rgb(0, 0, 0) !important;
}
.abt-img img{
    width:100%;
}

.H-abt-sec p{
    color:rgb(0, 0, 0) !important;

}
.red-text{
    color:#ff0000;
}
.white-text{
    color:white;
}
.H-abt-sec .boxed-btn{
    background-color: #ff0000;
    color:white;
    font-weight: 600;
}
.boxed-btn:hover{
background-color: #130f0f !important;
color:white !important;
}
.H-pro-sec{
    background-color: #ffffff;
}
.H-pro-sec p{
color:rgb(2, 0, 0);
}
.pro-page .pro-box {
    min-height: 410px !important;
    background-color: rgb(194, 194, 211) !important;
    padding:15px !important;
    transition: 1s !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    }
    .pro-page .pro-box h5{
      margin-top: 15px;
      color:#130f0f;
      text-align: center !important;
    }
    .pro-page .pro-box:hover {
        transform: scale(1.05);
        box-shadow: 0px 1px 4px 0px;
        }
    .pro-page .pro-box img{
width:100%;
    }

    .product-page{
        background-color: #ffffff;
    }
    .product-page h2 span{
color:#ff0000;

    }
    .product-page p{
        color:#000000;
        
            }


    .list-box .content h2{
        font-size: 16px !important;
        line-height: 2rem;
        font-weight: 600 !important;
    }
    .con-sec{
        background-image: url('../img/banner/contact-banner.jpg') ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding:70px;
        color:white;
    }
    .con-sec h2{
        color:white;
    }
    .certificate-sec{
        background-color: #ffffff;
    }
    .industries-sec{
        background-color: #f1eded;
        padding:50px;
    }
    .industries-sec h2{
      text-align: center;

    }
    .industries-sec h2 span{
     color:#ff0000;
    }
    .industries-sec h5{
        color:rgb(0, 0, 0);
        line-height: 2rem;
        font-size: 20px;
        font-weight: 400;
        text-align: justify;

    }
    .industries-sec h6{
        color:rgb(0, 0, 0);
        line-height: 2rem;
        font-size: 20px;

        font-weight: 800;
        text-align: center;
        margin-top:30px;
    }
    .ind-box{
        border-radius: 10px;
        background-color: white;
        text-align: center;
        overflow: hidden;
    }
    .ind-box img{
   width:100% !important;
   min-height:300px;
   position: relative;

    }
    .ind-box:hover .ind-overlay{
        visibility:visible;
    }
   .ind-overlay{
        background-color: rgba(0,0,0,0.5);
        border-radius: 10px;
        position:absolute;
       left:0;
       right:0;
       top:0;
       bottom:0;
       overflow: hidden;
       display: flex !important;
       align-items: center;
       justify-content: center;
       visibility: hidden;
    }
    .ind-overlay p{
color:white;
padding:10px;
font-size: 20px;
font-weight: 400;
    }
    .ind-box h5{
     font-size: 20px;
     color:black;
     text-align: center;
     padding:10px;
    }

    /* careerpage */
    .career-box{
        border:2px solid red;
        padding-bottom: 10px;
    }
    .career-sec img{
    height:500px !important;
    }
    .career-form{
        width:100% !important;
        padding:12px !important;
        border:1px solid rgb(228, 224, 224);
    }

    /* certificatepage */
    .cer-sec{
        padding:10px;
        box-shadow: 0px 1px 9px 1px rgb(145, 143, 143);
        border-radius:10px;
        overflow: hidden;
        transition:1s;
       text-align: center;
    }
    .cer-sec h3{
  color:#ff0000;
    font-size: 20px;
    }
    .cer-sec img{
        width:100%;
        min-height:260px;
        transition:1s;
        overflow: hidden;

    }
    .cer-sec:hover img{
     transform: scale(1.05);
    }
    .cer-sec:hover{
  background-color: grey;
    }
