@font-face {
  font-family: MolotRegular;
  src: url(../fonts/Molot-Regular.otf);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  color: #f6931c;
  text-decoration: none;
}

a:hover {
  color: #f6931c;
  text-decoration: none;
}

h1,
h2 {
  font-family: "Montserrat", sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f6931c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #01a79d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #f7f7f7;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* #header .logo img {
  max-height: 40px;
} */



/*--------------------------------------------------------------
# Get Started Button
--------------------------------------------------------------*/

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
/*  font-family: "Raleway", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #f6931c;
}

#home li#homeactivelink a, 
#programspage li#programspageactivelink a,
#community li#communityactivelink a,
#about li#aboutactivelink a{
  color: #f6931c;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #f6931c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Btn
--------------------------------------------------------------*/

.btn1 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #f6931c;
  border: 2px solid #f6931c;
}

.btn1:hover {
  color: #282828;
}

/* -------------------- */

.btn0::before,
.btn0::after {
  position: absolute;
  content: "";
}

.btn0 {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #f6931c;
  border: none;
  cursor: pointer;
  margin: 0;
  min-width: 180px;
  margin-top: 30px;
}
.btn0 span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

/*--- btn-1 ---*/
.btn-1::before {
  background-color: #282828;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #fff !important;
  transition: 0.2s;
}
.btn-1 span:hover {
  color: rgb(255, 255, 255) !important;
  transition: 0.2s 0.1s;
}

/* hover-slide-right */
.btn0.hover-slide-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}
.btn0.hover-slide-right:hover::before {
  width: 100%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#programs h3 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
margin-left: 120px;
padding-bottom: 30px;
}

#hero p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  opacity: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
/*  background: #282828;*/
  background: transparent;
  border: none !important;
  background-image: url(../img/icons/car-indi.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .carousel-indicators li.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-image: url(../img/icons/car-indi-active.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}


#pro-banner .carousel-control.left, #pro-banner .carousel-control.right
{
  background-image:none!important;
}


 #pro-banner .carousel-item {
  margin-bottom: 30px !important;
  padding-top: 75px;
 }

 #pro-banner .carousel-control-next, #pro-banner .carousel-control-prev {
width: 5% !important;

}
section#hero span {
  color: #01a79d;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

@media screen and (max-width:480px){
#pro-banner{
    margin-top: 90px !important;
}

 #pro-banner .carousel-item {
  padding-top: 0px;
 }


}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-padding {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.client-sec-title h2 {
  font-size: 24px;
}

/*--------------------------------------------------------------
# Featured In
--------------------------------------------------------------*/
section#featured img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

section#featured .client-team {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
#counter {
/*  background: #282828 url(../img/Elements/Hexagon-Pattern.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  background: #282828;
}

section#counter .counter-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

section#counter .counter-text span {
  color: #01a79d;
  font-size: 38px;
  font-weight: normal;
}

#counter .count-box {
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 60px;

}

#counter .count-box .polygon {
  position: absolute;
  width: 47px;
  height: 54px;
  top: 0px;
  left: 0%;
  transform: translateX(-50%);
  background: #01a79d;
  -webkit-clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
  clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
}

#counter .count-box span {
  font-size: 48px;
  display: block;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

#counter .count-box p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.count-box div {
  display: flex;
  justify-content: center;
}

.counter-text::before {
  border-right: 1px solid #01a79d;
  content: "";
  position: absolute;
  top: 75px;
  height: 55%;
  width: 100%;
  right: 66%;
}

/*--------------------------------------------------------------
# SETS US APART
--------------------------------------------------------------*/
section.programs-sec .card {
  height: 100%;
  border: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

section.programs-sec h5.card-title {
  font-size: 24px;
  color: #01a79d;
  font-weight: 700;
}
section.programs-sec p.card-text {
  font-size: 14px;
  font-weight: 600;
}

section.programs-sec .card .card-body {
  padding: 1em 2em;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Entrepreneurs
--------------------------------------------------------------*/
#entrepreneurs {
  background: url(../img/bg/we-support-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section#entrepreneurs .card-header {
  border: none;
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section#entrepreneurs .card {
  border: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
}

section#entrepreneurs .card-header h5 {
/*  font-size: 26px;*/
font-size: 20px;
  font-weight: 700;
  color: #01a79d;
  padding-left: 20px;
  width: 55%;
}

section#entrepreneurs .card .card-body p.card-text {
  font-size: 17px;
}

/*--------------------------------------------------------------
# MENTORS
--------------------------------------------------------------*/

section#mentors .team-member {
  position: relative;
  overflow: hidden;
  border-radius: 3%;
}

section#mentors .team-member img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

section#mentors .team-member:hover img {
  transform: scale(1.1);
}

#mentors .team-member .overlay {
  display: block !important;
  padding: 10px !important;
  text-align: left;
  color: #282828 !important;
}

section#mentors .team-member .overlay h6 {
  font-weight: 700;
  font-size: 14px;
}
section#mentors .team-member .overlay p {
  font-size: 12px;
}
section#mentors .team-member .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #f6931c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

section#mentors .team-member:hover .overlay {
  transform: translateY(-100%);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-bottom: 80px;
  padding-top: 180px;
}

#portfolio:before {
  content: "";
  background: #282828;
  position: absolute;
  bottom: -60px;
  top: 60px;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewY(-3deg);
}

#portfolio .portfolio-text {
  /*padding: 195px;
  padding-top: 40px;*/
  padding: 145px;
  padding-top: 82px;

}

#portfolio .portfolio-text::before {
  border-right: 3px solid #fff;
  content: "";
  position: absolute;
/*  top: 8%;*/
  top: 20%;
  height: 45%;
  width: 100%;
  right: 15%;
}
#portfolio .portfolio-text h2 {
  font-size: 38px;
  font-weight: 700;
}
#portfolio .swiper-pagination {
  position: absolute;
/*  bottom: 50px;*/
  bottom: 0px;
  width: auto !important;
  left: 0;
  right: 0;
  text-align: center;
}
#portfolio .swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: #282828;
  border: none !important;
  background-image: url(../img/icons/car-indi.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
#portfolio .swiper-pagination-bullet-active {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-image: url(../img/icons/car-indi-active.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

section#portfolio p.card-text {
  font-size: 10px;
  height: 70px;
}

section#portfolio h5.card-title {
  color: #01a79d;
  font-size: 12px;
}
section#portfolio p.card-text span {
  font-size: 12px;
}

.portfolio span {
  color: #01a79d;
  font-size: 12px;
}

section#portfolio a.btn1 {
  padding: 3px 10px;
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -30px;
}
.portfolio .card:hover a.btn1 {
  opacity: 1 !important;
}
.portfolio .card {
  position: relative;
  transition: 0.5s;
  top: 0;
}

.portfolio .card:hover {
  top: -25px;
  transition: 0.5s;
}

.swiper.portfolio {
  padding: 2em 0;
}
/*--------------------------------------------------------------
# INNOVATORS
--------------------------------------------------------------*/

#innovators {
  background: url(../img/Elements/Elements/Hexagon-Pattern-\(Black\)-3Lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50%, 50%;
  height: 700px;
  padding-top: 4em;
  z-index: 1;
}

.innovastors-wrapper {
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 1%;
  padding-top: 2em;
  padding-bottom: 4em;
}

section#innovators .card-header {
  display: flex;
  align-items: center;
  border: none;
  background: #fff;
}

.innovastors-wrapper .card {
  border: none;
  position: relative;
  height: 100%;
  padding: 0 15px;
}

.innovastors-wrapper .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 55px;
  width: 100%;

  border-right: 1px solid #eaeaea;
}
.innovastors-wrapper .last:last-child:before {
  border-right: none;
}

section#innovators .innovastors-name {
  padding: 0 25px;
}

section#innovators .card-body p.card-text {
  height: 70%;
}

section#innovators .card-body span {
  font-size: 13px;
  color: #01a79d;
  font-weight: 700;
}

section#innovators .innovastors-name h5 {
  color: #01a79d;
  font-weight: 700;
  line-height: 1.5;
}

section#innovators .innovastors-name h5 span {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Partner with us
--------------------------------------------------------------*/
#partner {
  background: url(../img/bg/Interested-In-Partnership.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#partner .partner-warpper {
  margin-top: 6em;
}
.partner-warpper h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
#partner .btn1 {
  padding: 10px 50px;
  font-size: 24px;
  font-weight: 700;
}

/* --- model --- */
.modal h5.modal-title {
  font-weight: 600;
  font-size: 24px;
}

.modal .modal-body p {
  font-size: 17px;
}


/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-sec {
/*  background: url(../img/Elements/Hexagon-Pattern-Black.png);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-warrper {
  text-align: center;
}

.newsletter-warrper h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.newsletter-warrper p span {
  color: #01a79d;
  font-size: 22px;
  font-weight: 600;
}

.newsletter-warrper p {
  width: 50%;
  font-size: 17px;
  margin: 0 auto;
  margin-top: 0em;
  margin-bottom: 1.8em;
}

.newsletter-form .form-control {
  border: none;
}

.newsletter-form .form-control:active,
.newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-form .form-control::placeholder {
  font-size: 18px;
  color: #e5e5e5 !important;
}

.newsletter-form input[type="submit"] {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6931c;
  border-color: #f6931c;
  padding: 13px 30px 13px 30px;
  border-radius: 0;
  color: #ffff;
  font-size: 17px;
  font-weight: 700;
}

form.newsletter-form .form-group {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  width: 65%;
  margin: 0 auto;
}

.form-group-checkbox {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group-checkbox .checkbox-container {
  display: block;
  align-items: center;
}

.form-group-checkbox .checkbox-label {
  margin-left: 8px;
}

.form-group-checkbox .checkbox-input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

/*--------------------------------------------------------------
# PROGRAMS PAGE CSS
--------------------------------------------------------------*/
#programs {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  position: relative;
  padding-top: 82px !important;
}

#programs .carousel,
#programs .carousel-inner,
#programs .carousel-item,
#programs .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#programs .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#programs .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#programs .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#programs .container {
  text-align: center;
}

#programs h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#programs p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#programs .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#programs .carousel-inner .carousel-item,
#programs .carousel-inner .active.carousel-item-start,
#programs .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#programs .carousel-inner .active,
#programs .carousel-inner .carousel-item-next.carousel-item-start,
#programs .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#programs .carousel-inner .carousel-item-next,
#programs .carousel-inner .carousel-item-prev,
#programs .carousel-inner .active.carousel-item-start,
#programs .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#programs .carousel-control-next-icon,
#programs .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#programs .carousel-control-next-icon:hover,
#programs .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}


#programs .carousel-indicators li {
  opacity: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: #282828;
  border: none !important;
  background-image: url(../img/icons/car-indi.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

#programs .carousel-indicators li.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-image: url(../img/icons/car-indi-active.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

section#programs .icon-boxes {
  margin-top: 1em;
}


@media (max-width: 992px) {
  #programs {
    height: 100vh;
  }

  #programs .carousel-container {
    top: 8px;
  }
}

@media (min-width: 1024px) {

  #programs .carousel-control-prev,
  #programs .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #programs {
    height: 120vh;
  }
}

section#programs .count-box {
  text-align: revert;
  position: relative;
  margin-bottom: 5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  /* margin: 0 auto; */
  margin-left: 120px;
}

section#programs .count-box .polygon {
  position: absolute;
  width: 40px;
  height: 47px;
  top: -7px;
  left: 0%;
  transform: translateX(-50%);
  background: #01a79d;
  -webkit-clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
  clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
}

section#programs .count-box span {
  font-size: 38px;
  display: block;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

section#programs .count-box p {
  padding: 0;
  margin: 0;
  /*font-size: 24px;
  color: #fff;
  font-weight: 600;*/
  font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 21px;
    text-align: left;v
}

/*--------------------------------------------------------------
# introduction
--------------------------------------------------------------*/

section#introduction .introduction-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

section#introduction .introduction-wrapper p {
  font-size: 17px;
  width: 80%;
}
/*--------------------------------------------------------------
# Program Counter
--------------------------------------------------------------*/

#pcounter {
/*  background: #282828 url(../img/Elements/Hexagon-Pattern.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  background: #282828;
}

section#pcounter .counter-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

section#pcounter .counter-text span {
  color: #01a79d;
  font-size: 38px;
  font-weight: normal;
}

#pcounter .count-box {
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 75px;
}
#pcounter .count-box .polygon {
  position: absolute;
  width: 46px;
  height: 53px;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  background: #01a79d;
  -webkit-clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
  clip-path: polygon(50% 0, 100% 27%, 100% 78%, 50% 100%, 0 78%, 0 27%);
}

#pcounter .count-box span {
  font-size: 48px;
  display: block;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

#pcounter .count-box p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

#pcounter .count-box div {
  display: flex;
  justify-content: center;
}

#pcounter .counter-text::before {
  border-right: 1px solid #01a79d;
  content: "";
  position: absolute;
  top: 75px;
  height: 55%;
  width: 100%;
  right: 66%;
}

.polygon.first:nth-child(1) {
  left: 33% !important;
}

.polygon.forth:nth-child(1) {
  left: 13% !important;
}
/*--------------------------------------------------------------
# Flagship Programs
--------------------------------------------------------------*/
section#flagship {
/*  background: url(../img/Elements/hexagon-pattern-3lines.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

section#flagship .card {
  border: none;
  position: relative;
  margin-bottom: 1.5em;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

section#flagship .card .card-body {
  padding: 25px 35px;
}

section#flagship .card-body h5.card-title {
  color: #01a79d;
  font-size: 22px;
  font-weight: 700;
}
section#flagship .card-body p.card-text {
  font-size: 14px;
  color: #282828;
  margin-top: 1.5em;
}
section#flagship .card-footer p span {
  color: #01a79d;
  font-size: 14px;
  font-weight: 600;
}

section#flagship .card .card-footer {
  border: none;
  background: #fff;
  padding-bottom: 2em;
  padding-left: 2.2em;
}

section#flagship .card .card-footer a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Partner Programs
--------------------------------------------------------------*/
section.program-partner {
  position: relative;
/*  background: url(../img/Elements/hexagon-pattern-3lines.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

section.program-partner .card {
  border: none;
  position: relative;
  /* height: 100%; */
  margin-bottom: 1.5em;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

section.program-partner .card .card-body {
  padding: 25px 35px;
}

section.program-partner .card-body h5.card-title {
  color: #01a79d;
  font-size: 22px;
  font-weight: 700;
}

section.program-partner .card .card-footer {
  border: none;
  background: #fff;
  padding-bottom: 2em;
  padding-left: 2.2em;
}

section.program-partner .card-body p.card-text {
  font-size: 14px;
  color: #282828;
  margin-top: 1.5em;
}
section.program-partner .card-footer p span {
  color: #01a79d;
  font-size: 14px;
  font-weight: 600;
}
section.program-partner .card .card-footer a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# About Us Page CSS
--------------------------------------------------------------*/

#about {
  width: 100%;
  height: 100vh;
  background: url("../img/bg/About-Us-Banner.png") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

section#about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  width: 122%;
}

section#about span {
  color: #01a79d;
}

/* ----- TEMA SECTION ----- */

#team {
/*  background: #282828 url(../img/Elements/Hexagon-Pattern.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  background: #282828;
}

.team-wrapper li figure {
  margin: 8px 15px;
}
section#team figure {
  position: relative;
  overflow: hidden;
  border-radius: 3%;
}

section#team figure .overlay {
  display: block !important;
  padding: 10px !important;
  text-align: left;
  color: #282828 !important;
}

section#team figure .overlay h6 {
  font-weight: 700;
  font-size: 11px;
}
section#team figure .overlay p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
section#team figure .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
/*  height: 25%;*/
  height: 30%;
  background-color: #f6931c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

section#team figure:hover .overlay {
  transform: translateY(-100%);
}

h2.meet-team-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  /*left: 25%;
  top: 28%;*/
/*  left: 22%;*/
 left: 10%;
  top: 45%;
}

h2.advisors-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  top: 72%;
  left: 25%;
}

/* ------- our mission --------  */

section#ourmission .ourmission-wrapper h2 {
  font-weight: 700;
  color: #01a79d;
  font-size: 28px;
  margin-bottom: 0.5em;
}

section#ourmission .ourmission-wrapper p {
  font-size: 22px;
  width: 80%;
  margin-bottom: 2em;
}

section#ourmission .impact-story-wrapper h2 {
  font-weight: 700;
  color: #01a79d;
  font-size: 28px;
  margin-bottom: 0.5em;
}

section#ourmission .impact-story-wrapper p {
  font-size: 22px;
  width: 80%;
  margin-bottom: 1em;
}

/* ----- OUR FOUNDER ----- */

.our-founder-sec {
  background-color: #fff;
  height: 900px;
  padding-top: 5em;
  z-index: 11;
  position: relative;
}
.our-founder-wrapper {
/*  background: #fff url(../img/Elements/Hexagon-Pattern-Black.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 1%;
  padding-top: 3em;
  padding-bottom: 1em;
background: #fff;
}

.our-founder-wrapper .card {
  border: none;
  padding: 0 80px;
  background: transparent;
}
.our-founder-wrapper .card-body h5.card-title {
  color: #01a79d;
  font-size: 24px;
  font-weight: 600;
}
.our-founder-wrapper .card-body span {
  font-weight: 500;
}

.m-50 {
  margin-top: 5em;
}

/*--------------------------------------------------------------
# Community
--------------------------------------------------------------*/
#founders-banner {
  width: 100%;
  height: 100vh;
  background: url("../img/founder52/founder52-banner_02.jpg") top center
    no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding-top: 82px;
}

section#founders-banner button.btn0 {
  background-color: #ce3753;
}

/* ------ about us ------*/
section#community-intro {
  position: relative;
}

section#community-intro .about-text h2 {
  color: #4a154b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1em;
}
section#community-intro .about-text p {
  font-size: 20px;
  width: 85%;
}

#join-us {
  position: relative;
}

.community-join-bg {
  color: #fff;
  position: relative;
  background: #4a154b;
}

section#join-us p {
  font-size: 20px;
  width: 75%;
  font-weight: 600;
}

/* -- Founder -- */

.founder-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

.founder-wrapper ul li {
  width: 16.6%;
  padding: 5px 15px;
}

.founder-wrapper ul li figure img {
  width: 100% !important;
}

section#featured-founders {
/*  background: #fff url(../img/Elements/Hexagon-Pattern-Black.png) !important;*/
  background-repeat: no-repeat;
  background-size: cover;
}

section#featured-founders figure {
  position: relative;
  overflow: hidden;
  border-radius: 3%;
}

section#featured-founders figure .overlay {
  display: block !important;
  padding: 10px !important;
  text-align: left;
  color: #fff !important;
}

section#featured-founders figure .overlay h6 {
  font-weight: 700;
  font-size: 14px;
}
section#featured-founders figure .overlay p {
  font-size: 12px;
}
section#featured-founders figure .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #ce3753;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

section#featured-founders figure:hover .overlay {
  transform: translateY(-100%);
}

/* listen Here */

section#listen-here {
  color: #fff;
  position: relative;
  background: #4a154b;
}

section#listen-here p {
  font-size: 20px;
  width: 60%;
  font-weight: 600;
}

/* industry-nights */

#industry-nights {
/*  background: #fff url(../img/Elements/Hexagon-Pattern-Black.png) !important;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section#industry-nights .event-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1em;
}

section#industry-nights .event-wrapper p {
  font-size: 18px;
  width: 85%;
}

section#industry-nights .event-wrapper h2 span.d-block {
  color: #01a79d;
  font-weight: 500;
}

section#industry-nights .card-wrapper {
  padding-top: 4em;
}
section#industry-nights .card-wrapper .card {
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

section#industry-nights .card .card-header {
  border: 0;
  background-color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 14px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 14px;
}

section#industry-nights .card-wrapper .card-title {
  margin-bottom: 1em;
}

section#industry-nights .card-wrapper .card-title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #01a79d;
}

.card-wrapper .card-title h5 span {
  color: #282828;
  font-size: 18px;
}
section#industry-nights .card-wrapper .card-body p span {
  color: #01a79d;
  font-weight: 600;
}
section#industry-nights .event-wrapper img.profile {
  position: absolute;
  right: 0;
}

/* Blogs/articles  */
#blogs {
  background: url(../img/blog/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section#blogs .card {
  border: none;
  background: transparent;
  height: 100%;
  color: #fff;
}

section#blogs .card-body p.card-text {
  height: 55%;
  font-size: 17px;
  margin-top: 1em;
}

section#blogs .card button.btn0 {
  background-color: #ce3753;
  width: 197px;
  font-size: 12px !important;
}

section#blogs .card button.btn0 span {
  font-size: 14px;
}

/*  */
#by-founders {
  color: #fff;
  position: relative;
  background: #4a154b;
}

section#by-founders p {
  font-size: 60px;
  font-weight: 800;
  font-family: MolotRegular;
  margin-top: 1em;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #01a79d !important;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #282828;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 2em;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-top .footer-links p a {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  font-size: 17px;
}

/* custom*/

.p-t-10{
  padding-top: 10px;
}
.p-t-30{
  padding-top: 30px;
}
.p-r-5{
padding-right: 5px
}

#heroCarousel .carousel-indicators, #programs .carousel-indicators {
visibility: hidden;
}

/*img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}*/