.ip-banner {       height: 141px;   }.ip-banner canvas {       min-height: 0;      height: 141px;    background-image: none !important;}#content .entry-title {    font-size: 50px;    text-align: center;    text-transform: uppercase;}.ico-desc {    text-align: center;    max-width: 805px;    font-size: 13px;    margin: 0 auto;}.ico-form {    max-width: 885px;    margin: 0 auto;}.ico-form .ai-default-cf7wrap input, .ico-form .ai-default-cf7wrap select {    height: 40px;    border-radius: 8px;}.ico-form .ai-default-cf7wrap textarea {	border-radius: 8px;	height: 80px;}.ico-form .ai-default-cf7wrap input.wpcf7-submit {    width: 120px;    margin: 0 auto;    display: block;}.footer-contact-form {    display: none !important;}.ftr-contact-info {    display: none !important;}.footer-dis {    display: none !important;}

#content .entry-title, .ico-desc {	
	color: #fff;
}

.ico-bg-wrap {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.ico-bg-wrap::before {
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .7;
}

.ico-bg-wrap canvas {
	width: 100%;
	height: 100%;
}

.ico-form .ai-default-cf7wrap input,
.ico-form .ai-default-cf7wrap select {
    background: rgba(255,255,255,0.8);
}

.ico-form .ai-default-cf7wrap textarea {    
    padding-top: 15px !important;
    background: rgba(255,255,255,0.8);
}

.ico-form .ai-default-cf7wrap input.wpcf7-submit {   
    background: #000 !important;
    border-radius: 5px;
}