/* Navbar PC */
.navbarPC {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  transition: all .1s ease;
}

.navbarLeft {
  width: 30%;
  height: 100%;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.navbarLeft .logoDipa {
  max-width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.navbarRight {
  width: 70%;
  height: 100%;
  float: left;
  padding: 25px 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.navbarRight ul li {
  padding: 0 35px 0 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.navbarRight ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffcc6a;
  background-color: #ffcc6a;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.navbarRight ul li a {
  font-family: 'Metropolis';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease;
}
.navbarRight ul li:hover a {
  font-weight: bold;
  font-style: normal;
  color: #a3a3a3;
}
.navbarRight ul li:hover::after {
  width: 90%;
  background: #00a28a;
  background-color: #00a28a;
}
/*  */

/* Navbar Scroll */
.navbarWhite {
  background: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
}
/*  */

/* NAVBAR RESPONSIVE */
.navbarResponsive {
  width: 100%;
  height: 85px;
  background: #ffffff;
  background-color: #ffffff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
  transition: all .1s ease;
  display: none;
}

.navbarHamb {
  width: 75px;
  height: 75px;
  padding: 10px 0 0 0;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.navbarHamb div {
  width: 60px;
  height: 6px;
  background: #00a28a;
  background-color: #00a28a;
  margin: 9px auto;
  transition: all .3s ease;
}

.navbarHamb:hover div,
.navbarHamb:focus div {
  background: #00a28a;
  background-color: #00a28a;
}

.navbarHamb:hover , .navbarHamb:active , .navbarHamb:focus {
  border: 1px solid #ffcc6a;
  border-radius: 10px;
}

.navbarHamb:hover div , .navbarHamb:active div , .navbarHamb:focus div {
  background: #ffcc6a;
  background-color: #ffcc6a;
}
/*  */

/* Sidebar Main */
.noShadow {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.sidebarMain {
  width: 100%;
  height: 0;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarContent ul li {
  line-height: 75px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.sidebarContent ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffcc6a;
  background-color: #ffcc6a;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.sidebarContent ul li a {
  font-family: 'Metropolis';
  font-size: 60px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease;
}
.sidebarContent ul li a.activePage , .sidebarContent ul li a:hover ,
.sidebarContent ul li a:focus {
  font-weight: bold;
  font-style: normal;
  color: #a3a3a3;
}
.sidebarContent ul li:hover::after {
  width: 100%;
  background: #00a28a;
  background-color: #00a28a;
}
.sidebarFooter {
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*  */
