body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #f5f5f5 !important;
}

header {
  background-image: url("../images/hdr-bg.jpg");
  color: black;
}

header h3 {
  font-weight: 600;
}

.announcement-bar {
  background: #f2f2f2;
  color: black;
}

.logoDiv img {
  width: 100%;
  height: 75px;
}

.about-nav-btn {
  background: #163560;
  border-radius: 6px;
  padding: 6px 10px;
  border: none;
  width: auto;
}

.about-btn h3 {
  margin-bottom: 0px;
}

.about-btn a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.about-btn button:hover {
  background: black;
  color: white;
}

.about-btn button:active,
.about-btn button:focus-visible {
  background: black !important;
  color: white !important;
}

.news-dot {
  text-align: center;
  font-size: 30px;
  color: #b30000;
}

/* scrolling text  */
.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
  padding-right: 14%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scrolling-text:hover {
  animation-play-state: paused;
}

.AnnouncementText {
  font-size: 21px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
}

.new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.announcemnetStoper {
  background: black;
  width: 1px;
  height: 30px;
  margin-left: 10px;
}

.yearlogo img {
  width: 80px;
  height: 80px;
}

.yearlogo {
  padding-left: 20px;
}

/* footer  */
footer {
  color: white;
  background-color: #1e1e1e;
}

.footer-logo img {
  width: 150px;
  height: 120px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ec6930 !important;
}

.below-footer {
  border-top: 2px solid #343a40;
}

.below-footer a {
  text-decoration: none;
}

.email-area .submit-btn {
  background-color: #971c26;
  color: white;
  border-radius: 0px;
}

.email-area .submit-btn:hover,
.email-area .submit-btn:active,
.email-area .submit-btn:focus-visible {
  background-color: #87131d !important;
  border: none;
}

.email-area {
  padding-top: 10px;
}

.email-area input {
  border-radius: 0px;
}

input:focus {
  box-shadow: none !important;
}

.email-area {
  display: flex;
  flex-direction: row;
}

.footerIcon {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footerIcon i {
  font-size: 25px;
  padding: 10px;
}

.footer-ul li a {
  text-decoration: none;
}

/* banner carusol  */
@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
}

.kb-carousel .carousel-item.active {
  transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
}

/* .kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
} */

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */

.kb-caption-center {
  margin: auto;
  top: 35%;
}

.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: white;
  background: rgb(23 86 173 / 49%);
  transform: translateY(-20px);
  border: 1px solid white;
  transition: transform 1s ease, opacity 1s ease;
}

.kb-carousel .carousel-item.active .kb-caption h3 {
  opacity: 1;
  transform: translateY(0);
}

/* Carousel Items - Smoother transition */
.kb-carousel .carousel-item {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-next {
  right: 1%;
  margin-left: 50px;
}

.left-rightBtn {
  position: absolute;
  bottom: 25%;
  right: 10%;
}

.kb-control-prev,
.kb-control-next {
  left: 2%;
  color: white;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: yellow !important;
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
  filter: none !important;
}

/* mouse scroll  */
.scrolldown-container {
  position: absolute;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.right-arrowImg {
  width: 30px;
  height: 10px;
  /* margin-left: 20px; */
}

.left-arrowImg {
  width: 30px;
  height: 10px;
}

.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  bottom: -150px;
  /* margin-bottom: 16px; */
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

/* section 1st  */

.about-section {
  padding: 40px;
  background-color: #06162f;
  color: white;
}

/* .about-section h2 {
  padding-left: 27px;
  font-size: 50px;
  font-weight: 400;

} */

/* Left section (description) */
.about-description {
  font-size: 14px;
  padding: 20px;
  line-height: 1.5;
  text-align: justify;
}

/* Right Section - Info Cards */
/* .info-card {
  padding: 20px;
  color: white;
  width: 100%;
} */

.info-card h4 {
  font-size: 20px;
}

.info-card p {
  font-size: 14px;
  text-align: justify;
  padding-top: 1rem;
}

/* .imgDiv {
  width: 270px;
  height: 270px;
} */

.imgDiv img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #about-section .row > .col-lg-6 {
    padding: 0 15px;
  }
}

/* section gallary  */
.gallary-div {
  padding: 0px;
  position: relative;
  height: 300px;
}

.triangle-Shape-1 {
  position: relative;
}

.triangle-Shape-1::after {
  content: "";
  position: absolute;
  top: 130px;
  left: -40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #163560;
  z-index: 10;
  transform: rotate(90deg);
}

.triangle-Shape-2 {
  position: relative;
}

.triangle-Shape-2::after {
  content: "";
  position: absolute;
  bottom: 150px;
  left: 275px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #163560;
  border-top: 0;
  z-index: 10;
  transform: rotate(90deg);
}

.triangle-Shape-3 {
  position: relative;
}

.triangle-Shape-3::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -19px;
  width: 0;
  height: 0;
  border-right: 20px solid #163560;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 10;
}

.triangle-Shape-4::after {
  content: "";
  position: absolute;
  bottom: 150px;
  left: -29px;
  /* right: -30px; */
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #163560;
  border-top: 0;
  z-index: 10;
  transform: rotate(270deg);
}

.triangle-Shape-5::after {
  content: "";
  position: absolute;
  bottom: 150px;
  /* left: 560px; */
  right: -29px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #163560;
  border-top: 0;
  z-index: 10;
  transform: rotate(90deg);
}

.bg-coming-soon {
  background-color: #163560;
}

.bg-coming-soon h1 {
  padding: 6rem 1rem;
}

.news-section {
  background-color: #f5f5f5;
  /* padding: 50px 200px; */
  color: white;
  cursor: pointer;
}

.news-title {
  text-align: center;
  padding-bottom: 40px;
  color: #163560;
}

.gallary-div h4 {
  font-size: 22px;
  padding-top: 70px;
  /* padding-left: 20px;
  padding-right: 20px; */
  text-transform: capitalize;
}

.gallary-div p {
  padding-right: 20px;
  font-size: 16px;
  text-transform: capitalize;
}

.gallary-col img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}

.gallary-col {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.gallary-col img:hover {
  transform: scale(1.2);
}

/* slider  */
.gallaryContainer {
  position: relative;
  margin: 0 auto;
  background: #163560;
  width: 35%;
}

.gallary-col-2 {
  background: #163560;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
}

/* tab Section */
.tabSection {
  background: #163560;
  color: white;
}

.Tabs {
  flex-wrap: wrap;
  display: flex;
  column-gap: 0.125rem;
  width: 100%;
  margin-inline: auto;
}

.Tab {
  display: contents;
}

.Tab input {
  display: none;
}

.Header {
  order: -1;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  user-select: none;
  transition: background-color 80ms ease-in-out;
}

.Header:hover {
  background-color: #005293;
}

input:checked ~ .Header {
  background: #005293;
}

.TabSideimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.TabSideimg img {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  object-fit: cover;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.Content {
  background: #ffffff;
  width: 100%;
  height: 100%;
  order: 1;
  padding: 20px;
  text-align: justify;
  color: #005293;
  line-height: 1.6;
  font-size: 14px;
}

input:not(:checked) ~ .Content {
  display: none;
}

input:not(:checked) ~ .Content {
  display: none;
}

.owlCarousel-Section {
  background: #06162f;
  padding: 70px 0;
  cursor: pointer;
}

.owlImgText-div {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.PrincipalDiv img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.cardb {
  position: absolute;
  bottom: -80%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f46412e8;
  padding-top: 10px;
  font-weight: 500;
  font-size: 16px;
  transition: bottom 0.6s ease-in-out;
}

.owlImgText-div:hover .cardb {
  bottom: -120px;
}

/* about page  */
.col-1-wrap {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #163560;
}

.col-1-wrap h4 {
  font-size: 30px;
  padding: 30px;
}

.side-line {
  background: #163560;
  height: 1pt;
  width: 40px;
}

.aboutTextSection {
  color: #163560;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
}

.about-Banner img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: 0px -110px;
}

/* _______________ */

.w-80 {
  width: 80px;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 17px;
  font-weight: bold;
  color: #fdfdfd;
}

.ribbon {
  --r: 0.8em;
  padding-inline: 1lh calc(var(--r) + 1.25em);
  line-height: 1.8;
  clip-path: polygon(
    1lh 100%,
    100% 100%,
    calc(100% - var(--r)) 50%,
    100% 0,
    1lh 0,
    1lh -999px,
    0 -999px,
    0 0
  );
  border-image: conic-gradient(#ee6b1f 0 0) fill 0 / 999px;
  outline: 999px solid #ff7321;
  width: fit-content;
  background: #163560;
  border: 1px solid #f26d1f;
}

.present-post-card img {
  height: 250px;
  object-fit: fill;
  object-position: top;
}

.present-post-card .p-3 {
  border-bottom: 2px solid orange;
}

.shatabdi-card {
  background-color: #163560;
}

.shatabdi-sub-card {
  border-radius: 110px 0px 7px 7px;
}

.shatabdi-card img {
  border-radius: 50%;
  height: 190px;
  width: 200px;
  border: 2px solid white;
  margin: 10px 0px;
  object-fit: cover;
  object-position: top;
}

/* __________ */
.section-title {
  text-align: center;
  font-size: 2.5em;
  color: #ffd700;
  margin: 40px 0;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #ffd700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.institute-card {
  background: linear-gradient(145deg, #2c2f48, #1c1f33);
  border-radius: 15px;
  color: #f3f4f6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 100%;
  height: 390px;
  max-height: 420px;
  /* text-align: center; */
  position: relative;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  animation: fadeIn 1.5s ease-in-out forwards;
  opacity: 0;
}

.institute-card:hover {
  transform: translateY(-10px) scale(1.05);
}

.institute-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #ffd700;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.institute-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.institute-description {
  font-size: 0.9em;
  color: #d4d4d8;
  line-height: 1.6;
  text-align: justify;
}

.badge-custom {
  background-color: #ffd700;
  color: #2c2f48;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.85em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-btn {
  cursor: pointer;
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%,
  100% {
    width: 30px;
    height: 30px;
  }

  0%,
  10% {
    width: 34px;
    height: 34px;
  }

  5% {
    width: 30px;
    height: 30px;
  }
}

.AnnouncementText p {
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0px !important;
}

.contribute-now {
  position: fixed;
  /* right: -75px; */
  left: -70px;
  top: 50%;
  transform: rotate(270deg);
  background: #ff7432;
  color: white;
  border: none;
  border-radius: 33px 5px;
  padding: 5px 15px;
  font-size: 20px;
  z-index: 11;
}

/* .fill-frm {
  border: 1px solid #ff8e28;
  background-color: #ff8e28;
  color: white;
  border-radius: 7px;
  padding: 8px 0px;
}
.fill-frm:hover {
  border: 1px solid #ff8e28;
  color: #ff8e28;
  background-color: #fff;
  border-radius: 7px;
} */
.modal-title {
  padding-left: 70px;
  color: #163560;
}

.text-clor {
  color: #163560;
}

/* CSS */
.button-50 {
  appearance: button;
  background-color: #ff8e28;
  background-image: none;
  border: 1px solid #174e99;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.hero-section img {
  object-fit: cover;
  height: 650px;
}

.centering_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  position: fixed;
  left: -60px;
  top: 50%;
}

.centering_container .fixedphone-ico::-moz-focus-inner {
  border: 0;
}

.centering_container .fixedphone-ico {
  transform: rotate(270deg);
  background: #ff7432;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 20px;
  z-index: 11;
  transition: transform 0.5s;
  animation: flicker-animation 3s infinite;
}

.centering_container .fixedphone-ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  z-index: -1;
  /* background: repeating-radial-gradient(rgb(111 194 199) 0%, rgb(111 194 199) 50%, rgb(20 88 92) 75%, rgb(111 194 199) 100%); */
  -webkit-animation: pulse_shadow 2s ease-in-out infinite;
  animation: pulse_shadow 2s ease-in-out infinite;
}

/* .centering_container .fixedphone-ico:hover, .centering_container .fixedphone-ico:focus {
  outline: none;
  background: #6fc2c7;
  transform: rotate(45deg);
} */

.centering_container .fixedphone-ico:hover:after,
.centering_container .fixedphone-ico:focus:after {
  background: repeating-radial-gradient(
    rgba(255, 99, 71, 0) 0%,
    rgba(255, 99, 71, 0.15) 50%,
    rgba(255, 99, 71, 0.5) 75%,
    rgba(255, 99, 71, 0.05) 100%
  );
}

@-webkit-keyframes pulse_pseudo {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.25);
  }
}

@keyframes pulse_pseudo {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.25);
  }
}

@-webkit-keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(33, 137, 232, 0.25);
  }

  100% {
    box-shadow: 0px 0px 3px 30px rgba(33, 137, 232, 0);
  }
}

@keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(33, 137, 232, 0.25);
  }

  100% {
    box-shadow: 0px 0px 3px 30px rgba(33, 137, 232, 0);
  }
}

.home-banners-1 {
  object-fit: cover;
  object-position: 0px -260px !important;
}

.banner-home-2,
.banner-home-3,
.banner-home-4,
.banner-home-5,
.banner-home-6,
.banner-home-7 {
  height: 325px !important;
}

.carousel-control-next,
.carousel-control-prev {
  border: 4px solid orange !important;
  width: 40px !important;
  height: 40px !important;
  padding: 5px !important;
  border-radius: 50% !important;
  background: #17355e !important;
}

.banner-home-8 {
  object-position: 0px -30px !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ed6d30;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* .d-user {
  object-fit: contain !important;
    background: #e4e6e7 !important;
} */
.ribbon11 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ribbon11 {
  --f: 0.5em;
  /* control the folded part*/
  --r: 0.8em;
  /* control the ribbon shape */

  position: absolute;
  top: 97px;
  right: calc(-1 * var(--f));
  padding-inline: 0.25em;
  line-height: 1.8;
  background: #fa6900;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: polygon(
    var(--r) 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    var(--r) calc(100% - var(--f)),
    0 calc(50% - var(--f) / 2)
  );
}

.mob-row {
  display: none !important;
}

.owlCarousel-Section .col-lg-2 {
  width: 19.666667% !important;
}

.cardb h5 {
  font-size: 19px;
}

.cardb p {
  font-size: 14px;
}

.nav-logo {
  width: 120px;
  height: 80px;
}

.blink_me {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* .btncentering_container {
  background-color: #ed6e3b;
  padding: 5px 10px;
  border-radius: 10px;
} */
.btncentering_container button {
  font-size: 20px;
}

#flicker-button {
  padding: 15px 20px;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1;

  /* font-weight: bold; */
  background-color: #17355e;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s;
  animation: flicker-animation 3s infinite;
}

#flicker-button:hover {
  transform: scale(1.05);
}

#flicker-text {
  animation: text-flicker-animation 1s infinite;
}

@keyframes flicker-animation {
  0%,
  50%,
  100% {
    opacity: 1;
    background-color: #17355e;
  }

  25%,
  75% {
    opacity: 0.9;
    background-color: #ff5722;
    /* Changes to orange */
  }
}

@keyframes text-flicker-animation {
  0%,
  50%,
  100% {
    color: #fff;
    /* Default text color */
  }

  25%,
  75% {
    color: #fff;
    /* Text changes to yellow */
  }
}

.mob-view-btn button {
  display: none;
}

.desk-view-btn {
  display: none;
}

.shatabdi-card-new img {
  border-radius: 50%;
  /* height: 190px; */
  width: 200px;
  /* border: 2px solid white; */
  margin: 10px 0px;
  object-fit: cover;
  object-position: top;
}

.shatabdi-card-new {
  background-color: #eeebdd;
  border-radius: 15px 15px 40px 15px;
}

.shatabdi-sub-card-new {
  border-radius: 110px 110px 97px 7px;
}

.institute-card h5 {
  font-size: 16px;
}

.btnclose-popup {
  float: inline-end;
  position: absolute;
  right: 0;
  border: 2px solid #e63682 !important;
  border-radius: 50% !important;
  padding: 5px !important;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

.uniqueautoimg {
  height: 100%;
  object-fit: cover;
}

/* 16 jan  event css  */

.slider-container {
  padding: 1rem;
  /*   border:5px solid lightblue; */
}

.slider-item {
  padding: 1rem;
}

/* Within Debug mode in Chrome, I found that the arrows were hidden so I adjusted them   */
.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #22a6b3;
}

.slick-dots {
  left: 0;
  /*   bottom:8px; */
}

.slick-dots:active {
  color: white;
}

/*The dots before they are active  */
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #22a6b3;
}

/* The dot when active */
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/* Background Image styles */

figcaption {
  color: #95afc0;
  text-align: center;
}

.bg-image {
  background-size: contain;
  background-position: center;
  /* background-color: lightblue; */
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.bg-image:hover {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  /*  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  cursor: pointer;
}

.bg-2 {
  background-image: url("../images/16-jan/jan-event-1.png");
}

.bg-3 {
  background-image: url("../images/16-jan/jan-event-2.png");
}

.bg-4 {
  background-image: url("../images/16-jan/jan-event-3.png");
}

.bg-5 {
  background-image: url("../images/16-jan/jan-event-4.png");
}

.bg-6 {
  background-image: url("../images/16-jan/jan-event-5.png");
}

.bg-7 {
  background-image: url("../images/16-jan/jan-event-6.png");
}

.bg-8 {
  background-image: url("../images/16-jan/jan-event-7.png");
}

.bg-9 {
  background-image: url("../images/16-jan/jan-event-8.png");
}

.bg-10 {
  background-image: url("../images/16-jan/jan-event-9.png");
}

.bg-11 {
  background-image: url("../images/16-jan/jan-event-10.png");
}

.bg-12 {
  background-image: url("../images/16-jan/jan-event-11.png");
}

.bg-13 {
  background-image: url("../images/16-jan/jan-event-12.png");
}

.bg-14 {
  background-image: url("../images/16-jan/jan-event-13.png");
}

.bg-15 {
  background-image: url("../images/16-jan/jan-event-14.png");
}

.bg-16 {
  background-image: url("../images/16-jan/jan-event-15.png");
}

.bg-17 {
  background-image: url("../images/16-jan/jan-event-16.png");
}

.bg-18 {
  background-image: url("../images/16-jan/jan-event-17.png");
}

/*Changes the height of the image  */
.landscape {
  padding-bottom: 80%;
}

@media (max-width: 600px) {
  figcaption {
    font-size: 0.8rem;
  }
}
.jan-event {
  margin-top: 20px;
}
.jan-event img {
  border-radius: 10px;
  height: 220px;
}
.shatabdi-btn-gallery {
  color: black;
}
.shatabdi-btn-gallery:hover {
  color: #174e99;
}
.shatabdi-btn {
  background-color: #174e99;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.ems-events {
  margin-bottom: 5rem;
}

.events-btns {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 10px 0px;
  justify-content: center;
}
.events-btns button{
  width: 300px;
}
.content-events {
  width: 90%; 
  text-align: justify;
}
