/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1690545528
Updated: 2023-07-28 11:58:48

*/

.oz-margin-remove, .oz-header-title h3{
	margin-bottom: 0px !important;
}
.oz-services-box{
	margin-left: 25px;
    margin-right: 25px;
}


body .oz-contact-form-submit .wpcf7-submit{
	font-family: 'Ubuntu';
    font-size: 19px;
    font-weight: 600;
    padding: 17px 60px;
    fill: #1c2a73;
    color: #1c2a73;
    border-color: white;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
}
body .oz-contact-form textarea{
	height: 194px;
}
body .oz-contact-form textarea::placeholder,
body .oz-contact-form input::placeholder{
	color:#fff;
}
body .oz-contact-form input,
body .oz-contact-form textarea{
	border-radius:0px;
	margin-bottom:10px;
	padding: 16px;
	background: border-box;
    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;
}
/**contact page**/

@media only screen and (max-width: 426px) {
  body .oz-contact-form {
    display: block;
	}
	
}