/* ==========================================================================
4. Navbar Style
========================================================================== */

.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    z-index: 999999;
    top: 0px !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.logo .img-fulid {
    width: 75%;
    margin: 15px 0px;
    object-fit: contain;
}

.navbar .nav-link.active {
    color: #fff;
    border-bottom: 1px solid white;
    border-radius: 0px;
    padding-bottom: 5px;
}

#main-navbar ul li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.page-next-prev {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ml-auto {
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #eb5629 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
    color: #fff !important;
    border-bottom: 1px solid #eb5629;
}

.indigo {
    background: #02284e;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #eb5629;
}

.navbar .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #eb5629;
    border-radius: 0px;
    padding-bottom: 10px;
}
.navbar .nav-link.active:hover {
    color: #eb5629!important;
    border-bottom: 1px solid #ffffff;
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_btn {
    border-color: #61D2B4;
}

.slicknav_menu .slicknav_icon-bar {
    background: #61D2B4;
}


/* only small tablets */

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-brand img {
        width: 70%;
    }
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        float: right;
    }
    .slicknav_nav .active a {
        background: #61D2B4;
        color: #fff;
    }
    .slicknav_nav a:hover,
    .slicknav_nav .active {
        color: #61D2B4;
        background: #f8f9fa;
    }
    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #61D2B4;
    }
}


#homeBannerText > div > h4 {
    display: flex;
    flex-direction: column;
}
