


/**********************************/
/******** Timeline Styling ********/

#aqsa_timeline {
  width: 100%;
  background: none;
}
#aqsa_timeline .container-fluid {
  max-width: 1600px;
  width: 100%;
  position: absolute;
  margin: auto;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;

}

#aqsa_timeline .timeline_title {
  padding: 60px 0;
  text-align: center;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}


#aqsa_timeline .timeline-bar {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0);
  margin-left: -2px;
  background: #bbbbbb ;
}

#aqsa_timeline .timeline_wrap {
  position: absolute;
  display: none;
}
#aqsa_timeline .left_timeline {
  width: 48%;
  left: 2%;
  padding-right: 60px;
}
#aqsa_timeline .left_shape {
    position: absolute;
    right: -16px;
  top: 12px;
}

#aqsa_timeline .right_timeline {
  width: 48%;
  left: 50%;
  padding-left: 60px;
}
#aqsa_timeline .right_shape {
    position: absolute;
    left: -34px;
    top: 12px;
}

/************************/
/********* Shape ********/
.hexagon-circle {
    position: relative;
    margin-left: 16px;
    margin-top: -12px;
    width: 34px;
    height: 51px;
    border-radius: 7px;
    background: #ffffff;
    transition: opacity .5s;
    cursor: pointer;
    border: 1px solid #fb5b21;
}
.hexagon-circle:before {
  position: absolute;
  right: -3px;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(60deg); 
  -ms-transform: rotate(60deg); 
  transform: rotate(60deg);
      border: 1px solid #fb5b21;
}

.hexagon-circle:after {
  position: absolute;
  left: -1px;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(-60deg); 
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
      border: 1px solid #fb5b21;
}

#aqsa_timeline .shapes span {
    position: absolute;
    top: 0px;
    left: 21px;
    font-size: 25px;
    color: #fb5b21;
	line-height: 30px;
    font-weight: 600;
}
#aqsa_timeline .shapes h5{ 
    font-weight: 700;
    font-size: 12px;
    width: 80px;
    line-height: 20px;
    position: relative;
    background-color: #ffffff;
    color: #fb5b21;
    text-align: center;
    margin: -8px -6px 0px;
    border: 1px solid #fb5b21;
  }

.army-chevron {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 25px;
  padding: 1px;
  border: none;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
}

.army-chevron::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 51%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fb5b21;
  text-shadow: none;
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}

.army-chevron::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fb5b21;
  text-shadow: none;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}

#aqsa_timeline .left_timeline .army-chevron {
   right: 36px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg) ;
}

#aqsa_timeline .right_timeline .army-chevron {
   left: 36px;
  -webkit-transform: rotateZ(-90deg)   ;
  transform: rotateZ(-90deg)   ;
}

/*******************************/
/****** Styling Content ********/ 

#aqsa_timeline .left_timeline .time_line-content {
  -webkit-box-shadow: 2px 2px 10px 1px rgba(220,220,220,0.93) ;
  -moz-box-shadow: 2px 2px 10px 1px rgba(220,220,220,0.93) ;
  box-shadow: 2px 2px 10px 1px rgba(220,220,220,0.93) ;
}

#aqsa_timeline .right_timeline .time_line-content {
  -webkit-box-shadow: -2px 2px 10px 1px rgba(220,220,220,0.93);
  -moz-box-shadow: -2px 2px 10px 1px rgba(220,220,220,0.93);
  box-shadow: -2px 2px 10px 1px rgba(220,220,220,0.93);
}

#aqsa_timeline .time_line_paragraph {
    background: #ffffff;
    padding: 11px;
    width: 100%;
  overflow: hidden;
}
#aqsa_timeline .time_line_Scrollbar {
  height: 300px;
  padding-bottom: 25px;
}

#aqsa_timeline .time_line_paragraph h1 {
    text-align: left;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
  font-weight: bold;
}
#aqsa_timeline .time_line_paragraph p {
    padding: 0px 20px 20px 20px;
    text-align: left;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #464646;
  opacity: 0.6;
}
#aqsa_timeline .time_line_paragraph .timeline_info {
  padding: 0 20px 20px 20px;
}
#aqsa_timeline .time_line_paragraph .timeline_info .fa {
  color: #fb5b21;
}
#aqsa_timeline .time_line_paragraph .timeline_info a {
  display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
      color: #fb5b21;
    text-decoration: none;
    font-size: 12px;
}
#aqsa_timeline .time_line_paragraph img{
  max-width: 100%;
  padding: 20px;
} 
#aqsa_timeline .time_line_paragraph img.fullwidth{
  padding: 0;
}


.mCSB_scrollTools { 
  margin: 10px 5px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fb5b21 ;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #30a0c3;
}

/**************************************/
/*********** Dark-light Theme **************/
#aqsa_timeline.dark-light-theme {
  background: #111;
}
#aqsa_timeline.dark-light-theme .timeline_title {
  color: #f4f4f4;
}
#aqsa_timeline.dark-light-theme .time_line-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**************************************/
/*********** Dark Theme **************/
#aqsa_timeline.dark-theme {
  background: #000;
}

#aqsa_timeline.dark-theme .time_line_paragraph {
  background: #111;
  border: 1px solid #222;
}
#aqsa_timeline.dark-theme .timeline_title {
  color: #f4f4f4;
}
#aqsa_timeline.dark-theme .time_line_paragraph h1 {
  color: #eee;
}
#aqsa_timeline.dark-theme .time_line_paragraph p {
  color: #ccc;
}
#aqsa_timeline.dark-theme .time_line-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*****************************/
/******* NiceScroll   ********/

.nicescroll-rails {
  width: 8px !important;
}

.nicescroll-rails div {
  width: 8px !important;
  border-radius: 2px !important;
  background-color: #12aeef!important;
  border-color: #12aeef !important; 
}


/**************************************/
/********* Responsive Part ***********/

@media (max-width: 970px) {
  
  #aqsa_timeline .timeline-bar {
    left: 50px;
  }
  #aqsa_timeline .left_timeline, #aqsa_timeline .right_timeline {
    width: 87%;
  }
  #aqsa_timeline .right_timeline {
    left: 95px;
    padding-left: 5px;
  }
  #aqsa_timeline .left_shape {
    left: -80px;
    right: auto !important;
  }
  #aqsa_timeline .right_shape {
    left: -80px!important;
  }
  #aqsa_timeline .right_timeline .army-chevron {
    left: -18px;
  }

}


@media (max-width: 768px) {
  #aqsa_timeline .left_timeline, #aqsa_timeline .right_timeline {
    width: 84% !important;
  }
}


@media (max-width: 480px) {
  
  #aqsa_timeline .timeline-bar {
    left: 36px;
  }
  #aqsa_timeline .left_timeline, #aqsa_timeline .right_timeline {
    width: 75% !important;
  }
  .hexagon-circle {
    margin-left: 16px;
    margin-top: -12px;
    width: 28px;
    height: 40px;
  }
  #aqsa_timeline .time_line_paragraph {
    padding: 0;
  }
  #aqsa_timeline .right_timeline {
    left: 70px;
    padding-left: 5px;
  }
  #aqsa_timeline .left_shape {
    left: -66px;
    right: auto !important;
  }
  #aqsa_timeline .right_shape {
    left: -66px!important;
  }
  #aqsa_timeline .shapes .fa {
    font-size: 20px;
  }
  #aqsa_timeline .shapes h5 {
    font-weight: 400;
    font-size: 10px;
    width: 64px;
    line-height: 16px;
    margin: -6px 0px 0px;
  }
  #aqsa_timeline .right_timeline .army-chevron {
    left: -16px;
    top: 20px;
  }

}

