.sidenav {
 height: 100%;width: 0;
    position: fixed;
    z-index: 11111;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #333239e3 90%, transparent 90%);
    overflow-x: hidden;
    transition: 0.5s;padding-left:0px;
    
}
 
   
  
  .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 {    z-index: 99999;
        position: absolute;
    top: 50%;
    left: 0px;
    font-size: 36px; 
    background: #18171d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .menu-bar-icon {
    position: absolute;
    right: 4%;
    top: 20%;
  }
  .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;
}