#main-header {
    box-shadow: none !important;
	  border-bottom: 10px solid #003366;
}

.pa-background-filter .et_pb_parallax_css {
	background-position: 100%;
	filter: blur(3px);
}
.pa-background-filter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-color: #003366;
  opacity: .2;
  z-index:1;
	pointer-events: none;
}