body{
    margin: 0;
}
a{
    color: #E74A1F;
    text-decoration-line: none;
}
.primary-text{
    color: #E74A1F !important;
}
.btn-primary{
    background-color: #E74A1F;
    color: #fff;
    border: solid 1px #E74A1F;
}
.btn-primary:hover{
    background-color: #a02b0a;
    border: solid 1px #a02b0a;
}
.main_header{
    width: 100%;
    height: auto;
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
}

.main_header.fixed{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.main_header.fixed .nav-link{
    color: #000;
}
.navbar-toggler{
    filter: invert();
}
.main_header.fixed .navbar-toggler{
    filter: inherit;
}

.main_header nav .nav-link.active{
    color: #E74A1F;
}
.banner_section{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../images/banner_bg.jpg);  
    min-height: 100vh; 
    padding-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_cnt{
    width: 100%;
    height: auto;
    min-height: 90vh; 
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.banner_cnt a{
    text-decoration: none;
}
.banner_cnt p{
    color: #fff;
}
.banner_section h1{
    color: #fff;
    font-size: 50px;
}
.banner_section h5{
    color: #fff;
}
.banner_section h5 span{
    color: #E74A1F;
}
.fade-txt{
    color: #e74a1f;
}




.whoweare_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 80px 0;
}

.product-list-sec{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.product_lst_box{
    width: 100%;
    display: inline-block;
    padding: 20px;
    background-color: #FAFAFA;
    margin-bottom: 20px;
}
.product_lst_box h6{
    color: #202B87;
}
.product_lst_img{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.product_lst_img img{
    width: 100%;
}
.vision_mission_sec{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
    background-color: #E74A1F; 
    color: #fff;
}


.ourvalue_sec{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.ourvalue_box{
    width: 100%;
    display: inline-block;
    height: 100%;
    
    min-height: 100px;
    padding: 50px 15px;
}
.ourvalue_box_ico{
    width: 100%;
    display: inline-block; 
    margin-bottom: 20px;
}
.ourvalue_box_ico img{
    /*max-width: 100%;*/
    width: 40px;
}

.ourvalue_box_line{
    border-left: 4px solid #e74a1f;
    padding-left: 10px;
}
.certification_sec{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #F3F3F3;
    
}
.certification_sec{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #F3F3F3;
    
}
.iso_txt{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px #E74A1F solid;
}

.footer_section{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #F3F3F3; 
}
.footer_sec_navigation{
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border-bottom: 1px solid #929292;

}
.footer_sec_navigation ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_section a{
    color: #000;
    text-decoration: none;
}
.footer_section ul{margin: 0;}
.footer_section li{list-style: none;}
.ftr_last_lnk{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr_last_lnk a{
    color: #000000;
    text-decoration: none;
}

a:hover{
    color: #a02b0a;
}

.fade-text{
    color: #e74a1f;
}

.primary-texts{
    color: #333399 !important;
}

.text-copy{
    
    font-size: 15px;
}

.inner_head{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
    text-align: center;
    margin-top: 50px;
}


.contact_box_bg{
    width: 100%;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    margin: 40px 0;
}
.select_file{
    width: 100%;height: 100%;
    border: solid 1px #e5e5e5;
    background-image: url(../images/upload-ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.select_file input{
   opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.col-md-4 {
    position: relative; /* Ensure the container is positioned relatively for the overlay to be absolute within it */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Make sure the overlay is on top of the content */
}

.col-md-4 h5 {
    position: relative; /* Ensure the text is above the overlay */
    z-index: 2;
    color: white; /* Change the text color for better visibility */
}

.p-text {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align:justify;
    
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}


@media (max-width:768px) {
    
.navbar-collapse{
    background-color: #fff;
    padding: 15px;

}
.navbar-collapse a.nav-link{
    color: #000 !important;
}

.navbar-collapse a.nav-link.active{
    color: #a02b0a !important;
}

}
