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

@font-face {
    font-family: 'Segoe UI';
    src: url('assets/fonts/SEGOEUI.woff') format('WebOpenFontFormat) ');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
	font-family: 'Segoe UI';
}

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

p:empty {
    display: none
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.3;
    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.3;
}

.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;
}

main .e-parent>.e-con-inner>.elementor-widget{
	padding-left:10px;
	padding-right:10px;
}

/* 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:none;
	border-radius:8px;
	border:1px solid rgba(255,255,255,0.1);
	padding:10px 14px 10px 14px;
	font-size:16px;
	color:#111111;
	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: #111111;
    outline: none;
} 

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

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

form input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form input[type="checkbox"] + label{
	position:relative;
	cursor:pointer;
	padding-left:30px;
}

form input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius:6px;
  border:1px solid #D6D6D6;
  background:#ffffff;
  top: 0px;
  left:0;
  position: absolute;
}
form input[type="checkbox"] + label::after {
    position: absolute;
	left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #101010;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
	display:none;
}
form input[type="checkbox"]:checked + label::after {
  content: '';
  display:block;
}
.elementor-message-success{
	background:#ffffff;
	padding:15px 10px 12px;
	text-align:center;
	color:#010101;
	margin:30px auto 0;
	border-radius:4px;
}

form .elementor-field-type-acceptance{
	display:block !important;
}
/* =========header css =========*/
.sticky-nav .e-parent{
	background:#0b0d26;
}



/* 
#masthead .elementor-sticky{
	position:absolute !important;
	top:0 !important;
}
#masthead.sticky-nav .elementor-sticky{
	position:fixed !important;
	-webkit-animation-name: stickySlideDown;
  animation-name: stickySlideDown;
  -webkit-transition: none;
  transition: none;
	
	-webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} */
/* .sticky-nav .hfe-site-logo-img ,.sticky-nav .hfe-layout-horizontal,
.sticky-nav .elementor-button,.sticky-nav .elementor-nav-menu--toggle .elementor-menu-toggle{
	filter:invert(1);
} */

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 8px;
	position: relative;
    top: 1px;
}
.hfe-site-logo-container{
	line-height:0;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
	padding:32px 0;
	line-height:1.2;
	box-shadow:none !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu *{
	line-height:inherit;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu>li:not(:last-child){
	margin-bottom:10px
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-overlay.active{
	opacity: 1;
    visibility: visible;
}

/* ==========vertical menu css=========== */

.eael-offcanvas-content .eael-offcanvas-header{
	position:absolute;
}
.eael-offcanvas-toggle-wrap{
	line-height:0;
}

@media(max-width:1024px){
	.eael-offcanvas-content nav.hfe-nav-menu__layout-vertical .hfe-nav-menu > li.menu-item:not(:last-child){
		margin-bottom:20px !important;
	}
	
	.eael-offcanvas-content .hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow, 
	.eael-offcanvas-content .hfe-layout-expandible .sub-arrow, .hfe-flyout-wrapper .sub-arrow{
		position: absolute;
		right: 0;
		padding: 0;
		border: none !important;
	}
	.eael-offcanvas-content nav.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-menu.sub-menu-open{
		padding:10px 0;
		
	}
	.eael-offcanvas-content nav.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-menu li>a{
		position:relative;
		padding-left: 32px !important;
	}
	.eael-offcanvas-content nav.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-menu li>a:before{
		    content: "—";
		left: 0px;
		top: 15px;
		opacity: 1 !important;
		background: transparent !important;
	}
}

/*=============== footer css=========  */
footer .hfe-nav-menu__layout-vertical .hfe-nav-menu{
	line-height:1.2;
}
footer .hfe-nav-menu__layout-vertical .hfe-nav-menu *{
	line-height:inherit;
}

footer .hfe-nav-menu__layout-vertical .hfe-nav-menu li a:hover{
	color:#faca2a !important;
}
@media(max-width:1024px){
	footer .hfe-nav-menu__layout-vertical .hfe-nav-menu li{
		margin-bottom:12px !important;
	}
}

.comments-area a, .page-content a{
	color:#ebc13c;
}