.cm_timeline_wrapper {
  position: relative;
  padding: 48px 0;
}
.cm_timeline_wrapper .page-center {
  padding: 0 12px;
}
.cm_timeline_wrapper .row {
  margin: 0 -12px;
}
.cm_timeline_wrapper .col-md-8 {
  width: 100%;
  padding: 0 12px;
}
 
.cm_timeline_wrapper .my-5 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.cm_timeline_wrapper .timeline_sec {
  position: relative;
}
.cm_timeline_wrapper .timeline_sec:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(231,167,111,1);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cm_timeline_wrapper .timeline_item {
  margin-bottom: 40px;
  position: relative;
}
.cm_timeline_wrapper .timeline_item:after {
  content: "";
  display: block;
  clear: both;
}

.cm_timeline_wrapper .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cm_timeline_wrapper .icon:before, 
.cm_timeline_wrapper .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s;
}
.cm_timeline_wrapper .icon:before {
  background: #fff;
  border: 2px solid rgba(231,167,111,1);
  left: -3px;
}
.cm_timeline_wrapper .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px;
}
.cm_timeline_wrapper .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative;
}
.cm_timeline_wrapper .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: rgba(231,167,111,1);
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.cm_timeline_wrapper .date-outer {
  width: 100px;
  height: 100px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.cm_timeline_wrapper .date-outer:before, 
.cm_timeline_wrapper .date-outer:after {
  content: "";
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
}

.cm_timeline_wrapper .date-outer:before {
  background: #fff;
  border: 2px solid rgba(231,167,111,1);
  left: -6px;
}
.cm_timeline_wrapper .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
  background-color: rgba(231,167,111,.2);
}
.cm_timeline_wrapper .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0;
}
.cm_timeline_wrapper .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px;
}
.cm_timeline_wrapper .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
  min-height: 140px;
}

.cm_timeline_wrapper .timeline_item:nth-child(2n) .date-content {
  float: right;
}
.cm_timeline_wrapper .timeline_item:nth-child(2n) .date-content:before {
  left: 10px;
}
.cm_timeline_wrapper .timeline_item:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right;
}

.cm_timeline_wrapper .timeline_item:hover .icon:before {
  left: 3px;
}
.cm_timeline_wrapper .timeline_item:hover .icon:after {
  left: -3px;
}
.cm_timeline_wrapper .timeline_item:hover .date-outer:before {
  left: 6px;
}
.cm_timeline_wrapper .timeline_item:hover .date-outer:after {
  left: -6px;
}


.cm_timeline_wrapper .btn_wrap {
  padding: 3rem 0;
  text-align: center;
}

.cm_timeline_wrapper .btn {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  min-width: 150px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #828282;
  color: #828282;
  background-color: #FC9F62;
  border: 1px solid #FC9F62;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.cm_timeline_wrapper .btn:hover {
  background-color: #fff;
  border-color: #FC9F62;
  color: #828282;
}

.cm_timeline_wrapper .btn:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  outline: 0;
}

.cm_timeline_wrapper .btn svg {
  width: 14.63px;
  fill: #fff;
  vertical-align: middle;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.cm_timeline_wrapper .btn:hover svg {
  fill: #828282;
}


.cm_timeline_video_popup_wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: initial;
  transition: .15s ease-in-out;
  background-color: rgba(0,0,0,.69);
  z-index: 1999999999;
  opacity: 0;
  visibility: hidden;
}
.cm_timeline_video_popup_wrap.open {
  visibility: visible;
  opacity: 1;
}

.cm_timeline_video_popup_wrap .popup-container {
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
  top: 50%;
  left: 50%;
  width: 95%;
  margin-left: -47.5%;
  height: auto;
  overflow: visible;
  padding: 18px;
  border-radius: 0;
  border: 1px none #000;
  box-shadow: 1px 1px 3px 0 rgb(2 2 2 / 23%);
  background-color: rgba(249,249,249,1);
  transform: translateY(-50%);
  line-height: normal;
}
.cm_timeline_video_popup_wrap .popup-content {
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 400;
}

.cm_timeline_video_popup_wrap .popup-close-btn {
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: 1px 1px 3px 0 rgb(2 2 2 / 23%);
  text-shadow: 0 0 0 rgb(0 0 0 / 23%);
  background-color: rgba(0,183,205,1);
  margin: 0;
  outline: 0;
}


@media (min-width: 768px) {
  .cm_timeline_wrapper .col-md-8 {
    width: 66.6666666667%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .cm_timeline_video_popup_wrap .popup-container {
    margin-left: -30%;
    width: 60%;
  }
}


@media only screen and (max-width: 991px) {
  .cm_timeline_wrapper .date-content {
    margin-top: 35px;
  }
  .cm_timeline_wrapper .timeline-content {
    padding: 10px 0 10px 30px;
  }
  .cm_timeline_wrapper .timeline_item:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0;
  }

}

@media only screen and (max-width: 767px) {
  .cm_timeline_wrapper .timeline_sec:before {
    margin: 0;
    left: 7px;
  }
  .cm_timeline_wrapper .timeline_item {
    margin-bottom: 20px;
  }
  .cm_timeline_wrapper .icon {
    margin: auto 0;
  }
  .cm_timeline_wrapper .date-content {
    width: 95%;
    float: right;
    margin-top: 0;
  }
  .cm_timeline_wrapper .date-content:before {
    display: none;
  }
  .cm_timeline_wrapper .date-outer {
    width: 110px;
    height: 110px;
  }
  .cm_timeline_wrapper .date-outer:before, 
  .cm_timeline_wrapper .date-outer:after {
    width: 110px;
    height: 110px;
  }
  .cm_timeline_wrapper .date {
    top: 30%;
  }
  .cm_timeline_wrapper .year {
    font-size: 24px;
  }
  .cm_timeline_wrapper .timeline-content,
  .cm_timeline_wrapper .timeline_item:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0;
  }


}
