.research-hero-grid {
  align-items: flex-end;
}
.research-hero-grid .heading-wraper .main-head {
  margin-top: 20px;
}
.research-hero-grid .heading-wraper .main-head h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}
.research-hero-grid .heading-wraper .main-head h1 span {
  font-weight: 900;
}
.research-hero-grid .research-content p {
  font-size: 18px;
  font-weight: 600;
}
.research-hero-grid .research-content a {
  margin-top: 10px;
  display: inline-block;
}
.research-hero {
  background: linear-gradient(to bottom, #fffeff 34.5%, #f4c542 10%);
}
.research-slider-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-top: 50px;
}
.research-hero .research-slider .research-image-wrapper {
  position: relative;
}
.research-hero .research-slider .research-image-wrapper .research-play-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  width: auto;
}
.research-stats {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  justify-items: center;
}
.stat-circle {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 50%;
  background: transparent;
  width: 196px;
  height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
}
.stat-circle h3 {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 4px;
  line-height: 1;
}
.stat-circle p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
.stat-circle:hover {
  transform: translateY(-5px);
}
.heading-wraper-research-reverse {
  grid-template-columns: 70% 30%;
  gap: 24px;
  display: grid;
}
.heading-wraper-research {
  grid-template-columns: 25% 75%;
  gap: 24px;
  display: grid;
}
.heading-wraper-research .sub-head {
  font-weight: 600;
  position: relative;
}
.heading-wraper-research .sub-head svg {
  width: 100px;
  height: 65px;
  margin-top: 10px;
  position: absolute;
  top: 0%;
  left: 17%;
  overflow: visible;
  transform: translate(-50%, -50%);
}
.heading-wraper-research .main-head h2,
.heading-wraper-research-reverse .main-head h2,
.heading-wraper .main-head h2 {
  color: #030303;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
}
.heading-wraper-research .main-head h2 span,
.heading-wraper-research-reverse .main-head h2 span,
.heading-wraper .main-head h2 span {
  font-size: 80%;
  font-weight: 600;
  display: block;
}
.heading-wraper-research .sub-head svg path {
  stroke: #ffcd4d;
  stroke-width: 8px;
  fill: none;
  stroke-dasharray: 1500;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.heading-wraper-research.reverse {
  grid-template-columns: 75% 25%;
}
.full-width-heading {
  grid-template-columns: 100%;
}
.custom-arrow {
  text-align: end;
}
.department-row {
  row-gap: 24px;
  margin-top: 50px;
}
.department-item {
  background: #fff;
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  padding: 18px;
}
.department-label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 2px;
}
.department-item h5 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.faculty-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.faculty-card:hover img {
  transform: scale(1.05);
}
.faculty-card h5 {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.faculty-slider {
  margin-top: 50px;
}
.faculty-card:nth-child(odd) {
  margin-top: 35px;
}
.faculty-card:nth-child(even) {
  margin-top: 0;
}
.faculty-slider .slick-slide:nth-child(odd) .faculty-card {
  margin-top: 0;
}
.faculty-slider .slick-slide:nth-child(even) .faculty-card {
  margin-top: 35px;
}
.faculty-slider .slick-slide:last-child {
  margin-right: 0;
}
.faculty-slider .slick-slide {
  margin-right: 60px;
}
.work-smart {
  background: rgba(249, 238, 241, 1);
}
.graph-btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.graph-btn-group a {
  /* display: flex;
flex-direction: row;
justify-content: center;
align-items: center; */
  padding: 8px 16px;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000;
}
.graph-btn.active {
  background: #f5b400;
  border-color: #f5b400;
}
.highcharts-credits {
  display: none !important;
}
.clients-wrapper {
  border-top: 1px solid #12121214;
  border-inline-start: 1px solid #12121214;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.client-logo {
  border-inline-end: 1px solid #12121214;
  background: #fff;
  border-bottom: 1px solid #12121214;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding: 20px;
  transition: all 0.35s;
  display: inline-flex;
}
.client-logo img {
  transition:
    transform 0.35s,
    filter 0.35s;
}
.client-logo:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 15px 30px #00000014;
}
.client-logo:hover img {
  filter: brightness(1.15);
  transform: scale(1.15);
}
.sponsored-projects-section {
  padding: 70px 0;
  background: #fff;
}
.section-title-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-bottom: 35px;
}
.section-title {
  display: inline-block;
}
.section-title .subtitle {
  display: block;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  color: #111;
  line-height: 1;
  padding-right: 160px;
}
.section-title .subtitle .line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 145px;
  height: 1px;
  background: #111;
  transform: translateY(-50%);
}
.section-title .title {
  margin: 0;
  padding-left: 135px;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.95;
  color: #111;
}
.explore-btn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #ffc93d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.sponsored-projects-grid {
  justify-content: center;
  margin-bottom: 60px;
}
.project-card img {
  width: 100%;
}
.project-card h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #111;
}
.project-card p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #111;
  min-height: 75px;
}
.resources-heading p {
  font-size: 24px;
}
.resources-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.resources-slider {
  margin-top: 70px;
}
.resources-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.resource-slide img {
  width: 96%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* image 1 */
.resource-slide-1 {
  margin-top: 88px;
}
/* image 2 */
.resource-slide-2 {
  margin-top: 145px;
}
/* image 3 - center tall image */
.resource-slide-3 {
  margin-top: 0;
}
/* image 4 */
.resource-slide-4 {
  margin-top: 56px;
}
/* image 5 */
.resource-slide-5 {
  margin-top: 115px;
}
.academic-grid {
  grid-template-columns: 25% 75%;
  gap: 24px;
  display: grid;
}
.academic-sub-head {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.academic-right h2 {
  font-weight: 600;
  margin-bottom: 40px;
}
.programs-container {
  justify-content: space-between;
  gap: 40px;
  display: flex;
}
.programs-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.programs-list li {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.programs-list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.programs-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
.academic-note {
  margin: 28px 0 0;
}
.academic-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-top: 65px;
}
.stat-item {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  padding: 28px;
}
.stat-item strong {
  display: block;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #000;
}
.stat-item span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #000;
}
.research-activities-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}
.research-activities-head img {
  width: 58px;
  height: auto;
}
.research-activities-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
  color: #000;
}
.research-activities-head h2 strong {
  display: block;
  font-weight: 800;
}
.research-service-list {
  border-top: 1px solid #000;
}
.research-service-item {
  display: grid;
  grid-template-columns: 55px 220px 1fr 260px;
  gap: 26px;
  align-items: start;
  padding: 18px 20px;
  border-bottom: 1px solid #000;
  align-items: center;
  justify-content: center;
}
.service-count {
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding-top: 12px;
}
.service-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.service-title a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.service-title a span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}
.research-service-item p {
  margin: 0;
  padding: 0 54px;
}
.grid24by75 {
  grid-template-columns: 24% 75%;
  gap: 24px;
  display: grid;
}
.publication-grid {
  background: #fff;
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  padding: 26px;
}
.publication-img {
  margin-bottom: 15px;
}
.publication-grid p {
  font-size: 16px;
  font-weight: 600;
  min-height: 94px;
  margin-bottom: 0;
}
.funding-slider .funding-slide {
  padding: 24px;
  border: 1px solid rgba(211, 212, 201, 1);
  border-left-width: 0.5px;
  border-right-width: 0.5px;
}
.enablement-row .publication-grid h5 {
  font-size: 18px;
  font-weight: 700;
}
.enablement-row .publication-grid p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}
.enablement-row .publication-grid {
  min-height: 280px;
}

.project-card {
  /* background: #fff; */
  background: rgba(249, 238, 241, 1);
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  padding: 18px;
}

/* media query start  */
@media (max-width: 1440px) {
  .research-hero-grid .heading-wraper .main-head h1 {
    font-size: 42px;
  }
  .stat-circle {
    width: 160px;
    height: 160px;
  }
  .research-stats {
    gap: 0;
  }
  .stat-circle h3 {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .publication-grid p {
    min-height: 120px;
  }
  .enablement-row .publication-grid {
    min-height: 345px;
  }
}
@media (max-width: 1300px) {
  .research-hero-grid .research-content p {
    font-size: 16px;
    font-weight: 500;
  }
  .research-slider-grid {
    grid-template-columns: 100%;
  }
  .research-slider-grid-left {
    display: none;
  }
  .popup-youtube img {
    width: 70%;
  }
  .research-service-item p {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .department-item h5 {
    font-size: 15px;
  }
  .publication-grid p {
    min-height: 145px;
  }
  .enablement-row .publication-grid {
    min-height: 440px;
  }
}
@media (max-width: 1030px) {
  .research-service-list {
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
  }
  .service-count {
    display: none;
  }

  .research-service-item {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    padding: 18px;
    gap: 10px;
  }
  .service-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .enablement-row .publication-grid {
    min-height: 250px;
  }
  .rank-explore-link {
    width: 130px;
    height: 130px;
  }
  .section-title-grid {
    gap: 35px;
  }
  .section-title .subtitle {
    font-size: 34px;
    padding-right: 110px;
  }
  .section-title .subtitle .line {
    width: 95px;
  }
  .section-title .title {
    font-size: 56px;
    padding-left: 95px;
  }
  .explore-btn {
    width: 105px;
    height: 105px;
  }

  .academic-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .academic-sub-head {
    font-size: 34px;
  }
  .academic-circle-btn {
    margin-top: 25px;
  }
  .academic-right h2 {
    font-size: 30px;
  }
  .academic-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .publications-row .slick-slide,
  .enablement-row .slick-slide {
    margin: 0 10px;
  }
  .publication-grid p {
    min-height: 124px;
  }
  .faculty-slider .slick-slide {
    margin-right: 20px;
  }
  .graph-wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 840px) {
  .stat-circle {
    width: 130px;
    height: 130px;
  }
  .stat-circle h3 {
    font-size: 20px;
  }
  .stat-circle p {
    font-size: 13px;
  }
  .research-hero-grid .heading-wraper .main-head h1 {
    font-size: 32px;
  }
  .heading-wraper-research .main-head h2,
  .heading-wraper-research-reverse .main-head h2,
  .heading-wraper .main-head h2 {
    font-size: 24px;
  }
  .resources-heading p {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .stat-circle {
    border-radius: 0;
    border-width: 1px 1px 1px 0;
    height: 120px;
  }
  .research-stats {
    margin-top: 10px;
  }
  .stat-circle:hover {
    transform: translateY(0);
  }
  .research-hero {
    background: linear-gradient(to bottom, #fffeff 50%, #f4c542 10%);
  }
  .department-row {
    row-gap: 14px;
  }
}
@media (max-width: 767px) {
  .resources-section {
    display: none;
  }
  .sponsored-projects-grid {
    margin-bottom: 20px;
  }
  .section-title-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-title .subtitle {
    font-size: 24px;
    padding-right: 80px;
  }
  .section-title .subtitle .line {
    width: 65px;
  }
  .section-title .title {
    font-size: 32px;
    padding-left: 70px;
  }
  .explore-btn {
    width: 90px;
    height: 90px;
    font-size: 11px;
  }
  .project-card {
    margin-bottom: 28px;
  }
  .research-activities-head {
    justify-content: flex-start;
  }
  .research-activities-head h2 {
    font-size: 26px;
  }

  .resources-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .resources-left {
    gap: 25px;
  }
  .main-head h2 {
    font-size: 26px;
  }
  .main-head p {
    font-size: initial;
  }
  .resource-slide {
    width: 140px;
    height: 180px;
  }
  .resources-slider .slick-slide:nth-child(3) .resource-slide {
    width: 150px;
    height: 230px;
  }
  .research-hero {
    background: linear-gradient(to bottom, #fffeff 60%, #f4c542 10%);
  }
  .popup-youtube img {
    width: 50%;
  }
  .research-stats {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-circle {
    border-radius: 0;
    border-width: 0;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 13px;
  }
  .heading-wraper-research,
  .heading-wraper-research.reverse {
    grid-template-columns: 100%;
  }
  .custom-arrow {
    text-align: start;
  }
  .grid24by75 {
    grid-template-columns: 100%;
    margin-top: 15px !important;
  }
}
@media (max-width: 600px) {
  .research-service-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-title h3 {
    font-size: 17px;
  }
  .client-logo {
    height: 100px;
  }
  .stat-item span {
    font-size: 12px;
  }
  .stat-item {
    padding: 18px;
  }
  .stat-item strong {
    font-size: 24px;
  }
  .faculty-card:nth-child(odd),
  .faculty-card:nth-child(even),
  .faculty-slider .slick-slide:nth-child(odd) .faculty-card,
  .faculty-slider .slick-slide:nth-child(even) .faculty-card {
    margin-top: 0;
  }
  .faculty-slider .slick-slide {
    margin: 0 10px;
  }
  .graph-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .graph-btn-group a {
    text-align: center;
  }
  .rank-explore-link {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    line-height: 1;
  }
  .rank-explore-link a {
    font-size: 14px;
  }
  .section-title-grid {
    flex-direction: row;
  }
  .clients-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .academic-section {
    padding: 45px 0;
  }
  .programs-container {
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
  }
  .academic-right h2 {
    font-size: 26px;
  }
  .academic-stats {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 25px;
  }
}
/* media query end */
