.bgd_dark1 {
	background-color: #151b1f;
}

.bgd_dark2 {
	background-color: #1b2227;
}

.bgd_darkBlue1 {
	background-color: rgba(10,13,54,1);
}

.bgd_darkBlue2 {
	background-color: rgba(32,47,91,1);
}

.preloader .spinner-logo {
    width: 200px;
}

.preloader .spinner-line {
    background: #96a1c0;
}

.kf-topline,
.kf-footer {
    background: #151b1f;
}

.kf-navbar {
    background: rgb(10,13,54);
    background: linear-gradient(90deg, rgba(10,13,54,1) 0%, rgba(32,47,91,1) 50%, rgb(44, 72, 148) 100%);
	padding: 30px;
	min-height: 90px;
}

.kf-main-menu ul li a:hover {
    color: #f2116d;
}

.kf-logo {
	position: absolute;
	z-index: 1001;
	top: -90px;
	left: 0;
	display: block;
}

.kf-logo img {
	width: 196px!important;
	height: 180px!important;
	max-width: 196px!important;
	max-height: 180px!important;
}

.kf-logo-footer img {
    max-height: 190px;
}

a.kf-btn {
    background: #f2116d;
}

a.kf-neon {
    background: none!important;
    /*position: relative;*/
	text-align: center;
	border: 3px solid #84cef2;
	-webkit-box-shadow:
	inset 0 0 6px #099DE5,
	inset 0 0 40px rgba(9,157,229, 0.3),
    inset 0 0 100px rgba(9,157,229, 0.5),
	0 0 6px #099DE5,
	0 0 40px rgba(9,157,229, 0.3),
    0 0 100px rgba(9,157,229, 0.5);
	box-shadow:
	inset 0 0 6px #099DE5,
	inset 0 0 40px rgba(9,157,229, 0.3),
	inset 0 0 100px rgba(9,157,229, 0.5),
    0 0 6px #099DE5,
	0 0 40px rgba(9,157,229, 0.3),
    0 0 100px rgba(9,157,229, 0.5);
	text-shadow:
	0px 0px 5px #099DE5,
	0px 0px 10px #099DE5,
	0px 0px 10px #099DE5,
	0px 0px 80px rgba(9,157,229, 0.6),
	0px 0px 100px rgba(9,157,229, 0.9);
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.kf-started-item .name {
	font-size: 80px;
}

.modal-header {
	background: rgb(10,13,54);
    background: linear-gradient(90deg, rgba(10,13,54,1) 0%, rgba(32,47,91,1) 50%, rgb(44, 72, 148) 100%);
	padding: 0.5rem 1rem;
}

.kf-services-item .image:before {
	background: none;
}

@media screen and (max-width: 767px) {

	.kf-logo {
		position: absolute;
		z-index: 1001;
		top: -60px;
		left: 0;
		display: block;
	}

	.kf-logo img {
		width: 126px!important;
		height: 116px!important;
		max-width: 126px!important;
		max-height: 116px!important;
	}

	.kf-started-item .name {
		font-size: 50px;
		line-height: 60px;
	}
}