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

html,body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
	font-family: 'Noto Sans';
}
@media(max-width:767px){
	body {
		font-size: 13px;
	}
}

p {
    margin-top: 0;
    margin-bottom: 22px
}

p:empty {
    display: none
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    margin: 0;
}


a {
    text-decoration: none;
}

b,strong {
    font-weight: 700;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
	color:initial;
}

.elementor-heading-title ,.elementor-headline {
    line-height: 1.2;
}

h1.elementor-heading-title,h2.elementor-heading-title{
	line-height:1.2;
}

.elementor-widget-button .elementor-button{
	text-decoration:none !important;
}
.elementor-widget-text-editor p {
    margin-top: 0
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.elementor-widget-text-editor ul{
	   margin-bottom:15px;
}
.elementor-widget-text-editor ul{
	padding-left:18px;
}

.elementor-widget-text-editor ul li{
	margin-bottom:8px;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{
	border:1px solid #dddddd;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button:hover{
	background:#eeeeee;
}

/* info box */
.infobox-content p:empty{
	display:none;
}

/* form css */

button:focus,.button:focus,button:focus-visible,[type=button]:focus, [type=submit]:focus, button:focus{
	outline:none !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border-radius:4px;
	border:1px solid rgba(0,0,0,0.5);
	padding:10px 14px 10px 14px;
	font-size:16px;
	color:#ffffff;
	min-height:48px;
	font-weight:400;
}
textarea{
	height:134px !important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #ffffff;
    outline: none;
} 

label{
	font-size:16px;
	font-weight:500;
	margin-bottom:8px;
	line-height:1.1;
	color:#f4efeb;
}

.elementor-field-option{
	cursor:pointer;
}

.elementor-message-success{
	background:#1F1F1F;
	padding:15px 10px 12px;
	text-align:center;
	color:#f4efeb;
	margin:30px auto 0;
	border-radius:4px;
}

form .elementor-field-type-acceptance{
	display:block !important;
}
/* =========header css =========*/
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before{
	height:1px;
}
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{
	opacity:0;
}

.hfe-nav-menu-icon{
	padding:0;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 4px;
}
.hfe-site-logo-container{
	line-height:0;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover, .hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover, .hfe-flyout-wrapper .hfe-menu-toggle:hover{
	border:none !important;
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle{
	margin-left:auto;
	margin-right:0;
}

