body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Aeonik-Trial", sans-serif;
}
/* For all Webkit browsers (Chrome, Safari, iOS Safari) */
.container {
  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
  overflow: hidden; /* Hides the scrollbar but still allows scrolling */
}

.container::-webkit-scrollbar {
  display: none; /* Completely hides the scrollbar */
}

/* For Firefox */
.container {
  scrollbar-width: none; /* Hides the scrollbar on Firefox */
}

/* Optional: For Internet Explorer and Edge (older versions) */
.container {
  -ms-overflow-style: none; /* Hides scrollbar in IE and older Edge versions */
}

* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin: 0;
}
.main-heading h2 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #1f1f1f;
  text-transform: capitalize;
}
.sub-heading h3 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}
.video-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mobile-video-bg {
  position: relative;
}
.video-bg video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-control-btn,
.commitment-control-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  border: 1px solid #1f1f1f;
  background-color: rgba(255, 255, 255, 0.95);
  color: #1f1f1f;
  border-radius: 100%;
  padding: 8px;
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 14px;
  /* line-height: 18px; */
}
.commitment-control-btn {
  padding: 5px;
}

.video-control-btn:focus-visible {
  outline: 2px solid #2968b2;
  outline-offset: 2px;
}

.commitment-control-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.slide-dot-button:focus-visible {
  outline: 2px solid #e22658;
  outline-offset: 2px;
}

section.partner-box {
  position: relative;
}
/* section.partner-box .main-heading h2 {
    position: absolute;
    top: 16%;
    padding-right: 63%;
} */
section.video-bg {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.partner-box {
  padding-top: 24px;
  padding-bottom: 0px;
}
.partner-box {
  position: relative;
}
.partner-box .main-heading h2 {
  position: absolute;
  top: 185px;
  padding-right: 60%;
}
.partner-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
.partner-card {
  width: 100%;
  max-width: calc((100% / 5) - (24px * 4 / 5));
  margin-bottom: 60px;
}
/* section.selectively-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 0px;
} */
section.selectively-bg {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0px 0px;
}
.selectively-content h3 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #ffffff;
}
.selectively-content p {
  font-family: "Aeonik-Trial", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #ffffff;
}
.selectively-box h5 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
}
.selectively-content h3 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #ffffff;
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
}
.container-fluid.partner {
  position: relative;
  width: 100%;
}
.container-fluid.partner .selectively-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
}
.partner-image {
  transition:
    transform 0.3s ease-in-out,
    filter 0.3s ease-in-out;
  margin-bottom: 20px;
}
.partner-image:hover {
  /*     transform: scale(0.8); */
  filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(2102%)
    hue-rotate(323deg) brightness(91%) contrast(106%);
}

/* .partner-card img {
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    margin-bottom: 20px;
}
.partner-card img:hover {
    transform: scale(1.2);
    filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(2102%) hue-rotate(323deg) brightness(91%) contrast(106%);
} */
.partner-card p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #494949;
}
section.selectively-bg {
  padding-bottom: 0px;
}
section.explore-bg .main-heading h2 {
  text-align: center;
  color: #2477b7;
  margin-top: 50px;
  margin-bottom: 15px;
}
section.explore-bg .main-heading p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
.sub-heading h3 {
  margin-top: 30px;
  margin-bottom: 45px;
}
.sub-heading p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 45px;
}
.explore-images img {
  margin: auto;
}
.emerging-fund {
  border-top: 1px solid #ffffff;
  background-color: #f5f5f5;
}
.prarambh-fund {
  background-color: #ebebeb;
  border-top: 1px solid #ffffff;
}
.angel-fund {
  background-color: #e0e0e0;
  border-top: 1px solid #ffffff;
}
.explore-images img {
  padding-top: 150px;
  padding-bottom: 15px;
}
.sub-heading p {
  margin-bottom: 150px;
}
.explore-card span {
  display: block;
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 12px;
}
.explore-card h5,
.explore-card .explore-value {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #292929;
  margin-top: 0px;
  margin-bottom: 0px;
}
.fund-details-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.fund-details-item {
  list-style: none;
  margin: 0;
}
.explore-bg {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container-fluid.funds {
  position: relative;
  width: 100%;
}
.container-fluid.funds .explore-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0px;
}
.container-fluid.funds .explore-bg:nth-child(1) {
  /*     top: 25px; */
  top: 0;
  /*     padding-bottom: 140px; */
  padding-bottom: 120px;
}
.container-fluid.funds .explore-bg:nth-child(2) {
  /*     top: 260px;
    padding-bottom: 70px; */
  top: 90px;
  padding-bottom: 95px;
}
.container-fluid.funds .explore-bg:nth-child(3) {
  /*     top: 360px;
    padding-bottom: 0; */
  top: 0;
  padding-bottom: 0;
}
.pioneer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pioneer-content {
  /*     width: 40%; */
  padding-right: 12%;
  position: relative !important;
}
.pioneer-content h2 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #2477b7;
  margin-bottom: 30px;
  margin-top: 0px;
  text-transform: capitalize;
}
.pioneer-content p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 60px;
}
/* .pioneer-images {
    width: 60%;
    z-index: 1;
} */
.pioneer-images img {
  width: 100%;
}
a.btn.danger-bg {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #e11e28;
  border: 1px solid #e11e28;
  padding: 15px 35px;
  background: #fff;
  /*     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
}
a.btn.danger-bg:hover {
  color: #ffffff;
  background-color: #e11e28;
}
.pioneers-of-venture-box {
  background-color: #ffffff;
}
.pioneers-of-venture-box .main-heading h2 {
  margin-bottom: 0px;
  padding-bottom: 35px;
  padding-top: 10px;
}
.pioneers-of-venture-box {
  position: relative;
}
img.povcii {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 0;
}
ul#pills-tab {
  margin-left: 0px;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #e11e28 !important;
  background-color: #ffffff !important;
  border-bottom: 2px solid #e11e28;
}
li.nav-item button {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #2477b7;
  padding: 0;
  margin-left: 0px;
  text-decoration: none;
}
ul#pills-tab {
  margin-left: 0px;
}
ul#pills-tab li {
  margin-right: 50px;
  margin-left: 0px;
}
.home-counter {
  background-color: #ffffff;
  padding: 80px 0;
}
.count-card {
  text-align: center;
}
.count-card .ms-animated {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: #2477b7;
  margin-top: 0px;
  margin-bottom: 15px;
}
.count-card h4,
.count-card .count-label {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f1f1f;
}
/*  .scrolling-words-box {
  height: 3rem;
  margin: auto;
  overflow: hidden;
} */
/* .scrolling-words-box ul {
    margin: 0 0.625rem;
    padding: 0;
    animation: scrollUp 4s infinite;
} */
/* .scrolling-words-box ul li {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    list-style: none;
    text-transform: capitalize;
    color: #ffffff;
} */
/*   @keyframes scrollUp {
    15%, 25% {
      transform: translateY(-20%);
    }
    35%, 50% {
      transform: translateY(-40%);
    }
    60%, 75% {
      transform: translateY(-60%);
    }
    85%, 100% {
      transform: translateY(-80%);
    }
  }  */
.scrolling-words-container {
  display: flex;
  align-items: flex-end;
}

.scrolling-words-box {
  height: 5rem;
  overflow: hidden;
}

.scrolling-words-box ul {
  margin: 0 0.625rem;
  padding: 0;
  animation: scrollUp 4s infinite;
}

.scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5rem;
  list-style: none;
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  list-style: none;
  text-transform: capitalize;
  color: #ffffff;
  margin-left: 0px;
}

@keyframes scrollUp {
  15%,
  25% {
    transform: translateY(-20%);
  }
  35%,
  50% {
    transform: translateY(-40%);
  }
  60%,
  75% {
    transform: translateY(-60%);
  }
  85%,
  100% {
    transform: translateY(-80%);
  }
}
.founders-box {
  margin-top: -100px;
}
.founders-box {
  background-color: #d1f5ff;
  padding: 30px 40px;
  border-radius: 12px;
  height: 435px !important;
}
.founders-box h4,
.founders-box h3 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 12px;
}
.founders-box span {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
  display: inline-block;
  margin-right: 60%;
}
.founders-box p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #343434;
  margin-bottom: 0px;
}
.our-images {
  display: flex;
  justify-content: center;
  padding-top: 25%;
}
.button-box {
  display: flex;
  gap: 20px;
}
.button-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
}
.button-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #2477b7;
  border-radius: 5px;
  margin-bottom: 24px;
}
/* .explore-card img {
    width: 75px;
    height: 75px;
} */
.ctpl-images {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}
section.our-founders-bg {
  padding-top: 0px;
}
.container.forgin {
  padding: 165px 0px;
}
.news-content p:nth-child(1) {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 13.02px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.800000011920929px;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 30px;
}
.news-content p:nth-child(2) {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #2477b7;
  margin-bottom: 20px;
}
.news-content h4 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 2%;
}
a.btn.blogs-bg {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 13.02px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.800000011920929px;
  text-align: left;
  color: #000;
}
a.btn.blogs-bg span {
  margin-left: 5px;
}
.news-content {
  border-right: 1px solid #c0c0c0;
}
.events-content p:nth-child(1) {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 13.02px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.800000011920929px;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 30px;
}
.events-content p:nth-child(2) {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #2477b7;
  margin-bottom: 20px;
}
.events-content h4 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 2%;
}
.events-content {
  padding-left: 0px;
}
section.our-founders-bg .main-heading h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #2477b7;
}
.news-flex {
  display: flex;
  flex-wrap: nowrap;
  /*     gap: 15px; */
}
.news-item {
  flex: 1;
  /*     transition: ease-in-out; */
}
.news-item:nth-child(1):hover,
.news-item:nth-child(2):hover {
  /*     flex: ; */
}
.news-item:nth-child(3) {
  flex: 1;
}
.news-content h4:hover,
.events-content h4:hover {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
  color: #2477b7;
}
/* .news-item.active .news-content,
.news-item.active .events-content {
    transform: scale(1.1);
} */
.news-item.active .news-content,
.news-item.active .events-content {
  /*   transform: scale(1.05); 
	padding: 30px; */
}
.news-item.active h4 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
  color: #2477b7;
}

.news-item .news-content,
.news-item .events-content {
  /*     transition: transform 0.9s ease-in-out;
	transition: transform 0.3s ease; */
}
.news-item:nth-child(1):hover .news-content,
.news-item:nth-child(2):hover .news-content {
  /*     transform: scale(1.05); */
  /* 	transform: scale(1.1); */
}
.news-item:nth-child(1):hover .events-content,
.news-item:nth-child(2):hover .events-content {
  /*     transform: scale(1.05); */
}
section.news-bg {
  padding-top: 0px;
}
section.news-bg {
  padding-top: 60px;
  padding-bottom: 80px;
}
section.our-founders-bg .slick-slide {
  height: auto;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  background-color: transparent;
  position: absolute;
  bottom: -135px;
  transform: translate(50px, -70px);
  z-index: 99;
}
button.slick-prev.slick-arrow {
  left: 40%;
}
button.slick-next.slick-arrow {
  right: 49%;
}
button.slick-next.slick-arrow::before {
  content: "\f054";
  position: absolute;
  font-size: 36px;
  line-height: 24px;
  font-family: "fontawesome";
  color: #000;
  top: 15px;
  left: 20px;
}
button.slick-prev.slick-arrow::before {
  content: "\f053";
  position: absolute;
  font-size: 36px;
  line-height: 24px;
  font-family: "fontawesome";
  color: #000;
  top: 15px;
  left: 20px;
}
section.news-bg .main-heading h2 {
  text-align: center;
  color: #2477b7;
  margin-bottom: 80px;
}
.mobile-video-bg {
  display: none;
}
.video-bg {
  display: block;
}
section.mobile-selectively-bg {
  display: none;
}
a.btn.red-bg {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e11e28;
  padding: 20px 40px;
  transform: rotate(-90deg);
  border-radius: 20px 20px 0px 0px;
}
.fixed-button {
  position: fixed;
  right: -72px;
  top: 50%;
  bottom: 0;
}
ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 50px 0px;
}
ul.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}
ul.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0071ab;
  background-color: #2477b7;
}
ul.slick-dots li.slick-active button {
  background-color: #e11e28;
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-style: solid;
  border-color: #1f1f1f;
}
section.our-founders-bg {
  padding-bottom: 0px;
}
section.news-bg {
  padding-top: 0px;
}
.line-images {
  display: block;
}
.linemb-images {
  display: none;
}
.slick-slide {
  margin-right: 24px; /* Adds a gap of 10px between each slide */
}

a.btn.yellow-bg {
  border: 1px solid #ab141c;
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #ab141c;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 24px;
}
a.btn.yellow-bg:focus-visible,
a.btn.blogs-bg:focus-visible {
  outline: 2px solid #2968b2;
  outline-offset: 3px;
  border-radius: 6px;
}
/* a.btn.yellow-bg:hover {
	 color: #fff;
	background-color: #E11E28;
} */
.pitch-button-box {
  padding-top: 20px;
  padding-bottom: 50px;
}
.news-item .news-content,
.news-item .events-content {
  /* transition: transform 0.9s ease-in-out; */
  /*     transition: transform 0.3s ease; */
  padding-left: 4%;
}
.news-item .events-content {
  /* transition: transform 0.9s ease-in-out; */
  /*     transition: transform 0.3s ease; */
  padding-left: 4%;
}
.selectively-content h3 {
  width: 50%;
}
.selectively-content p {
  width: 50%;
}

/* .partner-box .main-heading h2 {
    position: absolute;
    top: 18%;
    padding-right: 50%;
} */
.explore-heading h2 {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #2477b7;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 20px;
}
.explore-heading p {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.pioneers-bg .main-heading h2 {
  color: #2477b7;
  margin-bottom: 50px;
  text-align: center;
}
.pioneers-bg {
  padding-top: 60px;
  padding-bottom: 0;
}

@media screen and (min-width: 1710px) {
  .container {
    max-width: 1500px !important;
  }
}
/* @media screen and (max-width: 1440px) {
    .partner-box .main-heading h2 {
        position: absolute;
        top: 110px;
        padding-right: 51%;
    }
    .partner-inner {
        margin-top: 120px;
    }
    .explore-images img {
        padding-top: 110px;
    }
    .sub-heading p {
        margin-bottom: 120px;
    }
    .pioneer-content {
        padding-right: 2%;
    }
    .container.forgin {
        padding: 120px 0px;
    }
    .events-content h4 {
        padding-right: 0px;
    }
    .founders-box {
        height: 495px;
    }
    ul#pills-tab li {
        margin-right: 40px;
        margin-left: 0px;
    }
    button.slick-prev.slick-arrow::before {
        font-size: 30px;
        left: 0px;
    }
    button.slick-next.slick-arrow::before {
        font-size: 30px;
        left: 0px;
    }
	.selectively-content h3 {
    width: 55%;
}
.selectively-content p {
    width: 55%;
}
	.selectively-content h3 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 50px;
}
} */
@media screen and (max-width: 1709px) {
  .partner-box .main-heading h2 {
    position: absolute;
    top: 140px;
    padding-right: 50%;
  }
  .container-fluid.funds .explore-bg:nth-child(1) {
    top: 20px;
    padding-bottom: 90px;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 120px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1399px) {
  .news-content h4:hover,
  .events-content h4:hover {
    font-family: "Aeonik-Trial", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #2477b7;
  }
  .pioneers-bg {
    padding-top: 30px;
    padding-bottom: 0;
  }

  section.counter-bg {
    padding: 60px 0;
  }
  .sub-heading h3 {
    margin-bottom: 30px;
  }
  .sub-heading p {
    font-family: "Aeonik-Trial", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    margin-bottom: 30px;
  }
  .explore-card span {
    font-size: 16px;
    line-height: 20px;
  }
  /* 	.container-fluid.funds .explore-bg:nth-child(2) {
    top: 260px;
    padding-bottom: 90px;
} */
  .explore-card h5,
  .explore-card .explore-value {
    font-family: "Aeonik-Trial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .explore-images img {
    padding-top: 110px;
    height: 385px;
  }
  .pitch-button-box {
    padding-top: 0;
  }
  .container-fluid.funds .explore-bg:nth-child(1) {
    top: 0px;
    padding-bottom: 125px;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 90px;
    padding-bottom: 85px;
  }
  .container-fluid.funds .explore-bg:nth-child(3) {
    padding-bottom: 25px;
  }
  a.btn.yellow-bg {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
  }
  .sub-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .partner-box .main-heading h2 {
    position: absolute;
    top: 125px;
    padding-right: 50%;
  }
  .main-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .news-item.active h4 {
    font-size: 30px;
    line-height: 48px;
  }
  .count-card .ms-animated {
    font-size: 44px;
    line-height: 54px;
  }
  .count-card h4,
  .count-card .count-label {
    font-size: 28px;
  }
  .pioneer-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .founders-box p {
    font-size: 18px;
    line-height: 28px;
  }
  .news-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .events-content h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2%;
  }
  section.explore-bg .main-heading p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 20%;
  }
  .pioneers-of-venture-box .main-heading h2 {
    padding-top: 10px;
  }
  .pioneer-content {
    padding-right: 15px;
  }
  .pioneer-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .selectively-content h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .count-card h4,
  .count-card .count-label {
    font-size: 20px;
    line-height: 28px;
  }
  .founders-box span {
    font-size: 16px;
    line-height: 24px;
  }
  .founders-box h4,
  .founders-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .news-item.active h4 {
    font-size: 26px;
    line-height: 35px !important;
  }
  /* 	.col-xl-4.col-lg-4.col-md-12.col-sm-12.col-12.news-item{
		padding: 10px;
	} */
  section.news-bg {
    padding-bottom: 60px;
  }
  .explore-heading h2 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .partner-card p {
    font-size: 18px;
  }
  .selectively-content p {
    font-size: 18px;
  }
  .container.forgin {
    padding: 135px 0px;
  }
  .scrolling-words-box ul li {
    font-size: 32px;
    line-height: 42px;
  }
  .explore-heading p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 0;
  }
  ul#pills-tab {
    margin-bottom: 20px;
  }
  a.btn.danger-bg {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }
  li.nav-item button {
    font-size: 18px;
  }
  .home-counter {
    padding: 80px 0 60px 0;
  }
  section.news-bg .main-heading h2 {
    margin-bottom: 60px;
  }
  .partner-inner {
    margin-top: 100px;
  }
  .news-item .news-content,
  .news-item .events-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .partner-box .main-heading h2 {
    position: absolute;
    top: 120px;
    padding-right: 45%;
  }
  .main-heading h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .partner-card p {
    font-size: 18px;
  }
  .selectively-content p {
    font-size: 18px;
  }
  .container-fluid.funds .explore-bg:nth-child(1) {
    top: 0px;
    padding-bottom: 120px;
    /* 		padding-bottom: 130px; */
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 90px;
    padding-bottom: 105px;
    /*         padding-bottom: 50px; */
  }
  .selectively-content h3 {
    font-size: 30px;
    line-height: 44px;
  }
  section.explore-bg .main-heading p {
    font-size: 18px;
    line-height: 28px;
  }
  ul#pills-tab {
    margin-bottom: 30px;
  }
  .pioneer-content h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .founders-box {
    margin-top: -50px;
  }
  .founders-box {
    font-size: 17px;
  }
  .explore-heading h2 {
    font-size: 30px;
    line-height: 44px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .explore-heading p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 10%;
    margin-bottom: 40px;
  }
  ul#pills-tab {
    margin-bottom: 0;
  }
  .founders-box {
    height: 490px !important;
  }
}
@media screen and (max-width: 991px) {
  .sub-heading p {
    margin-bottom: 30px;
  }
  .explore-images img {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .partner-box .main-heading h2 {
    top: 10px;
    padding-right: 30%;
  }
  section.explore-bg .main-heading p {
    margin-bottom: 40;
  }
  .explore-card {
    padding-bottom: 30px;
  }
  .pioneers-of-venture-box .main-heading h2 {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .pioneer-content {
    width: 100%;
    margin-bottom: 50px;
  }
  .pioneer-images {
    width: 100%;
  }
  .founders-box {
    margin-top: -95px;
  }
  .founders-box {
    margin-top: -95px;
    height: auto;
    margin-bottom: 50px;
  }
  .our-images {
    padding-top: 25%;
  }
  .founders-box h4,
  .founders-box h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .ctpl-images {
    padding-top: 8%;
  }
  .partner-card {
    width: 100%;
    max-width: calc((100% / 2) - (24px * 1 / 2));
    margin-bottom: 30px;
  }
  .partner-box .main-heading h2 {
    padding-right: 0%;
    text-align: left;
    padding: 0px 20% 0 10%;
    margin-top: 23%;
    margin-bottom: 0px;
  }
  .partner-inner {
    margin-top: 35%;
    margin-bottom: 20px;
  }
  .selectively-content h3 {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 15%;
    margin: 0 auto;
  }
  .selectively-content p {
    font-family: "Aeonik-Trial", sans-serif !important;
    text-align: center;
  }
  .scrolling-words-container {
    display: flex;
    justify-content: center;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  ul#pills-tab {
    padding-bottom: 20px;
  }
  .home-counter {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .founders-box {
    margin-bottom: 50px;
  }
  .count-card {
    margin-bottom: 30px;
  }
  .container-fluid.funds .explore-bg {
    position: relative;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 0;
  }
  .container-fluid.funds .explore-bg:nth-child(1) {
    top: 0;
    padding-bottom: 50px;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 0 !important;
  }
  .container-fluid.funds .explore-bg:nth-child(3) {
    top: 0 !important;
    padding-bottom: 0px;
  }
  .sub-heading h3 {
    text-align: center;
  }
  .explore-card img {
    margin: auto;
  }
  .sub-heading p {
    text-align: center;
  }
  .explore-card span {
    text-align: center;
  }
  .explore-card h5,
  .explore-card .explore-value {
    text-align: center;
  }
  .pioneer-content h2 {
    text-align: center;
    margin-top: 30px;
  }
  .pioneer-content p {
    text-align: center;
  }
  .pioneer-content {
    text-align: center;
  }
  ul#pills-tab {
    display: flex;
    justify-content: center;
  }
  .container-fluid.partner .selectively-bg {
    position: relative;
  }
  .partner-card img {
    margin: auto;
  }
  .partner-card p {
    text-align: center;
  }
  img.povcii {
    display: none;
  }
  .news-flex {
    display: block;
  }
  .news-content {
    border-right: none;
  }
  .news-content h4 {
    padding-right: 30%;
    margin-bottom: 80px;
  }
  .news-content {
    margin-bottom: 50px;
  }
  section.our-founders-bg {
    padding-bottom: 30px;
  }
  .events-content h4 {
    margin-bottom: 80px;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 40px;
  }
  section.explore-bg .main-heading p {
    padding: 0px 15%;
  }
  section.news-bg {
    padding-top: 0px;
  }
  .founders-box span {
    margin-right: 60%;
  }
  .founders-box h4,
  .founders-box h3 {
    margin-bottom: 10px;
  }
  .selectively-content p br {
    display: none;
  }
  .selectively-content p {
    padding: 0px 15px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .founders-box {
    margin-top: 0px;
  }
  .founder-images {
    padding: 0px 12px;
  }
  .founders-box {
    margin: 0px 12px;
  }
  .pioneers-of-venture-box .main-heading h2 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  section.news-bg .main-heading h2 {
    margin-bottom: 40px;
  }
  .partner-card p {
    margin-bottom: 20px;
  }
  .container.forgin {
    padding: 60px 0;
  }
  h3.forgin {
    margin-bottom: 8%;
  }
  .scrolling-words-box ul li {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 15px;
  }
  .pitch-button-box {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 90px;
    padding-bottom: 50px;
    /* padding-bottom: 50px; */
  }
}
@media screen and (max-width: 767px) {
  .video-bg {
    display: none;
  }
  .mobile-video-bg {
    display: block;
    padding: 0px 0px;
  }
  .our-images {
    padding-top: 0%;
    margin-bottom: 30px;
  }
  .founder-images img {
    width: 100%;
  }
  .founders-box {
    margin-top: 30px;
    height: auto;
    margin-bottom: 0px;
  }
  .ctpl-images {
    padding-top: 0%;
  }
  .partner-card img {
    margin: auto;
    margin-bottom: 15px;
  }
  .partner-card p {
    text-align: center;
  }
  .partner-inner {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 35px;
  }
  .scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .selectively-content p {
    padding: 0px 15px;
  }
  .founders-box {
    margin-top: 0px;
  }
  .founder-images {
    padding: 0px 12px;
  }
  .founders-box {
    margin: 0px 12px;
  }
  a.btn.red-bg {
    font-size: 16px;
    line-height: 23.44px;
    padding: 15px 30px;
  }
  .line-images {
    display: none;
  }
  .linemb-images {
    display: block;
  }
  .partner-box .main-heading h2 {
    padding-right: 8%;
    text-align: left;
    margin-top: 36%;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 38px;
    padding-left: 12px;
  }
  .partner-inner {
    margin-top: 52%;
    margin-bottom: 6%;
  }
  .selectively-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20%;
    padding: 0;
  }
  section.explore-bg .main-heading p {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px;
  }
  section.explore-bg .main-heading h2 {
    margin-top: 50px;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    padding: 0 12px;
  }
  .sub-heading h3 {
    margin-bottom: 30px;
  }
  .sub-heading p {
    font-size: 16px;
    line-height: 28px;
  }
  .pioneers-of-venture-box .main-heading h2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .container-fluid.funds .explore-bg:nth-child(2) {
    top: 0px;
    padding-bottom: 30px;
  }
  .pioneer-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .pioneer-content p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 15px;
  }
  .home-counter {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  section.our-founders-bg .main-heading h2 {
    text-align: center;
    color: #2477b7;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.me-5.slick-slide {
    margin-right: 0px !important;
  }
  .founders-box {
    padding: 20px;
    border-radius: 12px;
    height: 610px;
  }
  .our-founders-bg .main-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  section.news-bg .main-heading h2 {
    text-align: center;
    color: #2477b7;
    margin-bottom: 40px;
  }
  .news-content {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .news-content h4 {
    padding-right: 5%;
    margin-bottom: 50px;
  }
  .events-content {
    padding-left: 20px;
  }
  .events-content h4 {
    margin-bottom: 50px;
    margin-right: 5%;
  }
  section.news-bg {
    padding-bottom: 30px;
  }
  .wp-block-image img {
    height: auto;
    max-width: 140px !important;
    margin-bottom: -20px;
  }
  a.btn.danger-bg {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 24px;
  }
  .scrolling-words-box ul li {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
  }
  .founders-box p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
  }
  .count-card .ms-animated {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .count-card h4,
  .count-card .count-label {
    font-size: 20px;
    line-height: 28px;
  }
  .selectively-content p {
    margin-bottom: 0;
  }
  .pioneer-content {
    margin-bottom: 50px;
  }
  section.explore-bg .main-heading p {
    margin-bottom: 40px;
  }
  .container-fluid.funds .explore-bg:nth-child(1) {
    padding-bottom: 30px;
  }
  .news-content h4:hover,
  .events-content h4:hover {
    font-size: 38px;
    line-height: 48px;
  }
  .selectively-content p {
    padding: 0px 15px;
  }
  h3.forgin {
    margin-bottom: 5%;
  }
  .selectively-content p {
    padding-bottom: 15%;
  }
  .container.forgin {
    margin-bottom: 50px;
  }
  .explore-card {
    background-color: #fff;
    margin: 0 8%;
    padding: 10%;
  }
  .explore-images {
    display: none;
  }
  ul#pills-tab {
    padding-bottom: 40px;
  }
  section.our-founders-bg {
    padding-bottom: 0;
  }
  .our-images img {
    max-width: 120px;
  }
  .founders-box {
    margin: 0px 12px;
    margin-top: -75px;
  }
  .our-images {
    padding-top: 0;
    margin-bottom: 0;
  }
  .founders-box {
    padding: 30px 20px;
    border-radius: 12px;
    height: auto;
  }
  .founders-box span {
    font-size: 17px;
    margin-right: 50%;
  }
  .founders-box h4,
  .founders-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  section.news-bg .main-heading h2 {
    margin-top: 0px;
  }
  ul.slick-dots {
    margin: 25px 0 50px 0;
  }
  .news-item.active h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .slick-slide {
    margin-right: 0;
  }
  ul#pills-tab {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }
  ul#pills-tab li {
    margin-right: 14px;
  }
  .row.card-bg {
    background-color: #fff;
    margin: 0 5px;
  }
  .pitch-button-box {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  a.btn.yellow-bg {
    font-size: 16px;
  }
  .founders-box h4,
  .founders-box h3 {
    margin-right: 60%;
  }
  /* 	 button#pills-home-tab::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #f00;
    left: 0;
    bottom: 0px;
    top: 40px;
} */
  .selectively-content h3 {
    width: 100%;
  }
  h3.forgin {
    margin-bottom: 15%;
    /*         padding: 0 10%; */
    font-size: 28px;
    line-height: 38px;
  }
  .selectively-content p {
    width: 100%;
  }
  .button-box p {
    padding: 12px 18px;
  }
  .sub-heading h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .explore-heading h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .explore-heading p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 40px;
  }
  .container.forgin {
    margin-bottom: 0px;
  }
  .pioneers-bg .main-heading h2 {
    margin-bottom: 0;
  }
  section.counter-bg {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .founders-box {
    height: auto !important;
  }
}

@media screen and (max-width: 425px) {
  .partner-box .main-heading h2 {
    padding-right: 0;
    text-align: left;
    margin-top: 40%;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 34px;
    padding-left: 12px;
  }

  .partner-inner {
    margin-top: 60%;
    margin-bottom: 6%;
  }
  .main-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
