/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

.hero-left:before {
    content: '';
    display: block;
    background: #122c50;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}
/* .hero-left:after {
    content: '';
    display: block;
    background: linear-gradient(160deg, #122c50, #122c50 60%, #122c50);
    clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    right: -136px;
} */
.grad-title i {
    background: linear-gradient(
        135deg,
        #8A5A12 0%,
        #C79632 45%,
        #E0B14A 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
}
.divider-line:after {
    content: '';
    display: block;
    background: #eee;
    height: 70%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;
    margin: auto;
}
.divider-line2:after {
    content: '';
    display: block;
    background: #eeeeee2e;
    height: 80%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px) {
	.hero-left:before, .hero-left:after {
		display: none !important;
	}
}