<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg,#1e3751 2.76%,#1e3751 63.68%)!important;
	/* border-radius: 0% 0% 900% 900%; */
	/* background: url(../images/topbar.png) top left repeat-x; */
}

.header {
	width: 100%;
	height: 90px;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	/* padding: 0px 20px; */
}

.headerBottom{
	height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: flex;
    align-items: flex-start;
    background: 0 0;
	flex: 1;
}

.left {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
}



.center {
	max-width: 1300px;
	margin: auto;
	/* height: 100%; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	margin-left: 50px;
	/* padding: 0px 30px; */
}

.centerLi {
	width: auto;
    height: 40px;
	padding: 0 15px;
    margin: 0 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	/* padding: 0px 20px; */
	cursor: pointer;
	background-color: #1c3d65;
	border-radius: 8px;
	/* font-family: "FF Mark W05",Arial,sans-serif; */
}

.centerLi p{
	/* width: 100%; */
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.centerLi img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.right {
	width: 10%;
	height: 100%;
	display: none;
	justify-content: flex-end;
	align-items: center;
}

.search,
.menu {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 8px;
	/* border: 2px solid #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.menu {
	margin-right: 20px;
	display: none;
	position: absolute;
	left: 8px;
}

.menu img {
	width: 30px;
	height: 30px;
}

.search img {
	width: 28px;
	height: 28px;
}
.left img {
	width: auto;
	height: 40px;
}


@media screen and (max-width:960px) {
    .left img {
		position: absolute;
		width: auto;
		height: 35px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

    .header{
		width: 100%;
		height: 70px;
		/* background-color: #18181c; */
	}

	.right{
		display: flex;
	}
	.menu{
		display: flex;
	}
	.center{
		width: 100%;
		max-width: 100%;
		position: absolute;
		top: 60px;
		left: -100vw;
		height: 100vh;
		flex-wrap: wrap	;
		align-content: flex-start;
		background: #1f3750!important;
		z-index: 99999;
		transition: all 0.5s;
		padding: 0px;
		color: #fff;
		border-radius: 10px 10px 0 0;
		margin-left: 0;
	}

	.centerLi{
		width: 90%;
		margin: auto;
		height: 50px;
		border-bottom: 1px dashed;
		color: #fff;
		margin-top: 10px;
	}

	.centerLi p{
		width: auto;
	}
	header{
		height: 70px;
	}

	.headerBottom{
		position: inherit;
	}
}</pre></body></html>