@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
header{
  background-color: white;
  text-align: center;
  
}
header img{
  vertical-align: middle;
  margin: 20px 0 20px 0;
}
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 3em;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
  color: #fff;
  line-height: 1em;
}
.timeline__content-title:nth-child(odd) {
    text-align: right ;
}
.timeline__content-title:nth-child(even) {
    text-align: left;
}
.timeline-item--active .timeline__content-title {
    text-align: right ;
}
.timeline-item--active .timeline__content-title:nth-child(even) {
    text-align: left;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Cairo', sans-serif;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 106, 0, 1);
  font-size: 2em;
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 1;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: -90px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 30, 142, 0.7);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 4em;
  font-family: 'Cairo', sans-serif;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}



ul{
  color: #fff;
}
ul.first{
  list-style-type: square;
  padding: 0;
  font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
}
ul.second{
  list-style-type: none;
  padding: 0;
  font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
}
footer{
  font-family: 'Cairo', sans-serif;
}
.download-text{
  font-family: 'Cairo', sans-serif;
}
.footer-left {
  float: left;
  width: 50%;
  margin-top: -15px;
}
.footer-right {
  width: 50%;
  float: right;
  margin-top: -15px;
  text-align: right;
}
footer .footer-left img.appicon {
  width: 100%;
  max-width: 110px;
}
img {
  vertical-align: middle;
}
.copyright {
  border-top: 1px solid #02387a;
  margin-top: 2px;
  float: left;
  width: 100%;
}
.copy-left {
  font-size: 16px;
  float: left;
  width: 50%;
}
.copy-right {
  float: right;
  width: 50%;
  text-align: right;
}
footer .copyright section.container {
  padding: 10px 0 28px 0;
}
footer section.container {
  padding: 45px 0;
}
.container {
  position: relative;
  padding: 50px 1%;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-right span.social-media-text {
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
}
.social-media-icons {
  float: right;
  margin-left: 15px;
  font-size: 18px;
}
.social-media-icons a {
  margin-right: 15px;
  background: #ff6b00;
  border-radius: 50%;
  width: 25px;
  height: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  border: 1px solid transparent;
}
.copy-right a {
  color: #02387a;
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
  font-weight: bold;
}
a{
  text-decoration: none;
}

.timeline-arrows {
  position: absolute;
  left: 49%;
  width: 2px;
  margin-left: 4px;
}
@media only screen and (max-width: 1440px) {
  .timeline-arrows  {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .timeline-arrows  {
    margin-left: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-arrows {
    left: 26px;
    top: 1.8%;
  }
  .timeline-header__title {
    color: #fff;
    font-size: 2em;
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    margin: 0;
  }
}