/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.home-search .elementor-search-form {
    float: right;
    max-width: 300px;
}
.home-search .elementor-search-form__container {
    border-color: transparent !important;
    border-radius: 5px !important;
}
.margin-bottom-none,
.margin-bottom-none p,
.margin-bottom-none h3,
.margin-bottom-none h4,
.margin-bottom-none h5 {
	margin-bottom: 0px !important;
}
.home-services h4,
.home-services .elementor-column {
	transition: 0.2s ease;
}
.home-services .elementor-column:hover h4 {
	color: #0c5081 !important;
}
.home-services .elementor-column:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.box-shadow-none {
    box-shadow: none !important;
}
.pum-container {
    padding: 0 !important;
}
.contact-link a {
	color: #ffffff !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #b8b8b8 !important;
    padding: 13px 20px;
	outline: none;
}
[type=button], [type=submit], button {
	border: 0px;
}
.z-index-1 {
	z-index: 1;
}