@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.owl-carousel.dots-light .owl-dots .owl-dot span {
  background: rgb(255 255 255 / .6);
  width: 35px !important;
  background-color: #fff0;
  border: 1px solid #8383f3;
  height: 11px
}

.custom-section-shape-background {
  position: relative;
  overflow: hidden
}

.custom-section-shape-background:before,
.custom-section-shape-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 47.5%;
  width: 50vw;
  height: 100%;
  background: var(--light);
  transform: skewX(21deg);
  z-index: 0
}

.custom-section-shape-background:after {
  left: 49.5%;
  transform: skewX(-21deg)
}

.custom-section-shape-background .custom-shape-divider {
  position: relative
}

.custom-section-shape-background .custom-shape-divider:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150%;
  background: var(--grey-100);
  transform: skewY(-4deg);
  z-index: 0
}

.custom-section-shape-background.custom-section-shape-background-reverse:before {
  left: auto;
  right: 49.5%;
  transform: skewX(21deg) rotate(180deg)
}

.custom-section-shape-background.custom-section-shape-background-reverse:after {
  left: auto;
  right: 50.5%;
  transform: skewX(-21deg) rotate(180deg)
}

@media (max-width:991px) {

  .custom-section-shape-background:before,
  .custom-section-shape-background:after {
    width: 100vw
  }
}

.letter-animation span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeInUp 0.5s ease forwards
}

.letter-animation span:nth-child(1) {
  animation-delay: 0.1s
}

.letter-animation span:nth-child(2) {
  animation-delay: 0.2s
}

.letter-animation span:nth-child(3) {
  animation-delay: 0.3s
}

.letter-animation span:nth-child(4) {
  animation-delay: 0.4s
}

.letter-animation span:nth-child(5) {
  animation-delay: 0.5s
}

.letter-animation span:nth-child(6) {
  animation-delay: 0.6s
}

.letter-animation span:nth-child(7) {
  animation-delay: 0.7s
}

.letter-animation span:nth-child(8) {
  animation-delay: 0.8s
}

.letter-animation span:nth-child(9) {
  animation-delay: 0.9s
}

.letter-animation span:nth-child(10) {
  animation-delay: 1s
}

.letter-animation span:nth-child(11) {
  animation-delay: 1.1s
}

.letter-animation span:nth-child(12) {
  animation-delay: 1.2s
}

.letter-animation span:nth-child(13) {
  animation-delay: 1.3s
}

.letter-animation span:nth-child(14) {
  animation-delay: 1.4s
}

.letter-animation span:nth-child(15) {
  animation-delay: 1.5s
}

.letter-animation span:nth-child(16) {
  animation-delay: 1.6s
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated-logo {
  opacity: 0;
  transform: scale(.5);
  animation: fadeInScale 2s ease-out forwards
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(.5)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.appear-animation1 {
  opacity: 0;
  animation: fadeIn 1s forwards ease-in
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated-line1 {
  animation-delay: 2s
}

.animated-line {
  animation-delay: 1s
}

.mb-3 {
  margin-bottom: 4rem !important
}

.text-13 {
  font-size: 5em !important
}

.owl-carousel.dots-horizontal-center .owl-dots {
  left: 0;
  right: 0;
  width: 100%;
  top: 85%
}

.home-row-first {
  margin-top: -70px !important;
  margin-bottom: 0
}

.text-content-left-margin {
  margin-left: 30px
}

.animated-line {
  width: 50%;
  height: 4px;
  background-color: #fff;
  margin: 20px 0;
  animation: slideIn 1s ease forwards
}

@keyframes slideIn {
  0% {
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

.text-white {
  color: #fff !important;
  opacity: 1 !important
}

.left-corner-image {
  position: absolute;
  top: -375px;
  left: 150px;
  width: auto;
  max-width: 400px;
  z-index: 5
}

.carousel-slide {
  height: 550px;
  background-size: cover;
  background-position: center
}

.flexStartslider {
  flex-wrap: wrap;
  align-content: flex-start
}

.text-color-blue {
  color: #004aa6
}

.about h2,
h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 32px 0;
  padding-top: 15px;
  text-align: justify;
  color: #0a4080
}

h2 {
  margin-bottom: 10px
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #000
}

.section-parallax {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative
}

.aboutteam {
  background: #e1e7ff
}

.teamname1 {
  color: #000
}

a:hover .thumb-info-inner {
  color: #004aa6
}

a:hover .thumb-info-type {
  color: #a62d33
}

.teamname1 .thumb-info-inner {
  font-size: 16px
}

.teamname1 .thumb-info-type {
  font-size: 14px
}

.teamname {
  color: #000;
  font-weight: 700;
  transition: color 0.3s ease-in-out
}

.designation {
  color: #000;
  transition: color 0.3s ease-in-out
}

.team-image {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
}

a:hover .teamname {
  color: #004aa6
}

a:hover .designation {
  color: #a62d33
}

a:hover .team-image {
  transform: scale(1.1);
  opacity: .9
}

.boardmemebers h2 {
  font-size: 3em;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 0 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0
}

.board-members-section {
  text-align: center;
  margin: 20px 0
}

.board-members-heading {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.board-members-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  display: inline-block
}

.team-member {
  text-align: center;
  transition: transform 0.3s ease
}

.team-member:hover {
  transform: translateY(-10px)
}

.uniform-image-size {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  border: 2px solid #e6e4ef
}

.team-info {
  margin-top: 10px
}

.teamname {
  font-weight: 700;
  line-height: 20px;
  font-size: 16px;
  margin: 0;
  color: #1e1e1e;
  text-align: center
}

.designation {
  font-weight: 300;
  font-size: 13px;
  color: #333;
  margin-bottom: 0 !important;
  text-align: center
}

.organization {
  font-weight: 300;
  font-size: 13px;
  color: #777;
  margin-top: -2px;
  text-align: center;
  margin-bottom: 10px !important
}

.teamname,
.designation {
  transition: color 0.3s ease
}

.team-member:hover .teamname {
  color: #004aa6
}

.team-member:hover .designation {
  color: #a62d33
}

.py-10 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 3rem;
  padding-right: 3rem
}

.team-member a:hover {
  text-decoration: none
}

.border-box:hover .homeprogtext,
.border-box:hover .impact-circle {
  color: #0056b3;
  transform: scale(1.1);
  transition: all 0.3s ease
}

.impact-card-container {
  padding: 20px
}

.border-box1 {
  width: 100%;
  background: #fff;
  border: 2px solid #004ca2;
  padding: 20px;
  margin: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.border-box {
  background: #fff;
  border: 2px solid #004ca2;
  padding: 20px;
  margin: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.text-20 {
  font-size: 3.5em !important
}

@media (min-width:768px) {
  .text-20 {
    font-size: 2.5em !important
  }

  .border-box1 {
    width: calc(50% - 18px)
  }
}

@media (min-width:768px) {
  .border-box {
    width: calc(25% - 10px)
  }
}

@media (max-width:767px) {
  .mr-yuva {
    margin-right: 0
  }

  .text-15 {
    font-size: 2em !important
  }

  .text-20 {
    font-size: 2.5em !important
  }

  .border-box {
    width: calc(33.3333% - 2px)
  }
}

@media (max-width:575px) {
  .border-box {
    width: calc(50% - 2px)
  }
}

@media (max-width:400px) {
  .border-box {
    width: 100%
  }
}

.text-dark {
  color: #0a4080 !important
}

.portfolio-item a:hover {
  text-decoration: none
}

.about_anveshana h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  margin: 0px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif
}

.btn {
  z-index: 1;
  border-radius: 5px
}

.button-container {
  padding: 15px
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small:hover {
  color: #fff;
  stroke: #fff;
  fill: #fff
}

.custom-svg-btn-style-1-small.custom-svg-btn-arrow:hover {
  color: #fff
}

.homeborder {
  border: 1px solid rgb(0 0 0 / 9%)
}

.btn-block {
  display: block
}

.extrapadd {
  padding-top: 40px;
  padding-bottom: 40px
}

.ourImpact {
  background-image: url(../img/slides/Home-Page-Banner.png);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center
}

.incubatedStartup {
  background-image: url(../assets/images/background/background1.jfif) !important;
  background-size: cover;
  background-position: center;
  height: 100% !important;
  box-sizing: border-box !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  align-items: center
}

.moving-row {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%
}

.moving-row>div {
  animation: slide 5s linear infinite;
  flex: 0 0 25%;
  transition: transform 0.5s
}

.moving-row:hover>div {
  animation-play-state: paused
}

.bg-color-dark-100 {
  margin: 10px
}

.feature-image {
  height: auto;
  margin-bottom: 15px
}

.pitchUs {
  display: flex;
  justify-content: flex-end
}

.backgroundWhite {
  background: #fff !important
}

.feature-box-info h3 {
  margin-bottom: 5px !important
}

.useful-links li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important
}

.contact-info {
  padding: 0;
  margin: 0
}

.contact-info li {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important
}

.contact-info li i {
  margin-right: 10px;
  color: #fff;
  font-size: 20px
}

.about_anveshana h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  margin: 0px !important;
  font-family: "Oswald", sans-serif !important
}

.ECOSYSTEM {
  margin: -.5rem
}

@keyframes slide {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

.logos {
  overflow: hidden;
  padding: 32px 0;
  white-space: nowrap;
  position: relative;
  margin-left: 2rem
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2
}

.logos:before {
  left: 0
}

.logos:after {
  right: 0
}

.logos:hover .logos-slide {
  animation-play-state: paused
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear
}

.logos-slide img {
  height: 150px;
  width: 200px;
  margin: 0 0
}

.flex-partner {
  display: flex
}

.STARTUPS .owl-item img {
  display: block;
  height: 175px;
  width: 150px;
  width: 100%
}

footer h2 {
  font-size: 2.2em
}

.ecosystem {
  background-image: url(assets/images/background/background1.jfif);
  background-size: cover;
  background-position: center;
  min-height: 30vh;
  align-items: center;
  font-size: 20px;
  color: #004ca2
}

.borderRadius20 {
  border-radius: 20px
}

.custom-row-span {
  grid-row: span 2;
  height: 100%
}

.custom-row-span img {
  height: 100%;
  object-fit: cover
}

.collection .content {
  width: 40rem;
  overflow: hidden;
  margin-bottom: 25px
}

.content img {
  width: 100%
}

.images-box {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer
}

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000
}

.images-box:hover .img-caption {
  opacity: 1;
  visibility: visible
}

.images-box:hover .img-caption {
  opacity: 1;
  visibility: visible
}

.plus-icon {
  position: absolute;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease
}

.images-box:hover .plus-icon {
  opacity: 1
}

.images-box:hover .img-caption,
.images-box:hover .plus-icon {
  opacity: 1;
  visibility: visible
}

.images-box:hover .plus-icon {
  color: #fff
}

#header .header-body {
  display: flex;
  flex-direction: column;
  background: #fff !important;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED !important;
  border-bottom: 1px solid #fff0;
  z-index: 1001
}

.programs {
  min-height: 90 vh
}

.backgroundgrey {
  background: var(--grey-100)
}

.aboutUssection {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-image: url(assets/images/background/background1.jfif);
  background-size: cover
}

.aboutcommunity {
  background: #004aa6;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 25px
}

.aboutcommunity h2,
.aboutcommunity p {
  color: #fff
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.scroller[data-animated="true"] {
  overflow: hidden
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  animation-play-state: running
}

.scroller[data-animated="true"] .scroller__inner:hover {
  animation-play-state: paused
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem))
  }
}

.test {
  background: red !important
}

@media only screen and (max-width:576px) {
  .inc_max_width {
    width: 100%
  }
}

@media only screen and (min-device-width:577px) and (max-device-width:768px) {
  .inc_max_width {
    width: 45%
  }
}

@media only screen and (min-device-width:769px) and (max-device-width:992px) {
  .inc_max_width {
    width: 100%
  }
}

@media only screen and (min-device-width:993px) and (max-device-width:1024px) {
  .inc_max_width {
    width: 300px
  }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1200px) {
  .inc_max_width {
    width: 300px;
    height: 450px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media only screen and (min-device-width:1201px) and (max-device-width:1400px) {
  .inc_max_width {
    width: 280px;
    height: 450px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media only screen and (min-device-width:1401px) {
  .inc_max_width {
    width: 100%;
    height: 460px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media screen and (max-width:360px) and (max-height:800px) {
  .text-13 {
    font-size: 2em !important;
    line-height: 0
  }

  .left-corner-image {
    position: absolute;
    top: -199px;
    left: 39px;
    width: auto;
    max-width: 126px;
    z-index: 5
  }

  .owl-carousel-light .owl-item {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    width: 100%;
    height: 78%;
    top: 0;
    transition: ease opacity 300ms
  }

  .h-100 {
    height: 105% !important
  }

  .home-intro p {
    color: var(--light);
    display: inline-block;
    font-size: 1.36em;
    font-weight: 600;
    margin-bottom: 25px
  }

  .custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 12px 19px 13px 22px;
    font-size: 12.8px;
    font-size: .8rem;
    color: #2d4a9a;
    margin-right: 107px
  }

  .marginTop {
    margin-top: 0
  }

  .btn12 {
    margin-bottom: -128px !important;
    margin-left: -16px !important
  }

  .form-group12 {
    margin-bottom: 3rem
  }

  .mxx-2 {
    margin-right: 34px !important;
    margin-left: -283px !important;
    margin-top: 56px
  }

  .uniform-image-size {
    width: 302px;
    height: 302px;
    border-radius: 8px;
    border: 2px solid #e6e4ef
  }

  .col-3 {
    flex: 0 0 auto;
    width: 48%
  }

  .img12 {
    background-image: url(assets/images/about.png);
    height: 26vh !important
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 81px 0
  }

  .ps-4 {
    padding-left: 0rem !important
  }

  .pe-4 {
    padding-right: 0rem !important
  }

  .boardmemebers h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 0 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
  }

  footer h2 {
    font-size: 1em
  }

  .mLR {
    margin-left: -29px;
    margin-right: -29px;
    margin-bottom: 0 !important
  }

  #header .header-logo img {
    z-index: 1;
    width: 215px
  }

  .mtt-5 {
    margin-top: -6rem !important
  }

  section.section {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 0 2px;
    margin-bottom: -49px
  }

  .social-icons.social-icons-big li a,
  .social-icons.social-icons-lg li a {
    height: 35px;
    line-height: 36px;
    width: 32px
  }

  .pyy-4 {
    padding-top: -0.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .marginbottom {
    margin-bottom: 0.5rem !important
  }

  .mbb-3 {
    margin-bottom: 1rem !important
  }
}

@media screen and (min-width:360px) and (max-width:844px) {
  .text-13 {
    font-size: 2em !important;
    line-height: 0
  }

  .left-corner-image {
    position: absolute;
    top: -215px;
    left: 39px;
    width: auto;
    max-width: 168px;
    z-index: 5
  }

  .owl-carousel-light .owl-item {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    width: 100%;
    height: 78%;
    top: 0;
    transition: ease opacity 300ms
  }

  .h-100 {
    height: 105% !important
  }

  .home-intro p {
    color: var(--light);
    display: inline-block;
    font-size: 1.48em;
    font-weight: 600;
    margin-bottom: 25px
  }

  .custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 12px 19px 13px 22px;
    font-size: 12.8px;
    font-size: .8rem;
    color: #2d4a9a
  }

  .btn12 {
    margin-bottom: -128px !important;
    margin-left: -16px !important
  }

  .form-group12 {
    margin-bottom: 3rem
  }

  .mxx-2 {
    margin-right: 34px !important;
    margin-left: -315px !important;
    margin-top: 56px
  }

  .uniform-image-size {
    width: 302px;
    height: 302px;
    border-radius: 8px;
    border: 2px solid #e6e4ef
  }

  .img12 {
    background-image: url(assets/images/about.png);
    height: 26vh !important
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 81px 0
  }

  .ps-4 {
    padding-left: 0rem !important
  }

  .pe-4 {
    padding-right: 0rem !important
  }

  .boardmemebers h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 0 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
  }

  footer h2 {
    font-size: 1.1em
  }

  .mbb-3 {
    margin-bottom: 1rem !important
  }

  .mLR {
    margin-left: -29px;
    margin-right: -29px;
    margin-bottom: 0 !important
  }

  #header .header-logo img {
    z-index: 1;
    width: 215px
  }

  .mtt-5 {
    margin-top: -6rem !important
  }

  section.section {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 0 2px;
    margin-bottom: -49px
  }

  .social-icons.social-icons-big li a,
  .social-icons.social-icons-lg li a {
    height: 38px;
    line-height: 40px;
    width: 37px
  }

  .pyy-4 {
    padding-top: -0.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .marginbottom {
    margin-bottom: 0.5rem !important
  }
}

.img12 {
  height: 90vh
}

.trust_margin {
  padding-bottom: 0px !important;
  font-size: 25px !important
}

.PES_p {
  margin-top: -10px !important
}

.at-symbol {
  color: tomato;
  font-size: 13px;
  padding: 0 4px;
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgb(0 0 0 / .1)
}

.program1 {
  margin-bottom: 35px !important
}

.home-intro .program p {
  font-size: 2.23em
}

.customer_borderradius {
  border-radius: 30px
}

.form-group input {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 250px;
  max-width: 100%;
  transition: all 0.3s ease
}

.form-group select {
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Poppins", Sans-serif;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 250px;
  max-width: 100%;
  font-weight: 700;
  transition: all 0.3s ease
}

.form-group input:hover {
  background-color: #f0f8ff;
  border-color: #007bff;
  box-shadow: 0 0 5px rgb(0 123 255 / .3)
}

.form-group select:hover {
  background-color: #f0f8ff;
  border-color: #007bff;
  box-shadow: 0 0 5px rgb(0 123 255 / .3)
}

.form-group input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgb(0 123 255 / .3)
}

.form-group select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgb(0 123 255 / .3)
}

.form-group button {
  width: 13rem !important;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #c82b32
}

@media (min-width:992px) {
  #header .header-body:not(.h-100) {
    height: 85px !important
  }
}

#header .header-logo {
  margin: 0 0 0 0
}

.portfolio-item:hover .thumb-info-wrapper img {
  transform: scale(1.04)
}

@media (max-width:768px) {
  .pitchUs {
    display: flex;
    justify-content: center !important
  }

  .custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 12px 19px 13px 22px;
    font-size: 12.8px;
    font-size: .8rem;
    color: #2d4a9a;
    margin-right: 0
  }

  .dd-flex {
    display: block !important
  }

  .about_anveshana h2 {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 25px
  }
}

.video-container {
  position: relative;
  text-align: center;
  margin-top: 10px
}

.video-control-btn {
  position: absolute;
  bottom: 20px;
  background-color: rgb(0 0 0 / .7);
  border: none;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 20px
}

#playPauseBtn {
  left: 20px
}

#muteBtn {
  right: 20px
}

.video-control-btn:hover {
  background-color: rgb(0 0 0 / .9)
}

@media screen and (max-width:768px) {
  .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: #fff0;
    font-size: 10px !important
  }

  .font-weight-semibold {
    font-weight: 700 !important;
    margin-top: 0rem !important
  }

  .border-box {
    margin: 0.9px !important
  }

  h1 {
    font-size: 2.2em !important
  }

  .testimonial.testimonial-with-quotes blockquote p {
    padding: 0px !important
  }

  .home-intro p {
    font-size: 1.2em
  }

  h2 .marigntop {
    margin-top: 3rem !important
  }

  .home-intro {
    padding: 1rem 0 !important
  }

  .ecosystem {
    min-height: 40vh !important
  }

  .footer_margin {
    margin-bottom: 0px !important
  }
}

@media (min-width:769px) and (max-width:992px) {
  .counters.counters-lg strong {
    font-size: 30px !important;
    line-height: 60px
  }
}

@media screen and (min-width:991px) and (max-width:1200px) {
  #header .header-nav-main nav>ul>li>a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px !important
  }
}

@media (max-width:768px) {
  .inc_max_width .bg-color-dark-100 p {
    text-align: justify !important
  }

  .mb-Activities {
    margin-bottom: 0rem !important
  }

  .ms-4 {
    margin-left: 0rem !important
  }

  .text-10 {
    font-size: 2.2em !important
  }

  .form-group select {
    width: 300px
  }

  .form-group input {
    width: 300px
  }

  .anveshan_about p {
    font-size: 16px !important
  }

  .para_margin {
    margin: 5px !important;
    font-size: 16px
  }

  .footer-link h2 {
    font-size: 10px !important;
    padding: .2rem 0 !important;
    text-align: center !important;
    color: #ffff !important
  }

  footer.col {
    flex: 1 0 50%;
    max-width: 50%
  }

  .mbb-3 {
    margin-bottom: 1rem
  }

  .social-icons.social-icons-dark-2 li a i {
    color: #fff
  }
}

.footer-link h2 {
  color: #ffff !important
}

.footer_margin {
  margin-bottom: 2rem
}

.social-icons.social-icons-dark-2 li a i {
  color: #fff
}

.compName {
  text-transform: capitalize
}

.custmtext1 {
  text-transform: none !important;
  color: #fff;
  font-size: 1.2rem
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated-bottom-to-up {
  animation: fadeInBottom 0.8s ease-out
}

.smallmargintop25 {
  margin-top: 25px
}

.about_anveshana p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #000
}

.padd50 {
  padding: 0 50px 50px 50px
}

.image-background {
  background-color: rgb(255 255 255 / .8);
  padding: 10px;
  display: inline-block
}

.sticky {
  position: sticky;
  top: 40%;
  width: 100%
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.image-container img {
  display: block;
  width: 100%;
  height: auto
}

.text-title {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004aa69c;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  width: 100%;
  z-index: 2;
  transition: opacity 0.3s ease
}

.image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004aa69c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  text-align: center;
  padding: 20px;
  height: 100%
}

.image-container:hover .text-title {
  opacity: 0
}

.hover-info {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  transition: opacity 0.6s ease
}

.hovering {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  transition: opacity 0.6s ease
}

.image-container:hover img {
  transform: scale(1.1)
}

.py-6 {
  padding-top: 4em;
  padding-bottom: 4em
}

.teamname-above .desig {
  font-weight: normal !important
}

.teamname-above .org {
  font-weight: normal !important
}

.teamname-above {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  background: #004aa69c;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  right: 0;
  padding: 7px;
  text-align: center
}

@media (min-width:768px) and (max-width:1024px) {
  .appear-animation {
    animation-delay: 0.3s
  }

  .text-15 {
    font-size: 3em !important
  }

  .animated-line {
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 20px 0;
    animation: slideIn 1s ease forwards
  }

  .pitchUs {
    display: flex;
    justify-content: center !important
  }
}

@media (max-width:320px) {
  .owl-carousel-light .owl-item {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    width: 100%;
    height: 70%;
    top: 0;
    transition: ease opacity 300ms
  }
}

.mb-Activities {
  margin-bottom: 1.5rem
}

@media (min-width:768px) and (max-width:1024px) {
  .counters.counters-lg strong {
    font-size: 35px !important;
    line-height: 60px
  }

  .mb-Activities {
    margin-bottom: 0rem !important
  }

  .owl-item.position-relative {
    background-image: url(img/slides/Infographic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100% !important
  }

  section.section {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 20px 0;
    top: 125px
  }

  section.section2 {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 20px 0;
    top: 25px
  }

  .home-intro {
    padding: 1rem 0 !important;
    margin-top: 125px
  }

  .program-img {
    width: 25rem !important
  }

  .proImg-center {
    margin-left: 5vw !important
  }

  section.section1 {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 20px 0;
    top: 0
  }

  .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse);
    font-size: 15px !important
  }

  .font-weight-semibold {
    font-weight: 700 !important;
    margin-top: 25px !important;
    margin-bottom: 0
  }

  .mb-Activities {
    margin-bottom: 0rem !important
  }

  .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh !important
  }

  .form-group button {
    width: 100% !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #c82b32
  }

  .form-group select {
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #ddd;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    transition: all 0.3s ease
  }

  .form-group input {
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #ddd;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease
  }

  .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 75vh !important
  }
}

@media (min-width:1900px) {
  .d-none.d-lg-block.owl-carousel {
    height: 800px !important
  }
}

@media (min-width:768px) and (max-width:1900px) {
  .d-none.d-lg-block.owl-carousel {
    height: 630px !important
  }
}

@media (min-width:1024px) and (max-width:2500px) {
  .mb-alar {
    margin-bottom: 35px
  }

  .mp-alar1 {
    margin-top: -25px
  }

  .mb-triangle {
    margin-top: 0px
  }

  .mb-Experimind {
    margin-top: 0
  }
}

.inc_max_width .bg-color-dark-100 p {
  text-align: center !important
}
.text_style
{
    top:10%;
}


#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: -1px 10px !important;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: -1px 10px !important;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}
@media only screen and (max-width:576px) {
  .inc_max_width_current {
    width: 100%
  }
}

@media only screen and (min-device-width:577px) and (max-device-width:768px) {
  .inc_max_width_current{
    width: 45%
  }
}

@media only screen and (min-device-width:769px) and (max-device-width:992px) {
  .inc_max_width_current {
    width: 100%
  }
}

@media only screen and (min-device-width:993px) and (max-device-width:1024px) {
  .inc_max_width_current{
    width: 300px
  }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1200px) {
  .inc_max_width_current {
    width: 300px;
    height: 450px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media only screen and (min-device-width:1201px) and (max-device-width:1400px) {
  .inc_max_width_current {
    width: 280px;
    height: 565px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media only screen and (min-device-width:1401px) {
  .inc_max_width_current  {
    width: 100%;
    height: 560px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

.inc_max_width_current  {
  display: flex;
  flex-direction: column;
  height: 100%;
}



.incubatedStartup1 {
  background-image: url(../assets/images/background/background1.jfif) !important;
  background-size: cover;
  background-position: center;
  height: 100% !important;
  box-sizing: border-box !important;
  padding-top: 0px !important;
  padding-bottom: 60px !important;
  align-items: center
}
.incubatedStartup {
  background-image: url(../assets/images/background/background1.jfif) !important;
  background-size: cover;
  background-position: center;
  height: 100% !important;
  box-sizing: border-box !important;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  align-items: center
}

