a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  background: #ffffff;
  float: left;
  min-height: 60px;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
  z-index: 999;
  text-transform: capitalize;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 18px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  float: right;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000000;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  background: #f8f8f8;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a {
  background: #f8f8f8;
  color: #232323;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 90%;
}

.mobile-menu-area {
  background: #262626;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  text-transform: capitalize;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {

  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: 0 !important;
  background: #F8F8F8;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}

.nav_scroll i {
  font-size: 10px;
}

/* -------------------------------
39. Mobile menu
----------------------------------*/
.mean-container .mean-bar::after {
  display: none;
}

.mean-container .mean-nav ul li a:hover {
  border-radius: 0;
}

.mean-container a.meanmenu-reveal span {
  background: #0159c0;
}

.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

.mean-container .mean-nav ul li {
  background: #444;
}

.mean-container a.meanmenu-reveal {
  color: #0159c0;
}

.meanmenu-reveal.meanclose:hover {
  color: #fff !important;
}

.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}

/* .mean-container .mean-bar::before {
  color: #fff;
  content: "cleeny";
  font-size: 28px;
  font-weight: 600;
  left: 10px;
  position: absolute;
  top: 17px;
} */

.mean-container .mean-bar::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 40px;

  background-image: url("../images/logotop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.mean-container .mean-bar {
  /* padding-left: 140px; */
}


/* HEADER */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 999;
	transition: 0.3s;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

/* LOGO */
.logo img {
	height: 70px;
}

/* DESKTOP MENU */
.nav-menu ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu ul li {
	margin-left: 25px;
}

.nav-menu ul li a {
	color: #0c1ea5;
	text-decoration: none;
	font-weight: 500;
}

/* HAMBURGER */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: #263aba;
	margin: 5px 0;
}

/* SIDE MENU */
#side-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100%;
	background: #ffffff;
	color: #fff;
	transition: 0.3s;
	z-index: 1000;
	padding-top: 20px;
}

#side-menu ul {
	list-style: none;
	padding: 0;
  padding-top: 30px;
}

#side-menu ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #000000;
}

#side-menu ul li a {
	color: #112abe;
	text-decoration: none;
}

/* SIDE HEADER */
.side-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.side-header img {
	height: 97px;
}

#close-menu {
font-size: 30px;
    cursor: pointer;
    color: #050f52;
    /* top: 29px; */
    margin-top: -84px;
}

/* OVERLAY */
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
}

/* MOBILE */
@media (max-width: 991px) {
	.nav-menu {
		display: none;
	}

	.menu-toggle {
		display: block;
	}
}
#header.scrolled {
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* DEFAULT → hide (mobile first) */
.header-top-section {
	display: none;
}

/* DESKTOP ONLY (≥ 992px) */
@media (min-width: 992px) {
	.header-top-section {
		display: block;
	}
}

.hero-area {
    top: 35px;
    
}
.hero-area {
    height: 900px !important;
}

