.container {
  padding-left: 0;
  padding-right: 0;
}

/*-----Header middle section style------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 26, 0.7);
  z-index: 99999;
}

header .logo img {
  display: block;
  height: 40px;
}

header .logo .logo-img {
  display: block;
}

header .logo .logo-img-active {
  display: none;
}

.logo {
  position: absolute;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
}

.menu-wrapper nav {
  padding: 8px 0;
}

.menu-wrapper nav ul {
  display: inline-block;
}

.menu-wrapper nav ul li {
  display: inline-block;
}

.menu-toggle {
  display: none;
}

.logo-txt {
  text-transform: uppercase;
  position: absolute;
  top: 17px;
  left: 20px;
  height: 28px;
  display: none;
}

.menu-toggle {
  color: #fcccff;
  font-size: 20px;
  font-weight: 900;
  right: 30px;
  position: absolute;
  top: 16px;
}

.menu-toggle i {
  color: #3c90ff;
}

.menu-wrapper nav ul li a span i {
  display: none;
}

/*-----Header middle section style ------*/
.logo img:nth-child(2) {
  display: none;
}

.menu-wrapper {
  padding: 21px 0;
}

.menu-wrapper nav ul li a {
  margin: 30px 15px;
  padding-bottom: 30px;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 16px;
  color: #fff;
  transition: 0.1s;
}

.menu-wrapper nav ul li:hover a {
  color: #3c90ff;
}

.menu-wrapper nav ul li a i {
  color: #888;
  font-size: 14px;
  margin-left: 5px;
}

.menu-wrapper nav ul li:hover a i {
  color: #3c90ff;
  opacity: 0.5;
}

.nav-btn a {
  background: #3c90ff;
  border: 1px solid #3c90ff;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
  margin-left: 11px;
}

.nav-btn a:hover {
  background: #bd2d10;
  border-color: #bd2d10;
}

.uk-sticky-fixed {
  background: #fff;
}

.uk-sticky-placeholder {
  display: none;
}

/* .uk-sticky-fixed .logo img:nth-child(1){
    display: none;
  }
  .uk-sticky-fixed .logo img:nth-child(2){
    display: block;
  } */
.uk-sticky-fixed .logo .logo-img {
  display: none;
}

.uk-sticky-fixed .logo .logo-img-active {
  display: block;
}

.uk-sticky-fixed .logo img {
  display: block;
  height: 40px;
}

.uk-sticky-fixed nav ul li a {
  color: #333;
}

.uk-sticky-fixed nav ul li:hover a {
  color: #3c90ff;
}

.uk-sticky-fixed nav ul li a i {
  background: transparent;
  color: #333;
  font-size: 14px;
  opacity: 0.7;
}

.uk-sticky-fixed nav ul li a:hover {
  color: #3c90ff;
}

.uk-sticky-fixed .nav-btn a {
  background: #fff;
  border-color: #3c90ff;
  color: #3c90ff;
}

.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: #3c90ff;
}

.uk-sticky-fixed nav ul li:hover a i {
  opacity: 0.5;
  color: #3c90ff;
}

/*------ Header middle sub-menu section style--------*/
.menu-wrapper ul li {
  position: relative;
}

.menu-wrapper .sub-menu {
  position: absolute;
  top: 100px;
  left: 0px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 0px 25px 5px;
  z-index: 33;
  opacity: 0;
  visibility: hidden;
}

.menu-wrapper ul li:hover .sub-menu {
  top: 54px;
  visibility: visible;
  opacity: 1;
}

.menu-wrapper .sub-menu#solution-nav {
  width: 320px;
  padding: 14px 0 0 5px;
}

.menu-wrapper .sub-menu#solution-nav h3 {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 16px;
  margin-bottom: 10px;
  color: #ccc;
}

.menu-wrapper .sub-menu#solution-nav > li > h3 i {
  display: none;
}

.menu-wrapper .sub-menu#solution-nav > li {
  padding: 0;
}

.menu-wrapper .sub-menu#solution-nav > li > ul > li {
  float: left;
  min-width: 90px;
  line-height: 28px;
  margin: 0 6px 10px;
}

.menu-wrapper .sub-menu#solution-nav > li > ul > li a {
  padding: 0 10px;
  margin: 0;
}

.menu-wrapper .sub-menu#solution-nav > li > ul > li:hover a {
  color: #3c90ff !important;
}

.menu-wrapper .sub-menu {
  width: 235px;
}

.menu-wrapper .sub-menu > li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition: 0.3s;
  padding-right: 60px;
  padding-bottom: 5px;
  cursor: pointer;
}

.menu-wrapper .sub-menu > li:hover > a {
  color: #3c90ff !important;
}

.menu-wrapper .sub-menu > li:hover > a i {
  color: #3c90ff !important;
}

.menu-wrapper .sub-menu > li a {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.menu-wrapper .sub-menu > li a i {
  color: #555 !important;
  background: #fff !important;
  transition: 0.3s;
}

/*------  header inner sub-menu section style--------*/

.style-2.color-2 li i {
  color: #3c90ff;
}

.uk-sticky-fixed .style-2.color-2 li i {
  color: #fff;
}

/*-------------
  ========Start Hero Section Style
  ---------------*/

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.banner-carousel .owl-dot {
  background: #bfbfbf;
  height: 6px;
  width: 24px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
  margin: 0 5px;
}

.banner-carousel .owl-dot.active {
  background: #3c90ff;
  width: 36px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.hero-content-area h4 {
  width: 60%;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-weight: 300;
  display: inline-block;
  color: #fff;
}

.hero-content-area h1 {
  width: 60%;
  font-size: 60px;
  line-height: 1.4;
  display: inline-block;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

.hero-content-area p {
  font-size: 18px;
  line-height: 1.45;
  margin: 102px 0 10px 0;
  color: #fff;
}

.hero-content-area h6 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 300;
}

.btn-common {
  display: inline-block;
}

.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #3c90ff;
  padding: 14px 31px;
  border: 1px solid #3c90ff;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-common i {
  margin-left: 3px;
}

.btn-common a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #3c90ff;
}

/*==========================
  ===========Shape one
  ==========================*/
.hero-shape-one {
  position: absolute;
  left: -70px;
  top: 80px;
  z-index: 1;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hero-shape-two {
  position: absolute;
  right: 200px;
  top: 200px;
  z-index: 1;
}

.hero-shape-three {
  position: absolute;
  left: 212px;
  top: 351px;
  z-index: 1;
}

.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes alltuchtopdown {
  0% {
    top: 351px;
  }

  25% {
    top: 341px;
  }

  50% {
    top: 351px;
  }

  75% {
    top: 361px;
  }

  100% {
    top: 351px;
  }
}
.screen-center {
  text-align: center;
}
.screen-center p {
  margin: 0;
  color: #333;
  font-size: 34px;
  line-height: 1.8;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-weight: 500;
}
.brand p {
  margin-top: 34px;
}
.screen-wrap {
  display: flex;
  margin-left: 0;
}
.screen-box {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex: 1;
  height: 122px;
  background: #f9f9f9;
}
.screen-box:hover {
  color: #5090f7 !important;
  background: #f0f0f0;
}
.screen-box:hover .screen-content h5,
.screen-box:hover .screen-content p {
  color: #5090f7 !important;
}
.screen-box-img {
  width: 56px;
  height: 56px;
  margin: 0 20px 0;
}
.screen-content {
  text-align: left;
}
.screen-content h5 {
  margin: 0;
}
.screen-content p {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
}
.productBgc {
  background: #f9f9f9;
  padding-top: 100px;
}
.product-wrap {
  display: flex;
}

.product-box {
  width: 20%;
}

.product-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}

.product-box-img img {
  display: block;
  width: 80px;
  height: 80px;
}

.product-box-con {
  width: 100%;
  padding: 0 8px;
}

.product-box-con a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.product-box-con span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #3b91ff;
  margin: 0 auto 16px;
}

.product-box-con p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
  margin: 0;
}

/*==========================
  =========== Hero  section video
  ==========================*/
.video-icon {
  display: inline-block;
}

.hero-section .video-icon {
  margin-left: 25px;
}

.video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: #fff;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #3c90ff;
  font-size: 28px;
  z-index: 1;
}

@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/*-------------
  ================ Start Feature Section
  ---------------*/
.solutionBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 214px;
  background: #eeeeee;
  padding: 0 20px;
  margin-bottom: 20px;
}

.solution-img {
  flex: 0 0 auto;
  display: block;
  width: 56px;
  height: 56px;
}

.solutionBox-con {
  max-width: 220px;
  margin-left: 30px;
}

.solutionBox-con h4 {
  font-size: 20px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  line-height: 28px;
  color: #000000;
  margin: 0 0 14px 0;
}

.solutionBox-con p {
  font-size: 15px;
  line-height: 28px;
  color: #858585;
  margin: 0;
}

.solution-wrap {
  width: 100%;
  height: auto;
  background-color: #4d4d4d;
}

.benefit-box {
  width: 100%;
  height: 214px;
  background-color: #fff;
  text-align: center;
  padding: 40px 24px 0;
  margin-bottom: 20px;
}

.benefit-box h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #000;
  margin: 0 0 10px 0;
}

.benefit-box span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #3c90ff;
  margin: 0 auto 20px;
}

.benefit-box p {
  font-size: 14px;
  line-height: 28px;
  color: #858585;
}

.feature-single-item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  padding: 70px 0 20px;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}

.feature-icon {
  color: #f12a02;
  font-size: 56px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.feature-icon::before {
  position: absolute;
  content: "";
  background: url(../images/hero/icon-1.png);
  width: 56px;
  height: 71px;
  right: -25px;
  top: -5px;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.feature-single-item:hover .feature-icon::before {
  transform: rotate(25deg);
}

.feature-content h4 {
  font-size: 26px;
  line-height: 42px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  padding: 0;
  margin-bottom: 4px;
}

.feature-content p {
  width: 190px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin: 0 auto;
}

/*-------------
  ================ Start About Section
  ---------------*/
.about-thumb-section {
  padding-left: 30px;
  padding-right: 8px;
}

.about-single-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 405px;
  /* width: 100%; */
  height: auto;
  border-bottom-left-radius: 10px;
}

.section-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #3c90ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-head h3 {
  text-transform: capitalize;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 32px;
  line-height: 1.375;
  margin-bottom: 10px;
  padding: 0 12px;
}

.section-head h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 20px;
}

.section-head h2 span {
  text-transform: capitalize;
  color: #3c90ff;
}

.section-head p {
  color: #333;
  font-size: 34px;
  line-height: 1.8;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  margin: 10px 0 0;
  /* padding: 0 12px; */
}

.section-head-bar {
  display: block;
  width: 46px;
  height: 2px;
  background-color: #3c90ff;
  margin: 0 auto;
}

/* .section-head-bar::before {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 0;
      width: 40px;
      height: 4px;
      background: #3C90FF;
    transform: skewX(45deg);
  }
  .section-head-bar::after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 0;
      width: 40px;
      height: 4px;
      background: #3C90FF;
    transform: skewX(-45deg);
  } */
.single-content p {
  margin: 0;
}

.content-single-icon {
  color: #f12a02;
  font-size: 45px;
  float: left;
  margin-right: 28px;
  display: block;
}

.inner-content-title {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/*------------------
  ============== Start About Sectiom Style two
  -------------------*/

.about-video {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
}

.choose-us-video {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
}

.about-video .video-icon,
.choose-us-video .video-icon {
  margin-left: 0;
}

@-webkit-keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3),
      0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 rgb(255, 60, 0, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3),
      0 0 0 30px rgb(255, 60, 0, 0);
  }
}

@keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3),
      0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
    box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3),
      0 0 0 30px rgb(255, 60, 0, 0);
  }
}

.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #3c90ff;
  animation: ripple-yellow 1s linear infinite;
  background: #fff;
}

.about-content-container {
  padding-left: 30px;
}

.product-title .block-text p {
  color: #858585;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 0;
}

.ceo-name h6 {
  margin-bottom: 5px;
}

.skill-item {
  margin-top: 25px;
  position: relative;
}

.skill-title,
.skill-percentage {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  color: #232323;
  font-size: 17px;
  font-weight: 400;
}

.skill-percentage {
  position: absolute;
  top: 0;
  right: 0;
}

.count-box {
  float: left;
}

.bar-inner {
  width: 100%;
  height: 4px;
  background: #d9d9d9;
  border-radius: 5px;
  position: relative;
}

.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #3c90ff;
  border-radius: 5px;
  transition: 3s;
}

/*------------------
  ============== Start Video Section
  -------------------*/
.video-section {
  position: relative;
  margin-top: -220px;
}

.video-section .container {
  width: 90%;
}

.section-video {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
}

.section-video img {
  width: 100%;
}

/*------------------
  ============== Start About Sectiom Style Three
  -------------------*/
.common-video.style-5 {
  margin-top: 25px;
}

.common-video.style-5 h3 {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-left: 26px;
}

.about-sign-thumb img {
  border-radius: 50%;
}

/*------------------
  ============== Start Brand Section
  -------------------*/
.single-brand {
  width: 120px;
  height: 70px;
  margin: 0 13px 20px;
}

.single-brand img {
  width: 120px;
  height: 70px;
  /* -webkit-filter: grayscale(1); */
  transition: 0.3s;
}

/* .single-brand:hover img { */
/* -webkit-filter: grayscale(0); */
/* } */

.hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

.hr-2 {
  border-top: 1px solid #595959;
  padding-top: 30px;
}

.hr-4 {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}

/*------------------
  ============== Start Brand Section Style Two
  -------------------*/

.brand-section.style-2 {
  background: #f4f7fc;
  padding: 30px 0;
}

.brand-section .title {
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
}

.brand-section .content {
  font-size: 16px;
  text-align: center;
  color: #3c90ff;
}

.brand-section .txt {
  text-align: center;
  margin-bottom: 0;
}

/*------------------
  ============== Start Services Section
  -------------------*/

.section-head .section-head-content p {
  font-size: 18px;
}

.services-carousel-single-item {
  width: 360px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.services-carousel-thumb img {
  width: 100%;
  border-radius: 10px;
}

.services-carousel-icon {
  text-align: right;
  position: relative;
}

.services-carousel-icon i {
  text-align: center;
  line-height: 70px;
  color: #f00;
  font-size: 35px;
  background: #fff;
  height: 70px;
  width: 70px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -30px;
}

.services-content-section {
  padding: 10px 20px 0;
}

.services-content {
  margin-bottom: 30px;
}

.services-content-title h2 {
  font-size: 20px;
  padding: 0;
  margin: 20px 0;
  transition: 0.5s;
}

.services-content-title h2:hover {
  color: #3c90ff;
}

.services-content-btn {
  background: #f4f7fc;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.services-content-btn a {
  padding: 16px 20px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.services-content-btn:hover {
  background: #3c90ff;
}

.services-content-btn:hover a {
  color: #fff;
}

.services-content-btn span i {
  color: #fff;
  right: 20px;
  position: absolute;
  line-height: 1.5;
}

.services-content-btn:hover a::before {
  background: #222;
}

.services-content-btn a::before {
  content: "";
  background: #3c90ff;
  position: absolute;
  height: 100%;
  width: 100px;
  right: -15px;
  top: 0;
  padding: 0 0 54px 0;
  transform: skew(-29deg);
  transition: 0.3s;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  background: #bfbfbf;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
}

.owl-dot.active {
  background: #3c90ff;
}

/*--------------------
  ================ Start Services Section Style Three
  --------------------*/

.section-head-container.style-2 h2 {
  margin-bottom: 0;
}

.services-single-items {
  margin: 25px 15px 35px;
  overflow: hidden;
}

.services-single-content {
  background: #fff;
  text-align: center;
  padding: 33px 20px 40px;
  position: relative;
  z-index: 1;
}

.services-single-icon i {
  font-size: 60px;
  color: #3c90ff;
  transition: 0.5s;
}

.services-content-inner p {
  transition: 0.5s;
}

.services-content-inner h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 25px;
  transition: 0.5s;
}

.services-single-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #3c90ff;
  position: absolute;
  left: 0;
  bottom: -120%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.services-single-content:hover::after {
  opacity: 1;
  bottom: 0;
}

.services-single-items:hover .services-single-icon i,
.services-single-items:hover .services-content-inner h2,
.services-single-items:hover .services-content-inner p {
  color: #fff;
}

.service-bottom-link i {
  height: 0px;
  width: 0px;
  line-height: 0px;
  text-align: center;
  border-radius: 50%;
  font-size: 0px;
  position: absolute;
  bottom: 30px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.services-single-items:hover .service-bottom-link i {
  opacity: 1;
  background: #fff;
  color: #3c90ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  bottom: 10px;
}

/*--------------------
  ================ Start Portfolio Section
  --------------------*/
.solutionWrap {
  padding-top: 80px;
}

.solutionWrap .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.solutionWrap .owl-dot {
  width: 128px;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  border: 1px solid #333;
  border-radius: 0;
  background: transparent;
  color: #333;
}

.solutionWrap .owl-dot.active {
  line-height: 36px;
  color: #fff;
  background: #3c90ff;
  border: none;
}

.grid-portfolio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.section-head-container.style-2 {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 20px;
}

/* .section-head-container.style-2 .section-head-bar { */
/* display: inline-block;
      left: -28px;
      padding-top: 25px; */
/* } */

.portfolio-filter {
  margin: auto;
}

.portfolio-filter button,
.portfolio-filter a {
  background: transparent;
  color: #3c90ff;
  border: 1px dashed #3c90ff;
  margin: 0 3px 50px;
  padding: 5px 20px;
}

.portfolio-filter a {
  padding: 8px 20px;
}

.portfolio-filter button:hover,
.portfolio-filter a:hover {
  background: #3c90ff;
  color: #fff;
  border-color: #3c90ff;
}

.mixitup-control-active {
  background: #3c90ff !important;
  color: #fff !important;
}

.grid-portfolio-items {
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img {
  /* width: 100%;
  height: auto; */
}
.items {
}

.portfolio-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  /* padding: 28px 0; */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58px;
  padding-top: 12px;
  /* transition: .5s; */
}

/* .grid-portfolio-items:hover .portfolio-content{
    bottom: 0;
    opacity: 1;
  } */
.portfolio-content h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 2px;
}

.portfolio-content h5 a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.portfolio-content p {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  margin: 0;
}

.portfolio-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.portfolio-icon div {
  display: inline-block;
}

.portfolio-icon i {
  height: 40px;
  width: 40px;
  background: #3c90ff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.portfolio-icon a {
  padding: 0 20px;
  transition: 0.5s;
  opacity: 0;
}

.grid-portfolio-items:hover .portfolio-icon a {
  padding: 5px;
  opacity: 1;
}

.portfolio-thumb::before {
  content: " ";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s;
}

.grid-portfolio-items:hover .portfolio-thumb::before {
  opacity: 1;
}

/*--------------------
  ================ Start Portfolio Section Style Two
  --------------------*/

.portfolio-section.style-2 {
  background: #f4f7fc;
}

.portfolio-section.style-2 .center-text {
  font-size: 19px;
  width: 70%;
  text-align: center;
  margin: 0 auto 30px;
  padding-top: 15px;
}

/*--------------------
  ================ Start Portfolio Section Style Three
  --------------------*/
.portfolio-section.style-3 {
  background: #fff;
}

/*--------------------
  ================ Start Fun-Fact Section
  --------------------*/
.counter-text {
  text-align: center;
}

.counter-text h1 {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
}

.counter-text span {
  font-weight: 500;
  font-size: 52px;
  line-height: 74px;
  font-family: Bebas Neue, PingFang SC, PingFang-SC-Regular, Helvetica Neue,
    Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC,
    WenQuanYi Micro Hei, sans-serif;
  color: #fff;
}

.counter-title h4 {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 0;
  color: #aaa;
  text-align: center;
}

.counter-single-item-inner {
  justify-content: center;
  padding: 12px 0;
}

.logo-wrap {
  width: 100%;
  padding-top: 10px;
}

.logo-wrap-title {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #999;
  margin-bottom: 20px;
}

.logo-wrap-box {
  display: flex;
  flex-wrap: wrap;
}
.join-content,
.join-content h1 {
  text-align: center;
  width: 100%;
  color: #fff;
}

/*-------------------
  ============= Start Counter Section style Three
  -------------------*/

.counter-container.style-3 {
  /* background: #fff; */
  padding: 40px 20px 40px 40px;
}

/*-------------------
  ============= Start Counter Section style Four
  -------------------*/

.counter-container.style-4 {
  border-radius: 5px;
  padding: 15px 20px 55px 40px;
}

/*-------------------
  ============= Start Counter Section style Four
  -------------------*/
.counter-section.style-5 .counter-container.style-3 {
  margin-top: -75px;
  background: #3c90ff !important;
}

.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4 {
  color: #fff;
}

/*--------------------
  ================ Start Team Section
  --------------------*/
.single-team-member {
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.team-member-thumb {
  position: relative;
}

.team-member-thumb img {
  transition: 0.3s;
  width: 100%;
}

.single-team-member:hover .team-member-thumb img {
  /* transform: translateY(-10px); */
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}

/* .single-team-member:hover .team-member-intro-section { */
/* transform: translateY(-10px); */
/* } */

.team-member-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(8, 9, 7, 1);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.team-member-des {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
}

/* .single-team-member:hover .team-member-thumb:after { */
/* opacity: .7; */
/* transform: translateY(-10px); */
/* } */

/* .single-team-member:hover .team-member-des { */
/* opacity: 1; */
/* transform: translateY(-10px); */
/* } */

.team-member-social-icon ul {
  position: absolute;
  top: 30%;
  right: -10px;
  background: #fff;
  padding: 15px;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
}

.team-member-social-icon ul li {
  list-style: none;
  padding: 4px 0;
}

.team-member-social-icon ul li a {
  color: #3c90ff;
}

.single-team-member:hover .team-member-social-icon ul {
  position: absolute;
  right: -1px;
  opacity: 1;
}

/* .single-team-member:hover .team-member-intro-section { */
/* display: none; */
/* } */

.team-member-intro-section {
  background: #fff;
  padding-top: 24px;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.team-member-intro-section h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 6px;
}

.team-member-intro-section h2:hover {
  color: #3c90ff;
}

.team-member-intro-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #858585;
  margin: 0;
}

/*------------------
  ================ Start Process Section
  ---------------------*/
.process-single-item {
  text-align: center;
}

.process-single-thumb {
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgba(24, 35, 51, 0.09);
  transition: 0.3s;
}

.process-single-thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
}

.process-single-item:hover .process-single-thumb {
  border-color: #3c90ff;
}

.process-number {
  position: absolute;
  top: 45%;
  left: -25px;
  background: #3c90ff;
  color: #fff;
  padding: 15px 18px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: 0.5s;
}

.process-single-item:hover .process-number {
  position: absolute;
  top: 30%;
}

.process-number:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  height: 90px;
  width: 90px;
  background: #3c90ff;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
}

.process-number:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 65px;
  width: 65px;
  background: #3c90ff;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.process-content-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0 15px;
  margin-bottom: 0;
}

.process-content p {
  margin: 0;
}

/*-------------------
  ============= Start Testimonial Section
  -------------------*/
.testimonial-single-item {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
}

.testimonial-thumb {
  display: inline-block;
  position: relative;
}

.testimonial-icon i {
  font-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0px;
  right: -16px;
  background-color: #3c90ff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.testimonial-thumb img {
  border-radius: 50%;
}

.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}

.testimonial-content h4::before {
  content: "";
  height: 1px;
  width: 25px;
  background: #3c90ff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 25px;
  margin: auto;
}

.testimonial-content h4::after {
  content: "";
  height: 1px;
  width: 25px;
  background: #cccccc;
  position: absolute;
  top: -20px;
  left: 25px;
  right: 0;
  margin: auto;
}

.testimonial-content-text {
  padding: 20px 25px 50px;
  margin: 0;
}

.testimonial-designation {
  color: #3c90ff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

/*-------------------
  ============= Start Blog Section
  -------------------*/
.product-describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-wrap .blog-content {
  height: 197px;
}

.product-wrap .owl-dot {
  background: #bfbfbf;
  height: 6px;
  width: 24px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
  margin: 0 5px;
}

.product-wrap .owl-dot.active {
  background: #3c90ff;
  width: 36px;
}

.case-choose {
  width: 160px;
  filter: none !important;
  height: 32px !important;
  outline: none;
  /* background-color: #f4f7fc; */
  background-color: #3c90ff;
  border: none;
  color: #fff;
  margin: 0 auto 30px;
  border-radius: 4px;
  padding-left: 10px;
}

.blog-section .section-head h2 {
  color: #232323 !important;
}

.blog-single-carousel {
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); */
  margin: 0 15px 20px !important;
  background: #fff;
}

.blog-thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* .blog-single-carousel:hover { */
/* box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); */
/* } */

.blog-meta-top ul {
  position: absolute;
  top: 15px;
  left: 10px;
}

.blog-meta-top ul li {
  display: inline-block;
  margin-left: 5px;
}

.blog-meta-top a {
  font-size: 12px;
  font-weight: 500;
  background: #3c90ff;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}

.blog-content {
  padding: 32px 35px 30px;
  transition: 0.3s;
  text-align: left;
}

.blog-meta {
  font-size: 15px;
  margin-bottom: 15px;
}

.blog-meta a:hover,
.blog-meta span:hover {
  color: #3c90ff;
}

.blog-content h5 a {
  color: #232323;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blog-content p {
  display: -webkit-box;
  font-size: 14px;
  line-height: 28px;
  color: #858585;
  margin-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blog-content h5:hover a {
  color: #3c90ff;
}

.blog-learn-more a {
  color: #3c90ff;
}

/*-------------------
  ============= Start Blog Section Style Four
  -------------------*/

.blog-section.bg-2 {
  background: #f4f7fc;
  margin-bottom: 0;
}

.portfolio-section.bg-1 {
  background: #fff;
}

.bg-2 {
  background: #f4f7fc;
}

.bg-1 {
  background: #fff;
}

/*-------------------
============= Start Blog Section Style Five
-------------------*/

.blog-section.style-5 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}

.blog-section.style-5 .blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.blog-section.style-5 .blog-thumb img {
  width: 100%;
  max-height: 282px;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blog-section.style-5 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}

.blog-section.style-5 .blog-content {
  padding: 30px 35px 30px;
  text-align: center;
}

.blog-section.style-5 .blog-learn-more a {
  color: inherit;
}

.blog-section.style-5.blog-learn-more:hover a {
  color: #3c90ff;
}

.blog-section.style-5 .blog-content {
  padding: 24px 35px 20px;
  position: relative;
  background-color: #fff;
}

.blog-section.style-5 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/*-------------------
  ============= Start Subscribe Section
  -------------------*/

.footer-hr {
  padding: 60px 0 50px 0;
  /* border-bottom: 1px solid #4d4d4d; */
}

/*-------------------
  ============= Start Footer Section
  -------------------*/
.footer {
  background: #282828;
  color: #fff;
}

.widget {
  padding: 0 5px;
}

.footer-widget-title,
.footer-logo {
  padding-bottom: 10px;
}

.footer-logo img {
  height: 60px;
}

.footer-contact p {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.footer-txt {
  width: 170px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.code-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.footer h5 {
  color: #fff;
  font-size: 16px;
}

.footer h6 {
  color: #fff;
  font-size: 16px;
}

.footer-about-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-about-social-icon ul {
  margin-top: 40px;
}

.footer-about-social-icon ul li a {
  border: 1px solid #fff;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 3px;
  transition: 0.5s;
}

.footer-about-social-icon ul li:nth-child(1) a {
  padding: 8px 13px;
  transition: 0.5s;
}

.footer-about-social-icon ul li:hover a {
  background: #3c90ff;
  border-color: #3c90ff;
}

.footer-popular-single-post {
  margin-bottom: 15px;
}

.single-post-img img {
  height: auto;
  width: 180px;
  border-radius: 5px;
}

.footer-quick-link-list ul li {
  list-style: none;
  margin-bottom: 5px;
  transition: 0.3s;
  margin-left: 25px;
  position: relative;
}

.footer-quick-link-list ul li:hover a {
  color: #fff;
}

.footer-quick-link-list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  height: 1px;
  width: 10px;
  background: #fff;
}

.footer .bottom-txt {
  display: flex;
  height: 40px;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 20px;
}

/*-------------------
  ============= Start Footer Copyright Section
  -------------------*/
.footer-copyright-section {
  background: #1e1e1e;
  color: #fff;
  position: relative;
}
.footer-copyright-link ul {
  list-style-type: none;
  height: 22px;
}
.footer-copyright-link ul li {
  float: left;
  /* display: inline-block; */
  padding: 0 10px;
}

.footer-bottom-left-text p {
  margin: 0;
}

.footer-copyright-text {
  padding: 20px 0 0 0;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-copyright-text a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 20px;
}

.footer-copyright-link ul li {
  line-height: 20px;
}

.footer-copyright-link ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 20px;
}

.footer-copyright-link {
  text-align: right;
  padding: 18px 0 20px;
}

.scrollUp {
  bottom: 13px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  position: fixed;
  line-height: 50px;
  right: 50px;
  text-align: center;
  width: 50px;
  background: #3c90ff;
  transition: 0.3s;
  z-index: 1;
}

/*-------------------
  ============= Inner Pages Style Start here......
  
   Start Breadcumb area style
  -------------------*/

.breadcumb-area {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(../images/iab1.jpg) no-repeat center/cover; */
  display: flex;
  align-items: center;
  height: 700px;
  position: relative;
}

.breadcumb-content {
  /* position: absolute;
  width: 1170px;
  top: 50%;
  transform: translateY(-50%); */
  padding: 0 15px;
  width: 100%;
}

.breadcumb-content h1 {
  width: 60%;
  font-size: 60px;
  display: inline-block;
  line-height: 1.4;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.breadcumb-content h4 {
  width: 60%;
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  color: #fff;
  font-weight: 300;
}

.breadcumb-content h6 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 300;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
}

.breadcumb-content p {
  font-size: 18px;
  line-height: 1.45;
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica,
    Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif;
  margin: 102px 0 10px 0;
  color: #fff;
}

.breadcumb-content ul li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}

.breadcumb-content ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

/*--------------------
  ================ Start Single Service Section Style
  --------------------*/

.single-service {
  background: rgb(242, 242, 242, 0.1);
}

.top-link a {
  color: #333;
  background: #f5f6fa;
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 2px;
}

.top-link.active a {
  color: #fff;
  background: #3c90ff;
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 2px;
}

.top-link:hover a {
  color: #fff;
  background: #3c90ff;
}

.top-link a i {
  position: absolute;
  right: 16px;
  top: 37%;
  font-size: 13px;
  color: #8e8b8b;
}

.top-link.active a i {
  color: #fff;
}

.top-link a:hover i {
  color: #fff;
}

.pack-title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}

.get-pack a {
  color: rgba(86, 86, 86, 0.8);
}

.pack-icon i {
  color: #3c90ff;
  font-size: 50px;
  margin-right: 25px;
}

.single-pack {
  background: #fff;
  padding: 12px 25px 5px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}

.cda-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.cda-content h3 {
  font-size: 20px;
  color: #fff;
}

.cda-content {
  background: #3c90ff;
  padding: 35px 0 25px 0;
}

.overview-title {
  font-size: 25px;
  margin-top: 25px;
}

.section-thumb img {
  width: 100%;
}

/*--------------------
  ================ Start Appointment Section Style
  --------------------*/
.pointment-single-feature {
  text-align: center;
  background: #f4f7fc;
  border-radius: 10px;
  margin-top: 30px;
}

.ap-feature-icon {
  font-size: 55px;
  color: #3c90ff;
  padding: 20px 0 15px 0;
}

.ap-feature-title h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
  font-family: "PingFang SC,PingFang-SC-Regular,Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif";
  margin-bottom: 20px;
}

.ap-feature-content {
  padding: 0 15px 18px;
}

.ap-content-icon {
  color: #3c90ff;
  font-size: 29px;
  margin-right: 25px;
}

.ap-content-text {
  font-weight: 300;
  line-height: 2.3;
}

.overview-thumb img {
  width: 100%;
}

/*----------------
  ============== Start Pagination style at Blog-Grid page inner
  ------------------*/

.pagination {
  width: 100%;
  justify-content: center;
}

.pagination a {
  font-size: 14px;
  font-weight: 300;
  color: #cbcbcb;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a i {
  color: #cbcbcb;
}

.pagination a.active {
  background-color: #3c90ff;
  color: white;
  border: 1px solid #3c90ff;
}

.pagination a:hover {
  background: #3c90ff;
  color: #fff;
}

.pagination a:hover i {
  color: #fff;
}

/*-------------------
  ============= Start Blog Section Style Six
  -------------------*/
.blog-content-text h5 a {
  font-size: 30px;
  font-weight: 600;
}

.widget-items {
  padding: 35px 29px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box:focus {
  border: 1px solid #ccc;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

.widget-title {
  margin-bottom: 40px;
  position: relative;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 8px;
}

.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 3px;
  background: #aec6ef;
}

.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  bottom: auto !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #3c90ff;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

.widget-items .widget-title h3 {
  color: #333;
  display: block;
  font-size: 20px;
  padding-bottom: 0;
  font-weight: 300;
  position: relative;
  margin-bottom: 8px;
}

@keyframes MOVE-BG {
  0% {
    left: 0px;
    top: 36px;
  }

  100% {
    left: 80px;
    top: 36px;
  }
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}

.catagory-item ul li:hover a {
  color: #3c90ff;
}

.rpost-thumb img {
  width: 100%;
  border-radius: 5px;
}

.rpost-thumb {
  flex: 0 0 auto;
  width: 80px;
  margin-right: 15px;
}

.rpost-title h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}

.rpost-title h4:hover {
  color: #3c90ff;
}

.rpost-title span {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
  font-weight: 300;
}

.widget-recent-post {
  margin-bottom: 15px;
}

.bg-3 {
  background: #f2f2f2;
}

/*-------------------
  ============= Start Blog Section Style Eight
  -------------------*/
.blog-section.style-8 .blog-content {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}

.blog-section.style-8 .blog-thumb img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blog-section.style-8 .blog-content-text h5 {
  font-size: 26px;
  font-weight: 500;
}

.blog-section.style-8 .blog-meta {
  font-size: 16px;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
}

.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #3c90ff;
  margin: 30px 0;
}

.block-quoto-footer {
  font-style: italic;
  font-size: 16px;
}

.blog-section.style-8 .blog-content h4 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}

.blog-content ol {
  padding-left: 15px;
}

/*---------
  ====== To-Top
  -------------*/
#to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  width: 44px;
  height: 44px;
  background: #3c90ff;
  color: #fff;
  border: none;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  display: none;
  z-index: 99999;
}

#to-top i {
  color: #fff;
}

.suspension {
  position: fixed;
  top: 65%;
  right: 40px;
  transform: translateY(-50%);
  width: 44px;
  height: auto;
  z-index: 99999;
}

.suspension-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 132px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding-top: 10px;
  cursor: pointer;
}

.suspension-box:hover {
  background-color: #3c90ff;
}

.suspension-box img {
  display: block;
  width: 32px;
  height: 32px;
}

.suspension-box:hover .suspension-img-a {
  display: block;
}

.suspension-box:hover .suspension-img {
  display: none;
}

.suspension-box .suspension-img-a {
  display: none;
}

.suspension-box:hover .suspension-txt {
  color: #fff;
}

.suspension-txt {
  width: 14px;
  font-size: 14px;
  line-height: 18px;
  color: #3c90ff;
  margin: 0;
}

.suspension-box:hover .suspension-main {
  display: block;
}

.suspension-box .suspension-main.active {
  display: none;
}

.suspension-main {
  display: none;
  position: absolute;
  top: 50%;
  right: 56px;
  width: 160px;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #ffffff;
  padding: 20px 0;
}

.code-title {
  font-size: 20px;
  line-height: 28px;
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.code-txt {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding-left: 20px;
  margin: 0 0 2px 0;
}

.suspension-main img {
  display: block;
  width: 128px;
  height: 128px;
  margin-left: 12px;
}

.phone-tit {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding-left: 20px;
}

.phone-txt {
  font-size: 14px;
  line-height: 14px;
  color: #3c90ff;
  margin: 0 0 15px 0;
  padding-left: 20px;
}

/* #service-btn {
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #3C90FF;
    border: none;
    padding: 0;
    z-index: 99999;
  }
  #service-btn img {
    display: block;
    width: 100%;
    height: 100%;
  } */
.wx-code-pop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 110px;
  width: 153px;
  height: 207px;
  box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
  z-index: 99999;
}

.wx-code-pop img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 加入我们 */
.service-single-items {
  margin-bottom: 35px;
}

.service-single-icon {
  width: 70px;
  color: #ff3c00;
}

.service-single-icon img {
  max-width: 70px !important;
  width: 70px;
}

.service-single-items h2 {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}

.service-single-items h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #999;
  bottom: -15px;
  left: 0;
}

.service-content-inner p {
  color: #999;
}

.feature-section.style-7 .feature-icon::before {
  display: none;
}

.feature-section.style-7 .feature-single-item {
  transition: 0.5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
}

.feature-section.style-7 .feature-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

.style-7 .fc-mt {
  margin-top: -130px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

/* 里程碑 */
.tabs-list-items {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tabs-list-items li {
  display: block;
  width: 100px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  border: 1px dashed #3c90ff;
  transition: 0.3s;
  margin-right: 16px;
  cursor: pointer;
}

.tabs-list-items li.active {
  line-height: 40px;
  color: #fff;
  background-color: #3c90ff;
  border: none;
}

.tabs-content-container {
  padding: 35px;
  /* box-shadow: 0 0 20px rgb(194 240 240 / 50%); */
}

.eventaxis {
  border-left: 0.719982px dashed #ddd;
}

.eventaxis li {
  display: flex;
  line-height: 20px;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
}

.eventaxis li span {
  text-align: right;
  position: absolute;
  left: -80px;
  width: 64px;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
}

.eventaxis li div {
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  background-color: #a2a2a2;
  border-radius: 50%;
  margin-top: 5px;
}

.eventaxis li p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  width: 100%;
  padding-left: 14px;
  margin: 0;
}

.need-icon {
  width: 56px;
}

.product-nav {
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #e4e4e4;
}

.product-nav-list {
  width: 100%;
  height: 60px;
  list-style-type: none;
}

.product-nav-list li {
  float: left;
  width: 20%;
  height: 100%;
}

.product-nav-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #fff;
}

.product-nav-list li:hover a {
  /* background: #EEEEEE; */
  color: #3c90ff;
  border-bottom: 2px solid #3c90ff;
}

.product-nav-list li.active a {
  /* background: #EEEEEE; */
  color: #3c90ff;
  border-bottom: 2px solid #3c90ff;
}

.product-title h2 {
  font-size: 30px;
  line-height: 44px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #000;
  margin-bottom: 0;
}

.product-title p {
  font-size: 19px;
  line-height: 28px;
  color: #858585;
  margin: 0 0 10px 0;
}

.product-title .section-head-bar {
  margin: 0;
  width: 52px;
  margin-bottom: 40px;
}

.solutionNav {
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #e4e4e4;
}

.solutionNav-list {
  display: flex;
  width: 100%;
  height: 60px;
  list-style-type: none;
}

.solutionNav-list li {
  flex: 1 0 auto;
  height: 100%;
}

.solutionNav-list li a {
  display: block;
  /* width: 100%; */
  height: 100%;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #000;
  transition: none;
}

.solutionNav-list li:hover a {
  /* background: #EEEEEE; */
  color: #3c90ff;
  border-bottom: 2px solid #3c90ff;
}

.solutionNav-list li.active a {
  /* background: #EEEEEE; */
  color: #3c90ff;
  border-bottom: 2px solid #3c90ff;
}

.caseNav {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.caseNav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.caseNav::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}

.caseNav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px;
}

.caseNav::-webkit-scrollbar-thumb:hover {
  background: #3c90ff;
}

.caseNav-list {
  display: flex;
}

.caseNav-list li {
  flex-shrink: 0;
  display: block;
  /* display: inline-block; */
  width: 126px;
  height: 62px;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.caseNav-list li.active {
  border-bottom-color: #3c90ff;
  color: #3c90ff;
}

.milestoneBanner {
  width: 100%;
  height: 370px;
  padding-top: 138px;
}

.timeline-box {
  width: 100%;
  height: 112px;
  overflow: hidden;
}

.timeline-wrap {
  width: 1170px;
  height: 112px;
  position: relative;
  padding-top: 36px;
}

.timeline-box-bk {
  display: block;
  width: 100%;
  height: 40px;
}

.timeline-year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

.timeline-year-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  transform: translateX(-50%);
  cursor: pointer;
}

.timeline-year-box:nth-child(2n) {
  flex-direction: column-reverse;
}

.timeline-year-box span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.timeline-year-box p {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline-year-box.active span {
  background-color: #3c90ff;
}

.timeline-year-box.active p {
  color: #3c90ff;
}

.timeline-year-box:nth-child(2n-1) p {
  margin-top: 8px;
}

.timeline-year-box:nth-child(2n) p {
  margin-bottom: 8px;
}

.honor-box,
.qualification {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.welfare {
  width: 100%;
  height: 110px;
  padding-top: 18px;
  text-align: center;
}

.welfare h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  margin-bottom: 8px;
  color: #000;
}

.welfare p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #858585;
}

.training {
  width: 354px;
  padding: 0 10px;
  height: 480px;
  margin-bottom: 20px;
}

.training-wrap {
  width: 408px;
  padding: 0 10px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.training-main {
  position: relative;
  width: 100%;
  height: 100%;
}

.training-box {
  position: relative;
  width: 100%;
  height: 230px;
}

.training img,
.training-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.training-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

.training-box .training-con {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.training-con h5 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  margin: 0;
}

.training-con p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0;
}

.opportunity {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(66, 66, 66, 0.4);
  display: flex;
  align-items: center;
  padding: 30px;
}

.opportunity img {
  display: block;
  width: 80px;
  height: 80px;
}

.opportunity-con {
  margin-left: 30px;
}

.opportunity-con h5 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: PingFang SC, PingFang-SC-Medium, Helvetica Neue, Helvetica, Arial,
    Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  margin-bottom: 12px;
}

.opportunity-con p {
  font-size: 14px;
  line-height: 20px;
  color: #858585;
  margin: 0;
}

.icon-img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 28px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 344px;
  height: 116px;
  background: #ffffff;
  border-radius: 4px;
  padding-top: 20px;
  font-family: "SourceHanSansCN-Regular, SourceHanSansCN";
}

.popup h5 {
  width: 100%;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #333;
  margin-bottom: 14px;
}

.popup p {
  width: 100%;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #1890ff;
  margin: 0;
}

.popup a {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}

.timeline-box-y {
  position: relative;
  display: none;
}

#timeline-year-box {
  display: flex;
  width: 100%;
  height: 20px;
  list-style: none;
  overflow: hidden;
}

#timeline-year-box li {
  width: 52px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding: 0 10px;
  cursor: pointer;
}
#timeline-year-box li.active {
  color: #fff;
}

.timeline-box-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.timeline-box-arrow img {
  display: block;
  width: 9px;
  height: 16px;
}
.phone-show {
  display: none;
}
