

/*------------fiexd menu----------*/
.navbar
{
    margin: 0;
    background: none;
    background: rgba(0, 0, 0, 0.2);
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.navbar-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav > li
{
    float: left;
    position: relative;
}
.navbar-nav > li > a
{
    padding:9px 34px 9px 35px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    /* letter-spacing: 0.8px; */
}

.nav-navbar > li > a:hover
{
    
}
.nav-navbar > li > a:hover:before
{
    width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a
{
   background: #1c4388;
   color: white;
}
.navbar-nav > li > a[href='#']
{
    cursor: text;
}
.navbar-nav > li
{
    background: none;
    position: relative;
    transition: all 0.7s ease 0s;
    border-left: 1px solid #4270b7;
}
.navbar-nav > li:hover
{
    background: none;
}
.navbar-nav > li:hover:before, .navbar-nav > li.active:before
{
    width: 100%;
}

.navbar-nav ul
{
       text-align: left;
    display: none;
    position: absolute;
    top: 37px;
    /* border-top: 3px solid #32295e; */
    min-width: 222px;
    padding: 0px;
    background: #3b7ab7;
    z-index: 12;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: inherit;
}
.navbar-nav li:hover > ul
{
    display: block;
    transition: all 0.7s ease 0s;
}
.navbar-nav ul > li
{
    position: relative;
}
.navbar-nav ul > li > a
{
      display: block;
      color: #FFF;
      text-decoration: none;
      font-size: 13px;
      text-transform: uppercase;
      transition: all 0.7s ease 0s;
      font-weight: 500;
      padding: 9px 8px;
      border-bottom: 1px solid #4d85c0;
      background: linear-gradient(#6e9dd0, #2a6caf);
}
.navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:active
{
    color: #fbfbfb !important;
    background: #1c4388;
    }
.navbar-nav li:hover > ul > li:hover > ul
{
    display: block;
    transition: all 0.7s ease 0s;
}

.navbar-nav ul ul
{
    background: #15477f;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    margin-top: 0;
    padding: 0px;
    z-index: 4;
}
.navbar-nav ul ul > li > a
{
    color: #ffffff;
    text-decoration: none;
}
.navbar-nav ul ul > li > a:hover
{
    color: #000000;
    font-weight: 400;
    transition: all 0.7s ease 0s;
}

/*------------mobile menu----------*/
.mobmenu
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mobmenu.active
{
    right: 0;
}
.mobmenu_ul
{
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666666;
    margin-bottom: 0;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobmenu.active .mobmenu_ul
{
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobmenu_ul a
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 25px 11px;
}
.mobmenu_ul a:hover
{
    background: #ffffff;
    color: #D20313;
}
.mobmenu_ul ul
{
    list-style: inherit;
}
.mobmenu_ul ul a
{
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
}
.mobmenu_ul ul ul a
{
    padding-left: 60px;
}
.mobpanel
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #4B4B4B;
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}
.mobpanel_title
{
    position: fixed;
    top: 4px;
    left: 56px;
    margin: 0;
    right: 56px;
    color: #eee;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobpanel_toggle
{
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    color: #eee;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
}
.mobpanel_toggle::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.mobpanel_toggle:before
{
    content: '\f0c9';
    font-family: 'FontAwesome';
}
.mobpanel_toggle.active:before
{
    content: '\f00d';
}