/*
Theme Name:   Divi Child
Theme URI:    http://www.elegantthemes.com/gallery/divi/
Description:  Divi Child Theme
Author:       Elegant Themes
Author URI:   http://www.elegantthemes.com
Template:     Divi
Version:      5.5.0
License:      GNU General Public License v2
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divi-child
*/
.home-form-bg{
	 position: relative;
    z-index: 2;
}
.home-form-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#326bff29; 
    z-index: 1;
}
.get-in-touch{
	padding:25px
}
.get-in-touch .et_pb_module_header{
    text-align: center;
    font-weight: bold;
    line-height: 38px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.get-in-touch input[type=text], 
.get-in-touch .et_pb_contact .et_pb_contact_field textarea{
	border:#ddd solid 1px
}
.get-in-touch .et_pb_contact_submit {
    color: #fff;
    background: #f65505;
    border: #f65505 solid 1px;
}
.our-intro h5{
	color:#858482
}