html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-size: 0.9rem;
  color: #666;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1040px;
}
.MsoNormal {
  padding-left: 0px !important;
}

/* Modal popup style */
.after_modal_appended {
  position: relative;
}

.red {
  background-color: red;
}

.modal-dialog {
  /* min-width: 40% !important; */
}
/* 
.blue
{
  background-color:blue;
} */

/* Video Card Caption */
.video-card-caption {
  display: flex;
  flex-direction: column;
}

.video-card-caption .name {
  color: #4a90e2;
  font-size: 0.9rem;
  font-weight: 500;
}

.video-card-caption .title {
  font-size: 0.8rem;
  font-weight: 500;
}

.video-card-caption .organization {
  font-size: 0.8rem;
  font-weight: 500;
}

#apply_btn_container {
  position: absolute;
  width: 100%;
  bottom: 38px;
  text-align: center;
  font-size: 1em;
}

.block {
  width: 100%;
  height: 200px;
}
#myModal {
  top: 10% !important;
}

.modal,
.modal-backdrop {
  position: fixed !important;
  /* top:10% !important; */
}

/* Login popup */
.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
*:focus {
  outline: none;
  color: initial;
  box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
  font-weight: 400;
}
a:focus,
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
button:focus {
  outline: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/*Colors*/
.primary_bg {
  background-color: #4a90e2 !important;
}
.primary_color {
  color: #4a90e2 !important;
}
.secondary_bg {
  background-color: #f0fffb !important;
}
.secondary_color {
  color: #f0fffb !important;
}
.orange_bg {
  background-color: #f36a10 !important;
}
.orange_color {
  color: #f36a10 !important;
}
.white_bg {
  background-color: #ffffff !important;
}
.white_color {
  color: #ffffff !important;
}
.gray_dark_bg {
  background-color: #495057 !important;
}
.gray_dark_color {
  color: #495057 !important;
}
.gray_light_bg {
  background-color: #7e848b !important;
}
.gray_light_color {
  color: #7e848b !important;
}
.blue_light_bg {
  background-color: #79a0fd !important;
}
.blue_light_color {
  color: #79a0fd !important;
}
.blue_dark_bg {
  background-color: #3a589b !important;
}
.blue_dark_color {
  color: #3a589b !important;
}
.blue_medium_bg {
  background-color: #0077b5 !important;
}
.blue_medium_color {
  color: #0077b5 !important;
}
/*Colors*/

/*Text*/
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
/*Text*/

.flctd-btn {
  font-size: 1.2rem;
  color: #fff;
  background: #4a90e2;
  line-height: 1;
  padding: 10px 17px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.flctd-btn:hover {
  color: #4a90e2;
  background: #fff;
  border-color: #4a90e2;
  transition: all 0.4s;
}

/*Header*/
.inner-header {
  background: #fff;
  min-height: 3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.logo {
  /*max-width: 7.5rem;*/
  max-width: 100%;
}
.logo img {
  width: 100%;
  width: 145px;
}
.inner-header .agencies-logo {
  margin-bottom: 0.2rem;
}
.inner-header .agencies-logo li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  padding: 2px;
}
.inner-header .agencies-logo li img {
  cursor: initial;
  min-width: 1.6rem;
  max-width: 1.9rem;
  width: 100%;
}
.main-navigation {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.main-navigation .navbar {
  background-color: #05476b;
}
.navbar-toggler {
  width: 35px;
  height: 30px;
  padding: 0;
}
.navbar-toggler div {
  width: 100%;
  height: 4px;
  background: #4a90e2;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.navbar-toggler[aria-expanded="true"] .one {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .two {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .three {
  transform: rotate(-45deg) translate(7px, -8px);
}
.navbar-collapse.collapse.show .form-inline {
  display: none;
}
.main-navigation .navbar.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}
.main-navigation .navbar {
  padding: 0rem 0.5rem;
}
.main-navigation .nav-item {
  position: relative;
  margin: 0 8px;
  padding: 3px 0;
}
.main-navigation .nav-item a.nav-link,
.main-navigation .nav-item div.nav-link {
  color: rgb(255 255 255 / 70%);
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}
.main-navigation .nav-item a.nav-link:focus,
.main-navigation .nav-item a.nav-link:hover,
.main-navigation .nav-item.active a.nav-link,
.main-navigation .nav-item div.nav-link:focus,
.main-navigation .nav-item div.nav-link:hover,
.main-navigation .nav-item.active div.nav-link,
.main-navigation .dropdown-item:hover,
.main-navigation .dropdown-item:focus {
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}
.main-navigation .nav-item a.nav-link:hover::before,
.main-navigation .nav-item.active a.nav-link::before,
.main-navigation .nav-item div.nav-link:hover::before,
.main-navigation .nav-item.active div.nav-link::before,
.main-navigation .dropdown-item:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #09acf4;
  transition: 0.3s;
}
.main-navigation .dropdown-submenu {
  position: relative;
}
.main-navigation .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 1.2em;
}
.main-navigation .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.main-navigation .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.main-navigation .dropdown-menu {
  color: #fff;
  background: #05476b;
}
.main-navigation .dropdown-item {
  display: block;
  width: 100%;
  /* padding: 0.5rem 1rem; */
  clear: both;
  font-weight: 300;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #05476b;
  /* border-bottom: 1px solid #00000014; */
}
.main-navigation .dropdown-menu li {
  position: relative;
}
.main-navigation .dropdown-menu li:last-child > .dropdown-item {
  border-bottom: 0;
}
.account-btn {
  border-radius: 25px;
  padding: 1px 20px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.account-btn:hover {
  border: 1px solid #4a90e2;
  background-color: #fff;
  color: #052a5e;
  transition: 0.3s;
}
.tag {
  display: none;
  position: absolute;
  top: -7px;
  left: 10px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 1rem;
}
.new {
  background-color: #f36a10;
}

/* Video Player */
/* .fancybox-content{
  width: 80% !important;
  height: 80% !important;
} */

/* Loader  */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 6px solid rgba(33, 150, 243, 1);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Header*/
/*Section*/
section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.section-heading,
.section-info {
  max-width: 94%;
  margin: auto;
}
.section-heading {
  padding-bottom: 0;
}
.section-info {
  padding-top: 0;
}
.section-heading h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4a90e2;
  line-height: 1.4;
}
.section-heading::after {
  content: "";
  display: block;
  width: 105px;
  height: 2px;
  margin: 15px auto;
  background-color: #4a90e2;
}
.section-info h6 {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
}
/*Section*/
/*Home Section*/
.home-section {
  background-image: url("../img/video_bg_new.png");
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 245px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
/* Video */

.testimonials .container {
  max-width: 986px;
  padding: 0;
}

.testimonials .card {
  border-radius: 10px;
  min-height: 255px;
}

.testimonials .card-body {
  padding: 8px;
}

.testimonials .card .card-body img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.testimonials .card .card-body .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.testimonials .card .card-body .thumbnail .play-button {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(36, 38, 36, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  transition: font-size 0.1s ease; /* Smooth transitions */
}

.testimonials .card .card-body .thumbnail .play-button:hover {
  font-size: 2.4rem;
  background: rgba(36, 38, 36, 0.5);
}

.testimonials .card .card-body .card-text {
  padding: 10px 12px;
}

.video-player {
  padding: 0;
}
.video-player video {
  width: 100%;
  height: 100%;
  top: 50px;
  position: relative;
}
.video-controls-box {
  position: absolute !important;
  z-index: 1;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 0;
}
.video-controls-box a {
  display: inline-block;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  color: #dfd9d9;
  background: rgb(0 0 0 / 20%);
  border-radius: 50%;
  padding: 8px;
  text-decoration: none;
  margin-top: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.video-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home-full-height {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ebf1ff;
}
.imp-info-box {
  position: relative;
  top: -20px;
  background: #fff;
  box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  max-width: 986px;
}
/*Home Section*/
/*Tagline*/
.tagline {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: auto;
}
.mainline {
  font-size: 1rem;
  font-weight: 500;
  color: #4b4b4b;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.mainline .blue {
  color: #003b86;
  font-size: 2rem;
  font-weight: 500;
}
.mainline .green {
  color: #429119;
  font-size: 2rem;
  font-weight: 500;
}
.mainline .orange {
  color: #f57e19;
  font-size: 2rem;
  font-weight: 500;
}
.tagline h6 {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  color: #1c1c1c;
  vertical-align: middle;
  padding-bottom: 0px;
}
/*Tagline*/

/*Stats*/
.stats-block {
  flex-direction: column;
}
.stats {
  width: 100%;
  background-color: #2d89d2;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0 auto;
}
.stat-box {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  min-height: 80px;
  position: relative;
  text-align: center;
}
.stat-box .count {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 0 5px;
}
.stat-box .details {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 20px;
}
/*Stats*/

/*parteners*/
.parteners {
  /* background-color: #ebf1ff;*/
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}
.partener-image {
  box-shadow: 0 0 8px 0 #dcdcdc;
  border-radius: 6px;
  margin: 1rem 0.5rem;
}
.parteners .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
  margin-left: 5px;
}
.parteners .logos img {
  max-width: 30%;
  box-shadow: 0 0 8px 0 #dcdcdc;
  margin: 5px auto;
  border-radius: 6px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4a90e2;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 12px;
}
/*parteners*/

/*Initiatives*/
.initiatives {
  background-color: #ebf1ff;
  padding-top: 1.3rem;
}
.initiative-box {
  display: block;
  min-height: 125px;
  margin: 5px auto;
  background-color: grey;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 170px 115px -50px rgb(33 150 243 / 70%);
  transition: all 1s;
}
.one {
  background-image: url("../img/initiatives/technology_gap_identification.png");
}
.two {
  background-image: url("../img/initiatives/mentoring_early_innovation.png");
}
.three {
  background-image: url("../img/initiatives/grant_support.png");
}
.four {
  background-image: url("../img/initiatives/commercialization.png");
}
.five {
  background-image: url("../img/initiatives/tech_transfer.png");
}
.initiative-box .name {
  text-align: left;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 5px;
}
.initiative-box .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 25px;
}

.texteffect {
  position: relative;
  background-color: #4a90e2;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.texteffect:hover {
  background-blend-mode: luminosity;
}

.texteffect figcaption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em 0.1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.texteffect figcaption::before,
.texteffect figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*.texteffect figcaption::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.texteffect figcaption::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}*/

.texteffect .name {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.texteffect p.detail {
  padding: 2px 0.5em;
  list-style: disc outside none;
  display: list-item;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 20px, 0);
  transform: translate3d(-20px, 20px, 0);
}
.texteffect:hover figcaption {
  background: rgb(25 118 210 / 75%);
}
.texteffect:hover figcaption::before,
.texteffect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.texteffect:hover .name {
  opacity: 1;
  -webkit-tramgcfv: nsform translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.texteffect:hover p.detail {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.texteffect:hover p.detail:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.texteffect:hover p.detail:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.texteffect:hover p.detail:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.texteffect:hover p.detail:nth-of-type(4) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.texteffect:hover figcaption .icon {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

/*Initiatives*/

/* Winners */
.winner_img_container {
  position: relative;
  min-height: 144px;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 55%;
  min-height: 190px !important;
  display: flex;
  z-index: 1;
}
.place {
  position: absolute;
  bottom: 5px;
  right: 8px;
}
.winnerCardImg {
  width: auto !important;
  max-width: 60%;
  height: auto !important;
}
.winner-title {
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  width: 100%;
}
.winner-name {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  width: 100%;
}
.validated-details {
  font-size: 0.8em;
  color: #fff;
}
.completed-challenge-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 35px;
  padding-bottom: 25px;
}
.completed-challenge-section .container {
  position: relative;
}
.completed-challenge-section .challenge-name h2 {
  text-align: left;
  margin: 15px 0;
  padding: 4px;
  color: #1d1d1d;
  text-shadow: none;
  font-weight: 500;
}
.cc-carousel .item {
  padding: 15px;
}
.wrapper {
  min-height: 320px;
  background: #4a90e2;
  box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}
.cc-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: -15px;
}
.cc-carousel.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  font-size: 2rem;
  margin: 5px 30px;
}
.gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../img/mesh.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  opacity: 0.4;
}
.validationStamp {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 1px;
  text-align: right;
  border-radius: 59%;
  height: 52px;
  width: 56px;
  background-color: #fff;
  box-shadow: 0px 1px #888888;
}

.validationStamp img {
  position: absolute;
  left: 12px;
  top: 11px;
}

/*Video Gallery*/
.stripe-animation {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern-2.png);
  background-repeat-y: no-repeat;
  background-repeat-x: repeat;
  background-position-y: 70%;
  background-size: inherit;
  -webkit-animation: patternAnimation 300s linear infinite;
  -moz-animation: patternAnimation 300s linear infinite;
  -o-animation: patternAnimation 300s linear infinite;
  animation: patternAnimation 300s linear infinite;
}
@-webkit-keyframes patternAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 1000%;
  }
}
@-moz-keyframes patternAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 1000%;
  }
}
@-ms-keyframes patternAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 1000%;
  }
}
@keyframes patternAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 1000%;
  }
}
.video-carousel-parent {
  /*max-width: 925px;*/
  margin: auto;
}
.item {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 207.3333333333333px;
  height: 207.3333333333333px;
  border: 3px solid #eceef0;
  border-radius: 50%;
  transition: 0.3s;
}
.owl-carousel .owl-stage-outer {
  /* background-color: rgb(243, 243, 243); */
}
.item img {
  border-radius: 50%;
  min-height: 201px;
}
.item .year {
  position: absolute;
  z-index: 1;
  background: #4a90e2;
  color: #fff;
  border-radius: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 18px 10px;
}
.item .video-play-icon {
  position: absolute;
  z-index: 1;
  /* background: #fff; */
  color: #4a90e2;
  border-radius: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px 3px;
  bottom: 25px;
  right: -5px;
}
.item:hover {
  border-color: #f36a10;
  width: 202.3333333333333px;
  height: 202.3333333333333px;
  transition: 0.3s;
}
.item:hover img {
  min-height: 196px;
  transition: 0.3s;
}
.item:hover .video-play-icon {
  color: #f36a10;
  transition: 0.3s;
}
.item:hover .year {
  background-color: #f36a10;
  transition: 0.3s;
}
/*Video Gallery*/

/*Challenges*/
.challenges {
  /*background-color: #f0fffb;*/
  padding-top: 15px;
}
.challenges .challenge-box {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 275px;
  min-height: 350px;
  position: relative;
  background-image: url("../img/challenge-card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto auto 40px;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px 0 #b7b7b7;
  transition: all 0.5s ease-in-out;
  padding: 2px;
}
.challenges .challenge-box:hover .ch-img {
  box-shadow: 0 2px 8px 0 #959595;
  transform: translateY(-25px);
  transition: all 0.4s ease-in-out;
}
.ch-img {
  width: calc(100% - 20%);
  max-height: 275px;
  margin: 0 auto;
  border-radius: 0.4rem;
  position: relative;
  transform: translateY(-10px);
  box-shadow: 0 2px 5px 0 #d2d2d2;
  transition: all 0.4s ease-in-out;
}
.challenges .name {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto;
}
.challenges .date {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  margin: 1rem auto;
}
.challenges .btn {
  color: #000;
  background: #fff;
  border-radius: 25px;
}

.challenges .challenge-cards div h5 {
  font-size: 1.2em;
  color: #4a90e2;
  font-weight: 500;
}
.challenges .challenge-cards div h5:after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin-top: 8px;
  margin-left: 22%;
  background-color: #4a90e2;
}

.challenges .btn.closed {
  pointer-events: none;
}
.apply-btn {
  display: block;
  margin: auto;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 0;
  line-height: 1;
  padding: 6px 20px;
}
.challenges .btn.active:hover {
  background-color: #4a90e2;
  color: #ffffff;
}
/*Challenges*/
label {
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
}
/*outcomes*/
.outcomes {
  background-color: #f0fffb;
}
.h-circle {
  position: relative;
  border-radius: 100%;
  border: 6px solid #d3d3d3;
  width: 325px;
  height: 325px;
  left: 72px;
  top: 72px;
}
/*circular navigation*/
.cm-container .bindu {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 6px solid #4a90e2;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 55px;
  z-index: 2;
}
.cm-container {
  position: relative;
  width: 90%;
  height: 100%;
  left: 5%;
  top: 10%;
  border: 6px solid transparent;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
}
.cm-container .cm-items {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: auto;
  left: 165px;
  top: 260px;
  box-sizing: border-box;
}
.cm-container .cm-items .cm-item {
  position: absolute;
  list-style: none;
  width: auto;
  box-sizing: border-box;
}
.cm-container .cm-items .cm-item.selected span {
  color: #fff;
  background: #4a90e2;
  box-shadow: 5px 8px 10px 0px rgb(107 107 107 / 60%);
  min-width: 100px;
  min-height: 100px;
  top: -20px;
  left: 20px;
}
.cm-container .cm-items .cm-item span {
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
  top: 0;
  left: 0;
  padding: 12px;
  color: #4a90e2;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(184, 217, 255, 1) 100%
  );
  box-shadow: 17px 15px 20px 0px rgb(117 116 116 / 60%);
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #4a90e2;
  font-size: 3.2rem;
  white-space: nowrap;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease, -webkit-transform 0.5s ease;
  transition: all 0.5s ease, transform 0.5s ease;
  transition: all 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  display: flex;
  width: 100%;
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  margin: auto;
}
.cm-container .cm-items .cm-item span i {
  margin: auto;
}
.cm-container .cm-items .cm-item span:hover {
  color: #fff;
  background: #4a90e2;
  transition: all 0.5s ease, -webkit-transform 0.5s ease;
  transition: all 0.5s ease, transform 0.5s ease;
  transition: all 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cm-container .cm-selected-container {
  position: absolute;
  width: 225px;
  height: 225px;
  border: solid 2px #ffffff;
  left: 100px;
  top: 185px;
  text-align: center;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 10px 15px 15px #aaa, inset 0 2px 3px #fff;
}
.cm-container .cm-selected-container img {
  position: absolute;
  top: 65px;
  left: 25px;
  width: 175px;
}
.cm-container .cm-selected-container::before {
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgb(223 238 254) 100%
  );
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.cm-container .cm-selected-container .cm-selected-label {
  height: 74px;
  width: 74px;
  overflow: hidden;
  font-weight: 700;
  color: #1a9667;
  font-size: 85%;
  box-sizing: border-box;
  position: absolute;
  top: 11px;
  left: 14px;
}
.cm-container .cm-selected-container .cm-selected-label span {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
}
.cm-container .cm-selected-container .cm-button {
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 20px;
  cursor: pointer;
  /*top: 36px;*/
  color: #c1225e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button:hover {
  color: #1a9667;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button.cm-button-prev {
  top: 5px;
  left: 35%;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button.cm-button-prev:hover {
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button.cm-button-next {
  left: 35%;
  bottom: 5px;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button.cm-button-next:hover {
  bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* .outcome-detail-box{

} */
.outcome-detail-box .heading {
  /* background: linear-gradient(90deg, rgba(74,144,226,1) 85%, rgb(255 255 255 / 0%) 0%); */
  background: rgba(74, 144, 226, 1);
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  padding-left: 10px;
}
.outcome-detail-box .detail-list {
  padding: 5px;
}
.outcome-detail-box .detail-list li {
  padding: 5px;
  margin-left: 15px;
  font-size: 1rem;
  color: #495057;
}
.outcome-detail-box .detail-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid #4a90e2;
}
.outcome-detail-box .detail-image img {
  box-shadow: 0 0 8px 0 #dcdcdc;
}
label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}
/*outcomes*/

/*testimonials*/
.testimonials {
  /*background-color: #4a90e2;*/
}
/*.testimonials .section-heading h2{
  color: #fff;
}
.testimonials .section-heading::after{
  background-color: #fff;
}*/
.client-box-wrapper {
}
#big .client-box-wrapper {
  background: #f0fffb;
  box-shadow: 0 0 6px 0 #e8e8e8;
  border-radius: 8px;
  margin: 1rem;
  padding: 0;
}
#thumbs .client-box-wrapper {
  background: #fff;
  box-shadow: 0 0 16px 6px #e8e8e8;
  border-radius: 5px;
  margin: 1rem;
  padding: 0.3rem;
}
.client-box-wrapper .dfg {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.testimonials .client-featured-video {
  position: relative;
  top: -13px;
}
.testimonials .client-featured-video .v-player {
  position: relative;
  max-width: 100%;
}
.testimonials .client-featured-video .v-player video {
  max-width: 100%;
}
#big.clients-carousel.owl-carousel .client-image {
  width: 25%;
  margin: auto 1rem auto 0;
}
#big.clients-carousel.owl-carousel .client-info {
  width: 75%;
  position: relative;
  margin: auto;
  padding: 1rem;
}
.client-info .right-quotes {
  font-size: 10rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 10px;
  top: -55px;
  opacity: 0.2;
  z-index: 1;
}
#thumbs.clients-carousel.owl-carousel .client-image {
  width: 30%;
  margin: auto 0.2rem auto 0;
  padding: 0.2rem;
}
#thumbs.clients-carousel.owl-carousel .client-info {
  width: 70%;
  margin: auto;
  padding: 0.2rem;
}
#big.clients-carousel.owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#thumbs .dfg {
  cursor: pointer;
}

#thumbs.clients-carousel.owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
}
.resize {
  min-height: 100.5px !important;
}
#thumbs.clients-carousel.owl-carousel
  .owl-item.active.current
  .client-box-wrapper {
  border: 1px solid #4a90e2;
  background: #4a90e214;
  box-shadow: 0 0 18px 8px #e8e8e8;
}
.clients-carousel.owl-theme .owl-dots .owl-dot.active span,
.clients-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #4a90e2;
}
.clients-carousel .name {
  color: #151515;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 2px;
  margin: auto;
}
.clients-carousel .pos {
  color: #151515;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 2px;
  margin: auto;
}
.clients-carousel .message {
  color: #6f6f6f;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
  margin: auto 0;
}
/*testimonials*/
/*project-page*/
.page-top-info {
  padding-top: 3rem;
}
.page-top-info > .row {
  flex-direction: column-reverse;
}
.page-top-info .title {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page-top-info .desc {
  color: #1c1c1c;
  font-weight: 300;
}
#new-lis {
  font-size: 1rem;
  line-height: 1.4;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 0rem;
  margin-left: 1rem;
}
#new-lisw {
  font-size: 1rem;
  line-height: 1.4;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 0rem;
}
.agencies {
  background: #f2f5fd;
}
.agencies .agencies-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.agencies .agencies-info .info {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1c1c1c;
  font-weight: 500;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #606060;
  min-height: 70px;
}
.agencies .agencies-info .name {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem;
  min-height: 8rem;
}
.agencies .agencies-info img {
  max-width: 100%;
  margin-top: 0rem;
}
.project-targets {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.project-targets .row {
  position: relative;
}
.project-targets .title h2,
.project-components .title h2,
.project-team .title h2 {
  color: #004a8f;
  font-weight: 400;
  margin-bottom: 3rem;
}
.project-targets .title span,
.project-components .title span,
.project-team .title span {
  font-weight: 600;
}
.project-targets .target-points {
}
.project-targets .target-points ul {
}
.project-targets .target-points ul li {
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
.project-targets .target-points ul li::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #004a8f;
}
.project-targets .target-illustration {
  width: 100%;
  position: relative;
  z-index: 0;
  text-align: center;
  right: 0%;
  top: 0%;
}
.project-targets .target-illustration svg#target {
  display: inline-block;
  width: 65%;
  /* margin: 25px 10px; */
}
.project-components {
  background-color: #f3f6fd;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.project-components .component-wrapper {
  cursor: pointer;
  height: 200px;
  margin-left: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: flex;
  transform: translate3d(0px, 0px, 0px);
}
.project-components .component-wrapper #numb {
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  z-index: 0;
}
.project-components .component-wrapper::before {
  content: "";
}
.component-wrapper .component {
  background-image: url(../img/vector.png);
  background-color: #004a8f;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  background-position: center;
  padding: 2rem;
  background-position: 130% center;
  background-attachment: fixed;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  z-index: 1;
}
.component-wrapper .component .collection {
  background-color: #024079;
  padding: 1rem;
}
.component-wrapper .component .collection p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.full-component-wrapper {
  visibility: hidden;
  display: flex;
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
  background: #f3f6fd;
  padding: 0 2rem;
}
.full-component-wrapper .component {
  position: relative;
  background-color: #004a8f;
  padding: 2rem;
  border-radius: 10px;
  z-index: 1;
}
.full-component-wrapper .collection {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
/* Scrollbar width */
.full-component-wrapper .collection::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  border: 0;
  background: #f3f6fd;
  border-radius: 83px;
}
/* Scrollbar Handle */
.full-component-wrapper .collection::-webkit-scrollbar-thumb {
  background: rgb(0 74 143 / 85%);
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
.full-component-wrapper .collection::-webkit-scrollbar-thumb:hover {
  background: rgb(0 74 143 / 95%);
}
.full-component-wrapper .cmp-close {
  cursor: pointer;
  font-size: 0.9rem;
  color: #010101;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: 40px;
  z-index: 1;
}
.full-component-wrapper h6 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.full-component-wrapper p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.full-component-wrapper #numb {
  position: absolute;
  left: 20%;
  z-index: 99;
  height: 100%;
  margin: auto;
}
.project-team {
  background: #292f36;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.project-team #cs-bg {
  display: none;
}
.project-team .title h2 {
  color: #ffffff;
}
.project-team .outer {
  max-width: 100%;
  margin: auto;
  position: relative;
}
/*.project-team .team-carousel#big .owl-nav{
  position: absolute;
  left: 220px;
  bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.project-team .team-carousel#big .owl-nav button{
  color: #FFF;
  font-size: 1.2rem;
  background: #3c41a3;
  border-radius: 100%;
  padding: 0.1rem 0.6rem!important;
}*/
.project-team .team-carousel#thumbs {
  margin-top: 1rem;
}
.project-team .team-carousel#big .team-box-wrapper {
  background-color: #f5f7fb;
  padding: 1rem;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.project-team .team-carousel#big .team-box-wrapper .team-image {
  max-width: 32%;
  padding-right: 1rem;
  height: 100%;
  display: none;
}
.project-team .team-carousel#big .team-box-wrapper .team-info {
  max-width: 100%;
  max-height: 245px;
  min-height: 245px;
  overflow-y: auto;
}
.project-team .team-carousel#big .team-box-wrapper .team-image img {
  width: 100%;
  height: 100%;
}
.project-team .team-carousel#thumbs .team-box-wrapper {
  cursor: pointer;
}
.project-team .team-carousel#thumbs .team-box-wrapper .team-image {
  max-width: 86%;
  margin: auto;
}
.project-team .team-carousel#thumbs .team-box-wrapper .team-image img.resize {
  width: 55%;
  margin: auto;
}

.project-team .team-carousel .team-box-wrapper .name {
  font-size: 1.6rem;
  color: #545454;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.project-team .team-carousel .team-box-wrapper .pos {
  font-size: 1rem;
  color: #f36200;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 1rem;
}
.project-team .team-carousel .team-box-wrapper .about {
  font-size: 1rem;
  color: #606060;
  line-height: 1.3;
  font-weight: 300;
}
/*end project-page*/

/*
* About Innovation Challenge
*/
#about-innovation-challenge .page-top-info .title {
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
}
#about-innovation-challenge .page-top-info p.desc {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
section.innovation-challenge-cycle {
  border-top: 5px solid #aadcfc;
  background: #dbf1ff;
}
.challenge-cycle {
  position: relative;
}
.challenge-cycle svg#cycle-line {
  width: 100%;
  position: relative;
}
.challenge-cycle .title {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0rem;
  text-align: center;
}
.challenge-cycle .cycle-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.challenge-cycle .cycle-card {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  width: 125px;
  min-height: 175px;
  max-height: 175px;
  padding: 0.35rem;
  margin: 0.25rem;
  box-shadow: 0 0 16px 0px rgb(170 220 252 / 75%);
}
.challenge-cycle .cycle-card .cycle-icon {
  width: 55px;
  margin: auto;
  margin-bottom: 0.5rem;
}
.challenge-cycle .cycle-card .cycle-number {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0.25rem auto;
  text-align: center;
  display: block;
}
.challenge-cycle .cycle-card .cycle-name {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0.25rem auto;
  text-align: center;
  display: block;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-1 {
  top: 125px;
  left: 0px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-2 {
  top: 65px;
  left: 255px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-3 {
  top: 85px;
  left: 515px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-4 {
  top: 115px;
  left: 785px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-5 {
  top: 370px;
  left: 640px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-6 {
  top: 345px;
  left: 385px;
}
.challenge-cycle .cycle-wrapper .cycle-card#phase-7 {
  top: 410px;
  left: 125px;
}
.participation-parameters h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
.participation-parameters .detailings {
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #d4c3fe;
}
.participation-parameters .who .detailings {
  display: flex;
  justify-content: flex-start;
}
.participation-parameters .params .detailings {
  display: flex;
  justify-content: flex-end;
}
.participation-parameters .who {
  justify-content: flex-start;
}
.participation-parameters .params {
  justify-content: flex-end;
}
.participation-parameters img {
  position: absolute;
  max-width: 225px;
  top: 35px;
  background: #f9f9f9;
  padding: 2.5rem;
  border-radius: 20px;
  display: none;
}
.participation-parameters .who img {
  right: -100px;
}
.participation-parameters .params img {
  left: -100px;
}
.participation-parameters .detailings ul li {
  font-size: 1rem;
  line-height: 1.4;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.participation-incentives {
  background-color: #f9f9f9;
}
.participation-incentives h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.participation-incentives .desc {
  border-radius: 12px;
  border: 1px solid #d4c3fe;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.participation-incentives .cert .desc {
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
}
.participation-incentives .finan .desc {
  display: flex;
  justify-content: flex-start;
  padding-right: 1rem;
  padding-left: 1rem;
}
.participation-incentives .cert {
  justify-content: flex-start;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.participation-incentives .finan {
  justify-content: flex-end;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.participation-incentives img {
  position: absolute;
  max-width: 150px;
  top: -55px;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  display: none;
}
.participation-incentives .cert img {
  left: -50px;
}
.participation-incentives .finan img {
  right: -50px;
}
.participation-incentives .desc p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 0rem;
}

.guidelines h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.guidelines .guide-points {
  margin-left: 25px;
}
.guidelines .guide-points li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2f2f2f;
  padding-bottom: 1.5rem;
}
.guidelines .read-more {
  font-size: 0.85rem;
  font-weight: 400;
  color: #003672;
  line-height: 1;
  text-decoration: underline;
}
/*
* End About Innovation Challenge
* */
/*
*About Accelerator Program
* */
#about-accelerator-program .page-top-info .title {
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
}
#about-accelerator-program .page-top-info p.desc {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
#about-accelerator-program .page-top-info svg {
  max-width: 100%;
}
#about-accelerator-program #more {
  display: none;
}
#about-accelerator-program .read-more {
  font-size: 0.85rem;
  font-weight: 400;
  color: #003672;
  line-height: 1;
  text-decoration: underline;
}
.who-can-apply {
  border-top: 5px solid #dbdbdb;
  background-color: #f9f9f9;
}
.who-can-apply h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.who-can-apply .img-side {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.who-can-apply .content-side {
  padding-bottom: 0.5rem;
}
.who-can-apply .img-side img {
  max-width: 275px;
  margin-bottom: 1rem;
}
.who-can-apply p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}
.who-can-apply .applier-list {
  margin-left: 25px;
  margin-top: 25px;
}
.who-can-apply .applier-list li {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  padding-bottom: 0.5rem;
}
#about-accelerator-program .participation-incentives {
  background-color: #ffffff;
}
#about-accelerator-program .participation-incentives img {
  max-width: 175px;
  top: -30px;
  box-shadow: 0 0 18px 1px rgb(0 0 0 / 7%);
}
#about-accelerator-program .participation-incentives .desc {
  margin-left: 0;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-height: auto;
}

.recognition {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.more-info {
  color: white;
}

.more-info:visited {
  color: white;
}

.recognition .container {
  padding-top: 0;
  padding-bottom: 0;
}

.recognition .container .row .content-col {
}

/* Glow */
.wheel_container svg {
  width: 100%;
  height: 100%;
}

.video-player:hover {
  cursor: pointer;
}

/*#about-accelerator-program .participation-incentives .cert .desc{
    padding-left: initial;
    padding-right: initial;
  }
  #about-accelerator-program .participation-incentives .finan .desc{
    padding-left: initial;
    padding-right: initial;
  }*/
.program-structure {
  background-color: #f9f9f9;
}
.program-structure h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.program-structure p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f2f2f;
}
.program-structure .ps-points {
  margin-left: 25px;
  margin-top: 25px;
}
.program-structure .ps-points li {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f2f2f;
  padding-bottom: 0.5rem;
}
/* Timeline */
.container-timeline {
  position: relative;
  margin: 5px auto 5px;
}
.container-timeline ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
}
.container-timeline ul li {
  list-style: none;
  margin: 0;
  border-left: 4px solid;
  border-image-slice: 1;
  border-width: 5px;
  padding: 0 0 30px 40px;
  position: relative;
}
.container-timeline ul li .top {
  min-width: 100px;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: -125px;
  left: 0px;
  transform: translateX();
}
.container-timeline ul li .top p {
  font-size: 1rem;
  max-width: 98px;
  display: inline;
  text-align: center;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}
.container-timeline ul li:nth-of-type(1) {
  border-image-source: linear-gradient(90deg, #17425d 50%, #17425d 50%);
}
.container-timeline ul li:nth-of-type(2) {
  border-image-source: linear-gradient(90deg, #17425d 35%, #5da1c5 35%);
}
.container-timeline ul li:nth-of-type(3) {
  border-image-source: linear-gradient(90deg, #5da1c5 70%, #0cb5a1 50%);
}
.container-timeline ul li:nth-of-type(4) {
  border-image-source: linear-gradient(90deg, #0cb5a1 50%, #0cb5a1 50%);
}
.container-timeline ul li:nth-of-type(1) .top {
  left: -35px;
}
.container-timeline ul li:nth-of-type(2) .top {
  left: 35px;
}
.container-timeline ul li:nth-of-type(3) .top {
  left: 115px;
}
.container-timeline ul li:nth-of-type(4) .top {
  left: 200px;
}
.container-timeline ul li .bottom {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 100%;
}
.container-timeline ul li:nth-of-type(1) .bottom {
  left: -15px;
}
.container-timeline ul li:nth-of-type(2) .bottom {
  left: 60px;
}
.container-timeline ul li:nth-of-type(3) .bottom {
  left: 145px;
}
.container-timeline ul li:nth-of-type(4) .bottom {
  left: 225px;
}
.container-timeline ul li .bottom p {
  font-size: 0.8rem;
  display: inline;
  text-align: center;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}
.container-timeline ul li::before {
  position: absolute;
  left: -21px;
  top: 0;
  content: "";
  border-radius: 50%;
  background: white;
  height: 15px;
  width: 15px;
  text-align: center;
}
.container-timeline ul li:nth-of-type(1)::before {
  content: "";
  background: #17425d;
  left: -2px;
}
.container-timeline ul li:nth-of-type(2)::before {
  content: url("../img/flag.svg");
  font-size: 2rem;
  top: -25px;
  left: 60px;
  width: 45px;
  height: 45px;
  background: #eef8fc;
  border: 1px solid #77b6b8;
}
.container-timeline ul li:nth-of-type(3)::before {
  content: url("../img/flag.svg");
  font-size: 2rem;
  top: -25px;
  left: 145px;
  width: 45px;
  height: 45px;
  background: #eef8fc;
  border: 1px solid #77b6b8;
}
.container-timeline ul li:nth-of-type(4)::before {
  content: "";
  right: -2px;
  left: inherit;
  background: #0cb5a1;
}
.container-timeline ul li img {
  max-width: 50px;
  margin-bottom: 5px;
}
.container-timeline ul li p.extra-text {
  font-size: 0.8rem;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}
.container-timeline ul li p.extra-text svg {
  max-width: 15px;
}
.container-timeline ul li:nth-of-type(1) p.extra-text {
  margin-left: 25%;
}
.container-timeline ul li:nth-of-type(1) p.extra-text:nth-of-type(2) {
  margin-left: 25%;
}
.container-timeline ul li:nth-of-type(2) p.extra-text {
  margin-left: 50%;
}
.container-timeline ul li:nth-of-type(4) p.extra-text {
  margin-left: 20%;
}
.container-timeline ul {
  display: none;
}
.container-timeline img {
  display: block;
  width: 275px;
}
/*
 *End About Accelerated Program
 * */

/**
  * Initiatives
  * */
.initiative-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.initiative-section h2.title {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  line-height: 1.4;
  color: #004a8f;
  font-weight: 500;
  margin-bottom: 1rem;
}
.initiative-section .accordion__container {
}
.initiative-section .accordion__container::after {
  content: " ";
  display: table;
  clear: both;
}
.initiative-section .accordion__item-wrapper {
  margin-left: -0.25px;
  margin-right: -0.25px;
}
.initiative-section .accordion__item {
  position: relative;
  cursor: pointer;
  height: 75px;
  width: 100%;
  float: left;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 500ms ease;
  padding: 0 1rem;
}
.initiative-section .accordion__item:nth-of-type(1) {
  background-color: #003858;
}
.initiative-section .accordion__item:nth-of-type(2) {
  background-color: #014972;
}
.initiative-section .accordion__item:nth-of-type(3) {
  background-color: #0e5f89;
}
.initiative-section .accordion__item:nth-of-type(4) {
  background-color: #1678aa;
}
.initiative-section .accordion__item:nth-of-type(5) {
  background-color: #1999d9;
}
.initiative-section .accordion__item img.ini-icon-sm {
  max-width: 50px;
}
.initiative-section .accordion__item img.ini-icon-lg {
  display: none;
}
.initiative-section .accordion__item .ini-num {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0rem;
}
.initiative-section .accordion__item .ini-num:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #fff;
  opacity: 0.2;
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 45%;
  top: 48%;
}
.initiative-section .accordion__item .ini-num span:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  opacity: 0.2;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 80%;
  top: 48%;
}
.initiative-section .accordion__item.state-collapsed {
  width: 100%;
}
.initiative-section .accordion__item.state-active {
  cursor: initial;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  padding: 0.5rem;
  background: #ebf1ff;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.initiative-section .accordion__item .nav.nav-pills {
  display: none;
}
.initiative-section .accordion__item .tab-content > .tab-pane {
  display: initial;
}
.initiative-section .accordion__item .fade:not(.show) {
  opacity: 1;
}
.initiative-section .accordion__item.state-collapsed img.ini-icon-sm {
  max-width: 50px;
}
.initiative-section .accordion__item.state-collapsed img.ini-icon-lg {
  display: none;
}
.initiative-section .accordion__item.state-active img.ini-icon-sm {
  display: none;
}
.initiative-section .accordion__item.state-active img.ini-icon-lg {
  max-width: 15%;
  opacity: 0.05;
  margin-bottom: -1.2rem;
  display: none;
  position: absolute;
  bottom: 55px;
}
.initiative-section .accordion__item.state-collapsed .ini-num {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.initiative-section .accordion__item.state-active .ini-num {
  display: none;
}
.initiative-section .accordion__item.state-active .ini-content {
  width: 100%;
  display: initial;
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.initiative-section .accordion__item .ini-content {
  display: none;
}
.initiative-section .accordion__item .ini-content h1.ini-title {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 500;
  color: #004a6e;
  margin-bottom: 0.25rem;
}
.initiative-section .accordion__item .ini-content h1.ini-title span {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  color: #004a6e;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
}
.initiative-section .accordion__item .ini-content h1.ini-title span:before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #004a6e;
  margin-bottom: 4px;
}
.initiative-section .accordion__item .ini-content .nav-pills .nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #021610;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 3px solid #004a6e;
  opacity: 0.4;
  margin-right: 0.5rem;
}
.initiative-section .accordion__item .ini-content .nav-pills .nav-link.active,
.initiative-section .accordion__item .ini-content .nav-pills .show > .nav-link {
  opacity: 1;
}
.initiative-section .accordion__item .ini-content .tab-content {
  padding: 0.25rem;
}
.initiative-section .accordion__item .ini-content .tab-content .heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004a6e;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.initiative-section
  .accordion__item
  .ini-content
  .tab-content
  .tab-pane
  > #summary {
  max-height: 385px;
  overflow-y: auto;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}
.initiative-section .accordion__item .ini-content .tab-content #summary {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}
.initiative-section .accordion__item .ini-content .tab-content ul#summary {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}
.initiative-section
  .accordion__item
  .ini-content
  .tab-content
  #summary
  ul#summary {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  margin-left: 1rem;
  margin-top: 1rem;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
  * End Initiatives
  * */
/**journey-so-far**/
#journey-so-far .home-full-height {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 80%,
    rgba(219, 241, 255, 1) 80%
  );
}
#journey-so-far .page-top-info .title {
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
}
.yearlist-section {
  background: #dbf1ff;
}
#journey-so-far .page-top-info .svg-img {
  margin-top: 0px;
  margin-bottom: auto;
  position: relative;
}
.yearly-stats {
  min-height: 415px;
  background: #05476b;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.yearly-stats .stat-type {
  color: #cbefff;
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  min-height: 50px;
  margin-bottom: 0;
  margin-top: 1rem;
}
.yearly-stats .stat-count {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.yearly-stats .stats-div {
  border-image-slice: 1;
  border-bottom: 1px solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    to left,
    #ffffff00 15%,
    #a1cbe099,
    #ffffff00 85%
  );
}
.yearly-stats .stats-div:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0, #ffffff00 15%, #a1cbe099, #ffffff00 85%);
}
.yearlist-section .yearlist {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 18px 2px rgb(0 0 0 / 5%);
}
.yearlist-section .yearlist a.year-item {
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1;
}
.yearlist-section .yearlist a.year-item.active,
.yearlist-section .yearlist a.year-item.active:hover,
.yearlist-section .yearlist a.year-item:hover,
.yearlist-section .yearlist a.year-item:focus {
  font-weight: 600;
  border-bottom: 3px solid #1e9efe;
}
.yearlist-section .yearwise-stats {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.yearlist-section .yearwise-stats h5.year-title {
  color: #1c1c1c;
  line-height: 1.4;
  margin-bottom: 1.4rem;
  text-align: left;
}
.yearlist-section .yearwise-stats ul {
  list-style: decimal;
  padding-left: 15px;
}
.yearlist-section .yearwise-stats ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #1c1c1c;
}
.yearlist-section .yearwise-stats ul li span {
  position: relative;
  left: 10px;
}
.yearlist-section .year-nav {
  width: 6%;
}
.yearlist-section .yearwise-stats .contentt {
  width: 88%;
}
.yearlist-section .year-nav img {
  max-width: 25px;
}

.main_data_container {
  margin-bottom: 5em;
}

.footer_placeholder {
  margin-top: 1em;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
section.footer {
  padding: 0;
}
/**journey-so-far**/
.footer .company-logo {
  max-width: 200px;
  padding-bottom: 1.5rem;
}

/*Social Links*/

.social-links a.links {
  display: -ms-flexbox;
  /* display: flex;
  -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 22px;
  padding: 15px 15px;
}
.feeds-timeline-box {
  max-height: 425px;
  overflow-y: auto;
  box-shadow: 0px 5px 10px 1px #e3e3e3;
  border-bottom-left-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
}

.feeds [class*="icon"] {
  display: block;
  width: 100%;
  padding: 1rem 1rem 0.4rem;
  font-size: 2rem;
}
.feeds .icon-twitter {
  background: #00aced;
}
.feeds .icon-linkedin2 {
  background: #007bb6;
}
.feeds .icon-facebook {
  background: #3b5998;
}
.feeds .icon-facebook:before,
.feeds .icon-twitter:before,
.feeds .icon-linkedin2:before {
  background: transparent;
  color: #fff;
}
/* Scrollbar width */
.feeds-timeline-box::-webkit-scrollbar,
.initiative-section
  .accordion__item
  .ini-content
  .tab-content
  .tab-pane
  > #summary::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  border: 0;
  background: #ffffff;
}
/* Scrollbar Handle */
.feeds-timeline-box::-webkit-scrollbar-thumb,
.initiative-section
  .accordion__item
  .ini-content
  .tab-content
  .tab-pane
  > #summary::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
.feeds-timeline-box::-webkit-scrollbar-thumb:hover,
.initiative-section
  .accordion__item
  .ini-content
  .tab-content
  .tab-pane
  > #summary::-webkit-scrollbar-thumb:hover {
  background: #787878;
}

/*Social Links*/

/*Social Icons*/
.icon-facebook:before,
.icon-twitter:before,
.icon-linkedin2:before {
  background: #fff;
  color: #4a90e2;
  padding: 2px;
  border-radius: 4px;
}
/*Socail Icons*/
/* ACCELERATOR CSS */

.verticals_ {
  position: relative;
  height: 43px;
  margin-top: 28px;
  background-color: #e7e3e3;
  color: #494646;
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
  font-size: 0.8em;
}

.img_container {
  margin-top: 4%;
  min-height: 144px;
  display: flex;
}
.card img {
  width: 60%;
  height: 60%;
  margin: auto;
}
.btn-category {
  padding-left: 16px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #3dc2b0;
  border-radius: 15px;
  width: 100%;
}
.accelerator_card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 420px;
  min-width: 12vw;
}
.card-body p {
  font-size: 0.8em !important;
}
.data_container {
  /* padding-right: 2px !important;
  padding-left: 8px !important; */
  min-height: 60vh;
}

.img-thumbnail {
  border: none !important;
}
.menu_btn :hover {
  text-decoration: underline;
  color: #2d89d2;
}
.active_btn {
  background-color: #44b2a3;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
}

.form-select {
  width: 80%;
  cursor: pointer;
  background-color: #44b2a3 !important;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  /* line-height: 1; */
  border-radius: 5px;
  border: 0;
  padding: 0.3rem;
  background: url(../img/down-arrow_white.png);
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: center right 12px;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
  appearance: none;
}

.form-select option {
  margin: 40px;
  background: rgba(252, 249, 249, 1);
  color: rgb(75, 70, 70);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border: 0;
}

/* Journey So Far  Carousel*/
#carouselJourneySoFar {
  width: 50%;
}

.outcomes-menu-box #my-circle-menu,
.texteffect p.detail {
  display: none;
}
.outcomes-menu-box {
  min-height: auto;
}
.outcome-detail-box .detail-image img {
  width: 50%;
}

/* Componenet2 */

.component2-img {
  width: 100%;
  /* height: 378px; */
}
.component2-img svg {
  width: 85%;
  /* height: 100%; */
}

.component2-section1 {
  border-top: 5px solid #dbdbdb;
  background-color: #f9f9f9;
  padding-bottom: 5em;
}

.component2-section1 .title-sub {
  color: #004a8f;
  font-size: 1em;
  font-weight: 500;
}

.step2-details {
  display: flex;
  flex-direction: column;

  margin-right: 0.5em;
  width: 80%;
}
.step2-details .header {
  padding: 0.2em;
  text-align: center;
  background-color: #004a8f;
  color: #ffffff;
}
.step2-details .content {
  padding: 0.8em;
  font-weight: 400;
  font-size: 1em;
}

.cards-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}

.cards-details .cards {
  width: 30%;
  /* padding: 1em; */
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.cards-details .cards .img img {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
.cards-details .cards .content {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #2f2f2f;
  margin-bottom: 1em;
}

/*home page popup css*/
.popup-box {
  /* background-image: url(../img/banner_new.png); */
  /* background-repeat: no-repeat;
  background-origin: border-box;
  background-position: top center;
  background-size:contain;
  padding-top: 100px;
  min-height: 430px;
  padding-bottom: 15px; */
}
.popup-box .itemrow {
  max-width: calc(100% - 1%);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.popup-box .itemrow > div {
  padding-right: 5px;
  padding-left: 5px;
}
.popup-box .challenge-box {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.popup-box .challenge-box .ch-img {
  width: calc(100% - 5%);
}
.popup-box .challenge-box .name {
  color: #008bbf;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.innovation-open-note,
.webinar-open-note {
  background: #ffd500;
  display: inline-block;
  position: absolute;
  padding: 5px 15px 5px 5px;
  right: 10px;
  top: -32px;
  color: #1c1c1c;
  font-weight: 500;
  border-radius: 3px;
  z-index: 1;
}
.innovation-open-note::before,
.webinar-open-note::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.webinar-open-note {
  top: -34px;
  background: #05476b;
  color: #fff;
}
.webinar-open-note a {
  color: #fff;
  text-decoration: underline;
  padding-left: 15px;
}

.applynow-overlay {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 9999;
  height: 20%;
  cursor: pointer;
}

.close-button-overlay {
  position: absolute;
  width: 50px;
  right: 2px;
  top: 2px;
  height: 50px;
  background: transparent;
  z-index: 9999;
  cursor: pointer;
}

#apply-now-btn {
  padding-left: 10px;
  text-decoration: underline;
  color: #000000;
}
/*Responsive Design*/
/*Small devices (landscape phones, 576px and up)*/

@media (max-width: 575px) {
  .video-player video {
    top: 0px;
  }

  .testimonials {
    margin-top: 84px;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
  }
}

@media (min-width: 576px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
  section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .section-heading,
  .section-info {
    max-width: 50%;
    margin: auto;
  }
  .inner-header .agencies-logo li img {
    min-width: 3.8rem;
    max-width: 3.8rem;
    width: 100%;
  }
  .main-navigation .nav-item:first-child {
    margin-left: 0;
  }

  .main-navigation .nav-item:last-child {
    margin: 0px 0px;
  }

  .main-navigation .nav-item:last-child .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .home-section {
    min-height: 590px;
  }
  .video-player video {
    top: 0px;
  }
  .mainline {
    font-size: 1.6rem;
  }
  .tagline h6 {
    font-size: 1rem;
  }
  .stats-block {
    flex-direction: row;
  }
  .stat-box {
    max-width: 20%;
    width: 20%;
    min-height: 90px;
  }
  .stats {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px auto;
  }
  .stat-box:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 2px;
    height: 75px;
    display: block;
    background-color: rgb(212 235 241 / 35%);
  }
  .stat-box:last-child:after {
    display: none;
  }
  .stat-box .count {
    font-size: 1.2rem;
    padding: 5px 0 5px;
  }
  .stat-box .details {
    font-size: 0.9rem;
    padding: 4px 10px;
  }
  .partener-carousel {
    margin-bottom: 1rem;
  }
  .partener-carousel div a {
    cursor: initial;
  }
  .section-heading,
  .section-info {
    max-width: 80%;
    margin: auto;
  }
  .section-heading h2 {
    font-size: 1.6rem;
  }
  .section-info h6 {
    font-size: 1rem;
  }
  .parteners .logos img {
    max-width: 8%;
  }
  .initiative-box {
    min-height: 305px;
    margin: 5px auto 25px;
    padding: 25px;
  }
  .initiative-box .name {
    font-size: 1.2rem;
  }
  .initiative-box .icon {
    bottom: 30px;
    right: 30px;
    max-width: 50px;
  }
  .texteffect figcaption {
    padding: 2em;
  }
  .stripe-animation {
    background-position-y: 50%;
    -webkit-animation: patternAnimation 70s linear infinite;
    -moz-animation: patternAnimation 70s linear infinite;
    -o-animation: patternAnimation 70s linear infinite;
    animation: patternAnimation 70s linear infinite;
  }
  .challenges {
    padding-top: 55px;
  }
  /*.custom-width{
    max-width: 825px;
    margin: auto;
  }*/
  .challenges .challenge-box {
    min-height: 420px;
    margin: auto auto 50px;
  }
  .challenges .name {
    font-size: 1rem;
  }
  .challenges .date {
    font-size: 0.85rem;
  }
  .challenges .btn {
    font-size: 0.9rem;
  }
  .testimonials {
    margin-top: -73px;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
  }
  .page-top-info .row {
    flex-direction: unset;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .applynow-overlay {
    height: 51%;
  }

  .project-targets {
    padding-top: 4.3rem;
    padding-bottom: 9.3rem;
  }
  .project-targets .target-illustration {
    position: absolute;
    text-align: right;
    right: -5%;
    top: 21%;
  }
  .project-components {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
  }
  .project-components .component-wrapper {
    cursor: pointer;
    height: 300px;
    margin-left: 95px;
    margin-right: 0px;
    margin-bottom: auto;
  }
  .project-components .component-wrapper #numb {
    left: -38%;
  }
  .full-component-wrapper #numb {
    position: relative;
    left: 2%;
    z-index: 0;
    height: 96%;
    margin: auto;
  }
  .project-team {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
  }
  .project-team #cs-bg {
    display: initial;
    position: absolute;
    right: -80px;
    top: -80px;
    width: 300px;
  }
  .project-team .team-carousel#big .team-box-wrapper .team-image {
    max-width: 32%;
    padding-right: 1rem;
    height: 100%;
    display: initial;
  }
  .project-team .team-carousel#big .team-box-wrapper .team-info {
    max-width: 68%;
    min-height: 245px;
    max-height: auto;
  }
  .project-team .outer {
    max-width: 82%;
  }
  .project-team .team-carousel#thumbs .team-box-wrapper .team-image img.resize {
    width: 100%;
    margin: auto;
  }
  .agencies .agencies-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .agencies .agencies-info .info {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #1c1c1c;
    font-weight: 500;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #606060;
    min-height: auto;
  }
  .agencies .agencies-info .name {
    font-size: 1rem;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
    min-height: 3.4rem;
  }
  .agencies .agencies-info img {
    max-width: 50%;
    margin-top: 2rem;
  }
  #journey-so-far .page-top-info .svg-img {
    margin-top: 103px;
    margin-bottom: auto;
    margin-left: -45px;
    position: relative;
  }
  .initiative-section {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .initiative-section h2.title {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.2rem;
    line-height: 1.4;
    color: #004a8f;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .initiative-section .accordion__container {
  }
  .initiative-section .accordion__container::after {
    content: " ";
    display: table;
    clear: both;
  }
  .initiative-section .accordion__item-wrapper {
    margin-left: -0.25px;
    margin-right: -0.25px;
  }
  .initiative-section .accordion__item {
    cursor: pointer;
    height: 645px;
    width: 20%;
    float: left;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: all 500ms ease;
    padding: auto;
  }
  .initiative-section .accordion__item img.ini-icon-sm {
    max-width: 35%;
  }
  .initiative-section .accordion__item img.ini-icon-lg {
    display: none;
  }
  .initiative-section .accordion__item .ini-num {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .initiative-section .accordion__item .ini-num:before {
    content: "";
    width: 2px;
    height: 115px;
    background: #fff;
    opacity: 0.2;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: initial;
  }
  .initiative-section .accordion__item .ini-num span:before {
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    opacity: 0.2;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: initial;
  }
  .initiative-section .accordion__item.state-collapsed {
    width: 50px;
  }
  .initiative-section .accordion__item.state-active {
    cursor: initial;
    width: calc(100% - 200px);
    height: 645px;
    padding: 2.5rem;
    background: #ebf1ff;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .initiative-section .accordion__item .nav.nav-pills {
    display: flex;
  }
  .initiative-section .accordion__item .tab-content > .tab-pane {
    display: none;
  }
  .initiative-section .accordion__item .tab-content > .active.tab-pane {
    display: block;
  }
  .initiative-section .accordion__item .fade:not(.show) {
    opacity: 0;
  }
  .initiative-section .accordion__item.state-collapsed img.ini-icon-sm {
    max-width: 80%;
  }
  .initiative-section .accordion__item.state-collapsed img.ini-icon-lg {
    display: none;
  }
  .initiative-section .accordion__item.state-active img.ini-icon-sm {
    display: none;
  }
  .initiative-section .accordion__item.state-active img.ini-icon-lg {
    max-width: 15%;
    opacity: 0.05;
    margin-bottom: -1.2rem;
    display: block;
    position: absolute;
    bottom: 55px;
  }
  .initiative-section .accordion__item.state-collapsed .ini-num {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
  }
  .initiative-section .accordion__item.state-active .ini-num {
    display: none;
  }
  .initiative-section .accordion__item.state-active .ini-content {
    width: 100%;
    display: initial;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .initiative-section .accordion__item .ini-content {
    display: none;
  }
  .initiative-section .accordion__item .ini-content h1.ini-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #004a6e;
    margin-bottom: 1.5rem;
  }
  .initiative-section .accordion__item .ini-content h1.ini-title span {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #004a6e;
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
  }
  .initiative-section .accordion__item .ini-content h1.ini-title span:before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    background: #004a6e;
    margin-bottom: 4px;
  }
  .initiative-section .accordion__item .ini-content .nav-pills .nav-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #021610;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 3px solid #004a6e;
    opacity: 0.4;
    margin-right: 0.5rem;
  }
  .initiative-section .accordion__item .ini-content .nav-pills .nav-link.active,
  .initiative-section
    .accordion__item
    .ini-content
    .nav-pills
    .show
    > .nav-link {
    opacity: 1;
  }
  .initiative-section .accordion__item .ini-content .tab-content {
    padding: 1rem;
  }
  .initiative-section .accordion__item .ini-content .tab-content .heading {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #004a6e;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .initiative-section
    .accordion__item
    .ini-content
    .tab-content
    .tab-pane
    > #summary {
    max-height: 385px;
    overflow-y: auto;
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
  .initiative-section .accordion__item .ini-content .tab-content #summary {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
  }
  .initiative-section .accordion__item .ini-content .tab-content ul#summary {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
  }
  .initiative-section
    .accordion__item
    .ini-content
    .tab-content
    #summary
    ul#summary {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
    margin-left: 1rem;
    margin-top: 1rem;
  }
  section.innovation-challenge-cycle {
    padding-bottom: 0;
  }
  .challenge-cycle {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .challenge-cycle .title {
    text-align: initial;
  }
  .challenge-cycle .cycle-card {
    position: absolute;
    width: 140px;
    min-height: 185px;
    max-height: 185px;
    padding: 0.75rem;
    margin: 0.55rem;
  }
  .challenge-cycle .cycle-card .cycle-icon {
    width: 65px;
    margin-bottom: 1rem;
  }
  .challenge-cycle .cycle-wrapper {
    display: block;
  }
  .participation-parameters {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-1 {
    top: 95px;
    left: 0px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-2 {
    top: 45px;
    left: 185px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-3 {
    top: 65px;
    left: 375px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-4 {
    top: 80px;
    left: 565px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-5 {
    top: 290px;
    left: 475px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-6 {
    top: 305px;
    left: 280px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-7 {
    top: 330px;
    left: 90px;
  }
  .participation-parameters h2.title {
    text-align: left;
  }
  .participation-parameters .detailings {
    padding: 2rem 3.5rem;
  }
  .participation-parameters img {
    display: initial;
  }
  .participation-parameters .who img {
    right: -100px;
  }
  .participation-parameters .params img {
    left: -100px;
  }
  .participation-parameters .detailings ul li {
    margin-top: 0rem;
    margin-left: auto;
  }
  .participation-incentives {
    background-color: #f9f9f9;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .participation-incentives h2.title {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.2rem;
    line-height: 1.4;
    color: #004a8f;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .participation-incentives .desc {
    border-radius: 12px;
    border: 1px solid #d4c3fe;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .participation-incentives .cert .desc {
    display: flex;
    justify-content: flex-end;
    padding-left: 8rem;
    padding-right: 2rem;
  }
  .participation-incentives .finan .desc {
    display: flex;
    justify-content: flex-start;
    padding-right: 8rem;
    padding-left: 2rem;
  }
  .participation-incentives .cert {
    justify-content: flex-start;
    margin-top: 1.5rme;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .participation-incentives .finan {
    justify-content: flex-end;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .participation-incentives img {
    display: initial;
    max-width: 100px;
    padding: 0.5rem;
  }
  .participation-incentives .cert img {
    left: 5px;
  }
  .participation-incentives .finan img {
    right: 5px;
  }
  .participation-incentives .desc p {
    font-size: 1rem;
    line-height: 1.6;
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 0rem;
  }
  .guidelines {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
    overflow: hidden;
    max-height: 525px;
  }
  .who-can-apply {
    padding-top: 3.5rem;
    padding-bottom: 0rem;
  }
  .who-can-apply .img-side {
    margin-top: auto;
    margin-bottom: 0;
    text-align: right;
  }
  .who-can-apply .content-side {
    padding-bottom: 2.5rem;
  }
  .who-can-apply .img-side img {
    max-width: 425px;
    margin-bottom: 4rem;
  }
  #about-accelerator-program .participation-incentives {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .program-structure {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }
  .container-timeline {
    position: relative;
    margin: 5px auto 5px;
  }
  #about-accelerator-program .participation-incentives .desc {
    margin-left: 1rem;
    padding-left: initial;
    padding-right: initial;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    min-height: 160px;
  }
  #about-accelerator-program .participation-incentives .cert .desc {
    padding-left: 8rem;
    padding-right: 2rem;
  }
  #about-accelerator-program .participation-incentives .finan .desc {
    padding-left: 2rem;
    padding-right: 8rem;
  }
  #about-accelerator-program .participation-incentives img {
    max-width: 125px;
  }
}
/* Modal Popup Custom */
#modal_w_logo img {
  width: auto;
  max-width: 60%;
  height: auto;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .navbar-toggler[aria-expanded="false"] + .form-inline {
    display: none;
  }
  .tag {
    display: block;
  }
  .outcomes-menu-box {
    min-height: 575px;
  }
  .outcomes-menu-box #my-circle-menu {
    display: initial;
  }
  .outcome-detail-box .detail-image img {
    width: 35%;
  }
  .texteffect p.detail {
    display: list-item;
  }
  .project-targets .target-illustration {
    position: absolute;
    right: 0%;
    top: 21%;
    text-align: right;
  }
  .project-targets .target-illustration svg#target {
    width: 65%;
  }
  .project-components .component-wrapper {
    cursor: pointer;
    height: 300px;
    margin-left: 100px;
    margin-right: 100px;
  }
  .project-components .component-wrapper #numb {
    left: -38%;
  }

  .a-btn {
    position: absolute;
    z-index: 99999;
    right: 50px;
    bottom: 20px;
  }

  #more_info_btn {
    color: #ffffff !important;
    text-decoration: underline;
    cursor: pointer;
  }

  .more_info_data ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #ffffff;
  }
  .more_inf_loader {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
  }

  .more_inf_loader img {
    width: 50px;
  }

  .more_info_data ul li {
    padding-bottom: 0.5em;
  }

  .more_info_data ul li:last-child {
    padding-bottom: 0;
  }

  .challenge-cycle .cycle-card {
    width: 165px;
    min-height: 205px;
    max-height: 205px;
    padding: 1.2rem 0.75rem;
    margin: 1rem;
  }
  .challenge-cycle .cycle-card .cycle-icon {
    width: 75px;
  }
  .participation-incentives .cert img {
    left: 5px;
  }
  .participation-incentives .finan img {
    right: 5px;
  }
  .participation-incentives img {
    display: initial;
    max-width: 150px;
    padding: 1.5rem;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-1 {
    top: 125px;
    left: 0px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-2 {
    top: 65px;
    left: 255px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-3 {
    top: 85px;
    left: 515px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-4 {
    top: 115px;
    left: 785px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-5 {
    top: 370px;
    left: 640px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-6 {
    top: 345px;
    left: 385px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-7 {
    top: 410px;
    left: 125px;
  }
  .container-timeline {
    position: relative;
    margin: 150px auto 25px;
  }
  .container-timeline ul {
    display: block;
  }
  .container-timeline img {
    display: none;
  }

  .container-timeline ul {
    display: flex;
    padding-left: 0;
    padding-top: 20px;
  }
  .container-timeline ul li {
    flex: 1 1 0;
    border-left: 0;
    border-top: 4px solid;
    border-image-slice: 1;
    border-width: 5px;
    padding: 45px 0 0 0;
  }
  .container-timeline ul li::before {
    left: 0;
    top: -10px;
  }
  .container-timeline ul li .top {
    top: -75px;
  }
  .container-timeline ul li:nth-of-type(1) .top {
    left: -10px;
  }
  .container-timeline ul li:nth-of-type(2) .top {
    left: 35px;
  }
  .container-timeline ul li:nth-of-type(3) .top {
    left: 115px;
  }
  .container-timeline ul li:nth-of-type(4) .top {
    left: 150px;
  }
  .container-timeline ul li .bottom {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 25%;
  }
  .container-timeline ul li:nth-of-type(1) .bottom {
    left: 0px;
  }
  .container-timeline ul li:nth-of-type(2) .bottom {
    left: 60px;
  }
  .container-timeline ul li:nth-of-type(3) .bottom {
    left: 145px;
  }
  .container-timeline ul li:nth-of-type(4) .bottom {
    left: 190px;
  }
}

.ann_wheel {
  width: 120px;
  height: 120px;
  background-size: contain;
  right: -150px; /* Start off-screen */
}

.ann_text {
  margin-top: 0;
  width: 110%;
  font-size: 18px !important;
  color: #ffffff;
  right: -500px; /* Start off-screen */
  margin-left: 20px;
}

.testimonials {

    margin-top: 73px;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
  
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /*.project-targets .target-illustration{
    position: absolute;
    right: 20%;
    top: 10%;
  }
  .project-targets .target-illustration svg#target {
    width: 30%;
  }*/
  .container-timeline ul {
    display: flex;
    padding-left: 0;
    padding-top: 20px;
  }

  .container-timeline ul li {
    flex: 1 1 0;
    border-left: 0;
    border-top: 4px solid;
    border-image-slice: 1;
    border-width: 5px;
    padding: 45px 0 0 0;
  }

  .container-timeline ul li::before {
    left: 0;
    top: -10px;
  }

  .container {
    /* min-height:537px !important; */
  }

  #res-form {
    display: block;
  }

  .testimonials {

    margin-top: -73px;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
  
}

  /* .form-left{
    transform: translateX(-55rem);
  }


  .form-right{
    transform: translateX(55rem);
  }
  .form-left,
  .form-right{
    transition: transform 400ms ease-in;
  }

  .form-left.appear,
  .form-right.appear{
transform: translateX(0);

  } */

  /* Additional */
  .challenge-cycle .cycle-wrapper .cycle-card#phase-1 {
    top: 125px;
    left: 0px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-2 {
    top: 65px;
    left: 255px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-3 {
    top: 85px;
    left: 515px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-4 {
    top: 115px;
    left: 785px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-5 {
    top: 370px;
    left: 640px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-6 {
    top: 345px;
    left: 385px;
  }
  .challenge-cycle .cycle-wrapper .cycle-card#phase-7 {
    top: 410px;
    left: 125px;
  }
  .page-top-info .title h2 {
    color: #004a8f;
    font-weight: 400;
    margin-bottom: 3rem;
  }
  .participation-incentives .cert img {
    left: -50px;
  }
  .participation-incentives .finan img {
    right: -50px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .popup-box .itemrow {
    max-width: calc(100% - 8%);
  }
  .popup-box .challenge-box .name {
    font-size: 0.75rem;
  }
  .popup-box {
    padding-top: 5px;
    padding-bottom: 5px;
    /* min-height: 402px; */
  }
  .overlay {
    height: 20%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .popup-box .itemrow {
    max-width: calc(100% - 0%);
  }
  .popup-box .challenge-box .name {
    font-size: 0.75rem;
  }
  .popup-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .overlay {
    height: 40%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .popup-box .itemrow {
    max-width: calc(100% - 0%);
  }
  .popup-box .challenge-box .name {
    font-size: 0.75rem;
  }
  .popup-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .popup-box .itemrow {
    max-width: calc(100% - 8%);
  }
  .popup-box .challenge-box .name {
    font-size: 0.7rem;
  }
  .popup-box {
    padding-top: 20px;
    padding-bottom: 10px;
    /* min-height: 430px; */
  }
}

@media only screen and (max-width: 2050px) and (min-width: 1500px) {
  .popup-box .itemrow {
    max-width: calc(100% - 0%);
  }
  .popup-box .challenge-box .name {
    font-size: 0.7rem;
  }
  .popup-box {
    padding-top: 20px;
    padding-bottom: 20px;
    /* min-height: 537px; */
  }
  .applynow-overlay {
    height: 43%;
  }
  .testimonials {
    margin-top: 62px;
    /* padding-top: 8rem; */
    padding-bottom: 3rem;
  }
}

/* Custom Scrollbar */
.style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #f5f5f5;
}

.style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.style-4::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
  border: 1px solid #555555;
}

/*Responsive Design*/
