.auto-style-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.auto-style-2 {
  padding: 10px;
  background-color: #FFCC01;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  animation: pulse 1.5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.auto-style-3 {
  height: 30px;
}

.auto-style-4 {
  font-size: xx-large;
  color: red
}

.auto-style-5 {
  font-weight: 700;
  color: #07438A
}

.auto-style-6 {
  width: 100vw
}

.auto-style-7 {
  padding: 0 10px;
  display: none
}

.auto-style-8 {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  color: #000080
}

.auto-style-9 {
  text-align: center
}

.auto-style-10 {
  color: #1d3684 !important
}

.auto-style-11 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  color: #000080;
  font-weight: 600
}

.auto-style-12 {
  display: none
}

.auto-style-13 {
  font-size: 18px;
  color: #000080
}

.auto-style-14 {
  background-color: RGBA(0, 0, 0, 0.77)
}

.auto-style-15 {
  display: block
}

.auto-style-16 {
  color: #fff
}

.auto-style-17 {
  background: steelblue;
  padding: 10px 20px
}

.auto-style-18 {
  cursor: auto !important
}

.auto-style-19 {
  background-color: #2d4275
}

.auto-style-20 {
  max-width: 400px;
  margin: 0 auto
}

.auto-style-21 {
  border: 1px solid #ccc
}

.auto-style-22 {
  border: 1px solid #ccc;
  text-align: center;
  color: #fff
}

.auto-style-23 {
  border: 1px solid #ccc;
  text-align: center
}

/* Extracted <style> blocks */
#swiperBox {
  background-image: url("../../home-sliders/bg_waves_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}

#swiperWrapper {
  overflow: hidden;
}

.auto-slide {
  animation: 1.5s slide;
}

@keyframes slide {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

.home-slide {
  background: transparent;
  text-align: center;
  margin: 0 auto;
}

.home-slide img {
  height: 100%;
  width: 1200px;
  object-fit: contain;
  /* box-shadow: 0 3px 15px rgba(100, 100, 100, 0.6); */
  border-radius: 10px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /* box-shadow: 0 0 5px rgba(219, 254, 235, 0.5); */
  }

  50% {
    transform: scale(1.1);
    /* box-shadow: 0 0 15px rgba(219, 254, 235, 0.8); */
  }

  100% {
    transform: scale(1);
    /* box-shadow: 0 0 5px rgba(219, 254, 235, 0.5); */
  }
}

.play-pause-container {
  background: transparent;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.play-pause-container button {
  background: #1d3684;
  color: #fff;
  border: none;
  padding: 5px 0;
  width: 50px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.play-pause:hover,
.play-pause:focus,
.play-pause:active {
  background: #6ec1e4;
  color: #000;
}

#pause-btn,
#resume-btn {
  transition: 0.5s ease;
}

#resume-btn {
  display: none;
}

.previous:hover,
.next:hover,
.previous:focus,
.next:focus {
  background: #6ec1e4;
  color: #000;
}

#welcomeHeadingBox {
  padding: 0;
}

#welcomeHeading {
  margin: 0 auto;
}

.latest-container {
  position: relative;
  display: flex;
  align-items: center;
}

#latestBox {
  background: #ddd;
  padding: 5px 15px;
  border-radius: 7px;
}

#latestBox span {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.latest-slide {
  padding: 0 40px;
  text-align: center;
}

.latest-slide {
  animation: 1.5s slide;
}

@keyframes slide {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

#previous:focus,
#next:focus {
  /* outline: 1px solid #fff; */
}

.latest-slide>a {
  color: aqua;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.latest-slide>a:hover {
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .latest-container {
    flex-direction: column;
  }

  .latest-slide>a {
    font-size: 10px;
  }
}

#next {
  transform: translateY(0) !important;
}

.home-menu-box {
  max-width: 1200px;
  text-align: center;
  padding: 10px;
  background: #1d3684;
  margin: 10px auto;
}

.home-menu {
  margin: 5px 10px;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.cmdsection {
  width: 100%;
  height: max-content;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.cmdsection h2 {
  text-align: left;
  font-size: 22px;
  color: #2d4275;
  margin-bottom: 0;
}

.para1,
.para2 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
}

.imagediv {
  width: 40%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
}

.imagediv img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);


}

.desc {
  color: #2d4275;
  font-size: 18px;
  font-weight: bold;
}

.subdesc {
  font-size: 15px;
}

.videosec {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.videosec video {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
}

.videosec p {
  font-size: 14px;
  color: #2d4275;
  margin: 0 auto;
  padding: 10px 20px;
  position: absolute;
  bottom: 70px;

}

.buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0px;
}

.para1 {

  display: flex;

  justify-content: space-between;
  position: relative;
}

.para1 span {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
}

.buttons a {
  width: 48%;
  font-size: 16px;
  padding: 10px;
  background: #2d4275;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:500px) {
  .buttons a {
    font-size: 10px;
  }
}

@media screen and (max-width:900px) {
  .para1 {
    flex-direction: column;
  }

  .para1 span {
    width: 100%;
  }

  .imagediv {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
  }
}

.pad {
  padding: 12px 0;
}

.eventsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
}

.event {
  box-shadow: 0 3px 10px rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 380px;
  border: 1px solid #ccc;
}

.eventImg {
  height: 150px;
}

.eventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.eventText {
  margin: auto;
  padding: 10px;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.eventText a {
  font-weight: bold;
  text-align: center;
  color: #1d3684;
}

.more:focus {
  outline: 1px solid #fff !important;
}

.chakraborty:focus {
  outline: 1px solid #fff;
}

#testFacility:focus {
  outline: 1px solid #fff !important;
}

#n2-ss-2-arrow-previous:focus,
#n2-ss-2-arrow-next:focus {
  outline: 1px solid #fff !important;
}

#latestEvents {
  max-width: 1400px;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
}

.LE-caption h2 {
  color: #1d3684;
  text-align: center;
  display: inline-block;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.cards-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-box {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text-box {
  position: absolute;
  padding: 0 10px;
  display: none;
  font-weight: bold;
  text-align: center;
}

.card-text-box p {
  margin-bottom: 10px;
  color: #000;
  text-align: center !important;
}

.zoom-link {
  text-decoration: underline !important;
  text-align: center !important;
}

.zoom-link:hover,
.zoom-link:focus {
  font-size: 20px;
}

.card-box:hover>.card-box-img,
.card-box:focus>.card-box-img,
.card-box:focus-within>.card-box-img {
  opacity: 0.3;
}

.card-box:hover>.card-text-box,
.card-box:focus>.card-text-box,
.card-box:focus-within>.card-text-box {
  display: block;
}

.cards-container .eventsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
  margin: 20px auto;
}

.cards-container .event {
  box-shadow: 0 3px 10px rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  text-align: center;
  width: 350px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards-container .eventImg {
  height: 250px;
}

.cards-container .eventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: zoom-in;
}

.cards-container .eventText {
  margin: auto;
  border-top: none;
}

.cards-container .eventText p {
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.cards-container .eventForm button {
  color: #fff;
  background: #1d3684;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cards-container .eventForm button:hover {
  background: #097cac;
}

.cards-container .eventwrapper {
  margin-top: 45px;
  margin-bottom: 45px;

}

.cards-container .eventwrapper h2 {
  font-size: 30px;
  text-align: center;
}

.cards-container .evwrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

#investment-officer {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.home-th {
  background: #1d3684;
}