.container {
    max-width: 90% !important;
}

.bg-fncci {
    background: #0E4F91;
}.bg-off-fncci {
    background: #CCE1ED;
}
.text-dark {
    color: #000;
}.text-fncci {
    color: #0E4F91;
}

.btn-fncci {
    background: #0E4F91 !important;
    border: 1px solid #0E4F91 !important;
    color: #fff !important;
}.btn-fncci:hover {
    background: transparent !important;
    border: 1px solid #0E4F91 !important;
    color: #0E4F91 !important;
}
.bg-offwhite {
    background: #f3f3f3;
}

.font-fncci {
    font-size: 0.8rem !important;
}

.card-hover:hover {
    background: #d8d8d8 !important;
    box-shadow: 0 0 7px -4px rgba(0,0,0,0.5);
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 0.2s all ease-in-out;
}.card-pop:hover {
    box-shadow: 0 0 7px -4px rgba(0,0,0,0.5);
    transform: scale(1.05) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 0.2s transform ease-in-out;
}
.img-hover:hover {
    box-shadow: 0 0 7px -4px rgba(0,0,0,0.5);
    transform: scale(1.05) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 0.2s transform ease-in-out;
}

.footer-menu li {
    list-style-type: none;
    margin-left: -40px;
}

.notice-press-event h6{
    font-family: "Heebo", sans-serif;
    text-align: center;
    color: #FF5555;
}

.member-search{
margin-top:200px;
}

.member-search h5{
    font-family: "Heebo", sans-serif;
    text-align: center;
    color: #FF5555;
}

@media screen and (max-width: 1024px) {
    .owl-nav {
        display: none !important;
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}