


/*##########################################    Menu    ##############################################################*/

.menuD {
  float: right;
  padding: 17px 0 15px 5px;
}

/* .current_page_item a, .current-menu-item a {
  background: rgb(40, 70, 149) none repeat scroll 0 0;
  color: #fff ;
} */
.current-menu-item a i {
  color: #fff;
}
.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover { color: #fff ; }
footer .current_page_item a, footer .current-menu-item a { background: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #fff !important; }
.sitmpee .current_page_item a { color: inherit !important }
footer .current_page_item a:hover, footer .current-menu-item a:hover { background: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #493F3F !important; }
.current_page_item li a { color: #ffffff ; background: none; }
a.menu-link { color: #000; display: block; text-decoration: none; height: 22px; width: 35px; }
.menu-link:hover span { border-color: #666; }
.menu, .menu > ul, .menu > ul ul { clear: both; display: flex; flex-flow: column; }
.menu.active { background: #000; border-bottom: 1px solid #BF7200; border-top: 1px solid #BF7200; margin: 1em 0 1em -12px; max-height: 55em; width: 100vw; }
.js .menu > ul ul.active { margin: 0; max-height: 55em; padding: 0; }
.menu > ul { padding: 0; }
nav li {
  display: inline-block;
  margin: 0;
  padding: 0 0;
  position: relative;
}
.level-1 .level-2 {
  left: 0;
  position: relative;
  top: 0;
}
.level-1 > li {
  padding: 0 !important;
}
.menu li a {
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu span {
  color: #2d2d2d;
}
.menu .current-menu-item span {
  color: #fff;
}
/*.menu > ul > li:last-child a { padding-right: 0; }*/
span.has-subnav { display: block; color: #333; font-size: 1em; line-height: 34px; position: absolute; padding: 0 0.5em; cursor: pointer; right: 7px;    top: 5px;;width: 30px;height: 30px; }
/*===============  Navigation Toggle  ===================*/

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; height: 5px; width: 35px; position: absolute; display: block; content: ''; }
#nav-toggle span { background:#0f3396; }
#nav-toggle span:before { background:#0f3396; }
#nav-toggle span:after { background:#0f3396; }
#nav-toggle span::before {
  top: 8px;
}
#nav-toggle span:after { bottom: -16px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active.active span::before, #nav-toggle.active.active span::after {
  top: 11px;
}
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); }
#nav-toggle.active span:after { transform: rotate(-45deg); }
/*##########################################    Menu Ends    ##############################################################*/




@media screen and (min-width: 1000px) {
  /*Menu*/
  a.menu-link {
    display: none;
  }
  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
  }
  .js .menu > ul li:hover > ul {
    display: flex;
  }
  .menu ul {
    display: inline-block;
    /* flex-flow: row; */
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  nav > ul > li:last-child {
    padding-right: 0;
  }
  .menu > ul > li > a {
    position:relative
  }


  .current_page_item li a:after, .current_page_item li a:before, .current-menu-item li a:before, .current-menu-item li a:after {
    position:absolute;
    content:"";
    height:2px;
    width:100%;
    left:0;
    background-color:rgba(227, 183, 44, 0) !important;
  }
  .current_page_item li a:hover:after, .current_page_item li a:hover:before, .current-menu-item li a:hover:before, .current-menu-item li a:hover:after {
    position:absolute;
    content:"";
    height:2px;
    width:100%;
    left:0;
    background-color:rgba(227, 183, 44, 0) !important;
  }
  footer .current_page_item a:after, footer .current_page_item a:before, footer .current-menu-item a:before, footer .current-menu-item a:after, footer .current_page_item a:hover:after, footer .current_page_item a:hover:before, footer .current-menu-item a:hover:before, footer .current-menu-item a:hover:after{height:0 !important}
  .current_page_item a:after, .current-menu-item a:after {
    bottom:0;
  }
  .current_page_item a:before, .current-menu-item a:before {
    top:1px;
  }

  .menu > ul > li > a:after {
    bottom:0;
  }

  .menu span.has-subnav {
    display:none;
  }

  .menu li a,
  .menu ul ul li a
  {
    overflow: hidden;
    position: relative;
  }
  .menu li a:hover{
    color: #081e59;
  }
  .menu li a::before,
  .menu ul ul li a::before.{
    width: 50%;
    left: 10px;
    height: 2px;
    background: #0f3396;
    content: '';
    position: absolute;
    top: 33px;
    z-index: 100;
    transform: translatex(200px);
    transition: all .5s ease;
  }
  .menu li a::after{
    width: 50%;
    right: 10px;
    height: 2px;
    background: #0f3396;
    content: '';
    position: absolute;
    top: 33px;
    z-index: 100;
    transform: translatex(-200px);
    transition: all .5s ease;
  }

  .menu ul ul li a::before{
    width: 50%;
    left: 10px;
    height: 2px;
    background: #0f3396;
    content: '';
    position: absolute;
    top: 25px;
    z-index: 200;
    transform: translatex(220px);
    transition: all .5s ease;
  }

  .menu ul ul li a::after{
    width: 50%;
    right: 10px;
    height: 2px;
    background: #0f3396;
    content: '';
    position: absolute;
    top: 25px;
    z-index: 2100;
    transform: translatex(-220px);
    transition: all .5s ease;
  }












  .menu li a:hover:after,
  .menu li a:hover:before,
  .menu ul ul li a:hover:after,
  .menu ul ul li a:hover:before{
    transform: translatex(0);

  }

    /* .menu li a:hover, .menu li a:hover span,   .menu li a span:hover,   .menu li a:hover i  {
     
    background:#081e59; color: #fff
  } */






/* 
    .menu li.current-menu-item a:hover i{color: #fff}
        .menu li.current-menu-item a:hover span{color: #fff}
  .menu li.current-menu-item a:hover{background:#081e59; color: #fff}
  .menu ul ul li a:hover{background:#081e59; color: #fff} */
  /*.menu > ul > li:hover:after {
  background: #ee1b22 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  }*/
  /*.menu li li a:hover { color: #F9F04B; }*/
  .menu ul ul {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid transparent;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 11px 10px -7px #000;
  display: none;
  height: auto;
  left: 0;
  overflow: hidden;
  padding: 20px 0 0;
  position: absolute;
  text-align: left;
  top: 31px;
  width: 217px;
  z-index: 999;
}
  .chrome .js .menu > ul ul {
    top: 43px;
  }
  .menu ul ul.wide {
    width: 300px;
  }
  .menu ul ul li {
    border-bottom: solid 1px #ddd;
    display: inline-block;
    position: relative;
  }
  .menu > ul ul li:last-child {
    border-bottom: none;
  }
  .menu ul ul li a {
    color: #2d2d2d;
    display: block;
    padding: 0 10px;
    text-transform: none;
  }
  /*Menu ends*/
}



@media only screen and (max-width:1000px) {

  .menu {
    margin: 0 !important;
    position: absolute;
    right: -100%;
    top: 52px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 2147483647;
  }
  .menu.active {
    background: #fff none repeat scroll 0 0;
    right: 0;
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {

    width: 24px;
  }
  .menu i {
    display: none;
  }
  a.menu-link {
    display: block;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 8px;
  }
  .menu, .menu > ul ul {margin: 0;max-height: 0;overflow: hidden;}
  .menu li a {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    padding: 3px 15px;
  }
  .menu li li a {padding-left: 50px;}
  .menu li:last-child a {border: none;}
  .menu li li:last-child a {border-bottom: 1px solid #d8d8d8;}
  .menu li > a:hover {background:#081e59; color: #fff}
  .menu li:hover ul li{background: transparent}
  /*Menu Ends*/
  .navigate .menu-item-has-children > span {display: block;right: 2%;position: absolute;width: 40px;height: 40px;background: url(images/dpDownArrow.png) no-repeat center center;top: 8px;cursor: pointer;}
  .navigate .menu-item-has-children:hover > ul {display: none;}
  .menu ul li {display: block;float: left;padding: 0 0;width: 100%;}
  .sub-menu {float: left;margin: 0;padding: 0;position: inherit;top: inherit;width: 100% !important;}
  .sub-menu li {width: 100%;padding: 0%;}
  .sub-menu li a {font-size: 15px !important;padding:0px 32px !important;}
  .sub-menu li a {border-bottom: 1px solid #252525 !important;font-size: 13px !important;padding: 0px 32px !important;width: 100%;}
  .sub-menu ul li {background: none repeat scroll 0 0 #666;display: block;padding: 16px 10px;}
  .sub-menu .sub-menu {float: left;position: static;padding: 0;margin: 0;}
  .sub-menu .sub-menu li {padding: 0;margin: 0;}
  .sub-menu .sub-menu li a {padding-left: 9%!important;background: #414141;}
  .sub-menu .menu-item-has-children a {background-image: none;}
  .sub-menu .menu-item-has-children a:hover {background-image: none;}
  .sitmpee .sub-menu li a:hover {  background-position: 0 1px !important;}
  .sitmpee li a {font-size: 16px;background-position: 0 2px;}
  .sitmpee li a:hover {font-size: 16px;background-position: 0 2px;}

}
