
@font-face {
    font-family: 'Charter Regular';
    src:  url('../fonts/charter/webFonts-V1/Charter_Regular.woff2') format('woff2'),
          url('../fonts/charter/webFonts-V1/Charter_Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family: 'Charter Bold';
    src:  url('../fonts/charter/webFonts-V1/Charter_Bold.woff2') format('woff2'),
          url('../fonts/charter/webFonts-V1/Charter_Bold.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}



html::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  html::-webkit-scrollbar
  {
    width: 5px;
    background-color: #F5F5F5;
  }

  html::-webkit-scrollbar-thumb
  {
    background-color: #111636;
  }
body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #111636;
}
.charterRegular{
    font-family: "Charter Regular";
}
.container{
    max-width: 90% !important;
}
a{
    text-decoration: none;
}
.w-90 {
    width: 90% !important;
}
.w-85 {
    width: 85% !important;
}
.w-60{
    width: 60% !important;
}
.w-40{
    width: 40% !important;
}
.w-55{
    width: 55% !important;
}
.w-45{
    width: 45% !important;
}


/* Margin Custom */
.mt-8{
    margin-top: 6rem !important; 
}


/* Padding Custom */

.pt-8{
    padding-top: 6rem !important;
}

.py-50{
    padding: 50px 0;
}
.py-60{
    padding: 60px 0;
}


/* Comment Section Titles */
.sectionTitleBold{
    font-family: 'Charter Bold';
    font-size: 64px;
    font-weight: 700;
    line-height: 68.21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111636;
}
.sectionTitleRegular{
    font-family: 'Charter Regular';
    font-size: 64px;
    line-height: 68.21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111636;
}
.testimonailsSectionBlue{
    position: absolute;
    width: 100%;
    height: 40%;
    background-color: #111636;
    top: 0;
    left: 0%;
}
/* Button Section */

.btn-primary{
    background-color: #770101;
    color: #fff;
    border: 1px solid #770101;
}
.btn-primary:hover{
    background-color: transparent;
    color: #770101;
    border: 1px solid #770101;
}
.btn-default{
    background-color: #FFFFFF;
    color: #AF251C;
    border: 1px solid #FFFFFF;
    padding: 0.4rem 1.8rem 0.3rem;
    font-weight: 600;
    font-size: 24px;
}
.btn-default:hover{
    background-color: transparent;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}

@media screen and (max-width: 580px){
    .container{
        width: 100% !important;
    }
}


/* ABOUT US TABS */
.tab-section {
  width: 100%;
  height: 300px;
  flex-shrink: 0;
  border-radius: 0px 0px 50px 50px;
  background: #111636;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 53px 240px 53px;
}

.tab-button {
  display: flex;
  padding: 15px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(15px);
  color: #FFF;
  text-align: center;
  font-family: "Charter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.tab-button.active {
  background: #FF0000;
  color: #FFF;
}

.tab-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.tab-button-text {
  display: flex;
  height: 79px;
  padding: 15px 18px 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(15px);
  color: #FFF;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


/* --------------------------------------------INFRASTRUCTURE TAB CODE--------------------------------------- */
/* About Us Media-Infrastructure */
.aboutUsInfra .container {
    margin-bottom: 40px;
}

#customSlider.wrapper {
    margin-top: 40px; 
}

/* Videos */
.custom-video-thumbnail {
    background-color: #d0e1fa;
    padding: 20px;
    width: 100%;
    max-width: 600px;
}

.custom-video-thumbnail video {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* Image slider */

#customSlider {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#customSlider .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

#customSlider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

#customSlider .slick-slide img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#customSlider .slick-track {
    display: flex;
}

#customSlider .custom-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#customSlider .current-slide {
    font-size: 20px;
    color: #af251c;
    font-weight: bold;
}

/* slider buttons */
#customSlider .custom-prev,
#customSlider .custom-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #af251c;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: relative;
}

#customSlider .custom-prev i,
#customSlider .custom-next i {
    color: #af251c;
    font-size: 20px;
}

#customSlider .custom-prev:hover,
#customSlider .custom-next:hover {
    background-color: #af251c;
}

#customSlider .custom-prev:hover i,
#customSlider .custom-next:hover i {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #customSlider {
        width: 95%;
    }
}

@media screen and (max-width: 800px) {
    #customSlider {
        width: 95%;
    }
}

/* --------------------------------------------RAC (Research) TAB CODE--------------------------------------- */

.h1 {
    font-family: 'Charter Regular';
}
/* General Container */
  .rac-container {
    background-color: white;
    max-width: 1024px;
    margin: 0 auto;
  }

  .rac-container h1 {
    font-size: 48px;
  }

  .rac-header {
    font-family:'Charter Regular';
    color: #111636;
    text-align: left;
  }
  
  /* Table Styling */
  .rac-table th {
    background-color: #1A1F2C;
    color: white;
    text-align: left;
    padding: 16px;
    font-weight: 600;
  }
  
  .rac-table td {
    padding: 16px;
    border-bottom: 1px solid #E5E7EB;
  }
  
  .rac-table tr:nth-child(even) {
    background-color: #B6CAE94D;
  }

  .rac-table tr:nth-child(odd) {
    background-color: #FFFFFF94;
  }
  
  /* Role Subtitle */
  .rac-role-subtitle {
    font-size: 14px;
    color: #6B7280;
    margin-top: 4px;
  }
  
  /* Responsibilities Section */
  .rac-responsibilities h3 {
    color: #1A1F2C;
    font-family: 'Charter Regular';
  }
  
  .rac-responsibilities ol{
    list-style-type: decimal;
    /* font-size: 18px; */
    line-height: 1.6;
  }

  /* --------------------------------------------FACULTY AWARDS TAB CODE--------------------------------------- */

  .faa-header {
    font-family:'Charter Regular';
    color: #111636;
    text-align: left;
  }

  .faa-container {
    background-color: white;
    max-width: 1024px;
    margin: 0 auto;
  }

  .faa-header h1 {
    font-size: 48px;
  }


  /* Nav Tabs Styling */

  .faa-nav-tabs {
    border-bottom: none;
    background-color: #1A1F2C;
    padding: 11px;
    border-radius: 10px;
    display: flex;
    justify-content: start;
  }

  .faa-nav-tabs .faa-nav-link {
    color: #ffffff;
    padding: 15px 25px;
    border: none;
    background: none;
    position: relative;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
  }

  .faa-nav-tabs .faa-nav-link:focus,
  .faa-nav-tabs .faa-nav-link:hover {
    background: none !important;
    box-shadow: none !important;
    color: #ffffff;
  }

  .faa-nav-tabs .faa-nav-link.active {
    font-weight: bold;
    background: none !important;
    box-shadow: none !important;
  }

  .faa-nav-tabs .faa-nav-link:hover::after,
  .faa-nav-tabs .faa-nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #e63946;
  }

  /* Table Styling */
  .faa-table th {
    background-color: #1A1F2C;
    color: white;
    text-align: left;
    padding: 16px;
    font-weight: 600;
    vertical-align: top;
  }

  .faa-table td {
    padding: 16px;
    border-bottom: 1px solid #E5E7EB;
  }

  .faa-table tr:nth-child(even) {
    background-color: #B6CAE94D;
  }

  .faa-table tr:nth-child(odd) {
    background-color: #FFFFFF94;
  }

  /* --------------------------------------------STUDENT ADVISORY TABLE CODE--------------------------------------- */

  .sa-table-container {
    max-width: 1024px;
    margin: 0 auto;
    background-color: white;
  }
  
  .sa-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-weight: bold;
  }
  
  .sa-table th {
    vertical-align: middle;
    background-color: #1A1F2C;
    color: white;
    padding: 18px 16px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #1A1F2C;
  }
  
  .sa-table td {
    /* text-align: center; */
    padding: 12px 16px;
    border: 1px solid #1A1F2C;
  }
  
  .sa-table tr{
    background-color: #B6CAE94D;
  }
  
  .sa-table td[rowspan] {
    vertical-align: middle;
    text-align: center;
  }


  .sa-table thead th:first-child,
  .sa-table tbody td:first-child {
    border-left: none; 
  }

  .sa-table thead th:last-child,
  .sa-table tbody td:last-child {
    border-right: none; 
  }


  .background-box {
    position: absolute;
    width: 830px;
    height: 615px;
    background: rgba(182, 202, 233, 0.15);
    /* background: red; */
    z-index: 0;
    top: 150px;
    left: 0;
    /* border-radius: 20px; */
  }

  /*-------------------------------------------RESEARCH AND PUBLICATION------------------------------------------------*/
  
  /*Blue responsive background box */

  @media (max-width: 1275px) {
    .blue-box {
      width: 500px !important;
    }
  }

  @media (max-width: 768px) {
    .blue-box {
      width: 300px !important;
    }
    
    .display-4 {
      font-size: 2rem;
    }
  }

  .blue-box{
    width: 600px; 
    height: 120px; 
    z-index: -1;
    background: #B6CAE926;
    left: 0;
  }

  /*Medium Blue responsive background box */

  @media (max-width: 1275px) {
    .md-blue-box {
      width: 600px !important;
    }
  }

  @media (max-width: 768px) {
    .md-blue-box {
      width: 400px !important;
    }
    
    .display-4 {
      font-size: 2rem;
    }
  }

  @media (max-width: 480px) {
    .md-blue-box {
      width: 280px !important;
    }
  }

  .md-blue-box{
    width: 700px; 
    height: 120px; 
    z-index: -1;
    background: #B6CAE926;
  }



  /*Big Blue responsive background box */

  .big-blue-box {
    height: 11vw;  
    z-index: -1;
    background: #B6CAE926;
    width: 55vw;   
    max-width: 1200px;
    margin: 0 auto;
  }

  @media (max-width: 1445px) {
    .big-blue-box {
      height: 15vw;  
      width: 55vw;
    }
  }

  @media (max-width: 1275px) {
    .big-blue-box {
      height: 25vw;  
      width: 55vw;
    }
  }
  
  @media (max-width: 768px) {
    .big-blue-box {
      height: 50vw;  
      width: 90vw;
    }
  }
  
  @media (max-width: 480px) {
    .big-blue-box {
      height: 60vw;
      width: 90vw;
    }
  }
  
  /*header text on blue box*/

  .display-4 {
    font-size: 2.5rem;   /* Default size */
    font-weight: 500;
  }
  
  @media (max-width: 1275px) {
    .display-4 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 1024px) {
    .display-4 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 768px) {
    .display-4 {
      font-size: 1.75rem;
    }
  }
  
  @media (max-width: 480px) {
    .display-4 {
      font-size: 1.5rem;
    }
  }
  
  

  .respub-header {
    font-family:'Charter Regular';
    color: #111636;
    text-align: left;
  }
  
  /*Page-1 Research Publication */

  .faculty-research-section-title {
    color: #AF251C;
  }

  .phd-details p {
    color: #111636;
    margin-bottom: 0.5rem;
  }
  
  .phd-details ul {
    list-style: disc;
    margin-left: 1.5rem;
    padding-left: 0;
  }
  
  .phd-details li {
    color: #111636;
    margin-bottom: 0.5rem;
  }
  
  @media (max-width: 768px) {
    .phd-details {
      font-size: 0.9rem;
    }
  }

  /*Page-2 (research publication- Law Reform */

  .law-reform-nav-tabs-container {
    background-color: #1A1F2C;
    padding: 11px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative; 
  }
  
  .law-reform-nav-tabs {
    background-color: #111636;
    padding: 20px 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    position: relative;
}

  @media screen and (max-width: 768px) {
    .law-reform-nav-tabs {
      gap: 10px;
      flex-direction: column;
    }
  }
  
  .law-reform-nav-tabs li {
    flex: 1;
    text-align: center;
    position: relative; 
  }
  
  .law-reform-nav-tabs .law-reform-nav-link {
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    background: none;
    font-size: 24px;
    font-weight: 500;
    outline: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-height: 130px;
}
  
  .law-reform-nav-tabs .law-reform-nav-link:hover,
  .law-reform-nav-tabs .law-reform-nav-link:focus {
    color: #ffffff;
  }
  
  .law-reform-nav-tabs .law-reform-nav-link:hover::after,
  .law-reform-nav-tabs .law-reform-nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
    height: 2px;
    background-color: #e63946;
    width: 100%;
    margin: 0 auto;
    transform: translateY(100%); 
  }
  
  .law-reform-tab-content .law-reform-tab-pane {
    display: none;
  }
  
  .law-reform-tab-content .law-reform-tab-pane.active {
    display: block;
  }

  @media (max-width: 768px) {
    .law-reform-nav-tabs-container {
      padding: 8px 20px; 
    }
    .law-reform-nav-tabs {
      width: 100%; 
      gap: 10px;
    }
    .law-reform-nav-tabs .law-reform-nav-link {
      font-size: 16px; 
      padding: 8px 10px; 
      min-height: unset;
    }
    
  }

  .pdf-viewer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 60%;
    margin: 40px auto;
    overflow: hidden;
  }
  
  .pdf-viewer-container {
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  iframe {
    width: 100%;
    height: 80vh;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  .download-button {
    margin-top: 20px;
    width: 32px;
    height: 32px;
    transition: transform 0.2s;
  }
  
  .download-button:hover {
    transform: scale(1.1);
  }
  
  /* Media Queries for Responsiveness */
  @media (max-width: 1024px) {
    .pdf-viewer-wrapper {
      max-width: 75%;
      padding: 30px 15px;
    }
  }
  
  @media (max-width: 768px) {
    .pdf-viewer-wrapper {
      max-width: 90%;
      padding: 20px 10px;
    }
  }
  
  @media (max-width: 480px) {
    .pdf-viewer-wrapper {
      max-width: 100%;
      padding: 10px 5px;
    }
  
    iframe {
      height: 50vh;
    }
  }
  
  
  .download-button {
    display: inline-block;
    border-radius: 5px;
    width: 150px;
    transition: background-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
    border: none;
    cursor: pointer;
  }

  .download-button:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }



.footer-top
{
  width: 100%;
  height: auto;
  margin: 300px 0 0;
}
.footer-top ul
{
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer-top ul li 
{
  list-style: none;
  color:#111636;
  font-size: 20px;
  font-family: "Charter Regular";
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 250px;
  
  background: #B1CFFC;
  border-radius: 15px;
  box-shadow: 0px 0px 44px 0px #AF251C26;
  transition: 0.5s ease all;
}
.footer-top ul li a  
{
  display: block;
  padding:40px 30px;
}
.footer-top ul li a p 
{
  color: rgb(17, 22, 54);
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  margin: 15px 0 0;
  font-family: "Montserrat", sans-serif;
}
.mt-100
{
  margin-top: 100px !important;
}

.footer-top ul li:hover {
  background: #D0E1FA;
  transform: translateY(-3px);
  transition: 0.5s ease all;
}

.inner-banner
{
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
  background:url(../images/inner-banner-bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
.inner-banner:before
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.inner-banner .container{
  position: relative;
  z-index: 1;
}
.inner-banner h2 
{
    font-family: 'Charter Bold';
    font-size: 64px;
    font-weight: 500;
    color: #fff;
}
.bredcrmb
{
  width: 100%;
  height: auto;
}
.bredcrmb ul 
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0;
  margin:0;
}
.bredcrmb ul li 
{
  list-style: none;
  padding: 0 7px;
  font-family: "Montserrat", sans-serif;
  color:#fff;
  font-weight: 500;
  font-size: 16px;
}
.bredcrmb ul li a 
{
  font-family: "Montserrat", sans-serif;
  color:#c5161d;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.mbe
{
  display: none;
}

.sticky-side-btn
{
  position:fixed;
  left: 0;
  top:110px;
  background: #2E2F2F;
  color: #fff;
  border-radius:0 0 0px 0px;
  outline: none;
  box-shadow: 0 0 0 0rem rgba(0,0,0,0);
  padding: 5px 0;
  font-weight: 600;
  font-size: 16px;
  z-index: 999;
  width: 100%;
  height:auto;
  display: flex;
  justify-content: center;
} 
.sticky-side-btn:hover 
{
  background: #c5161d;
  color: #fff;
}
/*.sticky-side-btn i  
{
  display:block;
}*/
.sticky-side-btn:focus  
{
  box-shadow: inherit;
}
.side-menu ul
{
  padding: 0;
}
.side-menu ul li
{
  list-style: none;
}
.side-menu a
{
  padding: 8px 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  font-weight: 500;
  white-space: inherit;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.side-menu a:hover 
{
  color: #c5161d;
  background: transparent;
}
.sub-menu .modal-header
{
  border-bottom: 0px solid #dee2e6;
}


.sub-menu .modal-header h4 {
  font-size: 24px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #fff;
}
.sub-menu .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
}
.modal-open .modal-backdrop.show {
  opacity: .8 !important;
}
.sticky-side-btn
{
  display: none;
}
.sec
{
  padding: 70px 0;
}
.heading h3 {
  font-size: 70px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
}
.adm
{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.adm li 
{
  list-style: none;
  width: 22%;
  height: auto;
  box-shadow: 1px 3px 4px 2px #ddd;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm li a 
{
  color: #111636;
  font-size: 26px;
  font-family: "Charter Regular";
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm li a:hover 
{
  color: #AF251C;
}
.nirf-sec
{
  padding: 50px 0;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #c5161d !important;
  border-color: #c5161d !important;
  box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}
.know-more
{
  width: 100%;
  height: auto;
  margin:30px 0;
}
.know-more a  
{
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 5px;
  background: #c5161d;
  font-weight: 600;
  font-size: 16px;
}
.know-more a:hover 
{
  background:#770101;
}
.aumni-sec
{
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.alumini-fl
{
  width: 100%;
  height: 100%;
  background:#fff;
  border:1px solid #fafafa;
  border-radius:10px;
  padding:25px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition:transform 0.3s ease-in-out;
}
.alumni-pic
{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0px 0 20px;
  border:2px solid #ccc;
  padding: 5px;
}
.alumni-pic img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.alumini-fl h4 
{
  color: #ba0019;
  font-size: 26px;
  font-family: "Charter Regular";
}
.alumini-fl p
{
  color: #000;
  font-size: 18px;
  margin: 0;
}
.team-pic-1
{
  width: 100%;
  height:auto;
  text-align: center;
  background:#B1CFFC;
}
.team-pic-1 img
{
  width: 100%;
}
.shak
{
  padding: 20px 20px;
  text-align: center;
  background: #fafafa;
}
.shak-flex
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-dc ul 
{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
.tm-dc ul li  
{
  list-style: none;
  width: 31%;
  border-left:3px solid #c5161d;
  padding:5px 5px 5px 15px;
  margin-bottom: 15px;
  background:#fafafa;
}
.tm-dc ul li p 
{
   margin:0;
}
.justify-center
{
  display: flex;
  justify-content: center;
}
.dd-pic
{
  width: 100%;
  height: auto;
}
.dd-pic img 
{
  width: 100%;
  height: auto;
}
.md-btn
{
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.md-btn a 
{
  display: block;
  background:#AF251C;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}
.md-btn a:hover 
{
  background: #111636;
}
.cls
{
  background:#AF251C;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border:1px solid #fff;
  border-radius: 5px;

}
.res-table
{
  width: 100%;
  height: auto;
}
.res-table .table
{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.res-table .table td 
{
  padding:15px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  border-right:1px solid #ccc;
}





@media screen and (min-width: 1700px) and (max-width: 5000px) {
  .inner-banner
  {
    padding: 70px 0;
  }
}

  @media screen and (max-width: 768px) {
    .download-button {
      width: 60%;
    }
    .inner-banner h2 {
      font-size: 40px;
    }
    .heading h3 {
      font-size: 44px
    }
      .custom-tab-item span {
       font-size: 15px !important;
   }
   .tm-dc ul li  
{
  width: 50%;
}
  }
  @media screen and (max-width: 767px) {
    .footer-top ul
    {
      flex-wrap: wrap;
    }
    .inner-banner h2 {
    font-size: 30px;
  }
.res-table {
  overflow-y: auto;
}
.res-table .table td 
{
  padding:7px 10px;
  font-size: 16px;
}
.team-pic-1 img
{
  width: 100%;
}
.mbe
{
  display: block;
  margin: 20px 0 0 0;
}
.mbl-tab
{
  display: none;
}
.ab-1-1
{
  z-index: 0 !important;
}
.mbe .dropdown-menu.show
{
  z-index: 99999;
  overflow-y: auto;
  background-color: #e9ecef !important;
  max-width: 320px;
  left: 0;
  right: 0;
  transform: translate(0px, 50px) !important;
  margin:0px auto !important;
  padding: 0px !important;
  max-height: 300px;
}
.ab-1-1::before
{
  display: none !important;
}
.mbe .dropdown-menu li 
{
  border-bottom: 1px dotted #ccc;
}
.mbe .dropdown-menu li .dropdown-item
{
  padding: 6px 10px;
  white-space: inherit;
}

.mbe .dropdown-menu li .dropdown-item:hover
{
  background: #093475;
  padding: 6px 10px;
  color:#fff;
}
.sticky-side-btn
{
  display: block;
}
.heading h3 {
  font-size: 36px !important;
}
.heading h1 {
  font-size: 36px !important;
}
.adm li 
{
  width: 45%;
}
.bredcrmb ul li {
  padding: 0 7px;
  font-size: 14px;
}
.inner-banner
{
  padding:50px 0 40px;
}
.sub-menu
{
  opacity: 1 !important;
}
.sub-menu .offcanvas-header{
  background: #fff;
}
.sub-menu .side-menu
{
  background:rgba(255, 255, 255, 0);
}
.sub-menu .modal-body
{
  max-height: 450px;
  overflow-y: auto;
}
.sub-menu .modal-content
{
  background-color: transparent;
  border:0px solid rgba(0,0,0,.2);
}
.sub-menu .modal-body
{
  padding: 0;
}
.tm-dc ul li  
{
  width: 100%;
}
}





  @media screen and (max-width: 480px) {
    .download-button {
      width: 70%;
    }
  }