
    .section-title {
      font-size: 28px;
      font-weight: 700;
      margin: 30px 0;
      color: #333;
    }

    .project-sidebar {
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 30px;
    }
    .project-sidebar h6{ margin-bottom: 0!important;}

    .project-sidebar h4 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .project-sidebar .btn {
      text-align: left;
      width: 100%;
      margin-bottom: 10px;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 600;
    }

    .project-sidebar .btn.active {
      background-color: #616161;
      color: #fff;
    }

    .btn:hover{
      background-color:#616161 ;
    }

    .register-form input,
    .register-form textarea {
      border-radius: 12px;
      margin-bottom: 12px;
    }

    .project-content {
      padding: 25px;
      
    }

    .project-content h3 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .project-meta {
      border: 1px solid #eee;
      padding: 15px;
      border-radius: 10px;
      background: #fefefe;
      margin-bottom: 20px;
    }

    .project-meta strong {
      display: inline-block;
      font-weight: 600;
    }

    .project-img {
      border-radius: 10px;
      margin: 20px 0;
      max-width: 100%;
    }




    .project-breadcrumb {
      background: url('../img/breadcrumb-bg.webp') no-repeat center center;
      background-size: cover;
      padding: 200px 0 80px;
      color: #fff;
      position: relative;
    }

 
    .project-breadcrumb .container {
      position: relative;
      z-index: 1;
    }

    .breadcrumb-path {
      font-size: 16px;
      margin-bottom: 10px;
      color: #fff;
    }

    .breadcrumb-title {
      font-size: 36px;
      font-weight: 700;
      margin: 0;
      color: #fff;
    }

    .our-project,
    .register-form {
      background-color: #FAF9F6;
    }


    .register-btn {
      display: inline-flex;
      align-items: center;
      border: 2px solid gray;
      background-color: white;
      color: rgb(3, 3, 3);
      padding: 8px 16px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
    }

    .register-btn span {
      background: #307F34;
      color: white;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 18px;
    }


    .our-project a{
          padding: 15px 15px;
      border: 1px solid #e3e1db;
    }

    
    .our-project a:hover{
      color: white;
    }


       .projectNav{
      display: none;
    }


    .projecPopup{
        display: none;
    }