body {
	font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif !important;
	color: #727272;
	font-size: 18px;
	background: #fff;
	line-height: 1.8;
}
a {
	outline: none !important;
}
html {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-family: "Ubuntu", Arial, Helvetica, Sans-Serif !important;
	font-weight: bold;
}
a {
	color: #582cae;
}
a:focus, a:hover {
	text-decoration: none;
	color: #8651ab;
}
header {
	background: #fff;
	padding: 10px 0;
	margin-bottom: 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 110;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 0.25s ease;
}

header .dropdown-menu {
	top: 70px;
	min-width: 200px;
	transition: all 0.25s ease;
	padding: 0;
}
header .dropdown-menu > li > a {
	font-size: 16px;
	padding: 12px 20px
}
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus,
header .dropdown-menu > .active > a,
header .dropdown-menu > .active > a:hover,
header .dropdown-menu > .active > a:focus {
	background: #582cae;
	color: #fff;
}
.navbar-default {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	margin: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:hover,
.btn-success:hover,
.btn-success:active,
.btn-success:hover {
	background: #562bae;
	color: #fff;
}
.btn {
	border: 0 none;
	border-radius: 50px;
	height: 50px;
	line-height: 40px;
	padding: 5px 40px;
	color: #a3aabf;
}
.btn-block {
	padding: 5px;
	text-align: center;
}



.radio label,
.checkbox label {
	line-height: 2;
}
.radio label input,
.checkbox label input {
	margin-top: 8px;
}
.box.sorting .box-body,
.box.sorting .box-footer {
	display: none;
}
.radio,
.checkbox {
	padding-left: 30px;
	margin: 0 0 10px;
}
.radio input,
.checkbox input {
	z-index: 1;
	opacity: 0;
}
.radio label,
.checkbox label {
	line-height: 26px;
	padding: 0;
	min-height: 0;
}
.radio label:after,
.checkbox label:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #a3aabf;
	position: absolute;
	background: #ffffff;
	left: 0;
	top: 3px;
}
.radio input:hover + label:after,
.checkbox input:hover + label:after {
	border: 2px solid #562bae;
}
.radio input:focus + label:after,
.checkbox input:focus + label:after {
	outline: none;
	outline-offset: 0px;
}
.radio input:checked + label:after,
.checkbox input:checked + label:after {
	background: #562bae;
}
.radio input:checked:hover + label:after,
.checkbox input:checked:hover + label:after {
	background: #562bae;
}
.radio input:disabled + label:after,
.checkbox input:disabled + label:after {
	background: #fcfbfa;
}
.radio input:disabled:checked + label:after,
.checkbox input:disabled:checked + label:after {
	background: #d6c8ba;
}
.radio label:after {
	border-radius: 20px;
}
.btn-default, .btn-success {
	background: #292b33;
}
.navbar-default .navbar-brand {
	padding: 0;
	height: auto;
	margin: 9px 0 0 0;
	width: 132px;
}
.navbar-default .navbar-nav > li > a {
	height: 50px;
	line-height: 46px;
	color: #727272;
	padding: 0 40px;
	border-radius: 50px;
	border: 2px solid transparent;
	position: relative;
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > a.login-toggle {
	border-color: #727272;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: #582cae;
	border-color: #582cae;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a.login-toggle,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background: #582cae;
	color: #fff;
	border-color: #582cae;
}
.navbar-default .navbar-nav > li > a.scroll-navigation-toggle {
	width: 50px;
	padding: 0 10px;
	text-align: center;
}
.scroll-navigation-menu {
	display: none;
	position: absolute;
	top: 75px;
	right: 15px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all 0.25s ease;
}
.navbar-default .navbar-nav > li.open .scroll-navigation-menu {
	display: block;
}
.scroll-navigation-menu li {
	margin-bottom: 15px;
	text-align: right;
	padding-right: 30px;
	position: relative;
}
.scroll-navigation-menu li:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #383047;
	border-radius: 100%;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
}
.scroll-navigation-menu li.active:after {
	background: transparent;
	border: 2px solid #383047;
	right: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
}
.scroll-navigation-menu a {
	display: inline-block;
	height: 40px;
	padding: 10px 20px;
	border-radius: 20px;
	line-height: 20px;
	vertical-align: top;
	font-size: 14px;
	color: #727272;
	background: #dae1f2;
}
.scroll-navigation-menu a:hover, .scroll-navigation-menu a.active {
	background: #f5f8ff;
}
.scroll-navigation-menu a img {
	vertical-align: middle;
}

.dropdown-form {
	padding: 0;
}
.dropdown-form form {
	padding: 0 40px 40px;
	width: 400px;
}
.dropdown-form form .checkbox {
	height: 20px;
	line-height: 20px;
	margin: 15px 0;
}
.form-control {
	border: 2px solid #a3aabf;
	border-radius: 50px;
}
.form-control.error {
	border-color: #b94a48;
}
.help-block.error {
	text-align: center;
	color: #b94a48;
}
.dropdown-form .lost-password {
	padding: 40px 0 0 0;
	text-align: center;
	border-top: 1px solid #a3aabf;
	margin: 30px -20px 0;
}
.dropdown-form .lost-password a {
	color: #a3aabf;
}
.dropdown-form .lost-password a:hover {
	color: #562bae;
	text-decoration: none;
}
input.form-control {
	height: 50px;
}
.form-group.with-icon {
	position: relative;
}
.form-group.with-icon > .fa {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}
.form-group.with-icon .form-control {
	padding-left: 50px;
}
.form-control:focus {
	box-shadow: 0 0 0 transparent;
	border-color: #582cae;
}

.parallax-wrapper {
	position: relative;
	overflow: hidden;
	height: 800px;
}
.parallax-wrapper .scroll-icon {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	z-index: 10;
}
.parallax-image {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #562bae;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110%;
	z-index: 1;
	transform: translateZ(0);
}
.parallax-content {
	position: relative;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 550px;
	text-align: center;
	padding: 0 20px;
}
.parallax-content h2 {
	margin: 0;
	color: #c9a8e2;
	font-size: 32px;
	font-weight: bold;
}
.parallax-content h2 small {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
@media (max-width: 991px){
	.parallax-wrapper {
		height: 500px;
	}
	.parallax-image {
		background-size: cover;
	}
	.parallax-content {
		bottom: 370px;
	}
}
@media (max-width: 767px){
	.parallax-content {
		bottom: 350px;
	}
}

.our-mission {
	padding: 80px 0 110px;
	background: #b5c7f1;
	background: -moz-linear-gradient(top,  #b5c7f1 0%, #b8bdea 100%);
	background: -webkit-linear-gradient(top,  #b5c7f1 0%,#b8bdea 100%);
	background: linear-gradient(to bottom,  #b5c7f1 0%,#b8bdea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c7f1', endColorstr='#b8bdea',GradientType=0 );
	color: #fff;
	margin-bottom: 80px;
}
.our-mission .animated {
	animation-duration: 0.5s;
}
@media (max-width: 767px){
	.our-mission {
		padding: 40px 0;
	}
}
.our-mission h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	margin: 55px 0 15px 0;
	position: relative;
	text-align: center;
}
.our-mission h2:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -55px;
}
.our-mission .col-xs-12 {
	padding-top: 30px;
	padding-top: 30px;
}
@media (min-width: 992px) {
	.our-mission .line-viewport {
		position: relative;
	}
	.our-mission .line-viewport:before {
		content: '';
		display: inline-block;
		width: 2px;
		height: 100%;
		margin-left: -1px;
		background: #fff;
		position: absolute;
		left: 50%;
		top: 0;
	}
	.our-mission .col-xs-12 {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.our-mission .col-xs-12:first-child {
		padding-right: 100px;
	}

	.our-mission .col-xs-12:last-child {
		padding-left: 100px;
	}
}
.slider {
	background: #562bae;width:100%;
}
.slick-slide .container {
	background: #383047;
	min-height: 350px;
}
.slick-slide {
	position: relative;
	min-height: 350px;
}
.slide .text-wrapper {
	color: #fff;
	padding: 40px 80px 100px;
	font-size: 16px;
	background: #383047;
}
.slide .bg {
	position: absolute;
	left: 50%;
	width: 50%;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right center;
}
.slide h1 {
	margin: 0 0 30px;
	padding: 15px 0 15px 65px;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}
.slide h1 span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #c9a8e2;
	border-radius: 100%;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	padding: 13px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}


.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	 outline: none;
}
.slick-list.dragging  {
	 cursor: pointer;
	 cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	 content: "";
	 display: table;
}

.slick-track:after {
	 clear: both;
 }

.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	display: none;
}
.slick-slide.slick-loading img {
	 display: none;
}
.slick-slide.dragging img {
	 pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-prev, .slick-next {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	border-style: solid;
	border-color: #fff;
	bottom: 50px;
	z-index: 100;
	font-size: 24px;
}
.slick-prev:hover, .slick-next:hover {
	background: #562bae;
}
.slick-prev {
	left: 50%;
	margin-left: -50px;
	border-width: 2px 0 2px 2px;
	border-radius: 100% 0 0 100%;
}
.slick-next {
	left: 50%;
	margin-right: -50px;
	border-width: 2px 2px 2px 0;
	border-radius: 0 100% 100% 0;
}
.slick-dots {
	position: absolute;
	left: 50%;
	bottom: 69px;
	margin: 0 0 0 -500px;
	padding: 0;
	list-style: none;
	height: 12px;
	vertical-align: top;
}
@media (max-width: 1199px){
	.slick-dots {
		margin: 0 0 0 -406px;
	}
}
@media (max-width: 991px){
	.slide .text-wrapper {
		padding: 40px 40px 90px;
	}
	.slick-dots {
		margin: 0;
		left: 40px;
	}
}
@media (max-width: 767px){
	.slide .text-wrapper {
		padding: 40px;
	}
	.slick-dots {
		display: none !important;
	}
	.slide .bg {
		position: static;
		left: auto;
		width: 100%;
		bottom: auto;
		top: auto;
		height: 250px;
	}
	.slick-prev, .slick-next {
		bottom: 25px;
	}
}
.slick-dots li {
	display: inline-block;
	padding: 2px;
	margin-right: 12px;
	width: 12px;
	height: 12px;
	vertical-align: top;
}
.slick-dots li .slick-dot {
	vertical-align: top;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.slick-dots li.slick-active {
	padding: 0;
}
.slick-dots li.slick-active .slick-dot {
	width: 12px;
	height: 12px;
	border: 2px solid #c9a8e2;
	background: transparent;
}


.info-boxes article {
	padding: 60px 0;
}
.info-boxes article h2 {
	margin: 0 0 30px;
	padding: 0;
	color: #b8becc;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
}
.info-boxes article .number {
	color: #b5c7f1;
	vertical-align: top;
	display: inline-block;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	padding: 13px 0 0 40px;
	margin: 0 0 0 4px;
}
@media (max-width: 767px){
	.info-boxes article .number {
		display: none;
	}
}
.info-boxes article .number:after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 1px;
	background: #edf1fa;
	position: absolute;
	left: 0;
	bottom: 0;

}
.info-boxes article.left-text .number {
	padding: 13px 40px 0 0;
	margin: 0 4px 0 0;
}
.info-boxes article.left-text .number:after {
	left: auto;
	right: 0;
}
.info-boxes article.left-text .text {
	text-align: right;
}
.info-boxes article.left-text h2 {
	text-align: right;
}
.info-boxes article .icon {
	text-align: right;
}
.info-boxes article.left-text .icon {
	text-align: left;
}
.info-boxes section {
	border-bottom: 2px solid #edf1fa;
}
.info-boxes section:last-child {
	border-bottom: 0 none;
}
.info-boxes .intro {
	text-align: center;
	font-size: 18px;
	padding: 100px 0;
}
.info-boxes .intro h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #b8becc;
	margin: 0 0 15px 0;
	position: relative;
	text-align: center;
}
.info-boxes .intro h2:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	background: #edf1fa;
	position: absolute;
	left: 50%;
	top: -55px;
}

@media (max-width: 767px){
	.info-boxes article .icon {
		margin-bottom: 15px;
	}
	.info-boxes article .icon .number {
		margin-bottom: 15px;
	}
	.info-boxes article .icon , .info-boxes article.left-text .icon {
		text-align: center;
	}
	.info-boxes article.left-text .text {
		text-align: left;
	}
	.info-boxes article h2, .info-boxes article.left-text h2 {
		text-align: center;
	}
	.info-boxes article {
		padding: 30px 0;
	}
}

footer {
	background: #383047;
	padding: 45px 0;
	color: #fff;
	z-index: 100;
}
footer .container {
	padding-left: 45px;
	padding-right: 45px;
}
footer a {
	color: #c9a8e2;
}
footer a:hover,
footer a:focus {
	color: #c9a8e2;
	text-decoration: underline;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul > li {
	display: inline-block;
	padding: 0 5px;
}

@media (min-width: 992px){
	header {
		padding: 35px 0;
	}
	header .scroll-navigation-menu {
		top: 100px;
	}
	header .dropdown-menu {
		top: 85px;
		min-width: 200px;
	}
	header.compact {
		padding: 10px 0;
	}
	header.compact .dropdown-menu {
		top: 60px;
		min-width: 200px;
	}
	header.compact .scroll-navigation-menu {
		top: 75px;
	}
}
@media (max-width: 991px){
	.container {
		width: 100%;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-brand {
		padding: 0;
		margin-top: 10px;
	}
	footer {
		padding: 15px 0;
	}
	footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .col-xs-12 {
		margin-bottom: 15px;
		text-align: center !important;
	}
	footer .col-xs-12:last-child {
		margin-bottom: 0;
	}
	.content-wrapper {
		padding: 70px 0 0;
	}
	.screens {
		top: 110px;
		bottom: 120px;
	}
	.navbar-nav .open .dropdown-menu {
		background: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
	}
	.dropdown-form form {
		width: auto;
		padding: 20px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 16px;
		padding: 12px 20px
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background: #562bae;
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background: #562bae;
		color: #fff;
	}
	.dropdown-form .lost-password {
		padding: 20px 0 0 0;
		text-align: center;
		border-top: 1px solid #a3aabf;
		margin: 20px -10px 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0;
		width: 50px;
		text-align: center;
	}
	.navbar-default .navbar-nav {
		float: right;
		margin: 0;
	}
	.navbar-default .navbar-nav > li {
		display: inline-block;
	}
	.navbar-header {
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
		width: 100%;
	}
	footer {
		padding: 15px 0;
	}
	footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-wrapper {
		padding: 70px 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		top: 60px;
	}
}
.margin-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-ekf-login {
	background: #f3e487;
	border: solid 1px #f3e487;
	color: #212a52;
}
.btn-ekf-login:hover {
	background: #ffffff;
	color: #212a52;
	border-color: #212a52;
}

.poweredby {
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	color: #A0A0A0;
	width: 100%;
	text-align: left;
}
.poweredby img {
	height: 18px;
	display: inline !important;
	vertical-align: text-bottom;
	margin: 0;
}
.poweredby img.q {
	height: 22px;
}
.register h4 {
	margin: 20px 0 0 0;
}
.register h2.to-pay {
	margin: 0;
}

.hero {
	padding: 50px 0!important;;
	font-size: 22px!important;;
}
.hero h2 {
	font-size: 36px!important;
	margin-bottom: 70px!important;;
}
.mt-20 {
	margin-top: 20px!important;;
}
.mb-20 {
	margin-bottom: 20px!important;
}

.select-wrap {
	position: relative;
	border: 2px solid #a3aabf;
	padding: 18px 22px;
	border-radius: 25px;
	height: 50px;
}
.select-wrap select {
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	outline: none;
	border: none;
	-webkit-appearance: none;
	display: block;
	padding-left: 22px;
	width: 100%;
	height: 100%;
}

.arrow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 1.5em;
	top: 0;
	bottom: 0;
	height: 100%;
	vertical-align: text-bottom;
	pointer-events: none;
	color: #a3aabf;
	font-weight: bold;
}