.eael-content-timeline-block.custom-timeline{
  padding-bottom: 0;
}
.eael-content-timeline-block.custom-timeline
  .eael-content-timeline-img.eael-picture {
  background-color: unset !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  border: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  margin-top: 0 !important;
}

.eael-content-timeline-block.custom-timeline .eael-content-timeline-line,
.timeline_head .eael-content-timeline-line {
  background: url("./../img/timeline.png") !important;
  margin-left: -25px !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
}
.eael-content-timeline-block.custom-timeline
  .eael-content-timeline-content::before {
  content: unset !important;
}
.eael-content-timeline-block.custom-timeline:nth-child(even)
  .eael-content-timeline-img.eael-picture {
  background-image: url("./../img/arrow-timeline-right.png") !important;
  margin-right: -78px !important;
}
.eael-content-timeline-block.custom-timeline:nth-child(odd)
  .eael-content-timeline-img.eael-picture {
  background-image: url("./../img/arrow-timeline-left.png") !important;
  margin-left: -78px !important;
}
.eael-content-timeline-block.custom-timeline .eael-content-timeline-content {
  width: 520px;
  border-radius: 8px;
  transition: 0.8s;
}
.eael-content-timeline-block.custom-timeline:nth-child(odd)
  .eael-content-timeline-content {
  margin-left: 0;
  transform: translateX(-200%);
}
.eael-content-timeline-block.custom-timeline:nth-child(even)
  .eael-content-timeline-content {
  margin-right: 0;
  transform: translateX(200%);
}
.eael-content-timeline-block.custom-timeline
  .eael-content-timeline-content.active {
  transform: translate(0);
}
.eael-content-timeline-block.custom-timeline h3.title_timeline {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 400;
}
.eael-content-timeline-block.custom-timeline p.excerpt_timeline {
  font-size: 19px;
  margin-bottom: 0 !important;
}
.eael-content-timeline-block.custom-timeline p.stt_timeline {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.timeline_head {
  width: 480px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #aa3d39;
  background-image: url("./../img/frame_timeline.png");
  background-size: 100% 170px;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline_head .border-line {
  display: flex;
  height: 100%;
  padding: 0 90px;
  color: #fff;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
.eael-content-timeline-block.custom-timeline
  .eael-content-timeline-content:hover,
.timeline_head .border-line:hover {
  cursor: pointer;
}
.modalPopup.show {
  z-index: 10;
  opacity: 1;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modalPopup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
.modalPopup .wrapper {
  position: relative;
  padding: 0;
  border-radius: 8px;
  width: 80%;
  overflow-y: hidden;
  max-width: 1310px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
  animation-name: animatetop;
  animation-duration: 0.4s;
  background-image: url("./../img/frame_popup_timeline.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #fff;
}
.modalPopup .wrapper .content-modal {
  padding: 40px;
  overflow: hidden;
}
.modalPopup .wrapper .content-modal p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.modalPopup .wrapper .content-modal h4 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px 0;
}
#overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s;
}
.modalPopup .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff200;
  font-size: 20px;
  cursor: pointer;
}
#lightbox .lb-title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#lightbox .lb-caption {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 80%;
  margin: 16px auto 0;
}
.timeline_by_dsmart .eael-content-timeline-container {
  overflow: hidden;
  max-width: 1184px;
}
/*#lightbox .lb-image{
    width: 1016px !important;
    height: 733px !important;
}*/
.eael-content-timeline-content {
  background: #AA3D39;
  text-align: left;
  padding: 1.6em;
}
.eael-content-timeline-content p {
    color: #FFFFFF;
    font-weight: 400;
}
.section-fixed{
  position: fixed !important;
  bottom: 0;
  left: 10px;
  z-index: 2;
}
.section-fixed:hover{
  cursor: pointer;
}