@font-face {
  font-family: Flama Condensed;
  font-stretch: condensed;
  src: url("../fonts/FlamaCondensed-Basic.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Condensed;
  font-stretch: condensed;
  src: url("../fonts/FlamaCondensed-Book.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Condensed;
  font-weight: 600;
  src: url("../fonts/FlamaCondensed-Semibold.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Semicondensed;
  font-weight: 500;
  font-stretch: semi-condensed;
  src: url("../fonts/FlamaSemicondensed-Basic.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Semicondensed;
  font-stretch: semi-condensed;
  src: url("../fonts/FlamaSemicondensed-Book.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

body {
		background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 800;
}

h3,h5 {
  font-weight: 800;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #676767;
    font-size: 18px;
    line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#selection-criteria {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#about-challenge, 
#jury
 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#about-challenge,
#jury
 {
  text-align: center;
}

#overview h3,
#about-challenge h3,
#selection-criteria h3,
#program-takeaways h3,
#jury h3,
#program-roadshows h3
 {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 46px;
    font-family: 'Flama Condensed';
    line-height: 1.2;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.img-center{
  margin: 0 auto;
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

.innerpg-bg {
    /* min-height: 845px; */
    height: 100vh;
    position: relative;
    background-image: url(../images/banner/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  float: right;
}

.red-highlight{
 background-color:#dd1a32;
 padding:0.1em 0.3em;
 color: #fff;
}

/*---------------------------------------
    About Challenge section              
-----------------------------------------*/
#about-challenge {
    background: #f2f5f8;
}

#about-challenge .fa {
  color: #f2545f;
  font-size: 48px;
}

.about-challenge-item {
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #fff;
    margin-top: 30px;
    /* min-height: 570px; */
    min-height: 372px;
    border: 5px solid #ed2136;
}

#about-challenge img{
  margin: 0 auto;
  display: block;
}

.about-challenge-item p{
  font-size: 14px;
  line-height: 22px;
}

.about-challenge-item  h3{
    font-size: 16px !important;
    font-weight: 600;
    padding:0px 0px 8px 0px !important;
    margin: 0px;
    color: #000;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif !important;
}

/*---------------------------------------
    Program Takeaways section              
-----------------------------------------*/

#program-takeaways{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#program-takeaways h4{
  font-size:22px;
  color:#ed2236;
  font-weight:600;
  padding-top: 15px;
}

#program-takeaways p{
  /*padding-bottom: 30px;*/
}



#program-takeaways .sub-hr {
  text-transform: capitalize;
  font-size: 19px;
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important;
}
.col-no-margin [class^="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.no-padding{
  padding: 0px !important;
}

.mt-25{
 margin-top: 25px;
}

.pt-30{
  padding-top: 30px;
}

.text-box {
    /*padding: 20px;*/
      padding-top: 30px;
    text-align: center;
    min-height: 295px;
}

.text-box h2 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding: 5px 0px 15px 20px;
    line-height: 20px;
}

.sub-hr {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

#program-takeaways ul{
   padding-left: 15px !important;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  font-weight: 500;
}

#program-takeaways li{

  list-style: none;
  background: url('../images/program-takeaways/square.png') 1px 6px no-repeat;
  margin: 0px !important;
  padding-left: 25px;
}



/*---------------------------------------
    Selection Criteria section              
-----------------------------------------*/
#selection-criteria {
    background: url('../images/selection-criteria/selection-criteria-bg.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#selection-criteria h3{
  color: #fff;
  text-align: center;
}

.bullet-box {
    background-color: #ffffff;
    border-left: 10px solid #f05e62;
    padding: 17px;
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    min-height: 80px;
    border-radius: 10px;
}

.bullet-box p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

#selection-criteria  h4{
  text-align: center;
  font-size: 24px;
  font-family: 'Flama Condensed';
}


/*---------------------------------------
   Jury Section              
-----------------------------------------*/
#jury {
    background: #f2f5f8;
}

#jury img {
/*  width: 100%;
  max-width: 100%;
  height: auto;*/
}

#jury .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jury .jury-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jury .jury-slide-inner.slide {
    background-image: url('../images/jury/jury-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 258px;
}

.jury-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


.jury-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


.jury-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-family: 'Flama Condensed';
text-transform: capitalize;
}

.jury-slide-inner p {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
  line-height: 1.5;
}
.red-text {
    color: #dd1a32;
}
 .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      /*width: 100%;*/
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

    .control-c {
    width: 48px;
    height: 48px;
}


/*---------------------------------------
    Program Roadhshow & Timelines section              
-----------------------------------------*/

#program-roadshows{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#program-roadshows h4{
  font-size:22px;
  color:#ed2236;
  font-weight:600;
  padding-top: 15px;
}

#program-roadshows h3{
  text-align: center !important;
}

/* TIMELINE */
#timeline-container {
  color: #676767;
}
#timeline-container .inner-container {
  /*max-width: 1000px;*/
  margin: 0 auto;
}
#timeline-container .inner-container .heading {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #676767;
  margin-top: 0;
}
#program-roadshows .timeline {
  margin: 0 auto;
  position: relative;
  left: 120px;
  width: 80%;
  /*max-width: 900px;*/
  margin-top: 16px;
  margin-left: 5%;
}
#program-roadshows .timeline-item {
  color: #000000;
  text-align: left;
  font-size: 1.8rem;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
}
#program-roadshows .timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 40px);
  top: 16px;
  float: right;
  font-weight: 600;
  white-space: nowrap;
  color: #ed2136;
}
#program-roadshows .timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #ed2136;
  position: absolute;
  left: -10px;
  top: 21px;
}
#program-roadshows .timeline-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 800px) {
  #program-roadshows .timeline {
    margin: 0 auto;
    position: relative;
    left: 78px;
  }
  #program-roadshows .timeline .timeline-item {
    font-size: 1.6rem;
  }
  #program-roadshows .timeline .timeline-item::after {
    right: calc(var(--item-width) + 30px);
  }
}
@media only screen and (max-width: 800px) {
  .timeline-item {
    padding: 1rem 1.5rem 1rem 0.5rem;
    
  }
  #program-roadshows .timeline-item::after {
    right: calc(var(--item-width) + 20px);
  }
}
/* TIMELINE end */


/*Text Box*/
#program-roadshows .text-box {
  height: ;
}
#program-roadshows .text-box { float: left; padding: 40px; text-align: center; -webkit-transition: background 0.4s ease 0s; transition: background 0.4s ease 0s; cursor: pointer; height: 200px !important;}

#program-roadshows .text-box img{float: left;}
}
#program-roadshows .text-box i { font-size: 42px; margin: 30px 0 20px; }

#program-roadshows .text-box i { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

#program-roadshows .text-box h3, .text-box h5, .text-box p { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

#program-roadshows .text-box:hover { background: #fbfbfb; width: 100%; }
#program-roadshows .text-box:hover h4 {color: #ed2136 !important;}

#program-roadshows .text-box:hover i, .text-box:hover h3, .text-box:hover h5, .text-box:hover p { color: #333; }

#program-roadshows .text-box.text-box-light { border: 1px solid #d9d9d9; background: #fff; }

#program-roadshows .text-box.text-box-light i, .text-box.text-box-light h3, .text-box.text-box-light h5, .text-box.text-box-light p { color: #0e2435; }

#program-roadshows .text-box.text-box-light:hover { background: #2250fc; }

#program-roadshows .text-box.text-box-light:hover i, .text-box.text-box-light:hover h3, .text-box.text-box-light:hover h5, .text-box.text-box-light:hover p { color: #fff; }

#program-roadshows .text-box.hover-effect { padding: 15px; }

#program-roadshows .text-box.hover-effect i { margin: 90px 0 20px; }

#program-roadshows .text-box.hover-effect p { opacity: 0; }

#program-roadshows .text-box.hover-effect:hover i { margin: 70px 0 6px 0; }

#program-roadshows .text-box.hover-effect:hover p { opacity: 1; }

#program-roadshows .text-box h4 {
  font-size: 16px !important;
  color: #fff !important;
  text-align: left !important;
}
#program-roadshows .text-box p{
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#program-roadshows .btn {
    background: transparent;
    border: 2px solid #ed2136;
    border-radius: 0px;
    color: #ed2136;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 14px 25px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-style: italic;
}

#program-roadshows .btn:hover{
  background: #ed2136;
  color: #fff;
}
#program-roadshows .text-box hr{
  color: #fff;
}
.normal-txt{
  font-weight: 400;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 16px;}

  /* .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  } */

  /*#intro { height: 65vh; }*/

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_about-challenge {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  /* .custom-navbar .navbar-brand {
    line-height: 20px;
  } */

  #overview img,
  #about-challenge .col-md-4,
  #selection-criteria form {
    padding-top: 32px;
  }

  /* .nav-tabs > li > a {
    font-size: 13px;
  } */

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_about-challenge {
    margin-top: 82px;
  }

}




 /* Large Devices, Wide Screens */
 @media only screen and (max-width : 1200px) {
  .about-challenge-item {
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #fff;
    margin-top: 30px;
    min-height: 408px !important;
    border: 5px solid #ed2136;
    margin-bottom: 10px !important;
  }
}


@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }
}

@media (max-width: 480px) {



.navbar.navbar-default .navbar-toggle{margin-right: 23px !important;}
  
  }

.innerpg-bg {
    height: 270px;
    position: relative;
    background-image: url(../images/intro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}

/* .about-challenge-item{
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
} */

#about-challenge .col {
  width: 100% !important;
  flex-basis:unset;
  margin-bottom: 5px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

.bullet-box {
   height: auto;
min-height: 80px;

}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
    z-index: 999;
}

}
