.baground_color_primary {
    /*background: #f5811f;*/
    background: #3cbaff;
}
.text_white_color{
    color: white;
}
.baground_color_secondery {
    background: #3cbaff;
}
.text_black_color{
    color: black;
}
.descripation_color{
    color: #5f6368;
}
.footer_color{
    background: #3cbaff;
}
.bg_cover{
    background-image: url('../images/home_pages_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;
}