.nav {
  position: relative;
  width: auto;
  display: inline-block;
  border: none;
}



.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 40px;
  height: 5px;
  background-color: #FCA311;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #FCA311;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(85,85,85,.9);
  display: block;
  height: 100%;
  z-index: 9;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 20px;
}

.nav-list li.menu-item-has-children::after {
  color: #fff;
  cursor: pointer;
  font-size: 34px;
}

.nav-list li.menu-item-has-children{ background:rgba(0, 0, 0, 0) url("http://localhost/projects/uniphy1/wp-content/themes/uniphy/images/menu_arrow.png") no-repeat scroll right 2px; margin-right:10px; }

.nav-list li a {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
}

.nav-list li a:hover,
.nav-list li a:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-list li a:hover:after,
.nav-list li a:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-list .menu-item {
  margin: 15px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #FCA311;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #FCA311;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}
.mobile-menu{display: none;}
.desktop-menu{display: block;}


@media only screen and (max-width: 560px) {
#client_slider.logo_sec {
    height: 125px !important;
    overflow: hidden;
    padding: 0px!important;
}

#client_slider > li {
    width: 155px !important;}


}

@media only screen and (max-width: 767px) {

.mobile-menu{display: block;}
.desktop-menu{display: none;}




}
@media (min-width: 768px) and (max-width: 1920px) {

.mobile-menu{display: none;}
.desktop-menu{display: block;}
#second-nav{display:none !important;}



}

.nav-list li .sub-menu{
  display:none;
}

/* li.menu-item-has-children::after {
  color: #fff;
  content: ">";
  font-size: 34px;
} */


.close-menu,.close-menu1 {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 38px 0 0 14px;
}

#second-nav{
  background-color: rgba(85,85,85,.9);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: -100%;
  z-index: 9;
}





.nav-content_sub {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(85,85,85,.9);
  display: block;
  height: 100%;
  z-index: 9;
}
#second-nav .menus > a {
  display: none;
}

.navigation_sec{ width: 100%; float: left; }
.navigation_sec .close-menu1{  float: left;}
.navigation_sec .back-menu {    color: #fff;    cursor: pointer;    float: right;    font-size: 20px;    font-weight: bold;    margin: 35px 20px 0;}

.sub-menu { float: left;  width: 100%; margin: 27px 0 0 0px; padding: 0px;}

.showNav {
  display: block !important;
}

.sub-menu li {list-style: none; width:100%; text-align: center; padding: 10px 0 }
.sub-menu li a{color: #fff;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  

}
