/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750251065
Updated: 2025-06-18 12:51:05

*/


.home-banner-icons {
	background-color: #fff;
	border-radius: 100%;
}

.home-banner-icons .elementor-widget-container {
	-webkit-mask-size: 55px !important;
}

p.gform_required_legend {
	display: none;
}

.ginput_container input, .ginput_container select {
	min-height: 59px !important;
	border: 1px solid #242424 !important;
	border-radius: 10px !important;
	outline: none !important;
	box-shadow: unset !important;
}

body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

.gform_button.button {
	background-color: #0095A8 !important;
	padding: 15px 40px !important;
	border-radius: 10px !important;
	font-family: 'Roboto Flex' , sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	outline: none !important;
	box-shadow: unset !important;
}

.gform_button.button:hover {
	background-color: #B1BA04 !important;
	outline: none !important;
	box-shadow: unset !important;
}

.rounded_custom_icons .elementor-icon {
	background-color: #fff;
	border-radius: 100%;
	padding: 15px;
}

.about-numbering-content .elementor-widget-text-editor ul {
	padding-left: 20px;
}

.page_heading_hero:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgb(228 232 156 / 19%) 0%, rgb(0 149 168 / 19%) 100%);
}

.page_heading_hero .elementor-container{
	z-index:1;
}



/* Media Query CSS */

@media (min-width: 1000px) {}

@media (max-width: 1199px) {}

@media (max-width: 1024px) {

	.home-banner-icons .elementor-widget-container {
		-webkit-mask-size: 45px !important;
		height: 80px;
	}
	.home-banner-icons {
		background-color: #fff;
		border-radius: 100%;
		max-width: 80px !important;
		height: 80px !important;
		width: 100% !important;
	}

}

@media (max-width: 999px) {
	.numbers_headings h2 {
		max-width: calc(100% - 50px);
	}
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {}