.nav {
	position: absolute;
	top: 15px;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	height: 100px;
	background: linear-gradient(180deg,rgba(0,0,0,.65) 0,transparent);
}
.top-wrap-height {
	height: 100vh;
	min-height: 460px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.uk-logo img {
	height: 38px;
}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}
.uk-text-center {
	font-weight: bolder;
	margin-bottom: 50px;
}
.uk-navbar-nav > li > a {
	color: #fff !important;
	transition: .1s ease-in-out
}
.uk-navbar-nav > li:hover > a {
	border-bottom: solid #EDBD1A;
}
.button-blog-all {
	margin-top: 30px;
}
.btn-rsa {
	font-size: 15px;
	border: 0;
	background: #EDBD1A;
	background: -moz-linear-gradient(left,#EDBD1A 0,#f8e9b9 100%);
	background: -webkit-linear-gradient(left,#EDBD1A,#f8e9b9);
	background: linear-gradient(100%,#EDBD1A,#f8e9b9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=0);
	border-radius: 100px;
	color: #fff;
	
}
.btn-rsa:hover {
	color: #fff;
	background: #EDBD1A;
	
}
.uk-section-secondary {
	background: #17254D;
	background: -moz-linear-gradient(left,#17254D 0,#3c5baf 100%);
	background: -webkit-linear-gradient(left,#17254D,#3c5baf);
	background: linear-gradient(100%,#17254D,#3c5baf);
}

.uk-background-secondary {
	background: #17254D;
	background: -moz-linear-gradient(left,#17254D 0,#3c5baf 100%);
	background: -webkit-linear-gradient(left,#17254D,#3c5baf);
	background: linear-gradient(100%,#17254D,#3c5baf);
}
.uk-offcanvas-bar {
	background: #17254D;
	background: -moz-linear-gradient(bottom,#17254D 0,#3c5baf 100%);
	background: -webkit-linear-gradient(bottom,#17254D,#3c5baf);
	background: linear-gradient(100%,#17254D,#3c5baf);
}

.slide-background {
	background-size: cover;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color:rgba(0,0,0,0.6);
}