.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    /* right: -8%; */
    left: 0;
    background-color: #2562b6f2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }
  .sidenav ul {
    top: 40%;
    position: relative;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5%;
  }
  .sidenav li {
      margin-bottom: 15px;
  }
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 19px;
    color: #fff !important; 
    display: block;
    transition: 0.3s;
    position: relative;
    text-align: left;
  }
  .sidenav a:hover {
      text-decoration: none;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 4%;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    margin-top: -15px;
  }
  .menu-bar-icon {
      font-size: 30px;
      cursor: pointer;
      /* position: fixed; */
      right: 15px;
      z-index: 111;
      /* padding: 10px; */
  }

  /* .sidenav li a::before,
  .sidenav li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d7121c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.sidenav li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.sidenav li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
} */

/* .sidenav li a:hover,
.sidenav li a:focus {
	color: #d7121c;
}

.sidenav li a:hover::before,
.sidenav a:focus::before,
.sidenav a:hover::after,
.sidenav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
} */
.menu-bar-icon img {
  width: 30px;
position: absolute;
right: 5%; 
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
}

.cl-effect-21 a {
	padding: 10px;
	color: #237546; 
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
  right: 0;
margin: auto;
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,.cl-effect-21 a.active,
.cl-effect-21 a:focus {
	color: #2562b6;
  background: #fff3;
}
.cl-effect-21 a.active::before,
.cl-effect-21 a.active::after,
.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


@media (max-width: 600px) {
    .menu-bar-icon {
        position: absolute;
        top: 8px; height: 80px;
    }
}
@media (max-width: 992px) {
  .rev_slider_wrapper {
    z-index: -1;
  }
  .about-section_bg {
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .sidenav {
    right: -21%;
  }
}

.sidenav{
 padding-left: 0px;
 padding-right: 0px;
}