.skill, .skill-photo {
  min-height: 100vh
}

.skill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%
}
.skill {
  position: relative;
  display: flex;
  max-width: 1350px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

._1st-break, .skill-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal
}

.skill-photo {
  position: relative;
  display: flex;
  width: 100%;
  height: 400vh;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.skill-info, .skill-info-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  top: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}
.skill-info {
  position: absolute;
  left: 0;
  right: auto;
  display: flex;
  width: 39%;
  height: 100%;
  padding-right: 4%;
  padding-left: 4%;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align:right;
}
.h2-title.maint_title {
  margin-bottom: 50px;
  text-align: right;
  display: block;
  width: 100%;
}
.skill-info-sticky {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 4vh;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.skill-photo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.skill-info-text {
  margin-bottom: 75px
}
.h5-title {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize
}

.skill-work {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 74%
}
.skill-photo-column {
  display: flex;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.skill-photo-column.skill-photo-column-up {
  -webkit-transform: translate(0, 210px);
  -ms-transform: translate(0, 210px);
  transform: translate(0, 210px)
}
.skill-photo-box {
  position: relative;
  width: 340px;
  height: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.skill-photo-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
}

.skill-photo-exif, .skill-work-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  top: 0;
  bottom: 0
}

.skill-info-text {
  color: #333336;
}
.skill-work-sticky {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.skill-work-sticky.skill-work-sticky-photo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.skill-work-sticky.skill-work-sticky-ux {
  -webkit-perspective: 1500px;
  perspective: 1500px
}
.skill-work-sticky-photo::before {
  display: block;
  position: absolute;
  /* background: rgb(51,51,54);
  background: linear-gradient(180deg, rgb(52, 52, 53) 0%, rgba(51,51,54,0) 100%); */
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%);
  height: 150px;
  width: 100%;
  content: '';
  z-index: 10;
  top: 0;
}
.skill-work-sticky-photo::after {
  display: block;
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  height: 150px;
  width: 100%;
  content: '';
  z-index: 1;
  bottom: 0;
}

.content, .content-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.content {
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-width: 1100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:1025px) {
  ._404-cta-box, .skill-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }
  ._404-cta-box, .skill-info, .skill-photo {
    -webkit-box-direction: normal
  }
  a {
    cursor: pointer
  }

  .h2-title {
    font-size: 14vw;
    line-height: 1
  }
  .skill-info {
    padding-right: 0;
    padding-left: 0
  }
  .skill-photo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .skill-info {
    position: relative;
    width: 100%;
    height: 65vh;
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .skill-info-sticky {
    position: relative;
    width: 80%;
    height: 100%;
    padding-top: 0
  }
  .cta, .transition-over {
    padding: 15px 20px
  }
  .skill-info-text {
    margin-bottom: 40px
  }
  .skill-work {
    position: relative;
    width: 100%;
    height: 100%
  }
  .skill-photo-box {
    width: 230px;
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .skill-work-sticky {
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
  .skill-work-sticky.skill-work-sticky-ux {
    height: 100vh
  }
}

/*Skill Section2*/

.skillsection2 .skill-work.skill-work-photo {
  right: unset;
  left: 0;
}
.skillsection2 .skill-info {
  left: unset;
  right: 0;
}
.skillsection2 .skill-info {
  text-align: left;
}
.skillsection2 h2.h2-title.maint_title {
  text-align: left;
}
.skillsection2{
  margin-top:0;
}
.skillsection3{
  margin-top:0;
}

@media screen and (max-width:1025px) {
  .skill-work {
    order: 2;
  }
  .skill-info {
    order: 1;
    position: sticky;
    height: auto;
    z-index: 1;
    margin-bottom: 0;
    background: linear-gradient(180deg, rgb(255,255,255) 80%, rgba(255,255,255,0) 100%);
    padding-bottom: 20px;
  }
  .h2-title.maint_title,
  .skillsection2 h2.h2-title.maint_title {
    text-align: center;
    margin: 0 auto 20px;
  }
  .h2-title.maint_title img {
    width: 45%;
  }
  .skill-info-text {
    margin-bottom: 0;
  }
  .skill-info-text p {
    font-size: 14.5px;
    line-height: 22px;
    text-align: center;
  }

  img {
    -o-object-fit: cover;
    object-fit: cover
  }
  .h2-title {
    font-size: 18vw;
  }
  .skill-photo {
    height: auto;
  }
  .skill-photo-column.skill-photo-column-down {
    margin-right: 0;
    margin-left: 0;
  }
  .skill-photo-column.skill-photo-column-up {
    margin-right: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .skill-photo-image {
    position: relative;
  }
  .skill-photo-box {
    height: auto;
    width: 90vw;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .skill-work-sticky {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .skill-work-sticky.skill-work-sticky-photo {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}
