/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
  font-family: 'Roboto', sans-serif;
}

/**********************************/
/******** Timeline Styling ********/

#aqsa_timeline {
  width: 100%;
  /* background: #195c88; */
}
#aqsa_timeline .container-fluid {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  margin: auto;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;

}

/*
#aqsa_timeline .full-width {
  max-width: 1600px;
}
#aqsa_timeline .boxed {
  max-width: 1000px;
}
*/

#aqsa_timeline .timeline_title {
  padding: 60px 0;
  text-align: center;
  color: #f4f4f4;
  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: -1px;
  background: #205d9d;
}

#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: -8px;
  top: 16px;
}

#aqsa_timeline .right_timeline {
  width: 48%;
  left: 50%;
  padding-left: 60px;
}
#aqsa_timeline .right_shape {
    position: absolute;
    left: -8px;
    top: 16px;
}

/************************/
/********* Shape ********/
#aqsa_timeline .small-circle {
    padding: 4px;
    border: 4px solid #205d9d;
    border-radius: 50%;
    background: #205d9d;
}

/*******************************/
/****** Styling Content ********/ 

#aqsa_timeline .time_line_paragraph {
    background: transparent;
    /* padding: 11px; */
    width: 100%;
/*  border: 1px solid #2973b0;*/
  overflow: hidden;
}

#aqsa_timeline .left_timeline .mCSB_inside > .mCSB_container {
    margin-left: 30px;
}
#aqsa_timeline .left_timeline .mCSB_scrollTools {
  left: 0;
  right: auto;
}
#aqsa_timeline .time_line_Scrollbar {
  height: 300px;
  padding-bottom: 25px;
}

#aqsa_timeline .left_timeline .time_line-content:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #205d9d;
}
#aqsa_timeline .right_timeline .time_line-content:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -9px;
    width: 0;
    height: 0;
    z-index: 10;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #205d9d transparent transparent;
}




/*
#aqsa_timeline .time_line_paragraph .aqsa-line {
  position: absolute;
    width: 48px;
    height: 3px;
    border-bottom: 3px dotted #12aeef;
    top: 23px;
    z-index: 1;
}
#aqsa_timeline .left_timeline .aqsa-line {
  right: 6px;
}
#aqsa_timeline .right_timeline .aqsa-line {
  left: 6px;
}
*/

#aqsa_timeline .left_timeline .aqsa-time, #aqsa_timeline .left_timeline .aqsa-category {
  text-align: right;
  padding: 0px 5px;
  margin: 5px 0;
}

#aqsa_timeline .right_timeline .aqsa-time, #aqsa_timeline .right_timeline .aqsa-category {
  text-align: left;
  padding: 0px 5px;
  /* margin: 5px 0; */
}

#aqsa_timeline .aqsa-time {
  color: #fff;
  font-weight: bold; 
}

/*
#aqsa_timeline .left_timeline .aqsa-time {
  border-right: 3px solid #12aeef;
}

#aqsa_timeline .right_timeline .aqsa-time {
  border-left: 3px solid #12aeef;
}
*/

#aqsa_timeline .aqsa-category {
        line-height: 1.5em;
    color: #205d9d;
    font-weight: bold;
    text-transform: none;
    font-size: 20px !important;
}

#aqsa_timeline .time_line_paragraph h1 {
    text-align: left;
    /* margin: 0;
    font-size: 22px;
    line-height: 1.5em; */
    color: #205d9d;
    padding: 8px 5px 8px 5px;  
  font-weight: bold;
}
#aqsa_timeline .time_line_paragraph h2 {
    text-align: left;
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;  
    color: #000000;
    padding: 8px 5px 8px 5px;  
  font-weight: bold;
}

#aqsa_timeline .left_timeline .time_line_paragraph h1 {
  text-align: right;
}
#aqsa_timeline .left_timeline .time_line_paragraph h2 {
  text-align: right;
}

#aqsa_timeline .time_line_paragraph p {
    padding: 0px 5px 5px 5px;
    text-align: left;
    margin: 0;
    font-size: 15px;
    line-height: 1.5em;
    color: #000000;
  opacity: 0.6;
}
#aqsa_timeline .left_timeline .time_line_paragraph p {
  text-align: right;
}

#aqsa_timeline .time_line_paragraph .timeline_info {
  padding: 0 5px 5px 5px;
}

#aqsa_timeline .left_timeline .time_line_paragraph .timeline_info {
  text-align: right;
}

#aqsa_timeline .time_line_paragraph .timeline_info .fa {
  color: #205d9d;
}
#aqsa_timeline .time_line_paragraph .timeline_info a {
  display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
      color: #205d9d;
    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: #205d9d;
}
.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 .small-circle {
  background: #111;
}
#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 .small-circle {
  background: #000;
}
#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: #205d9d !important;
  border-color: #205d9d !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: -53px;
    right: auto !important;
  }
  #aqsa_timeline .right_shape {
    left: -53px!important;
  }

}


@media (max-width: 768px) {
  #aqsa_timeline .left_timeline, #aqsa_timeline .right_timeline {
    width: 84% !important;
  }
}


@media (max-width: 480px) {
  
  #aqsa_timeline .timeline-bar {
    left: 12px;
  }
  #aqsa_timeline .left_timeline, #aqsa_timeline .right_timeline {
    width: 85% !important;
  }
  
  #aqsa_timeline .time_line_paragraph {
    padding: 0;
  }
  #aqsa_timeline .right_timeline {
    left: 30px;
    padding-left: 5px;
  }
  #aqsa_timeline .left_shape {
    left: -26px;
    right: auto !important;
  }
  #aqsa_timeline .right_shape {
    left: -26px!important;
  }

}

