.timeline-content-main-event {
  display: flex;
  justify-content: space-between;
}

.timeline-content-sub-event {
  display: flex;
  justify-content: space-between;
}

.timeline-content-main-event img {
  margin: 0 !important;
}

.timeline-content-sub-event img {
  margin: 0 !important;
}

.timeline-content-main-event .timeline-content-left {
  margin-top: 80px;
}

.timeline-content-main-event .timeline-content-right {
  margin-top: 80px;
}

.timeline-content-sub-event .timeline-title-left {
  padding: 1em 0;
  width: 46%;
}

.timeline-content-sub-event .timeline-title-right {
  padding: 1em 0;
  width: 46%;
}

.timeline-content-sub-event .custom-content-timeline-content .left-custom-excerpt-sub-event.collapsible {
  transition: transform 0.5s ease-out;
  transform-origin: top left;
  max-height: 1000px;
  overflow: hidden;
}

.timeline-content-sub-event .custom-content-timeline-content .left-custom-excerpt-sub-event.collapsed {
  transition: transform, max-height .5s ease-in-out 0s, .5s;
  transform-origin: top left;
  transform: scaleY(0);
  overflow: hidden;
  max-height: 0;
}

.timeline-content-sub-event .custom-content-timeline-content .right-custom-excerpt-sub-event.collapsible {
  transition: transform 0.5s ease-out;
  transform-origin: top left;
  max-height: 1000px;
  overflow: hidden;
}

.timeline-content-sub-event .custom-content-timeline-content .right-custom-excerpt-sub-event.collapsed {
  transition: transform, max-height .5s ease-in-out 0s, .5s;
  transform-origin: top left;
  transform: scaleY(0);
  overflow: hidden;
  max-height: 0;
}

.about-image-container {
	position: relative;
}

.about-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(40, 30, 107, 1);
  cursor: pointer;
  border-radius: 10px !important;
}

.about-image {
	display: block;
	width: 100%;
	max-width: 440px !important;
	height: auto !important;
	max-height: 294px !important;
	border-radius: 10px !important;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15) !important;
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15) !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	object-position: top center;
}

.about-image-container:hover .about-image-overlay  {
	opacity: 1;
	background-color: rgba(40, 30, 107, .3);
	border-radius: 10px !important;
}

.about-image-overlay-icon {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

.about-modal {
    z-index: 3000;
    display: none;
    padding-top: 5%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.about-modal-content {
    margin: auto;
    background-color: transparent;
    position: relative;
    padding: 0;
    outline: 0;
    width: 900px;
}

.about-close-button {
    border: none;
    display: inline-block;
    padding: 4px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.about-close-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-close-button {
    background-color: #c6c6c6;
    color: #fff;
}

.about-close-hover-cyan:hover {
    color: #fff !important;
    background-color: #009FE3 !important;
}

.about-close-xlarge {
    font-size: 24px !important;
}

.about-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}


.about-animate-zoom {
    animation: animatezoom 0.6s;
}
@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.sub-icon-event.custom-content-timeline-img.custom-picture {
  cursor: pointer;
}

.custom-content-timeline-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.custom-content-timeline-container::after {
  content: "";
  display: table;
  clear: both;
}

.custom-content-timeline-container {
  position: relative;
  padding: 2em 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 0;
}

.custom-content-timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
  z-index: -1;
  display: none;
}

.custom-content-timeline-block {
  position: relative;
  padding: 0 0 2em 0;
  z-index: 0;
}

.custom-content-timeline-line {
  position: absolute;
  top: 5px;
  left: 18px;
  height: 100%;
  width: 4px;
  z-index: -2;
  overflow: hidden;
}

.custom-content-timeline-line .custom-content-timeline-inner {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.custom-content-timeline-line {
  background: #d7e4ed;
}

.custom-content-timeline-line .custom-content-timeline-inner {
  z-index: -1;
  height: 0px;
}

.custom-content-timeline-block:last-child .custom-content-timeline-line,
.custom-content-timeline-block:last-child .custom-content-timeline-line .custom-content-timeline-inner {
  display: none;
}

.custom-content-timeline-line .custom-content-timeline-inner {
  opacity: 0;
}

.custom-content-timeline-block.custom-highlight .custom-content-timeline-line .custom-content-timeline-inner {
  opacity: 1;
}

.custom-content-timeline-inner.custom-prev-highlighted {
  opacity: 1 !important;
}

.custom-content-timeline-inner.custom-highlighted {
  background: #3ccd94;
  opacity: 1;
}

.custom-content-timeline-inner.custom-muted {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .custom-content-timeline-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .custom-content-timeline-line,
.custom-content-timeline-line .custom-content-timeline-inner {
    left: 50%;
  }

  .content-timeline-layout-left.date-position-outside .custom-content-timeline-line,
.content-timeline-layout-left.date-position-outside .custom-content-timeline-line .custom-content-timeline-inner {
    left: 75%;
  }
  .content-timeline-layout-left.date-position-outside .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content .custom-date {
    text-align: right;
  }

  .date-position-inside.content-timeline-layout-left .custom-content-timeline-line,
.date-position-inside.content-timeline-layout-left .custom-content-timeline-line .custom-content-timeline-inner {
    left: 100%;
  }

  .content-timeline-layout-right .custom-content-timeline-line,
.content-timeline-layout-right .custom-content-timeline-line .custom-content-timeline-inner {
    left: 25%;
  }

  .date-position-inside.content-timeline-layout-right .custom-content-timeline-line,
.date-position-inside.content-timeline-layout-right .custom-content-timeline-line .custom-content-timeline-inner {
    left: 0;
  }
  .date-position-inside.content-timeline-layout-right .custom-content-timeline-block .custom-content-timeline-content .custom-date {
    text-align: left;
  }
}

.custom-content-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.custom-content-timeline-block:first-child {
  margin-top: 0;
}

.custom-content-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .custom-content-timeline-block {
    padding: 0 0 4em 0;
  }

  .custom-content-timeline-block:first-child {
    margin-top: 0;
  }

  .custom-content-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.custom-content-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  border: 6px solid #f9f9f9;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
}

.custom-content-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-content-timeline-img i {
  line-height: 1;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-content-timeline-img.custom-content-timeline-bullet {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #3ccd94;
}

.custom-content-timeline-bullet {
  background-color: #3ccd94;
}

.custom-content-timeline-img.custom-picture {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #f1f2f3;
}

.custom-content-timeline-block.custom-highlight .custom-content-timeline-img.custom-picture {
  background: #3ccd94;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) {
  .custom-content-timeline-img {
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .content-timeline-layout-left .custom-content-timeline-img {
    left: 75%;
  }

  .content-timeline-layout-right .custom-content-timeline-img {
    left: 25%;
  }

  .date-position-inside.content-timeline-layout-left .custom-content-timeline-img {
    left: 100% !important;
  }
  .date-position-inside.content-timeline-layout-right .custom-content-timeline-img {
    left: 0% !important;
  }

  .content-timeline-layout-right .custom-content-timeline-block:nth-child(odd) .custom-content-timeline-content::before {
    border-left: none;
    border-right: 7px solid;
    left: auto;
    right: 100%;
  }

  .cssanimations .custom-content-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .custom-content-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: custom-bounce-1 0.6s;
    animation: custom-bounce-1 0.6s;
  }
}

@media only screen and (max-width: 991px) {
  .custom-content-timeline-block .custom-content-timeline-content::before {
    border-left: none;
  }

  .custom-content-timeline-img {
    margin-left: 0;
  }
}

@-webkit-keyframes custom-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes custom-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.custom-content-timeline-content {
  position: relative;
  margin-left: 60px;
  border-radius: 0.25em;
  padding: 1em;
}

.custom-content-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.custom-content-timeline-content .custom-timeline-title,
.custom-content-timeline-content .custom-timeline-title a {
  color: #303e49;
  margin: 0;
  font-size: 100%;
  line-height: 1.5;
  font-weight: bold;
}

.custom-content-timeline-content .custom-read-more,
.custom-content-timeline-content .custom-date {
  display: inline-block;
}

.custom-content-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.custom-content-timeline-content .custom-read-more {
  float: right;
  display: inline-block;
  padding: 10px 25px;
  font-size: 0.85em;
  line-height: 1.5;
  color: #fff;
  background-color: #3ccd94;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}

.custom-content-timeline-content .custom-read-more:hover {
  background-color: #bac4cb;
}

.no-touch .custom-content-timeline-content .custom-read-more:hover {
  background-color: #bac4cb;
}

.custom-content-timeline-content .custom-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.custom-content-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.custom-content-timeline-content p:empty::before {
  content: unset;
}

@media only screen and (min-width: 992px) {
  .custom-content-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .content-timeline-layout-left .custom-content-timeline-content,
.content-timeline-layout-right .custom-content-timeline-content {
    width: 68%;
  }

  .date-position-inside.content-timeline-layout-left .custom-content-timeline-content {
    width: 93%;
  }
  .date-position-inside.content-timeline-layout-right .custom-content-timeline-content {
    width: 93%;
  }

  .custom-content-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f1f2f3;
  }

  .custom-content-timeline-block:nth-child(odd) .custom-content-timeline-content::before {
    border-right: none;
  }

  .custom-content-timeline-content .custom-date {
    position: absolute;
    width: 100%;
    left: calc(100% + 85px);
    top: 0;
    font-size: 1em;
    padding-left: 5px;
    text-align: left;
  }

/*  .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content {
    float: right;
  }*/

  .content-timeline-layout-right .custom-content-timeline-content {
    float: right;
  }

  .content-timeline-layout-left .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content {
    float: left;
  }

  .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f1f2f3;
    border-left: none;
  }

  .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content::before {
    border-left: none;
  }

  .content-timeline-layout-left .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content::before {
    border-left: 7px solid;
    border-right: none;
    left: 100%;
    right: auto;
  }

  .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content .custom-read-more {
    float: left;
  }

  .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content .custom-date {
    left: auto;
    right: calc(100% + 85px);
    text-align: right;
    font-size: 1em;
    padding-right: 5px;
  }

  .content-timeline-layout-left .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content .custom-date {
    left: calc(100% + 85px);
    right: auto;
    text-align: left;
  }

  .content-timeline-layout-right .custom-content-timeline-content .custom-date {
    right: calc(100% + 85px);
    left: auto;
    text-align: right;
  }

  .cssanimations .custom-content-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .custom-content-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: custom-bounce-2 0.6s;
    animation: custom-bounce-2 0.6s;
  }

  .content-timeline-layout-left.date-position-outside .custom-content-timeline-content .custom-date,
.content-timeline-layout-right.date-position-outside .custom-content-timeline-content .custom-date {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content.bounce-in {
    -webkit-animation: custom-bounce-2-inverse 0.6s;
    animation: custom-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes custom-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes custom-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes custom-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes custom-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content .custom-date,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content .custom-date {
  position: static;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content .custom-timeline-title,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content .custom-timeline-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content p,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content .custom-read-more,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content .custom-read-more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.content-timeline-layout-left.date-position-inside .custom-content-timeline-content ul,
.content-timeline-layout-left.date-position-inside .custom-content-timeline-content ol,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content ul,
.content-timeline-layout-right.date-position-inside .custom-content-timeline-content ol {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 20px;
}

.content-timeline-layout-left.date-position-outside .custom-content-timeline-content .custom-read-more,
.content-timeline-layout-right.date-position-outside .custom-content-timeline-content .custom-read-more {
  float: left;
}

.content-timeline-layout-left.date-position-outside .custom-content-timeline-content .custom-date,
.content-timeline-layout-right.date-position-outside .custom-content-timeline-content .custom-date {
  width: 25%;
}

.content-timeline-layout-left.date-position-outside .custom-content-timeline-content .custom-date {
  text-align: right;
}

.content-timeline-layout-right.date-position-outside .custom-content-timeline-content .custom-date {
  text-align: left;
}

/* Left layout responsive */

@media only screen and (max-width: 991px) {
  .content-timeline-layout-left .custom-content-timeline-content {
    margin-left: 0px;
    margin-right: 60px;
  }
  .content-timeline-layout-left .custom-content-timeline-content::before {
    border-left: 7px solid;
    border-right: none;
    right: auto;
    left: 100%;
  }
  .content-timeline-layout-left .custom-content-timeline-line {
    left: auto;
    right: 10px;
  }
  .content-timeline-layout-left .custom-content-timeline-img {
    left: auto;
    right: -8px;
  }

  .content-timeline-layout-left.date-position-outside .custom-content-timeline-content .custom-date,
.content-timeline-layout-right.date-position-outside .custom-content-timeline-content .custom-date {
    width: 100%;
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .rtl .content-timeline-layout-left .custom-content-timeline-block .custom-content-timeline-content::before {
    right: auto;
  }
  .rtl .content-timeline-layout-left .custom-content-timeline-content {
    margin-right: auto;
  }
  .rtl .content-timeline-layout-center .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content {
    float: left;
  }
  .rtl .content-timeline-layout-center .content-timeline-layout-right .custom-content-timeline-content {
    float: left;
  }
  .rtl .content-timeline-layout-center .content-timeline-layout-left .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content {
    float: right;
  }
  .rtl .content-timeline-layout-center .custom-content-timeline-block:nth-child(even) .custom-content-timeline-content::before {
    left: 100%;
    right: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .rtl .content-timeline-layout-center .custom-content-timeline-block:nth-child(odd) .custom-content-timeline-content::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .rtl .content-timeline-layout-center .custom-content-timeline-block:nth-child(2n) .custom-content-timeline-content .custom-date {
    right: auto;
    left: calc(100% + 85px);
    text-align: left;
  }
  .rtl .content-timeline-layout-center .custom-content-timeline-content .custom-date {
    left: auto;
    right: calc(100% + 85px);
    text-align: right;
  }
}
