.page-footer { 
  background-color: #222; 
  color: #ccc; 
  padding: 60px 0 30px; 
} 
.footer-copyright { 
  color: #666; 
  padding: 40px 0; 
} 
.nav-pills .pill-3 .nav-link:not(.active) { 
    background-color: rgba(0, 0, 250, 0.5); 
    color: white; 
} 
.nav-pills .pill-3 .nav-link { 
    background-color: rgba(0, 0, 250, 0.2); 
    color: white; 
    border: none; 
} 
.ekamus a { 
    color: white; 
    padding-top: .3125rem; 
    padding-bottom: .3125rem; 
    margin-right: 0.35rem; 
    font-size: 1.001rem; 
    line-height: inherit; 
} 
.ekamus a:hover, a:active { 
    color: white; 
    text-decoration: none; 
} 
.dropdown-submenu{ 
    position: relative; 
} 
.dropdown-submenu a::after{ 
    transform: rotate(-90deg); 
    position: absolute; 
    right: 3px; 
    top: 40%; 
} 
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{ 
    display: flex; 
    flex-direction: column; 
    position: absolute !important; 
    margin-top: -30px; 
    left: 100%; 
} 
@media (max-width: 992px) { 
    .dropdown-menu{ 
        width: 60%; 
    } 
    .dropdown-menu .dropdown-submenu{ 
        width: auto; 
    } 
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.overlay p {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a {
  padding: 8px;
  text-decoration: underline;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 45px;
  font-size: 60px;
}

.oney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 5px;
  right: 35px;
  }
}
