.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11111;
  top: 0;
  right: 0;
  /* background-color: #01283fe3; */
  background-color: #333239e3;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}



.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.sidenav a:hover {
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menu-bar-icon {
  position: absolute;
  right: 4%;
  top: 8%;
}

.menu-bar-icon img {
  /* filter: invert(100); */
  cursor: pointer;
}

.navbar-nav li {
  margin-bottom: 20px;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
  padding: 0 0 10px;
  position: relative;
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, #0aa1bf, #14bb93);
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  right: 0;
  margin: 7px auto auto;
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.header .social-icons ul {
  margin: 35px auto !important;
  justify-content: center !important;
}