@font-face {
  font-family: "digital-clock-font";
  src: url("../fonts/digital-7.ttf");
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  background-image: linear-gradient(
    90deg,
    rgb(234 255 254 / 50%) 25%,
    rgb(255 242 254 / 50%) 75%
  );
  font-size: 1rem;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
}
/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  border: 0;
  background: #ffffff;
}
/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #787878;
}
img {
  max-width: 100%;
  height: auto;
}
.heading {
  font-weight: 600;
}
.heading span {
  font-weight: 400;
}
/*.container{
       max-width: 1240px;
   }*/
.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: "Roboto", 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: 1rem;
  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;
}
.header-section {
  /* margin-top: 0.5rem;
       padding-top: 0.5rem; */
  /* margin-bottom: 1rem; */
  padding-bottom: 2rem;
}
.logo-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: space-between;
}
.logo img {
  max-width: 100%;
  width: 145px;
}

/*Header*/
.inner-header {
  background: #fff;
  min-height: 3rem;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.inner-header .agencies-logo li img {
  min-width: 3.8rem;
  max-width: 3.8rem;
  width: 100%;
}
.logo {
  /*max-width: 7.5rem;*/
  padding-left: 16px;
  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;
}

.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 1rem;
}
.main-navigation .nav-item {
  position: relative;
  margin: 0 10px;
  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;
}

.verticals {
  position: relative;
  height: 43px;
  margin-top: 37px;
  background-color: #e7e3e3;
  color: #494646;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0.8em;
}

/* navigation -> year and Category -> for smaller screens */

#year_nav select {
  display: none;
}

@media (max-width: 760px) {
  #year_nav select {
    display: block;
  }

  #year_nav ul {
    display: none;
  }
}

.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.5rem;
  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;
}

.new {
  background-color: #f36a10;
}
.search-container {
  margin: 10px auto;
}
.search-container form {
  position: relative;
}
.search-container input[type="text"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 4px 10px 4px 30px;
  font-size: 1rem;
  color: #000;
}
.search-container button {
  background: transparent;
  font-size: 1rem;
  color: #8d8d8d;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 5px;
}

.idea-circle-bg {
  position: absolute;
  top: -250px;
  left: -125px;
  z-index: -1;
}
.idea-circle-bg svg {
  max-width: 80%;
}
/*Section*/
section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
/*intro-section*/
.intro-section {
}
.idea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: auto;
  height: 100%;
  min-height: 545px;
}
.content {
  position: relative;
  max-width: 50%;
  margin: auto 0;
  z-index: 3;
}
.content h5 {
  font-weight: 400;
  color: #7b7b7b;
}
.content h1 {
  font-weight: 500;
  color: #1c1c1c;
}
.content p {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
.content p span {
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.text {
  display: inline-block;
}
.text__first,
.text__second {
  position: relative;
}
.text__word {
  opacity: 0;
}
.text__first-bg,
.text__second-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
}
.text__first-bg {
  background-color: #5fbff9;
}
.text__second-bg {
  background-color: #f06543;
}
.register-btn {
  background: #09acf4;
  border-radius: 25px;
  padding: 8px 25px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
  box-shadow: 1px 1px 5px 0 rgb(35 85 129 / 85%);
}
.bulb {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 125px;
  width: 30%;
}
.moving-item img {
  max-width: 35px;
}
.idea-circle-sm {
  position: absolute;
  right: -40px;
  z-index: 1;
  top: -55px;
}
.idea-circle-sm svg {
  max-width: 90%;
}
#img-group image {
  background: #fff;
  border-radius: 100%;
  border: 1px dashed #222;
  padding: 4px 2px;
}
/*intro-section*/
/*working-section*/
.working-section {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.left-circle #left_circle {
  max-width: 42%;
  position: absolute;
  top: 90%;
  left: -30%;
}
.work-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  text-align: center;
  margin: 1rem 1.5rem;
}
.work-wrapper .media {
  display: block;
  width: 150px;
  background: #fff;
  border-radius: 100%;
  padding: 1.8rem;
  box-shadow: 0 0 15px 1px #eaeaea;
  margin: 1.5rem auto;
}
.work-wrapper .media img {
  max-width: 100%;
}
.work-wrapper .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.connector {
  width: 150px;
  height: 4px;
  border: none;
  position: absolute;
  top: 35%;
  left: 75%;
  z-index: -1;
  background-image: linear-gradient(
    90deg,
    #3b3b3b,
    #3b3b3b 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 20px 1px;
}
.connector::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -175%;
  left: 49%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #3b3b3b;
}
/*working-section*/
/*Active challenge section*/
.active-challenge-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 35px;
  padding-bottom: 25px;
}
.active-challenge-section .container {
  position: relative;
}
.ac-carousel .item {
  padding: 15px;
}
#slide-counter,
#slide-counter_cc {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 50px;
  top: -35px;
}
.ac-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: -15px;
}
.ac-carousel.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  font-size: 2rem;
  margin: 5px 30px;
}
.challenge-wrapper {
  min-height: 425px;
  position: relative;
  display: block;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 12px 2px #dfdfdf;
}
.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;
}
.media-wrapper {
  position: relative;
  padding: 5px;
}
.media-wrapper img {
  border-radius: 10px;
}
.media-wrapper .active-counter {
  max-width: 55px;
  max-height: 55px;
  width: 55px;
  height: 55px;
  padding: 5px;
  margin: auto;
  background: #f0ff00;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  right: 10px;
  top: 10px;
  box-shadow: 1px 1px 10px 0 #2c2c2c;
}
.media-wrapper .active-counter img {
  max-width: 30px;
  margin: auto;
}
.media-wrapper .active-counter span {
  color: #484848;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 600;
}
.challenge-phase {
  background: #fff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  position: relative;
  top: -15px;
  margin: auto;
}
.challenge-name {
  position: relative;
  max-height: 125px;
  min-height: 125px;
}
.challenge-name h2 {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 6px #1d1d1d;
  color: #fff;
}
/*Actvie challenge section*/
/*Completed challenge section*/
.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;
}
.cc-carousel .challenge-wrapper {
  min-height: 350px;
  background: #9bd8f5;
}
.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;
}
/*Completed challenge section*/
/*footer*/
/* footer{
           background: #011631;
           padding-top: 1rem;
           padding-bottom: 1rem;
       }
       .footer-nav{
           margin-bottom: 4rem;
       }
       .footer-nav ul li{
           list-style: none;
           float: left;
           margin-right: 1.2rem;
       }
       .footer-nav ul li a{
           font-size: 1rem;
           font-weight: 400;
           color: #fff;
           line-height: 1.2;
           padding: 4px;
           transition: 0.5s;
       }
       .footer-nav ul li a:hover{
           text-decoration: underline;
           transition: 0.5s;
       } */
/* .social-links{
           display: -ms-flexbox;
           display: flex;
           -ms-flex-wrap: wrap;
           flex-wrap: wrap;
           justify-content: flex-end;
       }
       .social-links ul li{
           list-style: none;
           float: left;
           padding-right: 1.2rem;
           background: #000;
       } */
.footer-nav ul li:last-child,
.social-links ul li:last-child {
  padding-right: 0;
}
.social-links ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 4px;
  transition: 0.5s;
}
.disclaimer p {
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 4px 15px;
  color: #b8b8b8;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
/*footer*/
/*Challenge page css*/
.idea-circle-bg,
.idea-circle-md,
.left-circle {
  display: none;
}
#challenge-page .header-section {
  padding-bottom: 0;
}
.idea-circle-md {
  position: absolute;
  top: 115px;
  right: 25px;
  z-index: -1;
}
.info-section {
  background-image: url("/flctd/img/challenge_bg.png");
  background-repeat: no-repeat;
  background-size: 280px 290px;
  background-position: 25% 75%;
  background-color: #e8eef8;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;

  padding: 15px 8px 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.info-section .top-info-bar {
  background: rgb(255 255 255 / 50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 20px;
}
.info-section .top-info-bar .challenge-fullname {
  font-size: 1.1rem;
  font-weight: 600;
  color: #5b5b5b;
  line-height: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.info-section .top-info-bar .idea-submission,
.info-section .info-box-mini .ideas {
  background: #09acf4;
  line-height: 1;
}
.info-section .top-info-bar .idea-submission a,
.info-section .info-box-mini .ideas a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.inner-info {
  display: -ms-flexbox;
  display: flex;
  /* margin: 0.5rem; */
}
.info-section .inner-info .logo-box {
  margin-top: auto;
  margin-bottom: 1rem;
}
.info-section .sponsors-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.4rem;
}
.info-section .sponsors-logos img {
  max-width: 75%;
  margin: 0.5rem auto;
}
.info-box-mini {
  max-width: 100%;
  padding-bottom: 0.5rem;
  margin: auto 0 auto auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 #bfbfbf;
}
.info-box-mini .box-name {
  background: #199c28;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  padding: 1rem;
  margin-bottom: 1.2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info-box-mini .time-counter {
  margin: 0.5rem 1rem;
}
.info-box-mini #countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
}
.info-box-mini #countdown,
.info-box-mini #countdown span.tcounter {
  font-family: "digital-clock-font";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.info-box-mini #countdown span.tcounter {
  background: #eee;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}
.info-box-mini #countdown .days,
.info-box-mini #countdown .hours,
.info-box-mini #countdown .minutes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
}
.info-box-mini #countdown .days span:last-child,
.info-box-mini #countdown .hours span:last-child,
.info-box-mini #countdown .minutes span:last-child {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5rem;
}
.info-section .countdown-progress {
  background: #f73800;
  width: 100%;
  display: block;
  height: 4px;
  margin: 0.5rem auto;
}
.info-section .countdown-progress div {
  background: #0fb33e;
  display: block;
  width: 0;
  height: 100%;
}
.info-section .info-box-mini .mini-stats {
  margin: 0.5rem 0;
  padding: 0.4rem 2rem;
  background-image: url(../img/star-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vc {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5rem auto;
}
.vcounter {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1rem;
}
.vtext {
  font-size: 0.85rem;
  font-size: 300;
  line-height: 1.4;
}
.info-section .info-box-mini .ideas {
  display: block;
  margin: 1rem;
}
/*Activity timeline*/
.activity-timeline {
  width: 100%;
  height: 75px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0 1.5rem 0;
  position: relative;
}
.activity-timeline .bb {
  width: 16.666%;
  height: 100%;
  padding: 0.4rem 0.4rem 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.activity-timeline .head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.activity-timeline #challenge {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgb(59 171 72 / 20%);
}
.activity-timeline #idea-submission {
  background: rgb(59 102 171 / 20%);
}
.activity-timeline #prescreening {
  background: #ab3b9e;
}
.activity-timeline #screening {
  background: rgb(171 128 59 / 20%);
}
.activity-timeline #shortlisting {
  background: rgb(58 206 163 / 22%);
}
.activity-timeline #judging {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgb(206 58 101 / 22%);
}
.activity-timeline #challenge .head {
  background: #2f893a;
}
.activity-timeline #idea-submission .head {
  background: #2f5289;
}
.activity-timeline #prescreening .head {
  background: rgb(0 0 0 / 20%);
}
.activity-timeline #screening .head {
  background: #89662f;
}
.activity-timeline #shortlisting .head {
  background: #2ea582;
}
.activity-timeline #judging .head {
  background: #a52e51;
}
.activity-timeline .vt-lines {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0.4rem;
}
.activity-timeline .vt-lines span {
  width: 1px;
  height: 12px;
  background: #00000033;
}
.activity-timeline .vt-lines span.active {
  height: 28px;
  background: #000000;
}
.activity-timeline .vt-lines span.active::after {
  content: "";
  width: 10px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 35px;
  left: 44.5%;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #4c4c4c;
}
/*Activity timeline*/
/*all-about section*/
.all-about {
  padding-bottom: 1.5rem;
}
/*tabbed-info*/
.tabbed-info {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.tabbed-info .nav.nav-pills {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.tabbed-info .nav-pills .nav-link.active,
.tabbed-info .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #09acf4;
}
.tabbed-info .nav-link {
  display: block;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #09acf4;
  border-radius: 0.3rem;
}
.tabbed-info .tab-content {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.tabbed-info .tab-content .heading {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1.2rem;
}
.tabbed-info .tab-content .sub-heading {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  padding-top: 0.5rem;
}
.tabbed-info .tab-content #summary {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}
/*tabbed-info*/
/*resource section*/
.resource-section {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.resource-section .sub-heading {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  padding-top: 0.5rem;
}
.resource-carousel {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.resource-carousel.owl-carousel .owl-item img {
  border-radius: 0.75rem;
}
.resource-carousel .vid-overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0 0 0 / 30%);
  border-radius: 0.75rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.resource-carousel .vid-icon {
  cursor: pointer;
  width: 91%;
  height: 84%;
  display: block;
  border-radius: 0.75rem;
  border: 2px solid rgb(255 255 255 / 30%);
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
}
.resource-carousel .vid-icon img {
  position: absolute;
  z-index: 2;
  width: 35px;
  top: 33%;
  left: 40%;
}
#challenge-page .left-circle #left_circle {
  max-width: 50%;
  position: absolute;
  top: 110%;
  left: -40%;
}
/*resource section*/
/*news-events*/
.events_row {
  background: #e5f2fa;
}
.news-events-widget {
  margin-right: 0.8rem;
  background: transparent;
  /* box-shadow: 0 0 6px 0 #e2e2e2; */

  padding: 1rem;
}
.news-events-widget .widget-content {
  max-height: 375px;
  overflow-y: auto;
  overflow-x: hidden;
  /* margin-right: 20px; */
  /* border-right: rgb(209, 204, 204) 1px solid; */
}
.news-events-widget .widget-name {
  background: hsl(120deg 1% 39% / 85%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  padding: 0.25rem;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.news-events-widget a {
  display: block;
  color: #1c1c1c;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.news-events-widget a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-events-widget .main-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  text-align: left;
}
.news-events-widget .article-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  text-align: left;
}
.news-events-widget .article-short-info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  text-align: left;
  color: #323232;
}
.news-events-widget .updated-at {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #696969;
}
.news-events-widget .updated-at i {
  margin-right: 5px;
}
/*news-events*/
/*All-about sectiob*/
/*multiple-details-section*/
.multiple-details-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.widget {
  margin-right: 0.8rem;
  background: #ffffff;
  box-shadow: 0 0 6px 0 #e2e2e2;
  border-radius: 10px;
  padding: 1rem;
}
.widget .widget-name {
  background: hsl(120deg 1% 39% / 85%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  padding: 1.5rem 1rem 0.25rem;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#most-liked-widget.widget .widget-name {
  background: #4c5284;
  color: #fff;
}
#top-innovations-widget.widget .widget-name {
  background: #487e7e;
  color: #fff;
}
#custom-widget.widget .widget-name {
  background: #7e4874;
  color: #fff;
}
#most-liked-widget.widget {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#top-innovations-widget.widget {
  margin-left: auto;
  margin-right: auto;
}
#custom-widget.widget {
  margin-left: auto;
  margin-right: auto;
}
.widget-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.widget-content .content-body {
  padding: 0.5rem 0;
  margin: 0.2rem 0;
}
.widget-content .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6d4c41;
}
.widget-content .content-body .name {
  color: #1c1c1c;
}
#most-liked-widget.widget .widget-name {
  background: #4c5284;
  color: #fff;
}
#top-innovations-widget.widget .widget-name {
  background: #487e7e;
  color: #fff;
}
#custom-widget.widget .widget-name {
  background: #7e4874;
  color: #fff;
}
/* Scrollbar Handle */
#most-liked-widget.widget .widget-content::-webkit-scrollbar-thumb {
  background: #4c5284;
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
#most-liked-widget.widget .widget-content::-webkit-scrollbar-thumb:hover {
  background: #313662;
}
/* Scrollbar Handle */
#top-innovations-widget.widget .widget-content::-webkit-scrollbar-thumb {
  background: #487e7e;
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
#top-innovations-widget.widget .widget-content::-webkit-scrollbar-thumb:hover {
  background: #286d6d;
}
/* Scrollbar Handle */
#custom-widget.widget .widget-content::-webkit-scrollbar-thumb {
  background: #7e4874;
  border-radius: 2px;
}
/* Scrollbar Handle on hover */
#custom-widget.widget .widget-content::-webkit-scrollbar-thumb:hover {
  background: #622757;
}
.widget-content .table {
}
.widget-content .table tr:first-child {
  background-color: transparent;
  border-radius: 0;
}
.widget-content .table tr {
  background-color: rgb(232 238 248 / 35%);
  border-radius: 6px;
}
.widget-content .table td,
.widget-content .table th {
  padding: 0rem;
  border: 0;
}
.widget-content .table th {
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #696969;
}
.widget-content .table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #1c1c1c;
  vertical-align: middle;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.widget-content .table td span {
  padding: 0.05rem;
}
.widget-content .table td.srno {
  width: 10%;
  background-color: rgb(185 203 233 / 35%);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: center;
}
.widget-content .table td.text {
  font-size: 0.9rem;
  color: #1c1c1c;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.widget-content .table td.count {
  width: 10%;
  font-size: 0.8rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.widget-content .table td.count span {
  background-color: #0bac48;
  border-radius: 50%;
  padding: 0.25rem;
}
/*multiple-details-section*/
/*Challenge page css*/
/*Responsive Design*/
/*Small devices (landscape phones, 576px and up)*/
.footer .company-logo {
  max-width: 175px;
}

/* Custom */
.tab-content div p {
  padding-left: 22px;
}
.tab-content {
  min-height: 420px !important;
  max-height: 420px;
  overflow-y: scroll;
  margin-bottom: 2em;
}

/* Carousel */
.owl-carousel .owl-stage-outer {
  background-color: #e6f2f9 !important;
}
.news-events-widget::after {
  content: "";
  background-color: #ddd8d8;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 70%;
  top: 38px;
  right: 12px;
  /* left: 50%; */
  display: block;
}

.noData {
  min-height: 350px;
}
.menu_btn li a {
  color: initial;
  font-size: 1em;
}

.menu_btn .active_btn a {
  color: #ffffff !important;
}

@media (min-width: 576px) {
  .main-navigation .nav-item:first-child {
    margin-left: 0;
  }
  .header-section {
    margin-top: 0.5rem;
    /*   padding-top: 2rem; */
  }
  .right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .search-container {
    margin: auto;
  }
  #most-liked-widget.widget,
  #top-innovations-widget.widget,
  #custom-widget.widget {
    max-width: 325px;
  }
  #most-liked-widget.widget {
    margin-right: auto;
    margin-left: 0;
  }
  #top-innovations-widget.widget {
    margin-left: auto;
    margin-right: auto;
  }
  #custom-widget.widget {
    margin-left: auto;
    margin-right: 0;
  }
  .idea-circle-bg,
  .idea-circle-md,
  .left-circle {
    display: block;
  }
  /* .info-section{
           margin-left: auto;
           margin-right: auto;
       } */
  .info-section .sponsors-logos img {
    max-width: 25%;
    margin: auto;
  }
  .inner-info {
    /* margin: 1.2rem 1.2rem 0; */
  }
  .info-section .inner-info .logo-box {
    margin-top: auto;
    margin-bottom: 0;
  }
  .info-box-mini {
    max-width: 70%;
  }
  .tabbed-info .nav-link {
    margin-bottom: 0;
  }
  .resource-section {
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
  }
  #most-liked-widget.widget {
    margin-left: auto;
    margin-right: auto;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .navbar-toggler[aria-expanded="false"] + .form-inline {
    display: none;
  }
  .main-navigation .navbar-toggler {
    display: none;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
/*Responsive Design*/
