.bfx {
    border: none;
    background: #002663;
    color: #ffffff !important;
    font-weight: bold;
    padding: 12px 18px;
    text-transform: uppercase;

    display: inline-block;
    transition: all 0.3s ease 0s;
}

.bfx:hover {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    background: #0e3f8f;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}


.eteam > div img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


.two-col {
    align-items: center;
}

.two-col > div {
    padding: 12px;
}

.dual h3 {
    font-size: 17px;
}

.dual .sep {
    border-bottom: 1px solid #002663;
    display: block;
    margin: 10px auto;
    width: 100px;
}


.swiper-carousel {
    overflow: hidden;
}

.insta-button {
    padding: 8px;
    align-items: center;;
    justify-content: space-between;
    margin-top: 0px;
    display: inline-flex;
    background: #408bd1;
    color: #fff;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-radius: 2px;

}

.inbtn-wrap {
    padding: 0 0 50px 0;
}

.insta-button:hover {
    color: #fff;
    background: #549fe6;
}


.swiper-button-prev, .swiper-button-next {
    transform: scale(0.7) translateY(-30%);
}

.insta-button i {
    margin: 0 4px;
}

.instagram {
    position: relative;


}

.instagram figure {
    padding: 0;
    margin: 0;
}

.swiper-slide {
    width: 288px;
    height: 288px;
}

.insta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
    transition: opacity 0.22s ease-in-out;
}

.insta:hover img {
    opacity: 1;
}


.cbp-hrmenu > ul > li > a {
    font-size: 12px;
    padding: 13px 8px;
}

.w-banner {
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: grid;
    align-content: center;
    justify-content: center;
    height: 38px;
    /*background: url(../img/vivid-bg.jpg);*/
    background: #002663;
    background-size: cover;
}

.w-banner h5 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;

    margin: auto;

}

.w-banner h5 a {
    color: #fff;
}

.w-banner h5 a:hover {
    color: #f1dd95;
}