/* --- Mobile Menu --- */
#mobile-menu {
  position: fixed;
  left: -300px;
  font-family: 'Montserrat', sans-serif;
  top: 0;
  width: 250px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 999999999999;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.96);
}
#mobile-menu ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
#mobile-menu ul li a {
  color: #333740 !important;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.17);
  line-height: 45px !important;
  padding-left: 8px;
  display: block;
  letter-spacing: -0.5px;
  padding:0 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: 'Montserrat', sans-serif;
}
#mobile-menu ul li a i {
  margin-right: 10px;
}
#mobile-menu ul li ul {
  background: none !important;
}
#mobile-menu ul li ul li a {
  position: relative;
  padding-left: 25px !important;
}
#mobile-menu ul li ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #000000;
}
#mobile-menu ul li ul li ul li a {
  position: relative;
  padding-left: 45px !important;
}
#mobile-menu ul li ul li ul li a:before {
  left: 22px;
}
#mobile-menu ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
#mobile-menu ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#mobile-menu ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}
#mobile-menu ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 46px;
  height: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: "\f107";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: bold;
  background: #130f48;
}
#mobile-menu ul li.menu-item-has-children.acik > a:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#mobile-menu ul li a:hover {
  background-color: #dcdcdc;
  color: #000 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
#mobile-menu::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}
#mobile-menu::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#mobile-menu.mobile-menu-active {
  left: 0 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
html.mobile-menu-active {
  overflow: hidden;
}
body {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  left: 0%;
}
body.mobile-menu-active {
  /* left: 65%; */
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.menuKapa {
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.37);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.menuKapa.mobile-menu-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menuAc{
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  z-index: 999;
  right: 14px;
  margin-top: 24.5px;
  top:0;
  background: #130f48;
}

.menuAc i{
  line-height: 35px;
}
  