/* 
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
*/

/*.site-header {
	position: sticky;
	top: -45px;
	height: 135px;
	z-index: 99;
}

.header-inner {
	position: sticky;
	top: 0;
	height: 90px;
	z-index: 99;
}*/

.site-header, .footer-width-fixer {
	background-image: linear-gradient(to bottom, #183763, #17335e, #172f59, #162b54, #15274f, #182f58, #1a3762, #1d406b, #235885, #29719e, #318bb7, #3ba6cf);
}

.page-title h1 {
	color: var(--e-global-color-secondary);
	font-size: 65px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.gform_required_legend {
	font-size: 12px;
}

.elementor-icon-box-description a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.flex-reverse .elementor-container {
		flex-direction: column-reverse;
	}
}