.navbar {
    background-color: #004d40;
  }

  .navbar-brand img {
    height: 50px;
  }

  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .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%28255, 255, 255, 0.5%29' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .nav-link {
    color: black !important;
  }

  .login-btn {
    background-color: #ffc107;
    /* color: black !important; */
    border: none;
  }

  .login-btn:hover {
    background-color: #ffca28;
  }

  .header-info {
    background-color: #c8e6c9;
    color: #004d40;
    padding: 10px 0;
  }

  .header-info .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-info span {
    margin-right: 20px;
  }

  .header-info span:last-child {
    margin-right: 0;
  }

  .navbar-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 991px) {
    .d-none.d-lg-flex {
      display: none !important;
    }

    .d-flex.d-lg-none {
      display: flex !important;
    }

    .navbar-collapse {
      text-align: center;
    }

    .bg_white {
      background-color: #343a40 !important;
    }

    .carousel-control-prev {
      left: 0px !important;
    }

    .carousel-control-next {
      right: 0px !important;
    }
  }

  .bg_white {
    background-color: white;
  }

  .he-and-sub {
    color: white;
    font-size: 66px;
    font-weight: 700;
  }
  .logo_img {
    position: absolute;
    top: 0px;
    left: 30px;
  }

  .ab_date {
    position: absolute;
    top: 20px;
    left: 37px;
    background: #c1a01c;
    padding: 7px;
    color: white;
    text-align: center;
  }

  .ab_date p {
    margin: 0px;
  }

  .project,
  .projects {

    display: inline-block;
    position: relative;
  }

  .project img .badge {
    white-space: nowrap;
    position: absolute;
    min-width: 76%;
    top: 63%;
    color: white;
  }



  .project .badge.red,
  .red {
    background: #C1A01C;
  }



  .project .badge.diagonal {
    white-space: nowrap;
    position: absolute;
    width: 70%;
    bottom: 0px;
    color: white;
    right: -30px;
  }

  .carousel-item {
    position: relative;
  }


  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
  }

  .logo_imgs {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 31px;
}

.navbar {

  padding: 1rem !important;
}

.btn-success{
    background-color: #086141 !important;
}

.nav-link.active {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.card_2{
    border: 0px;
    box-shadow: 0px 0px 3px 0px #ccc;
    background: #efefef;
}

.card_2 img{
    width: 150px;
    margin: auto;
    margin-top: 27px;
}

.form_control{
    height: calc(2.5em + .75rem + 2px) !important;
}

.the_bord{
    border: 0px;
    border-bottom: 2px solid #688c77;
    border-radius: inherit;
}

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }



  .carousel-control-prev {
    left: 80px;
  }

  .carousel-control-next {
    right: 80px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    color: black !important;
    /* Sets the color of the arrow icons */
    font-size: 24px;
    /* Adjust the size of the arrow icons */
  }