.about-area .about-content .info h4 {
  font-weight: 100 !important;
  text-transform: inherit !important;
}

.team-area .team-items .item .info {
  height: 170px;
  margin-bottom: 20px;
}

.team-area .team-items .item .info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}

.breadcrumb-area {
  /* padding: 120px 0; */
}

.blog-area .info h2, .blog-area .info h3, .blog-area .info h4, .blog-area .info h5 {
  min-height: 90px !important;
}

.blog-area.single .post-pagi-area a.active {
  color: #db970f !important;
}

.bg-dark {
  background: #00573D none repeat scroll 0 0 !important;
}

footer.bg-dark li a {
  color: #F7F7F7;
}

footer .f-item.recent-post li a:hover {
  color: #FEE200;
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: #BBB;
}

footer .f-item .social li a {
  color: #BBB;
}

/* Mitra Homepage */
.clients-area .clients-first img {
  border: 1px solid #999999;
  border-radius: 10px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.clients-area .clients-first img:hover {
  border: 0;
  filter: none;
  -webkit-filter: grayscale(0%);
}

.clients-area .clients-second img {
  border: 1px solid #999999;
  border-radius: 10px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.clients-area .clients-second img:hover {
  border: 0;
  filter: none;
  -webkit-filter: grayscale(0%);
}

.bg-theme .site-heading h2::before, .shadow .site-heading h2::before, .half-bg .site-heading h2::before {
  background: #db970f none repeat scroll 0 0;
}

.info.content-box ul {
  list-style-type: disc;
  padding: 0 30px;
}

.info.content-box ol {
  list-style-type: decimal;
  padding: 0 30px;
}

.services-single-area .sidebar-item li .icon i {
  font-size: 2em;
}

footer .f-item .social li {
    margin-right: 0 !important;
}


.clients-area .clients-first .owl-nav, .clients-area .clients-second .owl-nav {
  margin: 0;
}

.clients-area .clients-first .owl-nav .owl-prev, 
.clients-area .clients-first .owl-nav .owl-next,
.clients-area .clients-second .owl-nav .owl-prev, 
.clients-area .clients-second .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #db970f;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.clients-area .clients-first .owl-nav .owl-next,
.clients-area .clients-second .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.pricing-area .pricing-item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0);
  padding: 20px 30px !important;
  border: 0px !important;
}

.content h3 {
  text-transform: none !important;
}

@media (min-width: 1024px){
  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px;
  }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    min-height: 100px;
  }
}

@media (max-width: 1023px){
  .navbar-brand > img {
    height: 50px !important;
  }
}

th {
  padding: 20px 8px !important;
}

table tbody tr th, table tbody tr td {
  padding: 10px 20px !important;
  vertical-align: top;
}

.btn.btn-search {
  background: #db970f !important;
  color: #fff;
}

.top-bar-area {
  padding: 2px !important;
  top: 0;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-area .info.box li .icon i {
  font-size: unset !important;
}

@media (min-width: 1024px){
  .banner-area {
    top: -32.5px;
  }
}

.top-bar-area .address-info.text-left .info.box li::after {
  background: none;
}

.top-bar-area .address-info.text-left .info.box ul li, .top-bar-area .address-info.text-left .info.box ul li .icon i, .top-bar-area .social.text-right ul li a i {
  color: #FFF !important;
}

.banner-area .content {
  top: 32.5px;
  margin: 20px 0;
}

.padding-top-20 {
   padding-top: 20px;
}

.padding-top-30 {
   padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-bottom-20 {
   padding-bottom: 20px;
}

.padding-bottom-30 {
   padding-bottom: 30px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.margin-top-20 {
   margin-top: 20px;
}

.margin-top-30 {
   margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-bottom-20 {
   margin-bottom: 20px;
}

.margin-bottom-30 {
   margin-bottom: 30px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.item .info .layanan h4 {
  height: 65px;
}

.services-area .services-items .item h4 {
  height: 65px;
}

.product-list .product-content {
  height: 135px;
  padding: 20px 10px; 
}

.navbar-brand>img {
  height: 100px;
}

/* Update 20-6-2024 */
@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        color: #333333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 8px 15px;
        text-align: left;
        text-transform: capitalize;
        width: 100%;
    }

    /* Ensure the dropdowns are properly positioned */
    .dropdown-menu {
        position: absolute;
        display: none;
    }

    /* Style the nested dropdowns */
    .dropdown-menu > .dropdown > .dropdown-menu {
        left: 100%;
        top: 50%;
        transform: translateY(-30%);
        margin-top: 0;
        margin-left: 0.1rem;
        display: none;
    }

    /* Adjust z-index if necessary to ensure the dropdowns stack correctly */
    .dropdown-menu {
        z-index: 1000;
    }
}

.site-heading {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.services-area .services-items .item {
  padding: 30px 10px 20px !important;
  min-height: 210px !important;
}

.services-area .services-items .item .icon {
  margin-bottom: 10px !important;
}

.services-area .services-items .item a {
  font-weight: 600 !important;
  margin-top: 0 !important;
  text-transform: capitalize !important;
  line-height: 1.5 !important;
}

.about-area .about-items .item a {
  padding: 30px 20px !important;
  color: #666666;
}

.about-area .about-items .item a:hover {
  color: #db970f;
}


@media (min-width: 1024px) {
  /* Style for the second fixed bottom menu */
  .fixed-bottom-menu {
    position: fixed;
/*     bottom: 0; */
    margin-top: 100px;
    left: 0;
    width: 100%;
    background-color: #db970f !important; /* Adjust as needed */
    z-index: 10; /* Ensure it's above other content */
    display: block; /* Initially hide it */
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
  }

  .fixed-bottom-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .fixed-bottom-menu ul li {
    display: inline-block;
  /*     margin: 0 10px; */
  }

  .fixed-bottom-menu ul li a {
    font-size: 12px;
    background-color: #db970f !important;
    text-decoration: none;
    color: #fff; /* Adjust link color */
    font-weight: 400;
  /*     padding: 4px 10px; */
  }

  .fixed-bottom-menu ul li a:hover {
    background-color: #eda81f !important;
  }

  .fixed-bottom-menu ul li a:active {
    background-color: #eda81f !important;
  }

  /* Style for the main navigation menu */
  .navbar {
    margin-bottom: 0; /* Ensure no margin below main menu */
  }
}


@media (max-width: 1024px) {
  /* Style for the second fixed bottom menu */
  .fixed-bottom-menu {
    position: fixed;
/*     bottom: 0; */
    margin-top: 80px;
    left: 0;
    width: 100%;
    background-color: #db970f !important; /* Adjust as needed */
    z-index: 10; /* Ensure it's above other content */
    display: block; /* Initially hide it */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
  }

  .fixed-bottom-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .fixed-bottom-menu ul li {
    display: inline-block;
  /*     margin: 0 10px; */
  }

  .fixed-bottom-menu ul li a {
    font-size: 12px;
    background-color: #db970f !important;
    text-decoration: none;
    color: #fff; /* Adjust link color */
    font-weight: 400;
  /*     padding: 4px 10px; */
  }

  .fixed-bottom-menu ul li a:hover {
    background-color: #eda81f !important;
  }

  .fixed-bottom-menu ul li a:active {
    background-color: #eda81f !important;
  }

  /* Style for the main navigation menu */
  .navbar {
    margin-bottom: 0; /* Ensure no margin below main menu */
  }
}