
.case_content_a,
.fp-overflow{
  display: flex;
  height: 100%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fp-watermark {
  display: none !important;
}

#fp-nav.fp-right {
  right: 30px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 15px;
  height: 15px;
  margin: 15px 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 12px;
  width: 12px;
  border: 0;
  background: rgba(0, 0, 0, .2);
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  margin-left: 1px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 15px;
  height: 15px;
  margin: 0;
  background: #222;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #fff;
  margin: 0;
  animation: pulse 2s infinite;
}

#fp-nav ul li .fp-tooltip {
  padding: 0 22px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  top: -2px;
  border-radius: 18px;
}

.case_content {
  color: #fff;
}

.case_i {
  display: flex;
  align-items: center;
}

.case_i_box {
  position: relative;
}

.case_i_box * {
  line-height: 1;
}

.case_i_box>span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .2);
  transform: translateX(50%);
}

.case_i i {
  display: block;
  font-size: 50px;
  transform: translateY(50%);
}

.case_title {
  margin: 60px 0 40px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;

}

.case_note {
  width: 50%;
  font-size: 18px;
}

.btn-primary {
  margin-top: 50px;
}

.cndns-right {
  display: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(-6px) rotate(90deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

.downbox {
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.downbox.on {
  display: none;
}

.downbox p {
  color: #Efff;
  font-size: 18px;
  text-transform: capitalize;
}

.downbox i {
  margin: 10px auto 0;
  transform: rotate(90deg);
  font-size: 24px;
  color: #Efff;
  opacity: 1;
  animation: jump 2s ease-in-out infinite;
}

.head_style .header {
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .case_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .case_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .case_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  .case_title {
    font-size: 28px;
  }

  .case_note {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .case_title {
    font-size: 22px;
  }

  .case_note {
    width: 95%;
    font-size: 12px;
  }

  .downbox {
    display: none;
  }

}