@media screen and (min-width: 769px) {

            .table th,
            .table td {
                text-align: center;
                vertical-align: middle;
            }
        }

        /* Mobile Screens */
        @media screen and (max-width: 768px) {

            .table-responsive .table,
            .table-responsive thead,
            .table-responsive tbody,
            .table-responsive th,
            .table-responsive td,
            .table-responsive tr {
                display: block;
                width: 100%;
            }

            .table-responsive thead {
                display: none;
            }

            .table-responsive td {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                text-align: right;
                padding: 8px;
                border-bottom: 1px solid #ddd;
            }

            .table-responsive td::before {
                content: attr(data-label);
                font-weight: bold;
                color: #333;
                width: 100%;
                text-align: right;
                margin-bottom: 5px;
            }
        }


        @font-face {
            font-family: "DinPro";
            font-style: normal;
            font-weight: 600;
            src: local("DinPro Bold"), local("TheSans-Bold"),
                url(fonts/DinPro-Bold.ttf) format("truetype");
        }

        @font-face {
            font-family: "DinPro";
            font-style: normal;
            font-weight: 400;
            src: local("DinPro Plain"), local("TheSans-Plain"),
                url(fonts/DinPro-Plain.ttf) format("truetype");
        }

        a:hover,
        a:focus {
            color: #c39943;
            text-decoration: none;
        }

        a {
            color: #0b5774;
            text-decoration: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        * {
            font-family: "TheSans" !important;
        }

        .header_image {
            width: 100%;
            display: block;
        }

        p,
        li {
            text-align: justify;
        }

        .inner_content {
            background-image: url(../imgs/bg.png);
            background-size: cover;
            background-repeat: no-repeat;
            padding: 3rem 1rem 1rem 0rem;
        }

        .main_nav {
            background-color: #fff;
            border: none;
            margin-bottom: 1.5rem;
            padding: 0 15px;
        }

        .main_nav .nav-link {
            background-color: transparent;
            border: none;
            font-weight: bold;
            position: relative;
            padding: 1.2rem 1rem;
            z-index: 9999;
        }

        .main_nav .nav-link::before {
            content: "";
            position: absolute;
            background-color: rgba(198, 153, 71, 0.188);
            bottom: 18px;
            top: 51%;
            right: 0px;
            left: 0px;
            z-index: 0;
            opacity: 0;
        }

        .main_nav .nav-link.active,
        .main_nav .nav-link:focus,
        .main_nav .nav-link:focus-within {
            background-color: transparent;
            border: none;
            color: #c69a47;
            outline: none;
        }

        .main_nav .nav-link.active::before {
            opacity: 1;
        }

        .tab-pane {
            padding: 0 2rem;
        }

        .clr_green {
            color: #097078;
        }

        .title {
            color: #0b5774;
            font-weight: 700;
            font-size: 1.7rem;
            width: fit-content;
            margin-bottom: 1.5rem;
            /* padding: 6px 0 6px 30px; */
            border-radius: 4px;
            transition: all .2s ease;
            position: relative;
        }

        .title::after {
            content: "";
            position: absolute;
            background-color: #a5bbc8;
            bottom: 0px;
            top: 58%;
            right: -0px;
            left: -20px;
            z-index: -1;
        }

        .card-title{
            color:#0f7179
        }

        ul.list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        ul.list li {
            padding-right: 1.5rem;
            padding-bottom: 1rem;
            position: relative;
        }

        ul.list li::after {
            position: absolute;
            content: "";
            border: solid #c69a47;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 2.5px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            right: 0;
            top: 10px;
        }

        ul.list li span {
            background-color: #d7dfe3;
            color: #0b5774;
            display: inline-flex;
            padding: 0 10px;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            margin-left: .6rem;
        }

        .ws_item {
            display: flex;
            align-items: center;
            width: 100%;
            flex-wrap: wrap;
            gap: 20px;
            border: 1px solid #c6d3dc;
            margin-bottom: .7rem;
            background-color: #e5ebef;
            padding: .5rem 1rem;
            border-radius: 10px;
        }

        .ws_date {
            margin-right: auto;
            background-color: #d7dfe3;
            color: #0b5774;
            display: inline-flex;
            padding: 0 10px;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            margin-left: .6rem;
        }

        .ws_item h5 {
            color: #c59a47;
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .ws_item p {
            margin: 0;
        }

        #header {
            width: 100%;
            height: 290px;
            background-image: url("../imgs/header2.png");
            background-repeat: no-repeat;
        }

        #page-title {
            float: left;
            padding-top: 15%;
            padding-left: 15%;
            color: #FFF;

        }

        .faculty_img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
        }

        .logo_img {
            width: 32px;
            height: 32px;
        }

        .badge-spacing {
            margin-right: 8px;
            margin-bottom: 5px;
        }

        thead th {
            color: white;
            background-color: #097078;
            text-align: right;
        }

        .badge-success {
            color: white;
            background-color: #0b5774;
        }


        .badge-primary {
            color: white;
            background-color: #c59a47;
        }

        .badge-secondary {
            color: white;
            background-color: #097078;
        }

        .badge-danger {
            color: white;
            background-color: darkslategray;
        }

        .table {
            background-color: #fff;
        }

        td {
            border: 1px solid #fff;
        }

        table tr:nth-child(odd) {
            background-color: #f6f4f1;
        }

        table tr:nth-child(even) {
            background-color: #ebf1f2;
        }

        .card img {
            max-width: 150px;
            height: auto;
            object-fit: cover;
        }
        
        .block_details a {
        display: flex;
        color: #222;
        width: max-content;
        font-size: 1.2rem;
        margin: 10px 0;
        padding-right: 2rem;
        position: relative;
        transition: all .2s ease;
      }
      .block_details a:hover {
        color: #c39943;
      }
      .block_details a::after {
          position: absolute;
          content: "";
          right: 0;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #0f7179;
          border-radius: 4px;
          transform: rotate(45deg);
          transition: all .2s ease;
      }
      .block_details a:hover::after {
          position: absolute;
          content: "";
          right: 0;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #c39943;
          border-radius: 4px;
          transform: rotate(45deg);
      }
      .block_details a::before {
          position: absolute;
          content: "";
          right: 5px;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #61bdc6;
          border-radius: 4px;
          transform: rotate(45deg);
          transition: all .2s ease;
      }
      .block_details a:hover::before {
          position: absolute;
          content: "";
          right: 5px;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #dfca9f;
          border-radius: 4px;
          transform: rotate(45deg);
      }

      .block_content {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
      }
      .block_content h4 {
        color: #c39943;
        margin-bottom: 0.5rem;
      }
      .sec_img {
        width: 90px;
        margin-left: 2rem;
      }
      .item {
        text-align: center;
        margin-bottom: 2rem;
        display: block;
      }
      .item img {
        width: 100px;
      }
      .item h5 {
        background-color: #0d6f79;
        color: #fff;
        font-weight: 500;
        width: fit-content;
        min-width: 200px;
        margin: 0 auto;
        padding: 5px 30px;
        border-radius: 4px;
        margin-top: 1rem;
        transition: all .2s ease;
      }
      .item:hover h5 {
        background-color: #c39943;
      }

      .block {
        margin-bottom: 3rem;
      }
      .block-title {
        background-color: #c39943;
        color: #fff;
        font-weight: 500;
        font-size: 1.3rem;
        width: fit-content;
        min-width: 200px;
        margin-bottom: 1.4rem;
        padding: 6px 30px;
        border-radius: 4px;
        transition: all .2s ease;
      }
      .block_details a {
        display: flex;
        color: #222;
        width: max-content;
        font-size: 1.2rem;
        margin: 10px 0;
        padding-right: 2rem;
        position: relative;
        transition: all .2s ease;
      }
      .block_details a:hover {
        color: #c39943;
      }
      .block_details a::after {
          position: absolute;
          content: "";
          right: 0;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #0f7179;
          border-radius: 4px;
          transform: rotate(45deg);
          transition: all .2s ease;
      }
      .block_details a:hover::after {
          position: absolute;
          content: "";
          right: 0;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #c39943;
          border-radius: 4px;
          transform: rotate(45deg);
      }
      .block_details a::before {
          position: absolute;
          content: "";
          right: 5px;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #61bdc6;
          border-radius: 4px;
          transform: rotate(45deg);
          transition: all .2s ease;
      }
      .block_details a:hover::before {
          position: absolute;
          content: "";
          right: 5px;
          top: 7px;
          height: 15px;
          width: 15px;
          background-color: #dfca9f;
          border-radius: 4px;
          transform: rotate(45deg);
      }

      thead {
      background-color: #0b5774;
      color: #FFF;
    }

    .table-striped tbody tr:nth-of-type(odd) {
      background: lightgray;
    }

    .table-striped tbody tr:nth-of-type(even) {
      background-color: #ffffff;
    }

    .badge-primary {
      background-color: #097078;
      border-color: #097078;
    }

    .card img {
      max-width: 150px;
      height: auto;
      object-fit: cover;
    }
    a{
      color: #0b5774;
      text-decoration: none;
    }

    .table {
      background-color: #fff; 
    }
    td {
      border: 1px solid #fff;
    }

  table tr:nth-child(odd) {
    background-color: #f6f4f1; 
  }
  table tr:nth-child(even) {
    background-color: #ebf1f2; 
  }

   thead th{
    color: white;
    background-color: #097078;
  }