
.menuzord-menu > li {
    padding: 10px 0;
}
.text-theme-colored {
    color: #03246c !important;
}
.text-black {
    color: #032e8e !important;
}
.text-gray {
    color: #032e8d !important;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
    background: #03246c;
    color: #fff;
}
.menuzord-menu > li > a {
    color: #042f8e;
}
.text-theme-colored2 {
    color: #03246c !important;
}
.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #0b48ce;
    border-color: #0b48ce;
}
.btn-dark.btn-theme-colored:hover{
    color: #fff;
    background-color: #03246c;
    border-color: #03246c;
}
.btn-dark.btn-theme-colored2 {
    color: #fff;
    background-color: #03246c;
    border-color: #03246c;
}
.btn-dark.btn-theme-colored2:hover {
    color: #fff;
    background-color: #0b48ce;
    border-color: #0b48ce;
}
.bg-theme-colored2 {
    background-color: #0b48ce !important;
}
.bg-theme-colored {
    background-color: #03246c !important;
}
.btn-theme-colored {
    color: #fff;
    background-color: #03246c;
    border-color: #03246c;
}
.btn-theme-colored:hover {
    color: #fff;
    background-color: #031744;
    border-color: #031744;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #0b48ce;
    border-color: #0b48ce;
}
.btn-theme-colored2:hover{
    color: #fff;
    background-color: #0738a2;
    border-color: #0738a2;
}
@media (max-width: 1000px)
{
.menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 43px;
}
}

/*
.menuzord-brand img {
    margin-top: -48px;
    max-height: 188px !important;
    position: absolute;
    z-index: 1;
}

/*
@media only screen and (max-width: 767px)
.menuzord-brand img {
    max-height: 100px !important;
}


*/

