/*
Theme Name: Glowix Child
Template:   glowix
Theme URI: https://1.envato.market/glowix-wp
Description: Glowix Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: glowix-child
*/

.hero-section-gpl:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: radial-gradient(circle, rgba(27, 58, 92, 0.25) 20%, rgba(27, 58, 92, 0.7) 55%, rgba(27, 58, 92, 0.97) 100%);
	width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-section-gpl:before{
	content: "";
	background: radial-gradient(circle, rgba(27, 58, 92, 0.25) 20%, rgba(27, 58, 92, 0.7) 55%, rgba(27, 58, 92, 0.97) 100%);
}