.product-cont{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white !important;
}

.main-product-content{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}









.table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #f9f9f9 !important;
}

.table{
    text-align: center;
}

.prodetails p{
    text-align: justify !important;
    color: #343434 !important;
    font-size: 15px !important;
    margin-bottom: 1.5rem !important;
}



.add-info lg{
    color: black !important;
}



 qp{
    font-size: 13px !important;
    padding:5px !important ;
}




/* PRODUCTS PAGE */

.products-page{
    padding: 80px 0px !important;
}


.product-main-content{
    padding: 35px !important;
}

.products-heading{
    color: #7A300B !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
}

.products-text{
    font-size: 15px !important;
    color: #888;
    line-height: 2;
}

.products-btn{
    background-color: #004652 !important;
    border: none;
    position: relative;
    transition: 0.5s ease all;
}

.products-btn:hover{
color: rgb(0, 0, 0) !important;
background-color: white !important;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}


.carrer{
    padding: 80px 0px;
    margin: 0px !important;
}

.carrer-lines{
    color: #343434 !important;
}

.carrer-vacancy{
    font-weight: 700 !important;
}

.vacancy-lines{
    color: #032E6F !important;
    transition: 0.3s ease all;
}

.vacancy-lines:hover{
    color: #c82328 !important;
    cursor: pointer;
}

.vacancy-lines strong{
    font-weight: 700 !important;
}

.hr-main{
    margin-bottom: 0.5rem !important;
}

.hr-lines{
    margin-bottom: 0 !important;
}

.hr-contact{
    margin-bottom: 0 !important;
}

.product2-img{
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.product2-img img{
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

