/*
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.1775817955
Updated: 2026-04-10 10:45:55

*/

body .oz-contact-form-submit .wpcf7-spinner{
	display: block;
    margin: auto;
}
body .oz-contact-form-submit .wpcf7-submit{
	background-color: #005eb8;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    padding: 20px 60px 20px 60px;
    color: #fff;
    border-color: unset;
    border-style: none;
	margin-left: 10px;
}
body .oz-contact-form textarea{
	height: 203px;
}
body .oz-contact-form textarea::placeholder,
body .oz-contact-form input::placeholder{
	color:#162E4F;
}
body .oz-contact-form input,
body .oz-contact-form textarea{
	border-radius:15px;
	margin-bottom:0px;
	padding: 16px;
	background: #fff;
    /*color: #fff;*/
	border: 1px solid #fff;
}
body .oz-contact-form .oz-left-fields{
	padding:5px;
}
body .oz-contact-form .oz-right-fields{
	padding:5px;
}
body .oz-contact-form{
	display:flex;
}
body .oz-contact-form > *{
	flex-grow: 1;
}
.wpcf7-response-output{
	color: #fff;
}
/**contact page**/
h2.elementor-heading-title a span{
	    font-size: 14px !important;
} 
.cky-btn-accept{
	background-color: #253a75 !important;
    border-color: #253a75 !important;
}
.cky-btn-reject, .cky-btn-customize{
	 border-color: #253a75 !important;
	color: #253a75 !important;
}
@media only screen and (max-width: 426px) {
  body .oz-contact-form {
    display: block;
	}
	
}