.cms-history p {
  margin-bottom: 0px;
}

.timeline-page,
.cms-history .page-wrapper {
  background-color: rgb(251 251 251);
  background-image: url('../images/timeline-bg-6.png');
  background-size: 50px;

}

.column.main {
  padding-bottom: 0px !important;
}

/* .timeline-banner {
  border-top: 1px solid #EAEAEA;
} */

.timeline-bnr-image img {
  width: 100%;
  max-width: 896px;
  display: block;
  margin: 0 auto;
}

.timeline-page .tr-cut:before,
.cms-timeline .tr-cut:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

ul.timeline-list-wrapper {
  padding: 0px;
  list-style: none;
  max-width: 878px;
  margin: 0 auto;
  position: relative;
}

.tl-col-left.tl-content {
  width: 45%;
}

.tl-col-right.tl-image {
  width: 55%;
  position: relative;
}

li.timeline-list {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

ul.timeline-list-wrapper:before {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
}

li.timeline-list:nth-child(even)>.timeline-content>.d-flex {
  flex-direction: row-reverse;
}

.tl-year {
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 400;
  font-size: 147px;
  line-height: 169px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.tl-subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}

.tl-description {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.tl-description>p+P {
  margin-top: 24px;
  display: none;
}

.tl-description.active>p+P {
  margin-top: 16px;
  display: block;
}

.tl-read-more {
  margin-top: 8px;
}




.tl-description.read-sec {
  max-height: 80px;
  /* -webkit-line-clamp: 4; */
}

.tl-description.read-sec.active {
  max-height: initial;
  /* -webkit-line-clamp: initial; */
}

.tl-col-left.tl-content:before {
  content: "";
  display: block;
  clear: both;
}

li.timeline-list:nth-child(odd) .tl-col-right.tl-image {
  position: relative;
}

li.timeline-list:nth-child(even) .tl-content-inner {
  float: left;
  padding-left: 94px;
  text-align: left;
}

li.timeline-list:nth-child(odd) .tl-content-inner {
  float: left;
  padding-right: 94px;
  text-align: right;
}

li.timeline-list:after,
.timeline-section:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EAEAEA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0 auto;
  z-index: 1;
}

li.timeline-list:before,
.timeline-section:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  z-index: 2;
  border: 1px solid #000;
}

.timeline-section:before {
  bottom: auto;
  top: 60px;
}

.timeline-section:after {
  top: 48px;
  bottom: auto;
}

.timeline-section {
  padding-top: 50px;
  padding-bottom: 150px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}

.tl-btn {
  position: absolute;
  left: 40px;
  bottom: 32px;
  z-index: 999;
  display: none;
}

.tl-btn .trigger-btn img {
  margin-left: 0;
}

.tl-btn .trigger-btn {
  padding: 12px 18px;
}


.timeline-map-wrapper {
  overflow: hidden;
}

.timeline-map-container {
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: auto;
  overflow-y: hidden;
}

ul.timeline-map {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.timeline-map {
  display: flex;
  flex-flow: nowrap;
  border-bottom: 1px dotted #000;
  min-width: 1903px;
  position: relative;
}


ul.timeline-map:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
  width: 1903px;
  height: 2px;
  background-image: url('../images/line.png');
  background-position: center;
  background-size: cover;
  opacity: 0;
}

ul.timeline-map>li {
  border-left: 1px solid #000;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  margin-bottom: 0px;
  margin-right: 16px;
}

ul.timeline-map .timeline-year {
  width: 60px;
  height: 80px;
  position: relative;
}

ul.timeline-map>li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #000;
  top: -3px;
  left: -3px;
}

ul.timeline-map .tm-year {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
  padding: 5px 16px;
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  cursor: pointer;
}

ul.timeline-map .tm-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
  padding: 5px 0px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -56px;
  white-space: nowrap;
}

ul.timeline-map .timeline-sub-year {
  display: flex;
  flex-flow: nowrap;
  margin-top: auto;
  padding-bottom: 12px;
}

ul.timeline-map .timeline-sub-year>span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
  padding: 5px 13px;
  display: block;
}

ul.timeline-map .timeline-sub-year>span>a {
  color: #000000;
}

ul.timeline-map>li:first-child {
  margin-left: 74px;
}

.timeline-map-container::-webkit-scrollbar {
  height: 4px;
}

.timeline-map-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.timeline-map-container::-webkit-scrollbar-thumb {
  background: #888;
}

.timeline-map-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.timeline-active .timeline-map-wrapper {
  min-height: 191px;
}

.timeline-map-wrapper .timeline-map-container {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  animation: stickup .7s ease-out;
  padding-top: 30px;
  transition: 0.4s;
  background-color: rgb(251 251 251);
  background-image: url(../images/timeline-bg-6.png);
  background-size: 50px;
  box-shadow: 0px 0px 30px -15px #0000002b;
  bottom: -200px;
  max-width: 1920px;
  margin: 0 auto;
  opacity:0;
}

.timeline-map-wrapper .timeline-map-container.m-fixed {
  bottom: 0px;
  opacity:1;
}

ul.timeline-map .timeline-sub-year>span.active>a {
  font-weight: 700;
}

ul.timeline-map .timeline-sub-year>span.active {
  border-bottom: 1px dotted;
}

@keyframes stickup {

  0%,
  50% {
    bottom: -200px;
  }

  100% {
    bottom: 0px;
  }
}

.tl-col-right.tl-image.flip .book-page {
  position: absolute;
  top: 0;
  right: initial;
  width: 100%;
  height: 100%;
  display: grid;
  transform: rotateY(0deg);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0% 0%;
  background-color: #f5f5f5;
  background-image: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(247, 247, 247, 0) 18%);
  transform-style: preserve-3d;
  cursor: pointer;
  text-align: justify;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  box-shadow: 0px 2px 8px #9e9e9e2e;
}

.tl-col-right.tl-image.flip .book-page.active {
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotateY(-180deg);
  z-index: 9999 !important;
}

.tl-col-right.tl-image.flip .book-page.active.show {
  z-index: 999 !important;
}

.book__page-front {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(0deg) translateZ(1px);
  padding: 24px 24px 40px 24px;
}

.book__page-back {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg) translateZ(1px);
  padding: 24px 24px 40px 24px;
}

.page__number {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-family: 'Times New Roman';
  color: #aaa;
}

.tl-col-right.tl-image.flip {
  min-height: 570px;
}

.tl-col-right.tl-image.flip .book-page:last-child {
  pointer-events: none;
}

.tl-col-right.tl-image.flip .book-page:nth-child(1) {
  z-index: 5;
}

.tl-col-right.tl-image.flip .book-page:nth-child(1):not(.active) {
  z-index: 9999 !important;
}

.tl-col-right.tl-image.flip .book-page:nth-child(2) {
  z-index: 4;
}

.tl-col-right.tl-image.flip .book-page:nth-child(3) {
  z-index: 3;
}

.tl-col-right.tl-image.flip .book-page:nth-child(4) {
  z-index: 2;
}

.tl-col-right.tl-image.flip .book-page:nth-child(5) {
  z-index: 1;
}

.tl-col-right.tl-image.flip .book-page.next,
.tl-col-right.tl-image.flip .book-page.prev {
  z-index: 999 !important;
}

.tl-col-right.tl-image.flip .book-page.prev+div {
  z-index: 9999 !important;
}


.tl-col-right.tl-image.flip .book-page.active+div {
  z-index: 999;
}

.tl-col-right.tl-image.flip .book-page.active.current {
  z-index: 999999 !important;
}

.close-book-btn {
  position: absolute;
  top: -45px;
  right: -15px;
  z-index: 9;
  display: none;
}

.close-book-btn.active {
  display: block;
}

.close-book-btn span {
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #000000;
  padding: 10px 13px;
  cursor: pointer;
  background-color: #eee;
}

.timeline-content {
  position: relative;
}

.tl-read-more span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 0;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  padding: 2px 0px;
}

.tl-read-more span:before {
  content: "Read More";
  display: block;
  font-size: 12px;
}

.active+.tl-read-more span:before {
  content: "Read Less";
}

.close-pop-btn {
  display: none;
}

/*new css added on 7 sep 24r*/
.timeline-bnr-image h6 {
    text-transform: uppercase;
}

.timeline-bnr-content h6 {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.timeline-map .tm-title {
    font-weight: 600;
}

.tl-subtitle {
    font-weight: 600;
}

.tl-description.read-sec {
    font-weight: 500;
}

ul.timeline-map .timeline-sub-year>span {
    font-weight: 600;
}
.tl-read-more span {
    font-weight: 500;
}

@media (min-width: 768px) {

  .timeline-page .discovering-title h4,
  .cms-timeline .discovering-title h4 {
    -webkit-line-clamp: 2;
  }
}


@media (min-width: 768px) and (max-width: 950px) {
  ul.timeline-list-wrapper {
    padding: 0px 16px;
  }
}

@media (min-width: 971px) {
  .flip-book-overlay {
    display: none;
  }

  li.timeline-list:nth-child(even) .book-page-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.3s;
  }

  li.timeline-list:nth-child(even) .book-page-wrapper.active {
    left: 96%;
  }

  li.timeline-list:nth-child(even) .close-book-btn {
    right: -65px;
  }
}


@media (max-width: 1024px) {
  li.timeline-list:nth-child(odd) .tl-content-inner {
    padding-right: 32px;
  }

  li.timeline-list:nth-child(even) .tl-content-inner {
    padding-left: 32px;
  }

  .tl-col-right.tl-image.flip {
    width: 50%;
    min-height: 510px;
  }
}


@media (max-width: 970px) {
  /* .tl-btn {
    display: block;
  } */

  .tl-col-right.tl-image.flip .book-page {
    position: relative !important;
    transform: none !important;
    box-shadow: none;
    cursor: auto;
    pointer-events: none;
  }

  .tl-col-right.tl-image.flip {
    width: 55%;
    min-height: auto !important;
  }

  .book__page-front {
    position: relative;
    padding: 0px;
    transform: none;
  }

  .book__page-back {
    position: relative;
    transform: none;
    padding: 0px;
  }

  .book-page-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
  }

  .book-page-wrapper::-webkit-scrollbar {
    width: 4px;
  }

  .book-page-wrapper::-webkit-scrollbar-thumb {
    background: #888;
  }

  .book-page-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .tl-col-right.tl-image.flip .book-page:not(:first-child) {
    display: none !important;
  }

  .tl-col-right.tl-image.flip .book-page:first-child .book__page-back {
    display: none;
  }

  .tl-col-right.tl-image {
    width: 55%;
  }

  .flip-book-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }

  body.show-book {
    overflow: hidden;
  }

  .book-page-wrapper.show {
    position: fixed;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow-y: auto;
    height: calc(100vh - 120px);
    margin: 0 auto;
    width: 90%;
    background-color: #fff;
    padding: 0px 24px;
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
  }

  .show>.tl-btn {
    display: none;
  }

  .tl-col-right.tl-image.flip .show .book-page:first-child .book__page-back {
    display: block;
    height: auto;
    min-height: auto;
  }

  .tl-col-right.tl-image.flip .show .book-page:first-child .book__page-front {
    display: none;
  }

  .page__number {
    display: none;
  }

  .tl-col-right.tl-image.flip .show .book-page:not(:first-child) {
    display: block !important;
  }

  .tl-col-right.tl-image.flip .show .book-page {
    background-color: #fff;
    background-image: none;
    height: auto;
  }

  .show-book .flip-book-overlay {
    opacity: 0.9;
    visibility: visible;
  }

  .flip-book-overlay .close-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 1;
    cursor: pointer;
  }

  .flip-book-overlay .close-icon:before {
    background-color: #fff;
  }

  .flip-book-overlay .close-icon:after {
    background-color: #fff;
  }

  .timeline-content .tl-col-right.tl-image.flip .book-page {
    z-index: 99 !important;
  }

  .tl-col-right.tl-image.flip .book-page.active.current {
    z-index: 99 !important;
  }

  .tl-col-right.tl-image.flip .book-page:nth-child(1):not(.active) {
    z-index: 99 !important;
  }
}

@media (max-width: 840px) {
  .tl-year {
    font-size: 100px;
    line-height: 120px;
  }

  li.timeline-list:nth-child(odd) .tl-content-inner {
    padding-right: 8px;
  }

  li.timeline-list:nth-child(even) .tl-content-inner {
    padding-left: 8px;
  }
}


@media (max-width: 767px) {
  li.timeline-list:nth-child(odd) .tl-content-inner {
    padding-right: 44px;
  }

  li.timeline-list {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  li.timeline-list:not(:last-child):after {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }

  li.timeline-list:not(:last-child):before {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }

  li.timeline-list:nth-child(odd) .tl-col-right.tl-image .tl-btn {
    left: 30px;
    bottom: 20px;
  }

  li.timeline-list:nth-child(even) .tl-content-inner {
    padding-left: 0px;
  }

  li.timeline-list:nth-child(odd) .tl-content-inner {
    padding-right: 0px;
  }

  li.timeline-list:nth-child(odd) .tl-col-right.tl-image {
    padding-right: 0px;
  }

  li.timeline-list:nth-child(even) .tl-col-right.tl-image {
    padding-left: 0px;
  }

  li.timeline-list:nth-child(even) .tl-col-left.tl-content {
    padding-right: 32px;
  }

  .tl-col-left.tl-content {
    width: 42%;
  }

  .tl-col-right.tl-image {
    width: 58%;
    margin-bottom: auto;
  }

  li.timeline-list:nth-child(odd) .tl-col-right.tl-image .tl-btn {
    left: auto;
    right: 20px;
  }

  li.timeline-list:nth-child(even) .tl-col-right.tl-image .tl-btn {
    left: 20px;
    bottom: 20px;
  }

  .timeline-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }



  li.timeline-list:last-child {
    padding-bottom: 100px;
  }

  .timeline-page .discovering-title h4,
  .cms-timeline .discovering-title h4 {
    -webkit-line-clamp: initial;
  }

  .timeline-bnr-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .timeline-bnr-image img {
    max-width: 100%;
  }

  .timeline-map-wrapper {
    background-color: #FFF;
  }

  ul.timeline-map>li:first-child {
    margin-left: 32px;
  }

  .timeline-content.pop-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100vh;
    padding: 48px 24px;
    display: flex;
    overflow: hidden;
    z-index: 999999999;
    margin: 0 auto;
  }

  .timeline-content.pop-active>.d-flex {
    background-color: #fff;
    margin: auto;
    position: relative;
  }

  .timeline-content.pop-active .tl-col-left.tl-content {
    width: 100%;
    padding: 24px 24px 32px !important;
    order: 2 !important;
    overflow-y: auto;
    max-height: calc(80vh);
    position: relative;
  }

  .timeline-content.pop-active .tl-read-more {
    display: none;
  }

  .timeline-content.pop-active>.d-flex:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border-top: 24px solid #fff;
  }

  .timeline-content.pop-active>.d-flex:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border-top: 24px solid #fff;
  }

  .timeline-content.pop-active .tl-col-right.tl-image {
    width: 100%;
    padding: 16px !important;
    order: 1 !important;
    display: none !important;
  }

  li.timeline-list:nth-child(odd) .pop-active .tl-content-inner {
    text-align: left;
  }

  body.pop-open {
    overflow: hidden!important;
	height:100vh!important;
  }

  .pop-active .close-pop-btn {
    display: block;
    top: -32px;
    width: 24px;
    height: 24px;
    right: 0;
    left: auto;
    margin: 0;
    background-color: transparent;
    transform: rotate(45deg);
    z-index: 99;
    position: absolute;
    padding: 0;
  }

  .pop-active .close-pop-btn>span {
    display: none;
  }

  .pop-active .close-pop-btn:before,
  .pop-active .close-pop-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .pop-active .close-pop-btn:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }

}

@media (max-width: 640px) {
  .tl-year {
    font-size: 50px;
    line-height: 70px;
  }
}

@media(max-width:399px){

	ul.timeline-map:after,ul.timeline-map{
		   width: 1850px;
	}
	ul.timeline-map{
		min-width:1850px;
	}
}