
        .header2 {
            background-color: #13355e;
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
        }
        .header2 h1 {
            margin: 0;
            font-size: 24px;
        }
        .header2 img {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
        }
        .section-title1 {
            background-color: #002b5c;
            color: white;
            padding: 10px;
            text-align: center;
            margin: 20px 0;
        }
        .hjhj {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        .hjhj td {
            padding: 10px;
            width: 50%;
            border: 1px solid #ddd;
            color: black !important;
            font-weight: 500;
        }
        .sub-section2 {
            background-color: #dce3e9;
            font-weight: bold;
        }
        .experience-table td {
            width: 50%;
        }
       .fine{
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
       }
       .fine td{
        padding: 10px;
        width: 24%;
        border: 1px solid #ddd;
        color: black !important;
        font-weight: 500;
       }
  .bacground-student{
    background: url('/assets/images/landing_page/umsbackground01.jpg');
    background-size: cover;
    background-position: center;
    height:630px;
  }
  .wrapper-5 {
    max-width: 400px;
    min-height: 500px;
    /* margin: 80px auto; */
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
  }
  
  .logo-desk {
    width: 80px;
    margin: auto;
  }
  
  .logo-desk img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #ecf0f3,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
  }
  
  .wrapper-5 .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
  }
  
  .wrapper-5 .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
  }
  
  .wrapper-5 .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
  }
  
  .wrapper-5 .form-field .fas {
    color: #555;
  }
  
  .wrapper-5 .btn {
    box-shadow: none;
    width: 48%;
    height: 40px;
    background-color: #02b9a7;
    color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.2px;
  }
  
  .wrapper-5 .btn:hover {
    background-color: #02b9a7;
  }
  
  .wrapper-5 a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #02b9a7;
  }
  
  .wrapper-5 a:hover {
    color: #02b9a7;
  }
  
  @media(max-width: 380px) {
    .wrapper-5 {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
  }


    .profile-section {
      text-align: center;
      padding: 30px 0;
    }

    .profile-section img {
      width: 120px;
      border-radius: 50%;
    }

    .profile-section h2 {
      margin-top: 10px;
      color: #333;
    }

    .emp-id, .year {
      font-size: 16px;
      color: #777;
    }

    .details-section {
      display: flex;
      justify-content: space-around;
      padding: 20px 0;
      flex-wrap: wrap;
    }

    .details-section .card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 20px;
      width: 30%;
      margin: 10px;
    }

    .details-section .card i {
      font-size: 40px;
      margin-bottom: 15px;
      color:#02b9a7;
    }

    /* .card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card p {
      font-size: 14px;
      color: #777;
    } */

    .details-section .card button {
      background-color:#02b9a7;
      color: white;
      border: none;
      padding: 8px 10px;
      border-radius: 5px;
      cursor: pointer;
    }

    .details-section .card button:hover {
      background-color: #02b9a7;
    }

    @media (max-width: 768px) {
      .details-section .card {
        width: 45%;
      }
    }

    @media (max-width: 576px) {
      .details-section .card {
        width: 100%;
      }
    }
    
 #header-bat {
  background: linear-gradient(to bottom, rgba(209, 30, 18, 0.812), rgba(0, 0, 0, 0.5)),url('../images/tu-2.png');
  
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 100vh; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #fff; 
  }
   
 
   .section-cards {
    z-index: 3;
    position: relative;
  }
  
  .section-gray {
    background: #E5E5E5;
    padding: 60px 0 30px 0;
  }
  
  
  /*---------------------------------------------------------------------- /
  CARDS
  ----------------------------------------------------------------------- */
  
  .card {
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-bottom: 30px; */
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
  .card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    /* margin-top: -30px; */
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .card .card-image:hover{
    transform: scale(0.9);
  }
  .card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
  }
  
  .card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
  }
  
  .card img {
    width: 100%;
    height: auto;
  }
  
  .img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  
  /* .card .ftr {
    margin-top: 15px;
  }
   */
  .card .ftr div {
    display: inline-block;
  }
  
  .card .ftr .author {
    color: #888;
  }
  
  .card .ftr .stats {
    float: right;
    line-height: 30px;
  }
  
  .card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
  }
  
  
  /* ============ Card Table ============ */
  
  .table-1 {
    margin-bottom: 0px;
  }
  
  .card .table-1 {
    padding: 15px 30px;
  }
  

  
  .card-blog .card-caption {
    margin-top: 5px;
  }
  
  .card-blog .card-image + .category {
    margin-top: 20px;
  }
  
  .card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  
  
  /* ============ Card Background ============ */
  
  .card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  
  .card-background .table-1 {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
  }
  
  .card-background .category,
  .card-background .card-description,
  .card-background small {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .card-background .card-caption {
    color: #FFFFFF;
    margin-top: 10px;
  }
  
  .card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    table: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
  }
  
  
  /* ============ Card Profile ============ */
  
  .card-profile {
    margin-top: 30px;
    text-align: center;
  }
  
  
  /* ============ Card Category ============ */
  
  .category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
  }
  
  .card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
  }
  
  
  /* ============ Card Author ============ */
  
  .card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .card .author a {
    color: #333;
    text-decoration: none;
  }
  
  .card .author a .ripple-cont {
    display: none;
  }
  
  
  /* ============ Card Product ============ */
  
  .card-product {
    margin-top: 30px;
  }
  
  .card-product .btn-simple.btn-just-icon {
    padding: 0;
  }
  
  .card-product .ftr {
    margin-top: 5px;
  }
  
  .card-product .ftr .stats {
    margin-top: 4px;
    top: 0;
  }
  
  .card-product .ftr h4 {
    margin-bottom: 0;
  }
  
  .card-product .card-caption,
  .card-product .category,
  .card-product .card-description {
    text-align: center;
  }
  
  .card-description p {
    color: #888;
  }
  
  .card-caption,
  .card-caption a {
    color: #333;
    text-decoration: none;
  }
  
  .card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
  }
  
  
  /* ============ Card Testimonial ============ */
  
  .card-testimonial {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  
  .card-profile .btn-just-icon.btn-raised,
  .card-testimonial .btn-just-icon.btn-raised {
    margin-left: 6px;
    margin-right: 6px;
  }
  
  .card-profile .card-avatar,
  .card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  
  .card-profile.card-plain .card-avatar,
  .card-testimonial.card-plain .card-avatar {
    margin-top: 0;
  }
  
  .card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
  }
  
  .card-testimonial .card-description {
    font-style: italic;
  }
  
  .card-testimonial .card-description + .card-caption {
    margin-top: 30px;
  }
  
  .card-testimonial .icon {
    margin-top: 30px;
  }
  
  .card-testimonial .icon {
    font-size: 40px;
  }
  
  .card-testimonial .ftr {
    margin-top: 0;
  }
  
  .card-testimonial .ftr .card-avatar {
    margin-top: 10px;
    margin-bottom: -50px;
  }
  
 .custom-btn{
  background-color: #02b9a7;
  /* display: block; */
  background-color: #02b9a7;
  padding: 10px 20px;
  color: white;
  border: none;
  cursor: pointer;
  align-self: flex-end;
  
 }

 .custom-btn:hover {
  text-decoration: none;
}

  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
  }
  
  a {
    color: #9c27b0;
    text-decoration: none;
  }
  
  a:hover {
    color: #9c27b0;
    text-decoration: underline;
  }
  
  p {
    color: #3C4857;
  }
  
  header {
    border-bottom: 1px solid #dedede;
    text-align: center;
  }
  
  
  h1, .h1 {
  font-size: 3.8em;
  }
  
  h2, .h2 {
  font-size: 2.0em;
  line-height: 1.6em;
  margin: 15px 0 15px;
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
  text-align: center;
  }
  
  h3, .h3 {
  font-size: 1.825em;
  line-height: 1.4em;
  margin: 30px 0 30px;
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
  text-align: center;
  }
  
  h4, .h4 {
  font-size: 1.3em;
  line-height: 1.55em;
  }
  
  h5, .h5 {
  font-size: 1em;
  line-height: 1.55em;
  /* margin-bottom: 15px; */
  }

  .form-horizontal .header h5 {
    font-size: 0.7em !important;
    color: white !important;
    /* font-weight: 500; */
    padding-left: 20px !important;
  }
  
  h6, .h6 {
  font-size: 0.9em;
  font-weight: 500;
  }
  
.wrapper-5 {
  max-width: 400px;
  min-height: 500px;
  /* margin: 80px auto; */
  padding: 40px 30px 30px 30px;
  background-color: #ecf0f3;
  border-radius: 15px;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo-desk {
  width: 80px;
  margin: auto;
}

.logo-desk img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #5f5f5f,
      0px 0px 0px 5px #ecf0f3,
      8px 8px 15px #a7aaa7,
      -8px -8px 15px #fff;
}

.wrapper-5 .name {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  padding-left: 10px;
  color: #555;
}

.wrapper-5 .form-field input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  font-size: 1.2rem;
  color: #666;
  padding: 10px 15px 10px 10px;
  /* border: 1px solid red; */
}

.wrapper-5 .form-field {
  padding-left: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper-5 .form-field .fas {
  color: #555;
}

.wrapper-5 .btn {
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #02b9a7;
  color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 3px #b1b1b1,
      -3px -3px 3px #fff;
  letter-spacing: 1.2px;
}

.wrapper-5 .btn:hover {
  background-color: #02b9a7;
}

.wrapper-5 a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #02b9a7;
}

.wrapper-5 a:hover {
  color: #02b9a7;
}

@media(max-width: 380px) {
  .wrapper-5 {
      margin: 30px 20px;
      padding: 40px 15px 15px 15px;
  }
}
