/*
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.6.1769736974
Updated: 2026-01-30 01:36:14

*/

html, body{
	min-width:1200px;
	overflow-x:hidden;
	width:100%;
}

main span{
	font-weight: 600;
	color:#0059BF;
}

.e-n-accordion-item-title span{
	color:unset;
}

main a span{
	font-weight: unset;
	color:unset;
}


.menu-item a:hover, .current-menu-item a{
	font-weight:700 !important;
} 

a, a:hover{
	color:unset;
}

.lowercase a{
	text-transform: capitalize !important;
}

.form textarea {
    height: 255px;
}
.form input[type='text'], .form textarea {
    font-family: "Poppins";
    font-size: 17px;
    color: #000;
    /* height: 59px; */
    /* display: block; */
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto 8px;
    /* padding-right: 200px; */
    /* padding-left: 26px; */
    background-color: #F5F5F5;
    border: 1px dotted grey;
    padding: 16px 20px;
    border-radius: 0;
}

.form ::placeholder {
    color: #333;
}

.form label span {
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    font-family: arial;
}

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

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

.form .btn {
    padding: 10px 43px 10px 43px;
    border-radius: 36px;
    border: none;
    background: #005cc2;
    color: #ffffff;
    font-size: 17px;
    font-family: "Poppins";
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0;
}

span.wpcf7-list-item {
    text-align: center;
}

.blue::after {
    content: "";
    position: absolute;
    background: #0059BF;
    transform: rotate(-90deg);
    width: 100%;
    max-width: 507px;
    height: 80px;
    color: white;
    right: -237px;
    bottom: 214px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media(max-width:1366px){
	.blue::after { 
		max-width: 450px;
		right: -200px;
		bottom: 185px;
	}
}

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

@media(max-width:767px){
	.blue::after{
		display:none;
	}
}