.logo-image img {
    max-height: 60px;
}
.t3-topbar {
    background: #165788;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
}

    .t3-mainnav.affix {
        position: fixed;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 999;   
    }


off-canvas.css
.t3-off-canvas .t3-off-canvas-header {
background: #12466D;
}

.t3-off-canvas .close {
background: #12466D;
}

.module-title {
color: #12466D;
}

.acm-features.style-4 .features-item.bg-lv-1 {
  background: #165788;
}
.acm-features.style-4 .features-item.bg-lv-2 {
  background: #ffa02f;
}
.acm-features.style-4 .features-item.bg-lv-3 {
  background: #8e9300;
}
.acm-features.style-4 .features-item.bg-lv-4 {
  background: #7c2348;
}
