/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.ad-bar {
    background: #296baa;
}

.emphasis-title h2 {
    text-transform: uppercase;
}

.menu-section {
    background: #256a8b;
}

.menu-section .sub-menu li li {
    padding: 0px 40px;
    border-right: 1px solid #fff;
}

.menu-section .sub-menu li li:first-child {
    border-left: 1px solid #fff;
}

.menu-section .sub-menu li li a {
    color: #fff;
    font-size: 20px;
}

.menu-section .sub-menu .text {
    color: #fff;
}

.menu-section .sub-menu .text p {
    font-size: 24px;
}

.text-promo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-menu {
    background: #d4d9e0;
}

.side-menu .list li {
    border-bottom: 1px solid #bec3c9;
    font-size: 26px;
    padding: 5px 0;
}

.side-menu .list.small li {
    font-size: 20px;
}

.side-promo {
    background: #d4d9e0;
}

.portfolio-btn .btn {
    margin-top: -10%;
}

.direct-access-title {
    display: grid;
    align-items: center;
}

.direct-access-title h3 {
    color: #256a8b;
    font-size: 30px;
}

.direct-access-title * {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: center;
}

.direct-access-title .small {
    justify-self: right;
    max-width: 100px;
}

.menu-link {
    font-weight: 500;
    font-size: 0.96rem;
}

.tab-nav li a {
    text-transform: uppercase;
}

.side-banner .text {
    background: #e5e8ec;
    border: 3px solid #94979c;
    padding: 10px;
    font-size: 26px;
}

#logo img {
    max-width: 220px;
}

.feature-box.media-box.fbox-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 4px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}

.feature-box.media-box.fbox-bg:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.slider-caption h2 {
    font-size: 57px;
    line-height: 1.2;
    text-transform: none;
}

#header {
    z-index: 11 !important;
}

.sub-menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding: 0 15px;
}

.sub-menu-list li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

.sub-menu-list li:first-child {
    border-left: 1px solid #DDD;
}

.sub-menu-list li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-menu-list li.active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}

.news-grid img {
    max-height: 400px;
}

.swiper-slide.dark.swiper-slide-active:after {
    content: '';
    background: #202020;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}