.navigation .nav-link i{
	display: block;
}
.alter2-header .background-shape-main{
	background-image: linear-gradient(45deg, #0071ce 0, #0071ce 35%, #ffc21f 110%);
}
.text-primary{
	color: #ffc21f !important;
}
.alter2-header .static-shape.shape-ring-1{
	border-color: #ffc21f;
}
.navigation .navbar-toggler .icon-bar{
	background-color: #ffc21f;
}
img{
	max-width: 100%;
}
body{
	color: #002a4d;
}
p.lead{
	font-weight: 400;
}
.navigation.fixed-top .nav-link{
	color: #fff;
}
.navigation .nav-link{
	font-weight: 400;
	font-size: 18px;
}
.navigation .nav-link.contact{
	background: #ffc21f;
	padding: 12px 24px !important;
	border-radius: 15px;
}
.fixed-top{
	position: absolute;
}
.navigation.fixed-top+main .header{
	min-height: 100vh;
	padding-top: 70px;
}

.alter2-header .shape:nth-child(9)[data-aos]:before{
	background-color: #002a4d;
}

.alter2-header .shape:nth-child(1)[data-aos]:before{
	background-image: linear-gradient(45deg,#0071ce 0,#0071ce 35%,#ffc21f 110%);
}
.alter2-header .shape:nth-child(2)[data-aos]:before{
	background-image: linear-gradient(90deg,#0071ce 0,#ffc21f 100%);
}
.alter2-header .shape:nth-child(6)[data-aos]:before{
	background-image: linear-gradient(90deg,#0071ce 0,#ffc21f 100%);
}
.alter2-header .shape:nth-child(8)[data-aos]:before{
	background-image: linear-gradient(90deg,#0071ce 0,#ffc21f 100%);
}
.slick-dots{
	position: static;
	text-align: left;
}
.slick-dots li button{
	border: 2px #0071ce solid !important;
	border-radius: 5px;
}
.slick-dots li button:before{
	background: #0071ce;
	content: "";
	border-radius: 5px;
	opacity: 0;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
}
.only-m{
	display: none !important;
}
.bg-dark.edge.top-left::before{
	z-index: -1;
}
.navigation.navbar-sticky{
	position: absolute !important;
}
.bg-dark.edge.top-left::before{
	height: 160px;
	top: -160px;
}
footer.bg-dark{
	background: #0071ce !important;
}
.bg-dark.edge.top-left::before{
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(0, 113, 206)' fill-opacity='1'><polygon points='0,310 100,310 100,0'></polygon></svg>");
}
@media(max-width:768px){
	p.lead{
		font-size: 1rem;
	}
	.only-m{
		display: block !important;
	}
	.only-d{
		display: none !important;
	}
	.main-for-slider .slick-slide{
		padding: 10px 30px;
	}
	.download{
		max-width: 50%;
		padding: 0 5px;
	}
	.navigation{
		background: transparent;
	}
	.alter2-header .background-shape-main{
		transform: translate(65%, -30%) rotate(45deg);
	}
}