/* 
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: 'MinervaModern';
    src: url('assets/fonts/MinervaModern.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,body {
    overflow-x: hidden;
}

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

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

p:empty {
    display: none
}

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

h1,h2{
	line-height:1.1;
}

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

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

.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:none;
	border-radius:8px;
	border:1px solid #D6D6D6;
	padding:10px 14px 10px 14px;
	font-size:16px;
	color:#667085;
	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: #000000;
    outline: none;
} 

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

.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:not([name="Newsletter-Form"])::not([name="Waitlist-Form"]) .elementor-field-option label{
	color:#667085 !important;
}
form .elementor-field-type-acceptance{
	display:block !important;
}
/* =========header css =========*/
.sticky-nav .e-parent{
	 background-image: none !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
	backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
.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: 4px;
}
.hfe-site-logo-container{
	line-height:0;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after{
	left:0;
	right:0;
	width:90%;
	margin:auto;
	height:0.5px;
}



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

.elementor-widget-nav-menu .elementor-nav-menu--dropdown{
	position:absolute;
	top:calc(100% + 8px);
	width:240px;
	padding:20px;
	right:-100px;
	transform:none !important;
	animation:none !important;
	transition:none !important;
	display:none;
	margin-top:0 !important;
	--menu-height: auto; 
	max-height:inherit !important;
	overflow:visible !important;
}


.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li{
	margin-bottom:6px;
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
	display:block;
}

.elementor-nav-menu--toggle>.elementor-widget-container:hover .elementor-nav-menu--dropdown{
	display:block;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -12px;
    font-size: 0;
    line-height: 0;
    z-index: 2000;
	border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 16px solid rgba(243, 238, 232, 0.95);
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
	background:transparent !important;
	color:inherit !important;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open{
	display:block !important;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close{
	display:none !important;
}

.eael-offcanvas-toggle-wrap{
	line-height:0;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
	margin-top:-4px;
}
.wpml-ls-legacy-list-horizontal ul li:not(:last-child){
	margin-right:7px !important;
}
.wpml-ls-legacy-list-horizontal ul li>a{
	padding:2px;
	position:relative;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language>a{
	font-weight:700;
    background: transparent;
}
.wpml-ls-legacy-list-horizontal ul li>a span{
	display:inline-block;
}
.wpml-ls-legacy-list-horizontal ul li>a:hover span{
	text-decoration:underline;
}

.wpml-ls-legacy-list-horizontal ul li:not(:last-child)>a:after {
    content: '/';
    position: absolute;
    top: 3px;
    right: -6px;
    z-index: 1;
    pointer-events: none;
	font-weight: 400;
}


/* ==========vertical menu css=========== */
.eael-offcanvas-body .list-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu>li a.hfe-menu-item{
	padding-left:32px !important;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu ul{
	padding-left:50px;
}

@media(max-width:1024px){
	.hfe-nav-menu__layout-vertical .hfe-nav-menu li{
		margin-bottom:6px !important;
	}
}

.list-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu>li a.hfe-menu-item{
    position:relative;
	padding-left:20px !important;
}

.list-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu>li a.hfe-menu-item:before{
    content:"—";
	background:transparent !important;
	opacity:1 !important;
	left: 0;
    top: 4px;
}

/*=========== inline icon list css==========  */

.inline-icon-list ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
}

.inline-icon-list ul li{
   width: 32%;
   padding-bottom:15px !important;
   margin-top:15px !important;	
}
.inline-icon-list ul li:last-child:after{
	content:"" !important;
	border-top-style: solid !important;
    border-top-width: 1px !important;
	border-color:#808080 !important; 
}
@media(max-width:1024px){
	.inline-icon-list ul{
		column-gap: 2%;
	}
	.inline-icon-list ul li{
	   width: 49%;
	}
}

@media(max-width:640px){
	.inline-icon-list ul{
		column-gap: 0;
	}
	.inline-icon-list ul li{
	   width: 100%;
	}
}
/*========= blogbox css===========  */
.blog-infobox .infobox-icon{
	padding-bottom:78%;
	width:100%;
	position:relative;
	overflow:hidden;
}
.blog-infobox .infobox-icon img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
	transition: all .2s ease-out;
	transform:scale(1);
}

.blog-infobox:hover .infobox-icon img{
	transform:scale(1.06);
}
.blog-infobox .infobox-title-section{
	align-items:start;
}
.blog-infobox .infobox-title-section .sub_title{
	border-bottom:1px solid #808080;
}

.right-icon-list .elementor-icon-list-item,.right-icon-list .elementor-icon-list-item a{
	justify-content: space-between !important;
}

.right-icon-list .elementor-icon-list-item .elementor-icon-list-icon{
	order:2;
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-img{
	min-width:118px;
}


.elementor-widget-image-carousel .swiper {
    width: 100%;
    height: 400px;
    margin: 0;
    cursor: pointer !important;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure{
	line-height:0;
	height:100%
}

.elementor-widget-image-carousel .swiper .swiper-slide figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* .elementor-widget-image-carousel .swiper-wrapper{
	left:-15%;
} */


@media(max-width:767px){
	.elementor-widget-image-carousel .swiper{
		height: 300px;
	}
}