/**
 * 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');
.icon-bg .elementor-icon {
    background: linear-gradient(180deg, #6AB4E3 0%, #0159A9 100%);
    transition: .5s all ease;
}

#footer-sec button.elementor-button.elementor-size-sm, .elementor-form .elementor-button.elementor-size-sm {
	background: linear-gradient(44.59deg, #0159A9 2.62%, #6AB4E3 58.69%), #64B0E1;
}

.icon-bg .elementor-icon:hover {
    background: #22489f !important;
    background-color: #22489f !important;
}


.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
    overflow: hidden !important;
}

@media only screen and (max-width: 1000px){

	#f-logo img {height: 70px;}

}