

#menu{
    margin: 10px;
    margin-left: 0px;
}


#link-banner {
    display: block;
    position: absolute;
    top: 65px;
    right: 20px;
    width: auto;
    z-index: 1;
}

.btn-hover {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #1cac00, #1cac00, #3caadf, #3caadf);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
}

.linkbutton{
    padding: 10px 50px;
    border: solid 2px #1cac00;
    display: inline-block;
    background: #1cac00;
    color: #fff;
    text-align: center;
    margin: 15px 10px 15px 0px;
    min-width: 200px;
    border-radius: 25px;
    box-shadow: 0 4px 15px 0 hsl(200 50% 20% / 40%);
}

.linkbutton:hover{
    text-decoration: none;
    background: #0f5280;
    color: #fff;
}


.topbar{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1001;
    background: #062b7f;
    padding: 0px;
}

.logo{
    position: absolute;
    top: 0px
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background: transparent;
    color: #fff;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{
    text-decoration: none;
    background: transparent;
    color: #f8ffbf;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #0f5280;
    white-space: nowrap;
    font-size: 18px;
}

.dropdown-menu > li > a:hover{
    background: #f8ffbf38;
    color: #0f5280;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.active{
    Color: #95f300 !important;
    text-decoration: none;
}

.dropdown-menu .active:hover{

    color: #fff !important;
}


/* Small Devices, Tablets */
@media (max-width: 768px) and (max-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) and (max-width : 1200px) {
    .topbar{
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 1001;
        background: #062b7f;
        padding: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width : 1899px) {
    .topbar{
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 1001;
        background: #062b7f;
        padding: 0px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    .topbar{
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 1001;
        background: #062b7f;
        padding: 0px;
    }



}