/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
}

button,
.btn,
select {
  cursor: pointer;
}

a {
  text-decoration: none;
}

iframe {
  border: none;
}

ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}


.btn,
button,
.actionbg,
input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

.btn:hover,
button:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

/*--/wrapper--*/
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*--//wrapper--*/
.w3l-timeline-main {
  background:white;
  padding:4em 0;
}
.w3l-timeline-main h1 {
  margin-bottom: 40px;
  font-size: 40px;
  color: #fff;
  text-align:center;
}
.timeline-content-6 .timeline {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 4.5em 0;
  list-style-type: none;
}

.timeline-content-6 .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #50284A;
  z-index: 5;
}

.timeline-content-6 .timeline li {padding: 2em 0;}
.timeline-content-6 .timeline li ul li {padding: 1em 0;}

.timeline-content-6 .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.timeline-content-6 .direction-l {
  position: relative;
  width: 400px;
  float: left;
  text-align: right;
}

.timeline-content-6 .direction-r {
  position: relative;
  width: 400px;
  float: right;
}

.timeline-content-6 .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.timeline-content-6 .flag {
  position: relative;
  display: inline;
  background:#50284A ;
  padding: 6px 10px;
  border-radius: 0px;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}

.timeline-content-6 .direction-l .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline-content-6 .direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline-content-6 .direction-l .flag:before,
.timeline-content-6 .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -46px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #ff6150;
  z-index: 10;
}


.timeline-content-6 .direction-r .flag:before {
  left: -46px;
}

.timeline-content-6 .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #50284A ;
  border-width: 8px;
  pointer-events: none;
}

.timeline-content-6 .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #50284A ;
  border-width: 8px;
  pointer-events: none;
}

.timeline-content-6 .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color:black;
  vertical-align: middle;
}

.timeline-content-6 .direction-l .time-wrapper {
  float: left;
}

.timeline-content-6 .direction-r .time-wrapper {
  float: right;
}

.timeline-content-6 .time {
  display: inline-block;
  padding: 6px 6px;
  background: black;
  color: #fff;
}

.timeline-content-6 .desc {
  margin: 1em 0.75em 0 0;
  color: #50284A;                                    
  font-size: 15px;
  line-height: 25px;
}

.timeline-content-6 .direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/*/w3l-copy-right*/
.w3l-copy-right.text-center {
  margin-top: 2em;
}

.w3l-copy-right p {
  font-size: 15px;
  line-height: 29px;
  color: #fff;
}

.w3l-copy-right p a {
  color: #ff6150;
}

.w3l-copy-right p a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

/*//w3l-copy-right*/
@media screen and (max-width:992px) {
  .timeline-content-6 .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline-content-6 .timeline li {
    padding: 2em 0;
  }

  .timeline-content-6 .direction-l,
  .timeline-content-6 .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }

  .timeline-content-6 .flag-wrapper {
    text-align: center;
  }

  .timeline-content-6 .flag {
    z-index: 15;
  }

  .timeline-content-6 .direction-l .flag:before,
  .timeline-content-6 .direction-r .flag:before {
    position: absolute;
    top: -20px;
    left: 55%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
  }

  .timeline-content-6 .direction-l .flag:after,
  .timeline-content-6 .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #50284A ;
    border-width: 8px;
    pointer-events: none;
  }

  .timeline-content-6 .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .timeline-content-6 .direction-l .time-wrapper {
    float: none;
  }

  .timeline-content-6 .direction-r .time-wrapper {
    float: none;
  }

  .timeline-content-6 .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: #50284A;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
    color: #ffffff!important;
  }

  .timeline-content-6 .direction-l .desc,
  .timeline-content-6 .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
  .w3l-timeline-main h1 {
    margin-bottom: 26px;
    font-size: 36px;
  }
}



@media all and (max-width:568px) {
  .w3l-timeline-main {
      padding: 2em 0;
  }
  .w3l-timeline-main h1 {
    margin-bottom: 26px;
    font-size: 32px;
  }
}

@media all and (max-width: 440px) {}

@media all and (max-width: 410px) {}