.uk-navbar-nav>li>a {
color: #666;
font-weight: 600;
}

.bti {
color:#fff;
}

.bti h1 {
color:#fff;
font-weight: 600;
font-size: 3.5rem;
}

.bti .uk-button-text {
color:#fff;
}

.uk-text-large {
font-size: 1.2rem;
line-height: 1.75;
}

.icon {
width: 75px;
height: 75px;
}

.contact .icon {
width: 50px;
height: 50px;
}

.small-icon {
width: 17px;
height: 17px;
}

.medium-icon {
width: 25px;
height: 25px;
}

.list {
background-color:#104c87
}

.list h2 {
color:#fff
}

.list .uk-nav-default>li>a {
color:#fff
}

.list .uk-nav-default>li.uk-active>a {
color:#f0871e
}

.uk-navbar-container:not(.uk-navbar-transparent) {
background: #f5f9ff;
}

.uk-sticky-fixed {
border-bottom:1px solid #104c87;
}

@media (min-width: 1600px) {
	.text-large-xxl {
	font-size: 1.35rem;
	line-height: 1.4;
	}
}

@media (max-width: 1200px) {
	.textarea-h-l {
	height: 250px;
	}
}

.section-padding-m {
padding-top: 75px;
padding-bottom: 75px;
}

@media (min-width: 960px) {
	.section-padding-m {
	padding-top: 150px;
	padding-bottom: 150px;
	}
}