/* 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;
}

.container_wapper {
  width: 100%;
  background: #c0c0c0;
} */

/************************************/
/************* Preloader ***********/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #111;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
  display: none;
}

.no-js h1 {
  color: #222222;
}

/* #content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
} */

/**********************************/
/******** Timeline Styling ********/

#aqsa_timeline {
  background: #f4f4f4;
}

#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: 2px;
  width: 4px;
  background: rgba(0, 0, 0, 0);
  margin-left: -2px;
  background: #1fa185;
}

#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: -34px;
  top: 16px;
}

#aqsa_timeline .right_timeline {
  width: 48%;
  left: 50%;
  padding-left: 60px;
}

#aqsa_timeline .right_shape {
  position: absolute;
  left: -34px;
  top: 16px;
}

/********* Shape ********/

#aqsa_timeline .badge_shape {
  position: relative;
  float: left;
  top: 0px;
  color: #1fa185;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#aqsa_timeline .badge_shape:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border: 4px solid #1fa185;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
}

#aqsa_timeline .badge_shape h1,
#aqsa_timeline .badge_shape h5 {
  margin: 0;
  text-transform: uppercase;
}

#aqsa_timeline .badge_shape h1 {
  font-weight: 700;
  font-size: 14px;
  width: 62px;
  line-height: 19px;
  position: relative;
  background-color: #1fa185;
  color: #ffffff;
  text-align: center;
  margin: -2px 2px -5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#aqsa_timeline .badge_shape h1:before,
#aqsa_timeline .badge_shape h1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  border-width: 9px 5px;
  border-style: solid;
}

#aqsa_timeline .badge_shape h1:before {
  left: -10px;
  border-color: #1fa185 #1fa185 #1fa185 transparent;
}

#aqsa_timeline .badge_shape h1:after {
  right: -10px;
  border-color: #1fa185 transparent #1fa185 #1fa185;
}

#aqsa_timeline .badge_shape h6 {
  margin: 0;
  display: inline-block;
  position: relative;
  top: 7px;
  font-size: 13px;
}

#aqsa_timeline .badge_shape h6:before,
#aqsa_timeline .badge_shape h6:after {
  position: absolute;
  height: 1px;
  content: '';
  background: #1fa185;
  width: 8px;
  top: 50%;
}

#aqsa_timeline .badge_shape h6:before {
  left: -10px;
}

#aqsa_timeline .badge_shape h6:after {
  right: -10px;
}

/*******************************/
/****** 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 .left_timeline .time_line-content:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
}

#aqsa_timeline .right_timeline .time_line-content:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 44px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}

#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: 15px;
  line-height: 2em;
  color: #333;
  opacity: 0.6;
}

#aqsa_timeline .time_line_paragraph .timeline_info {
  padding: 0 20px 20px 20px;
}

#aqsa_timeline .time_line_paragraph .timeline_info .fa {
  color: #1fa185;
}

#aqsa_timeline .time_line_paragraph .timeline_info a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #1fa185;
  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: #1fa185;
}

.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;
}

#aqsa_timeline.dark-light-theme .badge_shape:before {
  background: #111;
}

#aqsa_timeline.dark-light-theme .badge_shape h1 {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

/**************************************/
/*********** Dark Theme **************/
#aqsa_timeline.dark-theme {
  background: #000;
}

#aqsa_timeline.dark-theme .left_timeline .time_line-content:after {
  border-color: transparent transparent transparent #111;
}
#aqsa_timeline.dark-theme .right_timeline .time_line-content:before {
      border-color: transparent #111 transparent transparent;
}

#aqsa_timeline.dark-theme .badge_shape:before {
  background: #000;
}

#aqsa_timeline.dark-theme .badge_shape h1 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #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: #34495e!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 .time_line-content:before {
    left: -8px;
  }
}


@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;
  }
  #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 .right_timeline .time_line-content:before {
    display: none;
  }
}
