
.myheader::after{
	content:'';
	position:absolute;
	width:100%;
	height:10px;
	background:#163d72;
	top:75px;
	left:0px;
	z-index: -100;
}
.myheader::before{
	content:'';
	position:absolute;
	width:100%;
	height:65px;
	background: #e5e5e5;
	top:0px;
	left:0px;
	z-index: -100;
}
.myheader-end{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	background: linear-gradient(90deg, rgba(2,0,36,0) 10%, rgba(22,61,114,1) 30%);
	top:120px;
	left:0px;
	z-index: -100;
}

body,.nav-link,.myheader,a, div{
	color: #163d72
}
.select2-results { color: rgb(0, 0, 0); }