.landing-dark-bg {
    background-color:#263085;
	background-image: url("../../../assets/media/bg/bg_home.jpg");
	background-size:cover;
}

.landing-dark-color {
    color:#14195b;
}

[data-kt-sticky-landing-header="on"] .nav-link {
	color: #666666;
}

.nav-link {
	color: #FFFFFF;
}

.nav-link.active {
	color: #57c2e9;
}

.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	transition: color 0.2s ease, background-color 0.2s ease;
	color: #94fdfd;
}

.header {
    background-color: #14195b
}

/* BUTTON BRAND */
.btn.btn-brand {
	color: #FFFFFF;
	border-color: #14195b;
	background-color: #14195b;
}

.btn.btn-brand i {
    color: #FFFFFF;
}

.btn-check:checked + .btn.btn-brand,
.btn-check:active + .btn.btn-brand,
.btn.btn-brand:focus:not(.btn-active),
.btn.btn-brand:hover:not(.btn-active),
.btn.btn-brand:active:not(.btn-active),
.btn.btn-brand.active,
.btn.btn-brand.show, .show > .btn.btn-primary {
	border-color: #03322e;
    background-color: #03322e !important;
    color: #FFFFFF
}

#kt_cookie_policy {
	background-color:#263085 !important;
}

.bg-green-forest {
	background-color: #14195b;
	color: #FFFFFF;
}

.text-green-forest {
	color: #14195b;
}

.scrolltop:hover {
	background-color: #f7d200;
	color: #14195b;
}

#kt_landing_hero_text {
	line-height: 4rem;
	font-size:3rem;
}

.menu-item {
	text-transform:uppercase;
}


.contact_item_container{
    /* display:flex; */
    display:none;
    justify-content:center;
}

.contact_item{
    width:160px;
    height:160px;
    overflow:hidden;
}

.contact_photo{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}


.footer-link{
    display:inline-flex;
    align-items:center;
    min-height:48px;
    padding:6px 0;
    text-decoration:none;
}

.footer-link:hover{
    text-decoration:underline;
}