/* 
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 */
.services .elementor-image-box-wrapper figure.elementor-image-box-img img {
    filter: hue-rotate(200deg);
	}
.service-box {
    box-shadow: 0px 0px 5px 0px #808080ad;
    padding: 10px;
    border-radius: 10px;
    }
.contact-us-form .row{
   	display: flex;
    flex-wrap: wrap;
    }
.contact-us-form .row label{
    font-size:15px;
    }
.contact-us-form .row input{
    margin:10px 0px 0px 0px;
    border: 1px solid #8080805c;
    background: transparent;
    }
.contact-us-form .col-md-6 {
    width: 50%;
	margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    }
.contact-us-form .row .col-md-12{
	width:100%;
	padding: 0px 10px 0px 10px;
	}
.contact-us-form .row .submit-btn{
	width: 100%;
    background-color: #0ab4b0;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #0ab4b0;
	}	
.modes-col img ,
.spec-serv img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(7500%) hue-rotate(31deg) brightness(114%) contrast(95%);
    }
