 
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 100, 0, 1) !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 100, 0, 0.25) !important;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 100, 0, 0.5) !important;
  border-color: rgba(0, 100, 0, 0.1) !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(40, 167, 69, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-dark .navbar-text {
  color: rgba(0, 100, 0, 0.5) !important;
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.sticky__header.is-sticky {
  background: rgba(240, 240, 240, 0.9) none repeat scroll 0 0 !important;
}


#main_nav li {
      align-self: stretch;
      display: flex; 
}
#main_nav  li a {
	  align-items: center;
	  align-self: stretch;
	  color: rgba(0, 100, 0, 1) !important;
	  display: flex;
	  font-size: 14px;
	  font-weight: 600;
	  padding: 10 15px;
	  text-transform: uppercase;
	  transition: all 0.4s ease 0s;
	}
#main_nav li a:hover{
	color: #e59285 !important;
}
.is-sticky #main_nav li a {
	color: rgba(0, 100, 0, 1) !important;
}


/*
| media query > if(size - width <= 990 fource is-sticky)
*/

@media only screen and (max-width: 991px)
{
	 .logo{
	 	display: none !important;
	 }

	 .logo_big{
	 	display: block !important;
	 	direction: rtl !important;
	 }

	 .navbar-toggler
	 {
	 	right: 0;
  		left: auto;
	 }
	 #menu_container{
	 	background: rgb(240, 240, 240, 1) !important;
	 }

	 #logo_navbrand img{
	 	display: block;
	 }
}