.page-template-expertise .heading-slide {
  padding: 4vw 0;
  min-height: 80vh;

}
.page-template-expertise .heading-slide .black-bg {
   padding: 4vw;
}
.page-template-expertise .section-2 {
  padding: 4vw 0 0;
}
.page-template-expertise .scrollbaby h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 120%;
  webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #37ECB0;
  color: #37ECB0;
  -webkit-text-fill-color: transparent;
}

.page-template-expertise .scrollbaby.left h2 {
  left: 0;
  text-align: right;
}
.page-template-expertise .scrollbaby.top h2 {
  bottom: initial;
  top: 85px;
}


.page-template-expertise .section-6 {
  padding-bottom: 4vw;
}
.page-template-expertise .section-6 .carousel-section-9 {
  margin-top: 6vw;
}

.page-template-expertise .section-6 figure {
  position: relative;
  display: flex;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  flex-direction: column;
  margin: 0;
  transition: all 0.2s ease-in;
  width: 100%;
}
.page-template-expertise .section-6 figure:hover {
  z-index: 999;
  transform: scale(1.1);
}
.page-template-expertise .section-6 figure img {
  width: 100%;
}
.page-template-expertise .section-6 figure figcaption {
  min-height: 615px;
  width: 100%;
  padding: 3vw 2vw;
  color: #ffffff;
  background: #474a51;
  background: linear-gradient(180deg, #474a51 0%, #1f2025 56%);
}

.page-template-expertise .section-6 {
  padding-bottom: 4vw;
  padding-top: 4vw;
}
.page-template-expertise .section-6 .carousel-section-9 {
  margin-top: 6vw;
}
.page-template-expertise #site-content {
  overflow-x: hidden;
}

.page-template-expertise .page-expertise {
  padding: 4vw 0;
}
.page-template-expertise .page-expertise img {
  margin-top: 6vw;
}
.page-template-expertise .move-right-service-title {
  margin-left: 3vw;
  z-index: 99;
  margin-top: 4vw;
}
.page-template-expertise .services-nav {
  margin-top: 14vw;
}
.page-template-expertise .services-nav .slick-slide > div > div {
  min-height: auto;
  padding: 1vw 0;
}
.page-template-expertise .slider {

    padding: 0 0 4vw 0;
}
.page-template-expertise .section-5 {
  padding: 10vw 0;
  background-position: right bottom !important;
}
.page-template-expertise .section-5 h3 {
    text-transform: none;
    margin-left: 4vw;
  }
  #timeline {
    position: relative;
    margin-top: 4vw;
  }
    #timeline li {

      position: relative;
      padding: 3vw 0;
    }
      #timeline li:hover {
        cursor: pointer;
      }
    #timeline li:hover .content {
      display: block !important;
      opacity: 1;
    }
     #timeline li:hover .date {
      opacity: 0;
    }
    #timeline .content {
      background: #F6F7F7;
      position: absolute;
      left: -370px;
      opacity: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 1rem;
      max-width: 815px;
      padding: 1rem;
       transition: all 0.3s ease-in;
    }
    #timeline .content p {
      margin: 0;
    }
    #timeline .date {
      max-width: 450px;
      min-width: 450px;
      display: inline-block;
      transition: all 0.3s ease-in;
    }
    #timeline label {
      margin: 0 0 0 30px;
      padding: 0;
    }
    #timeline:before {
      content: '';
      background: #E2E4EA;
      width: 1px;
      height: 100%;
      left: 460px;
      top: 0;
      position: absolute;
    }
.circle {
  margin-top: -10px;
  top: 50%;
  left: 450px;

  width: 22px;
  height: 22px;
  /* background: #48b379; */
  background: #000;
  border: 5px solid #000;
  border-radius: 50%;
  display: block;
  position: absolute;
}
   #timeline li:hover .circle {
      border-color: #1FC3A3;
   }