.hero-slider .swiper-slide {
  height: 715px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-slider .swiper-slide {
    height: auto;
    padding: 60px 30px 100px;
    z-index: 1;
  }
  .hero-slider .swiper-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: #f1f4f9; */
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-slide {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.hero-slider .swiper-slide h2 {
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
  text-shadow: 2px 2px 5px #fff;
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-slide h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.hero-slider .swiper-slide .slide-btn {
  margin-top: 50px;
}
.hero-slider .swiper-slide .slide-btn a:not(:last-child) {
  margin-right: 4px;
}
.hero-slider .swiper-pagination {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 3px;
  border-radius: 30px;
  opacity: 1;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--main-color);
}
.hero-slider .iconfont {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  height: 40px;
  width: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.hero-slider .iconfont {
  line-height: 40px;
  font-size: 22px;
}
.hero-slider .iconfont-zk-r {
  left: auto;
  right: 0;
  border-radius: 8px 0 0 8px;
}

.app {
  margin: 100px auto;
}
.app .c1 {
  align-items: center;
}
.app .b1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
.app .b2 {
  font-size: 16px;
  margin-top: 5px;
}
.app .b3 {
  font-size: 14px;
  margin: 20px auto 10px;
}
.app .b3 span {
  display: inline-block;
  margin-right: 15px;
}
.app .b4 a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  line-height: 40px;
}
.app .b4 span{
  display: inline-block;
  margin: 0 10px;
}
.app .b5 {
  margin-top: 20px;
  width: 200px;
  border: 1px solid #ccc;
  text-align: center;
}

.app .b5 img {
  width: 100%;
}
.app .swiper-container {
  width: 100%;
  height: 100%;
}
.app .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
  opacity: 0.5;
  z-index: 1;
}
.app .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.app .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.app .page {
  justify-content: center;
  margin-top: 20px;
}

.app .page span {
  width: 120px;
  padding: 0 20px;
  height: 30px;
  border-radius: 30px;
  background: #555;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.app .page span.swiper-pagination-bullet-active {
  background: var(--main-color);
}

@media screen and (max-width: 991px) {
  .app {
    margin: 50px auto;
  }
  .app .c1 .col-lg-6:first-child {
    margin-bottom: 50px;
    text-align: center;
  }
  .app .b2 {
    font-size: 14px;
  }
  .app .b5{
    margin: 20px auto 0;
  }
}

/* --------------------- */
.single-service,
.single-service-2,
.single-service-3 {
  margin: 15px 0;
}
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
}
.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}
.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
  overflow: hidden;
  margin-bottom: 15px;
}
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
  float: left;
  font-size: 26px;
  color: var(--main-color);
}
.single-service .inner .title .icon i {
  font-size: 28px;
}
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
  padding-left: 50px;
  font-size: 20px;
  margin: 3px 0 0;
  color: #333;
}
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
  font-weight: 300;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
  margin-bottom: 0;
}
.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
  border: 1px solid #cad4de;
  box-shadow: none;
}

.single-service-2 {
  text-align: center;
}
.single-service-2 .inner {
  border: 1px solid #cad4de;
  border-radius: 5px;
  padding: 85px 40px;
}
.single-service-2 .inner .content {
  font-size: 16px;
  color: #7288b5;
  margin-top: 25px;
}
.single-service-2 .inner .title {
  text-align: center;
}
.single-service-2 .inner .title .icon {
  float: none;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.single-service-2 .inner .title h4 {
  padding-left: 0;
}
.single-service-2:hover .inner {
  color: #fff;
}
.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
  color: #fff;
}

.single-service-3 {
  margin: 30px 0;
}
.single-service-3 .inner {
  background: transparent;
  padding: 0;
  color: #fff;
}
.single-service-3 .inner:hover {
  box-shadow: none;
}
.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
  color: #fff;
  padding-left: 100px;
}
.single-service-3 .inner .title h4 {
  font-size: 24px;
}
.single-service-3 .inner .content {
  font-size: 16px;
}
.single-service-3 .inner .title .icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 34px;
}
.single-service-3 .inner:hover .title .icon {
  background-color: #fff;
}

/* --------------------- */
.single-portfolio {
  margin: 20px 0;
}
.single-portfolio .inner .portfolio-img {
  position: relative;
}
.single-portfolio .inner .portfolio-img img {
  width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.single-portfolio .inner .portfolio-img .hover-content .button {
  background-color: #fff;
  border-color: #fff !important;
}
.single-portfolio .inner .portfolio-img .hover-content .button:hover {
  background-color: #222;
  color: #fff;
  border-color: #222 !important;
}
.single-portfolio .inner .portfolio-img:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.single-portfolio .inner .portfolio-content {
  text-align: center;
  padding-top: 25px;
  color: #6d7784;
}
.single-portfolio .inner .portfolio-content a {
  display: block;
}
.single-portfolio .inner .portfolio-content h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

/* -------------------- */

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 0 rgb(255, 255, 255);
  }
  100% {
    box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.1),
      0 0 0 32px rgba(255, 255, 255, 0.1);
  }
}
.testimonial-area .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  border-radius: 50%;
  animation: animate 1400ms ease-in-out infinite;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

.testimonial-area .section-title {
  margin-bottom: 45px;
}
.testimonial-area img {
  cursor: pointer;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .swiper-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid;
}
.swiper-slide p {
  color: #333;
  text-shadow: 1px 1px 3px #fff;
}
.testimonial-slider .swiper-slide img {
  height: 66px;
  width: 66px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.testimonial-slider .swiper-slide .client-info {
  overflow: hidden;
}
.testimonial-slider .swiper-slide .client-info .client-img {
  float: left;
  overflow: hidden;
}
.testimonial-slider .swiper-slide .client-info .client-data {
  padding-left: 80px;
}
.testimonial-slider .swiper-slide .client-info .client-data h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.testimonial-slider .iconfont {
  background-color: #222222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  cursor: pointer;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .iconfont {
    left: -12.5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .testimonial-slider .iconfont {
    font-size: 13px;
  }
}
.testimonial-slider .iconfont-zk-r {
  left: auto;
  right: -55px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .iconfont-zk-r {
    right: -12.5px;
  }
}

.single-gallery .inner {
  margin: 15px 0;
  overflow: hidden;
  border-radius: 5px;
}
.single-gallery .inner img {
  width: 100%;
}

.an1 {
  margin-bottom: 50px;
}
.an1 .a2 {
  max-width: 1140px;
  margin: 0 auto;
  align-items: flex-end;
}
.an1 .a3 {
  position: relative;
  width: 300px;
}
.an1 .a4 {
  flex: 1;
  padding: 20px 0;
}
.an1 .a5 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  color: #fff;
  width: 100%;
  z-index: 1;
}
.an1 .a6 {
  flex: 1;
  text-align: center;
}
.an1 .a8 {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  height: 70px;
  line-height: 70px;
}
.an1 .a8 span {
  font-size: 40px;
  display: inline-block;
  margin-right: 5px;
}
.an1 .a9 {
  color: #666;
}
.an1 .a10 {
  padding: 30px 20px;
}
.an1 .a11 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
.an1 .a12 {
  line-height: 60px;
  height: 60px;
}
.an1 .a13 {
  height: 6px;
  width: 50px;
  background: #fff;
  margin-bottom: 30px;
}
.an1 .a15 {
  margin-top: 30px;
}
.an1 .a15 a {
  color: #fff;
  background: #333;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
}
.an1 .a16 {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 0;
  bottom: -50px;
  margin-top: -50px;
}
.an1 .a18 {
  background: var(--main-color);
  color: #fff;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.an1 .a19 {
  flex-wrap: wrap;
}
.an-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .an1 .an-pc {
    display: none;
  }
  .an1 .an-mobile {
    display: block;
  }
  .an1 .a6 {
    width: 50%;
    float: left;
    margin: 20px auto;
  }
  .an1 .a8 {
    height: 50px;
  }
  .an1 .a8 span {
    font-size: 28px;
    line-height: 50px;
  }
  .an1 .a11 {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
  }
  .an1 .a13 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .an1 .a18 {
    width: 88%;
    margin: 0 auto;
  }
}
@keyframes animate {
    0% {
      box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 0 rgb(255, 255, 255);
    }
    100% {
      box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.1),
        0 0 0 32px rgba(255, 255, 255, 0.1);
    }
  }
  .about-img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    border-radius: 50%;
    animation: animate 1400ms ease-in-out infinite;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
  }

  .tabs-area .tabs-nav {
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .tabs-area .tabs-nav li {
    width: 25%;
    padding: 0 12.5px;
    display: inline-block;
    float: left;
    position: relative;
  }
  @media only screen and (max-width: 991px) {
    .tabs-area .tabs-nav li {
      width: 50%;
      margin-top: -5px;
    }
  }
  .tabs-area .tabs-nav li a {
    text-align: center;
    color: var(--main-color);
    display: block;
    border-bottom: 2px solid var(--main-color);
    padding: 25px 0;
  }
  .tabs-area .tabs-nav li a::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tabs-area .tabs-nav li a i {
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .tabs-area .tabs-nav li a span {
    font-size: 18px;
    font-weight: 700;
  }
  .tabs-area .tabs-nav li a.active {
    color: #fff;
    border-radius: 5px;
  }
  .tabs-area .tabs-nav li a.active::after {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    opacity: 1;
  }

  .tabs-area .tab-content {
    border: 1px solid #cad4de;
    padding: 40px;
    border-radius: 4px;
  }

  .about-content {
    margin-top: 0;
  }


  @media screen and (max-width: 750px) {
    .sp {
      padding: 30px 0;
    }
  }