
 .swiper-container-wrapper--timeline .swiper-slide {
	 display: flex;
	/* background: linear-gradient(86.35deg, rgba(82, 81, 81, 0.2) 6.7%, rgba(61, 59, 59, 0.1) 100.5%);
	*/
   background-size:cover !important;
    background-repeat: no-repeat;
   background: url(https://kissflow.com/hubfs/CTO_Talks/swipebg.svg);
   min-height: 300px;
	 align-items: center;
	 justify-content: center;
	 border-radius: 10px;
    padding: 3rem;
    border-bottom: 1px solid #333;
}
 .swiper-container-wrapper--timeline .swiper-slide .container {
	 padding: 0;
	 width: 100%;
}
 .swiper-container-wrapper--timeline .swiper-slide .title {
	 font-size: 18px;
	 opacity: 0;
	 transition: 0.5s ease 0.5s;
}
 .swiper-container-wrapper--timeline .swiper-slide-active .title {
	 opacity: 1;
}
 .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	 position: relative;
	 margin-bottom: 70px;
	 background-color: transparent;
	 height: 4px;
	 border-bottom: 2px dashed #888;
	 width: 75%;
    left: 7%;
}
 .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	 background-color: #00C8CF;
	 height: 3px;
	 top: 2px;
} 
 .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	 position: absolute;
    top: 2px;
    right: -115px;
    width: 11%;
    height: 3px;
    background-color: #888;
    content: "";
}
 .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    right: -25%;
    width: 24%;
    height: 1px;
    /*background-color: #888;*/
    content: "";
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom {
	 position: relative;
	 list-style: none;
	 margin: auto;
	 padding: 0;
	 display: flex;
	 line-height: 1.66;
	 bottom: 0; 
	 z-index: 11;
	 width: 75%;
	 display: flex;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	 position: relative;
	 width: 100%;
	 height: 30px;
	 line-height: 30px;
	 display: block;
    margin-bottom: 16px;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	 position: absolute;
	 font-weight: 400;
	 /*right: 0;*/
	 transform: translateX(50%);
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 cursor: pointer;
	 z-index: 1;
   font-size:24px;
   color:#757575;
}.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    color: #fff;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	 position: absolute;
	 top: calc(100% + 19px);
	 right: 50%;
	 transform: translateX(50%) translateY(-50%);
	 width: 12px;
	 height: 12px;
	 background: #FFAA00;
	 border-radius: 2rem;
	 content: "";
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 z-index: 1;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
	 position: absolute;
	 top: calc(100% + 19px);
	 right: 50%;
	 transform: translateX(50%) translateY(-50%);
	 width: 22px;
	 height: 22px;
   border:2px solid #00C8CF;
	 background: #000;
	 border-radius: 2rem;
	 content: "";
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 z-index: 1;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	 font-weight: 400;
	 transition-delay: 0.4s;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	 background: #FFAA00;
	 width: 18px;
	 height: 18px;
	 transition-delay: 0.4s;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
	 color: #888;
	 font-weight: 16px;
}
 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
	 background: #888;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    position: absolute;
    top: calc(100% + 19px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 32px;
    height: 32px;
    border: 3px solid #00C8CF;
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
    background: #000;
}
li.swiper-pagination-switch.first.active span {
    color: #fff;
}.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    /*border: 0px !important;*/
}.swiper-ctocover {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.swiper-leftcover {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}.swiper-rightcover {
    width: 30%;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}.ctoyear {
    width: 100%;
    display: flex;
}.ctotitle {
    width: 100%;
    display: flex;
}.ctodescrip {
    width: 100%;
    display: flex;
    padding-right: 1rem;
}
.swipcontent{
    width: 100%;
}
img.ctotalkimg {
    width: 100%;
}
h1.title {
    text-align: center;
    font-size: 48px;
   /* font-family: 'GRAPHIK WEB REGULAR';*/
    margin-bottom: 3rem;
    margin-top: 3rem;
}.ctotitle h2 {
    font-size: 48px;
    line-height: 56px;
}.ctodescrip p {
    font-size: 20px;
}.swiper-container-wrapper.swiper-container-wrapper--timeline.swipcontainercto {
    width: 90%;
    margin: 0 auto;
    position: relative;
}.swiper-container-wrapper.swiper-container-wrapper--timeline.swipcontainercto:before {
    position: absolute;
    content: "";
    top: 9rem;
    left: -2.8rem;
    width: 80px;
    height: 80px;
    background: linear-gradient(206.57deg, #01989D 0%, #001515 83.33%);
    border-radius: 50%;
    filter: blur(24px);
}

.row-fluid-wrapper.row-depth-1.row-number-2.dnd-section:after {
    position: absolute;
    content: "";
    top: 1rem;
    right: -12px;
    width: 40px;
    height: 40px;
    background: linear-gradient(206.57deg, #FFAA00 0%, #3D2800 83.33%);
    border-radius: 50%;
}
.row-fluid-wrapper.row-depth-1.row-number-2.dnd-section {
    position: relative;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    /*left: 10% !important;*/
}
@media (max-width: 1024px) { 
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title{
    font-size: 16px;
  }
}
@media (max-width: 676px) { 
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before 
  {
    width:10px;
    height:10px; 
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title{
      font-size: 8px;
    }.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after{
      width: 5px;
      height: 5px;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before{
    width: 13px;
    height: 13px;
  }.swiper-leftcover{
    width:100%; 
    }.swiper-rightcover{
    width:100%; 
    }.ctotitle h2 {
      font-size: 20px !important;
      line-height: 1.3 !important;
  }.swiper-ctocover{
    display: block !important;
  }.ctodescrip p {
      font-size: 14px;
      line-height: 1.7;
  }.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
      height: 1px;
      top: 3px;
  }.swiper-container-wrapper--timeline .swiper-pagination-progressbar{
    border-bottom: 1px dashed #888;
  }
}

.swiper-wrapper {
    min-height: 340px !important;
}
li.swiper-pagination-switch.active~li.swiper-pagination-switch span.switch-title:before {
    border-color: #A7A7A7;
}