/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.page-header {position: relative; overflow: hidden;}
.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5); /* Dark overlay */
	z-index: 1;
}
.page-header .container, .page-header .inner {z-index: 2;}

.main-form p {margin-bottom: 20px;}
.main-form .btn-sub {text-align: right;}

.foophn .elementor-icon-box-description a, .foomail .elementor-icon-box-description a {color: #ffffff;}
.foophn .elementor-icon-box-description a:hover, .foomail .elementor-icon-box-description a:hover {color: #fe8423;}

.mobenqnow a {background-color: #FAC132; color: #ffffff;	font-size: 22px !important;	padding: 10px 30px !important; border-radius: 10px; margin-top: 20px;}
@media (min-width: 1024px) {
	.mobenqnow {display: none !important;}
}