/*
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.1750288895
Updated: 2025-06-18 23:21:35

*/

html,body{min-width:1200px;overflow-x:hidden; width:100%;}
div#mg-wprm-wrap {
    font-family: poppins;
}
a, a:hover{color:unset; width:unset;}
.current-menu-item a, .menu-item:hover a {font-weight:800 !important;}

.form input[type='text'], .form textarea {
    box-shadow: 1px 2px 3px 0px rgba(33, 33, 33, 0.75) inset;
    border: none;
    padding: 20px 20px;
    border-radius: 7px;
    font-size: 15px;
    color: #212121;
}

.form textarea {
    height: 180px;
	margin-bottom:20px;
}

.form label{font-size:.1px;}

.form span.wpcf7-spinner{display: none;}

.form span.wpcf7-list-item {
    margin: 5px 0 0 0;
}

.form label span {
    font-size: 14px;
    font-family: arial;
    letter-spacing: .30px;
}

.form label, .form span {
    width: 100%;
    color: white;
}

.form .flex {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
	align-items:center;
}

.form .btn {
    border-radius: 0;
    background: #D80100;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: bold;
}

.gradient h2{
	background: linear-gradient(to bottom, #0054B1 0%, #00177E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg .n2-ss-layer-with-background {
    background-size: 100% 100% !important;
}



@media(max-width:1024px){
	html,body{min-width:320px;}
}


@media(max-width:768px){
	main h2, main h1 {
		text-align: center;
	}
	ul.defaultList.bullet {
		padding: 0 15px;
	}
	.form .flex {
		display: block;
		margin-bottom: 0;
	}
	.form input[type='text'] {
		margin-bottom: 10px;
	}
	.form .btn {
		display: block;
		margin: 20px auto 0;
	}
}