/* .productcomment {
    width: 100%;
    height: 100%;
    background-image: url(../images/back_product.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

} */

.forus {
    background-image: url(../images/back_company.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    /* background-color: rgb(249, 249, 249) !important; */
}

/* .px-3{
    color: white !important;
}
.fs-14{
    color: white !important;
} */
/* .newsinfor {
    background-image: url(../images/back_news.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
} */

/* .mediah5{
    color: white !important;
}
.mediap{
    color: white !important; 
} */
.companyseemore {
    color: white !important;
}

.seemore {
    width: 100%;
    height: 4rem;
    /* background-color: rgba(255, 255, 255, 0.4); */
    /* background-color:#17a2b8; */
    /* margin-top: 8rem !important; */
}

.seemoretext {
    width: 20rem;
    height: 4rem;
    line-height: 4rem;
    color: black !important;
    letter-spacing: 2px;
    /* border: 1px solid black; */
    margin: 0 auto;
    /* border-radius: 6px; */
}

.companyt {
    padding-bottom: 0 !important;

}

.newsli {
    padding-top: 0.5rem;
    border-radius: 6px;
}

.newsli:hover {
    box-shadow: 0 0 5px black;
}

/* .topTitlename{
    font-weight: bolder;
    animation:bounce 2s infinite;
}
@keyframes bounce {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
} */