/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.img-blue-top-left img,
.img-blue-top-right img,
.img-blue-bottom-left img,
.img-blue-bottom-right img,
.img-green-top-left img,
.img-green-top-right img,
.img-green-bottom-left img,
.img-green-bottom-right img
{
    position: relative;
    z-index: 2;
    padding: 0px;
}
.img-blue-top-left > div:after, 
.img-blue-top-right > div:after, 
.img-blue-bottom-left > div:after, 
.img-blue-bottom-right > div:after 
{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #3E6BD1;
    z-index: 0;
    position: absolute;
}
.img-blue-top-left > div:after {
    left: -10px;
    top: -10px;
}
.img-blue-bottom-left > div:after {
    left: -10px;
    bottom: -10px;
}
.img-blue-bottom-right > div:after {
    right: -10px;
    bottom: -10px;
}
.img-green-top-left > div:after, 
.img-green-top-right > div:after, 
.img-green-bottom-left > div:after, 
.img-green-bottom-right > div:after 
{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #15FDA4;
    z-index: 0;
    position: absolute;
}
.img-green-top-left > div:after {
    left: -10px;
    top: -10px;
}
.img-green-bottom-right > div:after {
    right: -10px;
    bottom: -10px;
}
.main-hl-green h2 {
    position: relative;
    padding-bottom: 20px;
}
.main-hl-green h2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 50px;
    background-color: #15FDA4;
}