/**
 * 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.
 */
.height-100 {
	height:100% !important;
}
.fun-facts .number-percentage-wraper {
	display:none;
}
.fun-facts .funfact-icon img {
	width:auto !important;
	height:80px !important;
}
.fun-facts .elementskit-funfact-inner {
	padding-block:35px !important;
}
.hero-content {
	top: 50% !important;
    transform: translateY(-50%);
}
.contact-form .nf-before-form-content {
	display:none;
}

.contact-form nf-fields-wrap {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.contact-form nf-fields-wrap > nf-field:nth-child(5) {
	    grid-column: span 2;
} 

/* media query */

@media (max-width:767px) {
	
.contact-form nf-fields-wrap {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 20px;
}
.contact-form nf-fields-wrap > nf-field:nth-child(5) {
	    grid-column: span 1;
}
	.hero-slider .e-hosted-video {
		aspect-ratio: 3 / 2 !important;
	} 
}