.carousel-area .tns-nav button:hover, .carousel-area .tns-nav button.tns-nav-active {
  background: #fff;
}
/*# sourceMappingURL=main.css.map */

.youtube{
  height: 100px;
}
.features-content{
   padding: 15px 5px;
}

.single-features .features-icon span .lni{
  font-size: 65px;
}

.single-features {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  box-shadow: 4px 8px 16px 4px rgba(72, 127, 255, 0.1);
  background-color: #fff;
  /*padding: 45px 20px;*/
  padding: 2px 2px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .single-features::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #e67f4fdc 10%, #e25f22dc 100%);
    background: -o-linear-gradient(left, #e67f4fdc 10%, #e25f22dc 100%);
    background: linear-gradient(to right, #e67f4fdc 10%, #e25f22dc 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-features .features-icon {
    position: relative;
    display: inline-block; }
    .single-features .features-icon i {
      font-size: 40px;
      color: #e25f22dc;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-features .features-icon span {
      text-align: right;
      font-size: 90px;
      color: #1b273d;
      line-height: 100px;
      opacity: 0.1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      font-weight: 600; }
  .single-features .features-content {
    padding-top: 5px;
    position: relative;
    z-index: 9; }
    .single-features .features-content .features-title a {
      font-size: 24px;
      color: #1b273d;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-features .features-content .text {
      margin-top: 25px;
      color: gray;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .single-features:hover::before {
    opacity: 1; }
  .single-features:hover .features-icon i,
  .single-features:hover .features-icon span {
    color: #fff; }
  .single-features:hover .features-content .features-title a {
    color: #fff; }
  .single-features:hover .features-content .text {
    color: #fff; }

  .single-features:hover .features-content .int {
    color: #fff; }  

  features-content:hover .features-icon i,
  .single-features:hover .features-icon span {
    color: #fff; }  


  /* *******************************************NETWORKING************************************************* */
 .counter-section {
  background: url("./assets/img/slide/countdown.jpg") no-repeat center;
  background-size: auto auto;
  padding: 0px 0;
  background-size: cover;
  background-attachment: relative;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.counter-section .counter {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  border-radius: 4px;
  padding-left: 45px;
  margin-left: 30px;
  /*color: #fdd4c0f3;*/
}

.counter-section .counter .icon {
  background-image: linear-gradient(0deg, #e25f22dc 0, #e67f4fdc 100%);
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: -30px;
  margin-top: -25px;
}

.counter-section .counter .icon i {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}    

.work-counter-widget{
  margin: 0.5rem;
}  

/*@media (max-width: 650px){
  .work-counter-widget{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }*/

.counter-content{
  padding-right: 35px;
}

.colo{
  color: #e25f22dc;
}

/*===============================================================================================================
    5.AUDIENCE css 
=================================================================================================================*/
.event-tab {
  border: 3px solid #e25f22dc;
  padding: 40px 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .event-tab {
      padding: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-tab {
      padding: 30px; } }
  @media (max-width: 767px) {
    .event-tab {
      padding: 10px;
      padding-top: 0; } }
 
  .event-tab .tab-content .event-content .single-event {
    padding: 40px;
    z-index: 5;
    position: relative;
    background-color: rgb(255,255,224,1); }/*rgb(226,95,34)  */
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    .event-tab .tab-content .event-content .single-event::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(left, #e67f4fdc 0%, #e25f22dc 100%);
      background: -o-linear-gradient(left, #e67f4fdc 0%, #e25f22dc 100%);
      background: linear-gradient(to right, #e67f4fdc 0%, #e25f22dc 100%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event .event-image img {
        width: 100%; } }
    .event-tab .tab-content .event-content .single-event .event-content {
      padding-left: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 0;
          margin-top: 15px; } }
      .event-tab .tab-content .event-content .single-event .event-content .event-title {
        font-size: 24px;
        color: #e25f22dc; }
        @media (max-width: 767px) {
          .event-tab .tab-content .event-content .single-event .event-content .event-title {
            font-size: 18px; } }
      .event-tab .tab-content .event-content .single-event .event-content .text {
        margin-top: 20px; }
      .event-tab .tab-content .event-content .single-event .event-content .event-meta {
        padding-top: 10px; }
        .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
          display: inline-block;
          padding-top: 10px;
          font-size: 16px;
          color: #777777;
          margin-right: 20px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px;
              margin-right: 10px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px; } }
          .event-tab .tab-content .event-content .single-event .event-content .event-meta li:last-child li {
            margin-right: 0; }
    .event-tab .tab-content .event-content .single-event:hover::before {
      opacity: 1; }
    .event-tab .tab-content .event-content .single-event:hover .event-content .event-title,
    .event-tab .tab-content .event-content .single-event:hover .event-content .text {
      color: #fff; }
    .event-tab .tab-content .event-content .single-event:hover .event-content .event-meta li {
      color: #fff; }

  .double{
    text-align: center;
      font-size: 36px;
      color: #1b273d;
      line-height: 100px;
      opacity: 0.1;
      /*font-weight: bold*/
  }  
  
  .event-tab .tab-content .event-content .single-event:hover .event-content .event-title .font-bold {
    color: #fff; }
  
    .col:hover{
      color: #fff;
    }

/*--*****************************************************GOALS*******************************************/
.single-intro-text {
  padding: 25px 30px 10px 40px;
  /*-webkit-box-shadow: 0 8px 24px #E2E8ED;
  box-shadow: 0 8px 24px #E2E8ED;*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 8px 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* .single-intro-text:hover {
  box-shadow: 0 16px 48px #E2E8ED;
} */

.single-intro-text .goal {
  position: absolute;
  left: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0px;
  font-size: 35px;
  color: #bababa;
}

.single-intro-text h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 650;
}

.single-intro-text p {
  margin-bottom: 0;
}

.single-intro-text .count-number {
position: absolute;
right: -30px;
bottom: -25px;
width: 65px;
height: 65px;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
background: -webkit-linear-gradient(left, #e67f4fdc 0%, #e25f22dc 100%);
background: -o-linear-gradient(left, #e67f4fdc 0%, #e25f22dc 100%);
background: linear-gradient(to right, #e67f4fdc 0%, #e25f22dc 100%);
color: #fff;
display: block;
text-align: left;
font-size: 10px;
font-weight: 600;
padding: 15px 15px;
}

/*--**************************************************SLIDE*****************************************************/
/* @media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme {
    padding-left: 20px; } }

@media only screen and (min-width: 781px) and (max-width: 991px) {
  .theme {
    font-size: 28px; } }

@media (max-width: 780px) {
  .theme {
    font-size: 20px; } } */


/******************************************PROGRAM************************************************/
.program{
  display: block;
  text-align: center;
  width: 210px;
  background: #fff;
  border-radius: 5px;
  padding: 40px 25px;
  margin: 15px;
  border: 1px solid rgba(124, 134, 154, 0.25);
  transition: all 0.3s ease-out 0s;
}    

.program:hover {
  background-color: #e25f22dc;
}

.program:hover .icon {
  color: #fff;
}

.program:hover h3 {
  color: #fff;
  font-weight: bold;
}

.program:hover h3 span{
  color: #fff;
}

.program .icon {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
  color: #e25f22dc;
  transition: all 0.3s ease-out 0s;
}

.program h3 {
  font-weight: 400;
  color: #333F57;
  transition: all 0.3s ease-out 0s;
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #a0a0a0;
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #e25f22dc;
}

.pm{
  display: inline-block;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 48px 0 0;
    border-left: 0;
  }
}

/* **********************************************SPEAKERS************************************************ */
.liste{
  padding: 4rem;
}



/*---------------------------------------------------------------------------------------------------------
# Portfolio
----------------------------------------------------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e25f22dc;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #e25f22dc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

section {
  padding: 5px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e25f22dc;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/****************************************************THE SUMMIT******************************************/
.rond{
  border: solid #e25f22dc 2px;
}