/*
 Theme Name: SmartStoxGlobal
 Theme URI: https://www.innofinau
 Description: Child theme
 Author: AK
 Author URI:
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


.bg-overlays {
    background-color: rgba(0, 0, 0, 0.90) !important;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Paralax image background color overlay effect */
.bg-overlay .et_parallax_bg::before {
    background-color: rgba(0, 0, 0, 0.80);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}