.btn-primary,
.btn:hover,
.btn:active,
.btn:visited {
    background-color: #00923a;
    background-color: #00923a;
    border-color: #00923a;
}
.bg-primary {
    background-color: #00923a !important;
}
.menu-taffix {
    padding-top: 7px
}

.menu-taffix ul {
    margin: 0;
    padding: 0;
    clear: both
}

.menu-taffix ul li {
    float: left;
    padding: 0
}
.menu-taffix ul li a {
    color: #000;
}
.menu-taffix ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.5rem 1.6rem;
    border-radius: 0.375rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-taffix ul .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    background-color: #00923a;
}

/* Modified for main menu items only */
.menu-taffix ul > li.active a,
.menu-taffix ul > li:hover a {
    text-decoration: none;
    color: #fff;
    background-color: #00923a;
}

/* Submenu specific styles */
.menu-taffix ul ul li a {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #000 !important;
}
.menu-taffix ul ul li.active a,
.menu-taffix ul ul li:hover a {
    color: #000 !important;
    background-color: transparent !important;
}
.hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
    width: 30px;
}
.bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}
.hamburger-menu:hover .bar {
    background-color: #555;
}
.hamburger-menu.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.hamburger-menu-cstm {
    position: relative;
    top: -2px;
    margin-left: 40px;
}
.hero-slider {
    height: 100vh;
    position: relative;
  }
  
  .hero-slide-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    position: absolute;
    transform: translateY(-50%);
    font-size: 3rem !important;
    color: white !important;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  
  .owl-carousel .owl-prev:hover,
  .owl-carousel .owl-next:hover {
    opacity: 1;
  }
  
  .owl-carousel .owl-prev {
    left: 30px;
  }
  
  .owl-carousel .owl-next {
    right: 30px;
  }
  
  .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  
  .btn-outline-light:hover {
    color: #000 !important;
  }
  .terbarukan-cstm i.fas {
    font-size: 6em !important;
    padding: 20px;
  }
  .hero-slider .btn:hover,
  .cta-btn .btn:hover {
    background-color: #ffffff;
	color: #00923a;
  }
  .cta-btn .btn {
    color: #00923a;
  }
  .cta-btn .btn:hover {
    background-color: #bf9001;
    color: #ffffff;
  }
  .hero-slider .btn-white,
  .cta-btn .btn-white {
    background-color: #bf9001;
	color: #ffffff;
  }
  .hero-slider .btn-white {
    outline: none;
	border: none;
  }
  .cta-btn .btn-white:hover {
    background-color: #ffffff !important;
	color: #00923a !important;
  }
  .menu-taffix ul ul li {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
    color: #fff !important;
    background-color: #bf9001 !important;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
  }
  .owl-theme .owl-nav [class*=owl-]:hover .fa {
    opacity: .6;
  }
@media (min-width: 992px) {
   .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 345px; 
   }
}  
@media (min-width: 768px) {
    .container-fluid.cont-header {
        padding: 0 90px;
    }
}