.navbar {
    border-radius: 0 !important;
}

.navbar-fixed-top_theme1, .navbar-static-top {
    background: #1887e1;
    background: #009efb;
    background: -moz-linear-gradient(left,#138bd0 0%,#00bdda 100%);
    background: -webkit-linear-gradient(left,#138bd0 0%,#00bdda 100%);
    background: linear-gradient(to right,#138bd0 0%,#00bdda 100%);
}

.navbar-fixed-top_theme2, .navbar-static-top {
    background: linear-gradient(to right,rgb(10,156,226) 0%,rgb(31,114,162) 100%);
}

.navbar-fixed-top_theme3, .navbar-static-top {
    background: #0178bc;
    background: -moz-linear-gradient(left,#318f94 0%,#5ec58c 100%);
    background: -webkit-linear-gradient(left,#318f94 0%,#5ec58c 100%);
    background: linear-gradient(to right,#318f94 0%,#5ec58c 100%);
}

.navbar-fixed-top_theme4, .navbar-static-top {
    background: #f62d51;
    background: -moz-linear-gradient(left,#f62d51 0%,#660fb5 100%);
    background: -webkit-linear-gradient(left,#f62d51 0%,#660fb5 100%);
    background: linear-gradient(to right,#f62d51 0%,#660fb5 100%);
}

.navbar-fixed-top_theme5, .navbar-static-top {
    background: linear-gradient(to right,rgb(83,63,208) 0%,rgb(132,15,181) 100%);
}

.navbar-fixed-top_theme6, .navbar-static-top {
    background: #fff;
}

.logo-text_theme {
    width: 160px;
    float: right;
    margin: 14px 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 23px;
}
.logo-text_theme6 {
    width: 160px;
    float: right;
    margin: 14px 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 23px;
}

.navbar-nav_theme {
    float: left;
    margin: 0;
}

    .navbar-nav_theme > li {
        margin: 1% 0% !important;
    }

    .navbar-nav_theme .nav > li > a {
        padding: 18px 20px;
        font-size: 14px;
        font-weight: 400;
    }

.navbar-fixed-top_theme1 .nav > li a:hover, .navbar-fixed-top_theme1 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

.navbar-fixed-top_theme2 .nav > li a:hover, .navbar-fixed-top_theme2 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

.navbar-fixed-top_theme3 .nav > li a:hover, .navbar-fixed-top_theme3 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

.navbar-fixed-top_theme4 .nav > li a:hover, .navbar-fixed-top_theme4 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

.navbar-fixed-top_theme5 .nav > li a:hover, .navbar-fixed-top_theme5 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

.navbar-fixed-top_theme6 .nav > li a:hover, .navbar-fixed-top_theme6 .nav > li a:focus {
    background: 0 0;
    color: #fab31a !important;
    display: block;
}

#main_nav1 ul li ul li a:after {
    background: 0 0 !important;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 19px;
}

#main_nav1 a:after {
    background: 0 0 !important;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}

       