/**
Theme Name: Astra Child
Author: Shubham Rana
Author URI: http://wpastra.com/about/
Description: Custom theme by Shubham.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@font-face {
    font-family: consolas;
    src: url(https://amalaiagroup.com/wp-content/themes/astra-child/fonts/Consolas.ttf);
    font-weight: normal;
}
.ast-footer-copyright a {
    color: #fff;
}
div#class-z-index {
    z-index: 9999;
}
.ast-builder-menu-1, .ast-builder-menu-2 {
    font-family: monospace;
}
.consolas-font a span {
    font-family: monospace;
}
.ast-footer-copyright a:hover {
    color: #fff;
}
.map {
    position: relative;
}
.map:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2023/08/nigeria.png);
    width: 620px;
    left: -275px;
    top: 0;
    height: 500px;
    background-size: cover;
	z-index:2;
}
.high {
    position: relative;
}

.high:before {
    content: '';
    position: absolute;
    border: 1px solid #F28D25;
    width: 1000px;
    height: 360px;
    right: 0;
    z-index: 1;
    top: -40px;
}
div#wpcf7-f5-p17-o1 input.wpcf7-form-control.wpcf7-submit {
    background: #F28D25;
    color: #000;
    border-radius: 0;
    padding: 17px 35px;
	border:2px solid #F28D25;
	transition:.2s;
	font-family: monospace;
	text-transform: uppercase;
}
div#wpcf7-f5-p17-o1 input.wpcf7-form-control.wpcf7-submit:hover {
	background:transparent;
	border:2px solid #fff;
	color:#fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: #1d1d1d;
	border:1px solid #393939;
	margin-bottom: 0px;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	color: #fff !important;
}
.ast-mobile-popup-content {
    margin-top: -55px;
}
button#menu-toggle-close {
    z-index: 9;
}
.ast-footer-copyright a {
    text-decoration: underline;
}
.back-to-top {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 5px;
}	
.ast-footer-copyright p {
    font-family: monospace;
}
button#menu-toggle-close:focus {
    outline: none !important;
    border: 0 !important;
}
@media (min-width: 320px) and (max-width: 480px) {
	.high:before{
		display:none;
	}
	.map:before{
		display:none;
	}
	/*#content {
  		max-height: 519px;
	} 
	.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  		min-height: 150px;
	}*/
}
@media (min-width: 768px) and (max-width: 1024px) {
	.map:before {
    width: 300px;
    height: 315px;
	left:0;
}
	.high:before {
    width: 634px;
	top:-10px;
}
	
}