

.kt-header .kt-header__bottom {
    background: #002727;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) >
.kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) >
.kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:focus {
    background: #133a3a;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background:#1b6161;
}

.dashboard-header h1 {
    color:#ffffff;
}

.kt-svg-icon.kt-svg-icon--brand g [fill] {
    fill: #1b6161 !important;
}

 .callout-red .callout-content {
    background-color: #1b6161;
}
.callout-red .callout-action > a {
    background: #1e8383;
}
 .callout-blue .callout-content {
    background-color: #1b6161;
}
.callout-blue .callout-action > a {
    background: #1e8383;
}
 .callout-teal .callout-content {
    background-color: #1b6161;
}
.callout-teal .callout-action > a {
    background: #1e8383;
}
.callout-gray .callout-content {
    background-color: #1b6161;
}
.callout-gray .callout-action > a {
    background: #1e8383;
}
.callout-content {
    color: #ffffff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background: #133a3a !important;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background: #1b6161 !important;
}
.dashboard-steps .document-step span {
    background:#1b6161;
}
.dashboard-steps .order-step span {
    background:#1b6161;
}
.dashboard-steps .connection-step span {
    background:#1b6161;
}
.dashboard-steps .profile-step span{
    background:#1b6161;
}
.login-container .h4 span,
.login-container .btn-md  span {
    color: #002727;
}
.login-container .btn {
    background: #002727;
}
.login-container .kt-portlet__body {
    background:#00c592;
}
.login-container #m_login_signin_submit {
    color: #ffffff;
}
.login-background  {
    background-color: #ffffff;
}

body {
font-family: "Poppins"
}

h1 {
font-family: "Poppins"
}

h2 {
font-family: "Poppins"
}

h3 {
font-family: "Poppins"
}

h4 {
font-family: "Poppins"
}

h5 {
font-family: "Poppins"
}

p {
font-family: "Poppins"
}

@media (max-width: 1024px) {
    .kt-header-menu-wrapper {
        background: #002727;
    }
}

@media (max-width: 1024px) {
    .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav {
        background: #002727;
    }
}

@media (max-width: 1024px) {
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #FFFFFF;
    }
}

@media (max-width: 1024px) {
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #FFFFFF;
    }
}

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #FFFFFF;
    }
}

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        color: #FFFFFF;
    }
}

@media (max-width: 1024px) {
    .kt-header-menu-wrapper-close > i {
    color: #FFFFFF;
    }
}

@media (max-width: 1024px) {
    .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
    background-color: #002727;
    }
}