    .our-mission-header{
            font-family: "Muli";
            margin-bottom: 13px;
            color: #121212;
            font-size: 25px;
            line-height: 35px;
            font-weight: 700;
        }
        .underline-title{
            margin-bottom: 30px;
            color: #121212;
            font-size: 27px;
            line-height: 1.2;
            font-weight: 700;
            margin: 20px 0;
            width: auto;
            padding-right: 30px;
            box-shadow: inset 0 -1px 0 #ddd;
            display: inline-table;
        }
        .underline-title::after{
            background: #0d4478;
            clear: both;
            display: block;
            float: left;
            content: "";
            position: relative;
            height: 2px;
            width: 70%;
            margin: 10px 30% 0 0;
            border-radius: 2px;
            padding: 0;
            box-sizing: border-box;
        }
        .title{
            /*font-family: "Raleway, sans-serif";*/
            margin-bottom: 30px;
            color: #1a1a1a;
            font-size: 27px;
            line-height: 1.2;
            font-weight: 700;
            margin: 20px 0;
            width: auto;
            padding-right: 10px;
            box-shadow: inset 0 -1px 0 #ddd;
            display: inline-table;
        }
        .title::after{
            background: #0d4478;
            clear: both;
            display: block;
            float: left;
            content: "";
            position: relative;
            height: 2px;
            width: 65%;
            margin: 10px 30% 0 0;
            border-radius: 2px;
            padding: 0;
            box-sizing: border-box;
        }
        .fs-5{
            font-size:27px !important;
        }
        
        .lnk{
            color: #fff;
            text-decoration: none;
        }
        .lnk:hover{
            color: #ffc627;
            text-decoration: none;
        }
        .bg-yell{
            background: #082a4a;
        }
        .activee{
            background-color: #0E8388;
            color: #ffc627 !important;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .activee:hover{
            background-color: #0E8388;
            color: #ffc627 !important;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .links{
            background-color: #2E4F4F;
            color: #fff !important;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .links:hover{
            background-color: #0E8388;
            color: #fff !important;
        }
        /*css for departments start here*/
        .cont {
          position: relative;
        }   
        .text-block {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: white;
          padding: 3px 5px;
          font-weight: bold;
          background-color: rgba(46, 81, 115, 0.5);
        }

        .div-name{
            /*font-weight: bold;
            color: #082a4a;
            text-decoration-line: underline;
            text-decoration-color: #ffc627;
            text-decoration-thickness: 5px;*/
            margin: 20px 0;
            width: auto;
            padding-right: 30px;
            box-shadow: inset 0 -1px 0 #ddd;
            display: inline-table;
            line-height: 1.3;
            font-family: Raleway, sans-serif;
            color: #1a1a1a;
            font-size: 27px;
        }
        .div-name::after{
            background: #0d4478;
            clear: both;
            display: block;
            float: left;
            content: "";
            position: relative;
            height: 2px;
            width: 70%;
            margin: 10px 30% 0 0;
            border-radius: 2px;
            padding: 0;
        }
        /*css for departments end here*/
        /*css for divisions start here*/
        .divi-cont {
          position: relative;
          width: 100%;
        }

        .divi-image {
          opacity: 1;
          display: block;
          transition: .5s ease;
          backface-visibility: hidden;
        }

        .divi-middle {
          transition: .5s ease;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          text-align: center;
        }

        .divi-cont:hover .divi-image {
          opacity: 0.5;
        }

        .divi-cont:hover .divi-middle {
          opacity: 1;
        }

        .divi-text {
          background-color: rgba(46, 81, 115, 0.5);
          color: white;
          font-size: 42px;
          padding: 3px 10px;
          font-weight: bold;
        }
        .divi-text a{
            color: white;
            text-decoration: none;
        }
        .divi-text a:hover{
            color: white;
            text-decoration: none;
        }
        /*css for divisions end here*/
        /*css for Homepage Icon link color*/
        .lnk1{
            color:#082a4a;
            text-decoration:none;
        }
        .lnk1:hover{
            color:#082a4a;
            text-decoration:none;
        }
        .no-desktop-view{
        display: none;
    }
    .mob-logo{
        width:5vw;
    }
        /*css for Homepage Icon link color*/
        
    @media only screen and (max-width: 1026px) {
    .fadeshow1 {
        display: none;
    }
    
}
      /*****************************************/
        /* Apply basic styles to the quick menu */
        .quick-menu {
            position: fixed;
            top: 175px;
            right: 0;
            background-color: #ffc627;
            color: #082a4a;
            padding: 2px;
            border-radius: 0 0 0 10px;
            display: flex;
            flex-direction: column;
        }

        /* Style the button section */
        .button-section {
            order: 1; /* Set the order to make it appear first */
        }

        /* Style the button that expands the menu */
        .menu-button {
            background: none;
            border: none;
            color: #082a4a;
            cursor: pointer;
            font-weight: bold;
            text-decoration: none;
            padding:7px 10px;
            font-size:1rem;
        }

        /* Style the content section initially hidden */
        .content-section {
            display: none;
            flex-direction: column;
            align-items: flex-end;
            margin-top: 10px; /* Add 100px margin to separate from the button */
            width: 300px;
            background-color: #fff;
        }
        .ul {
            padding: 0px 0px;
        }
        .list{
            padding: 5px 0px;
            list-style: none;
            background-color: #ffe8a1;
        }
        .list::after {
            border-bottom: 5px solid red;
        }

        .list:hover{
            list-style: none;
            background-color: #ffc617;
        }
        
        /* Style the collapse button */
        .collapse-button {
            background: none;
            border: none;
            color: #082a4a;
            cursor: pointer;
        }
        
        .link-main{
            margin:10px;
            font-size: 1.1rem;
            text-decoration: none;
            color: #000;

        }
        .link-main:hover{
            margin:10px;
            font-size: 1.1rem;
            text-decoration: none;
            color: #000;

        }
        .div{
            margin: 10px;
        }
        .sub-link{
            margin: 10px;
            color: #082a4a;
            text-decoration: none;
            font-size: 1rem;
        }
       /* for caraseol */
            .carousel-item {
        position: relative;
        }
    .carousel-caption {
        font-weight:bold;
        position: absolute;
        bottom: 10px;  /* Adjust this to your liking */
        left: 50%;
        transform: translateX(-50%);  /* This centers the text horizontally */
        color: white;  /* White text for visibility */
        font-size: 18px;  /* Adjust as needed */
        text-align: center;  /* Ensures the caption is centered */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  /* Adds a shadow to improve text readability */
        padding: 10px;
        width: 100%;  /* Ensures it takes up the full width of the image */
    }
    /* for caraseol end*/
    /*css for Academics Highlights*/
        .main-row{
            background: #ffc627;
            border: 1px solid #ffc627;
            border-radius: 17px;
            padding: 1px;
            height: 60px;
        }
        .headingss{
            padding-top: 5px !important;
            padding-bottom: 3px;
            line-height:1.1;
            text-align:center;
        }
        .sec-head{
            color:#082a4a;
            font-size:16px;
            font-weight:bold;
        }
        .content-sec{
            background:#082a4a;
            border-radius: 17px;
            padding-left:15px;
            line-height:1.1;
            height:55px;
        }
        
        .main-row1{
            background: #082a4a;
            border: 1px solid #082a4a;
            border-radius: 17px;
            padding: 1px;
        }
        .headingss1{
            padding: 10px 5px !important;
            line-height:1.1;
            text-align:center;
        }
        .sec-head1{
            color:#ffc627;
            font-size:18px;
            font-weight:bold;
        }
        .content-sec1{
            background:#eee;
            border-radius: 17px;
            padding-left:5px;
            line-height:1.1;
        }
        
        .bgc{
            background:#082a4a;
            color:#fff;
            padding-top:8px;
        }
        .textss{
            font-size:14px;
            font-weight:400;
            color:#fff;
        }
        .textss:hover{
            color:#ffc627;
        }
    /*css for Academics Highlights*/
    
    /*css for homepage top icons*/
        .icon-color{
            color:#ffc627;
        }
    /*css for homepage top icons*/
    
    /*css for accordian*/
    
    .box1{
        box-sizing: border-box;
    }

    .main-title1 {
      margin-bottom: 0.5rem;
      text-align: center;
      font-family: "Abril Fatface", cursive;
      font-size: 0.32rem;
      color: #2e8074;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .main-title1:before, .main-title1:after {
      content: "";
      display: block;
      margin: 0 0.2rem;
      flex: 1;
      border-bottom: 1px solid #2e8074;
    }
    
    .wrapper1 {
      width: 7rem;
      margin: auto;
      font-family: "Source Sans Pro", sans-serif;
    }
    
    input[type=radio] {
      display: none;
    }
    input[type=radio]:checked + .item1 .title1 {
      color: white;
      border-color: #2e8074;
      background-color: #082a4a;
    }
    input[type=radio]:checked + .item1 .title1:after {
      transform: rotate(180deg);
    }
    input[type=radio]:checked + .item1 .content1 {
      margin-top: 0.3rem;
      margin-bottom: 0.3rem;
      height: auto;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s, opacity 0.7s;
    }
    
    .item1 {
      display: block;
      margin-bottom: 0.1rem;
    }
    
    .title1 {
      padding: 1rem 2rem;
      border-radius: 2rem;
      color: #ffc627;
      background-color:#082a4a;
      margin:5px 0px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .title1:after {
      content: "▼";
      display: inline-block;
      font-size: 12px;
    }

    .content1 {
      width: 95%;
      margin: 0 auto;
      padding: 0 0.3rem;
      line-height: 1.6;
      color: #082a4a;
      border: 1px solid;
      border-width: 0 1px;
      height: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s;
    }
    
   /* CSS for Schools of IARI */
       .button-container {
          background-color:#082a4a !important;
          color: #ffc627 !important;
          width:300px;
          font-size:18px;
        }
        .button-container:hover {
          color: white!important;
         
        }
         .Pusabeej {
            border-bottom: 1px solid #000;
        }
        
        .img-iari{
            width:100% !important;
        }
        .hdabout{
            color: #082a4a;
        }
        .cards{
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #c4e8f5;
            background-clip: border-box;
            /*border: 2px solid rgba(8, 42, 74, 7.125);
            border-radius: 0.25rem;*/
            }
        .card-footer{
            background-color: #c4e8f5;
        }
        .btns{
            background-color:#082a4a;
            padding: 7px 15px;
            border: 1px solid #082a4a;
            border-radius: 2.5rem;
            color: #ffc627;
        }
        .btns:hover{
            color: #fff;
        }
        
        
        .wrapper1 {
            width: auto;
            padding: 0 0.3rem;
          }
    /* Apply basic styles to the quick menu */         
  /*****************************************/
  
  /* Notice Board css Label */
    /* Wrapper */
    .nb-container {
      height: 60px;
      overflow: hidden;
      font-family: sans-serif;
    }
    
    /* Label */
    .nb-label {
      background-color: #ffc627;
      color: #000;
      padding: 10px 14px;
      font-weight: bold;
      border-radius: 8px 0 0 8px;
      white-space: nowrap;
      height: 100%;
      display: flex;
      align-items: center;
    }
    
    /* Carousel area */
    .nb-carousel {
      background-color: #082a4a;
      color: #fff;
      border-radius: 0 8px 8px 0;
      flex: 1;
      position: relative;
      overflow: hidden;
      height: 100%;
      display: flex;
      align-items: center;
    }
    
    /* Text container */
    .nb-inner {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
      align-items: center;
    }
    
    /* Individual item */
    .nb-item {
      flex: 0 0 100%;
      padding: 0 50px;
      display: flex;
      align-items: center;
      height: 100%;
      /*white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;*/
      white-space: normal; /* Allow wrapping */
      word-break: break-word;
      height: auto;
      line-height: 1.4;
    }
    
    /* Arrows */
    .nb-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.3);
      border: none;
      color: white;
      font-size: 18px;
      padding: 4px 10px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 2;
    }
    
    .nb-prev {
      left: 5px;
    }
    
    .nb-next {
      right: 95px;
    }
    
    /* Link style */
    .nb-link {
      color: #fff;
      text-decoration: underline;
    }
    /* Ensure active slide has correct background */
    .nb-item.active {
      background-color: #0d2c4d !important;
      color: #fff;
    }
    
    /* View All button (fixed at right) */
    .nb-viewall {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #0d2c4d;
      color: #fff;
      border-radius: 20px;
      padding: 3px 15px;
      font-weight: bold;
      text-decoration: none;
      font-size: 0.9rem;
      margin-right: 10px;
      z-index: 10;
    }
    
    .nb-viewall:hover {
      background-color: #003865;
    }
/* Notice Board css Label */
 
/* Our Publications */

/* Light gold background */
  .section-header {
    background-color: #082a4a; /* same light gold background as cards */
    padding: 5px 10px 5px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 0px !important; /* pulls it closer to carousel */
  }

  .section-header h3 {
    margin: 0;
    font-weight: 700;
    color: #ffc627;
    font-size: 1.8rem;
  }

  #publications-carousel .item {
    background-color: #eee; /* light version of #ffc627 */
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 100%;
  }

  #publications-carousel .item:hover {
    background-color: #ffc627; /* gold on hover */
    transform: translateY(-5px);
  }

  /* Thumbnail image */
  #publications-carousel img {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 12px;
    border-radius: 6px;
    transition: transform 0.3s;
  }

  #publications-carousel .item:hover img {
    transform: scale(1.05);
  }

  /* Title (bold) */
  #publications-carousel h4 {
    font-weight: 700;
    margin: 5px 0 3px;
    color: #082a4a;
  }
  /* Title (bold) */
  #publications-carousel: h4:hover {
    font-weight: 700;
    margin: 5px 0 3px;
    color: #fff;
  }

  /* Subtitle (below title) */
  #publications-carousel p.subtitle {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
  }

  /* Links should not be underlined */
  #publications-carousel a {
    text-decoration: none;
    color: inherit;
  }

  /* Custom Navigation Arrows */
  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    pointer-events: none;
  }

  .owl-nav button {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    transition: background 0.3s;
    pointer-events: all;
  }

  .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.7);
  }

  .carousel-nav-btn {
    display: inline-block;
    line-height: 1;
  }
/* Our Publications */ 

.cardsss{
    width:100% !important;
}

/* CSS for new things */ 
.section-titles .titles {
    margin-top: 0;
    position: relative;
    line-height: 1;
}
.text-theme-colored2 {
    color: #C21717 !important;
}
.btn-theme-colored2 {
    background-color: #C21717;
    padding:5px 10px;
    font-size:16px;
    text-decoration: none;
    color:#fff;
}
.btn-theme-colored2:hover {
    background-color: #F21717;
    padding:5px 10px;
    font-size:16px;
    text-decoration: none;
    color:#fff;
}
.btn-theme-colored1 {
    background-color: #eee;
    padding:5px 10px;
    font-size:16px;
    text-decoration: none;
    color:#082a4a;
}
.btn-theme-colored1:hover {
    background-color: #082a4a;
    padding:5px 10px;
    font-size:16px;
    text-decoration: none;
    color:#eee;
}
.double-line-bottom-theme-colored-2 {
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    position: relative;
}
.double-line-bottom-theme-colored-2:before{
    background: #C21717;
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px;
}
.double-line-bottom-theme-colored-2:after {
    background: #C21717;
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px;
}
.bord-style{
    border-right: 3px dotted #969696 !important;
}
.bord-style-bottom{
    border-bottom: 3px dotted #969696 !important;
}
/* CSS for new things */ 
.inner-text{
    color:#fff !important;
}
.inner-text:hover{
    color:#ffc627 !important;
}
.fb-page {
    width: 100% !important;
}
.faicons{
    width: 40px;
    height: 40px;
    background-color: rgb(8, 42, 74);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
}

/*.header-right{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}*/
/* Large tablets and small desktops */
@media (max-width: 1200px) {
    .content-sec1{
            background:#eee;
            border-radius: 17px;
            padding-left:5px;
            line-height:1.1;
        }
    .link,
    .date {
        font-size: 15px;
        line-height: 22px;
        text-align:justify;
    }
}


/* Tablets */
@media (max-width: 992px) {
    .content-sec1{
            background:#eee;
            border-radius: 17px;
            padding-left:5px;
            line-height:1.1;
        }
    .link,
    .date {
        font-size: 14px;
        line-height: 21px;
        text-align:justify;
    }
}

/* Mobile */
@media (max-width: 768px) {
        .quick-menu {
                top: auto;
                bottom: 0;
                border-radius: 10px 0 0 0;
                flex-direction: row; /* Change flex direction for small screens */
            }

            .content-section {
                order: 2; /* Set the order to make it appear second on small screens */
                margin-top: 0; /* Remove the margin on small screens */
            }
            .no-mobile-view{
            display:none;
        }
        .mob-text{
            font-size:14pt;
        }
        .mob-logo{
            width:60px;
            height:60px;
        }
        .logo-wrapper{
            margin-top:5px;
        }
        .no-desktop-view{
        display: block;
        }
        .content-sec1{
            background:#eee;
            border-radius: 17px;
            padding-left:5px;
            line-height:1.1;
        }
    .link,
    .date {
        font-size: 13px;
        line-height: 20px;
        text-align:justify;
    }
    
    /*Notice Board*/
    .nb-container {
        flex-direction: column;
        height: auto;
      }
    
      .nb-label {
        width: 100%;
        border-radius: 8px 8px 0 0;
        justify-content: center;
        padding: 8px 10px;
        font-size: 0.95rem;
      }
    
      .nb-carousel {
        flex-direction: column;
        align-items: stretch;
        border-radius: 0 0 8px 8px;
        padding: 10px 10px 20px 10px;
      }
    
      .nb-inner {
        padding: 0;
        height: auto;
      }
    
      .nb-item {
        padding: 0 20px;
        font-size: 0.95rem;
        text-align: center;
        justify-content: center;
      }
    
      .nb-arrow {
        position: relative;
        top: auto;
        transform: none;
        margin: 5px;
        align-self: center;
      }
    
      .nb-prev {
        order: 1;
      }
    
      .nb-inner {
        order: 2;
      }
    
      .nb-next {
        order: 3;
      }
    
      .nb-viewall {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin: 10px auto 0 auto;
        display: inline-block;
        font-size: 0.9rem;
      }
}

/* Small mobile (e.g. older phones) */
@media (max-width: 576px) {
    .content-sec1{
            background:#eee;
            border-radius: 17px;
            padding-left:5px;
            line-height:1.1;
        }
    .link,
    .date {
        font-size: 14px;
        line-height: 21px;
        text-align:justify;
    }
    .nb-label {
        font-size: 0.9rem;
        padding: 6px 8px;
      }
    
      .nb-item {
        font-size: 0.85rem;
        padding: 0 15px;
      }
    
      .nb-viewall {
        font-size: 0.85rem;
        padding: 3px 12px;
      }
    
      .nb-arrow {
        font-size: 14px;
        padding: 3px 8px;
      }
}
