/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.bg{
	background-size:100% 100% !important;
	background-position:center !important;
}

.test {
    margin-left: -85px;
    width: calc(100% + 100px) !important;
}


.yellow{
	color:#F1CB57 !important;
}

.faq .elementor-accordion-item {
    background-color: #0000000d;
    border-radius: 15px;
    margin: 15px 0px !important;
    
}

.faq span.elementor-accordion-icon.elementor-accordion-icon-right {width: 45px;height: 45px !important;}

.faq svg {
    width: 40px !important;
    height: 40px !important;
}

.faq .elementor-tab-title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.faq .elementor-tab-content {
    margin-top: -20px;
}

.faq .elementor-accordion-item .elementor-active {
    background-color: #F1CB57;
    border-radius: 15px !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-b5c5417.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    z-index: 99;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-51e1962.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: #fff !important;
    border-radius: 10px;
}


svg.e-font-icon-svg.e-fas-caret-down {
    margin-top: -5px;
    margin-left: -4px;
}




@media(max-width:767px){
	
	
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-b5c5417.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
		position:static!important;
		top:0px !important;
	}
	
	.test {
    margin-left: 0px !important;
    padding:15px !important;
}

.test h3.elementor-heading-title.elementor-size-default {
    font-size: 28px !important;
    text-align: center !important;
}
	
}