.baground_color_primary {
    /*background: #f5811f;*/
    background:#9b4e01;
}
.text_white_color{
    color: white !important;
    text-decoration: none !important;
}
.baground_color_secondery {
    background:#9b4e01;
}
.text_black_color{
    color: black;
}
.descripation_color{
    color: #5f6368;
}
.footer_color{
    background: #9b4e01;
}
.bg_cover{
    background-image: url('../images/home_cover.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg_1234{
    background-image: url('../images/abc_1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg_123456{
    background-image: url('../images/bg.jpg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.baground_color_thrd {
    background: #182543;
}