/*** Spinner Start ***/

/*  首页tab */


ol,
ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.shadow-sm{
  position: sticky !important;
}

li {
  list-style: none !important;
}

.footer_list a {
  color: #fff !important;
  opacity: .8;
  transition: all 0.3s;
}


.footer_list a:hover {
  color: #9c6430 !important;
  opacity: 1;
}

h2 {
  margin-bottom: 0 !important;
}


.bt-4 {
  padding-bottom: 4rem;
}
/* tab */


#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

/* .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
} */

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.btn.btn-dark {
  color: var(--bs-white);
  border: none;
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 10px;
  border: 0;
  transition: 0.5s;
  opacity: 1;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
  transition: 1s;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--bs-primary);
}


/* .slider_nav ul  第一个li 的 第一个div */
.slider_nav ul li:nth-child(1) .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/phone.png') no-repeat center;
  background-size: cover;
}
.slider_nav ul li:nth-child(1):hover .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/phone_chose.png') no-repeat center;
  background-size: cover;
}


.slider_nav ul li:nth-child(3) .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/code.png') no-repeat center;
  background-size: cover;
}

.slider_nav ul li:nth-child(3):hover .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/code_chose.png') no-repeat center;
  background-size: cover;
}


.slider_nav ul li:nth-child(5) .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/share.png') no-repeat center;
  background-size: cover;
}
.slider_nav ul li:nth-child(5):hover .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/share_chose.png') no-repeat center;
  background-size: cover;
}

.slider_nav ul li:nth-child(7) .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/message.png') no-repeat center;
  background-size: cover;
}
.slider_nav ul li:nth-child(7):hover .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/message_chose.png') no-repeat center;
  background-size: cover;
}

.slider_nav ul li:nth-child(9) .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/top.png') no-repeat center;
  background-size: cover;
}
.slider_nav ul li:nth-child(9):hover .slider_icon {
  background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/top_chose.png') no-repeat center;
  background-size: cover;
}


/* pc */
@media (min-width: 992px) {

  /* 侧边导航 */
  /* .slider_nav ul li:hover 他底下的 slider_nav_model 显示 */
.slider_nav ul li:hover .slider_nav_model {
  display: block;
}

    .shar_list{
      width: 100%;
      height: auto;
      margin: 12px 0;
      display: flex;
      gap: 5px;
      justify-content: space-between;
      align-items: center;
    }

    .shar_item{
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .shar_item img{
      width: 100%;
      height: 100%;
    }
    .slider_nav_model_top_img_shar{
      width: 147px;
      height: 147px;
      margin: 12px auto;
    }
    .slider_nav_model_top_img_shar img{
      width: 100%;
      height: 100%;
    }
    .shar_info{
      text-align: center;
      font-size: 12px;
      color: #999999;
      text-align: center;
      font-weight: 500;
    }

  .slider_nav{
    position: fixed;
    width: 72px;
    /* height: 275px; */
    z-index: 99999999;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.08);
    border-radius: 110px 110px 110px 110px;
    right: 45px;
    top: 374px;
  }
  .back-to-top{
    display: none;
  }
  .slider_nav ul{
    height: 100%;
    width: 100%;
    padding: 8px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .slider_nav ul li{
    width: 40px;
    height: 40px;
    position: relative;
    margin:12px 0 ;
  }
  .slider_nav ul li .slider_icon{
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .nav_line{
    width: 28px;
    height: 1px;
    background: #E2E2E2;
  }
  .slider_nav_model{
    padding: 20px ;
    background-color:#fff;
    position: absolute;
    right:80px ;
    top: 0;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    display: none;

  }
  /* .slider_tel{
    width: 202px;
    height: 92px;

  } */
  .slider_nav_model_top_title{
    /* width: 202px; */
    height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
  }
  .slider_nav_model_top_close{
    font-weight: bold;
    font-size: 28px;
    color: #9C6430;
  }
  .slider_nav_line{
    min-width: 202px;
    height: 1px;
    background: #E2E2E2;
    margin: 12px 0;
  }
.slider_nav_model_top_img{
    width: 202px;
    height: 202px;
  }
  .slider_nav_model_top_img img{
    width: 100%;
    height: 100%;
  }


  /* 侧边导航 */

    /*  底部图片 */

    .index_bottom{
        width: 100%;
        height: auto;
    }
    .text-title {
        height: 70px;
        font-weight: 400;
        font-size: 50px;
        color: #333333;
      }
    .py-5{
        padding-top: 96px!important;
    }

    .tab-buttons {
        display: flex;
        justify-content: center;
        gap: 100px;
        padding-bottom: 36px;
      }
      .tab-button {
        padding-bottom: 20px;
        font-size: 28px;
        font-weight: 400;
        color: #666666;
        border: none;
        cursor: pointer;
        background-color: normal;
      }
      .tab-button.active {
        /* background-color: #007bff; */
        color: #9c6430;
        border-bottom: 2px solid #9c6430;
      }
      .tab-content {
        /* border: 1px solid #ddd; */
        padding: 0;
      }
      .tab-pane {
        display: none;
      }
      .tab-pane.active {
        display: block;
      }
      
      
      .text-primary {
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        text-align: center;
      }

  /* 首页服务 */
  .index_serve_box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    cursor: pointer;
    margin: 0 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    transition: all 0.5s ;
    overflow: hidden;
}

  /* 确保父容器充分利用宽度 */
  .row.justify-content-between {
    display: flex;
    width: 100%;
    margin: 0 -5px; /* 抵消子元素的margin */
  }

  .index_serve_box:hover {
    transform: scale(1.01);
}

  /* 为每个服务盒子添加不同的背景图 */
  #tab1 .index_serve_box:nth-child(1) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_1.png");
    height: 750px;
    transition: all 0.5s;
  }

  #tab1 .index_serve_box:nth-child(2) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_2.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(3) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_3.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(4) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_4.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(5) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_5.png");
    background-size: cover;
    background-position: center;
  }

  #tab2 .index_serve_box:nth-child(1) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_6.png");
    height: 750px;
    transition: all 0.5s;
  }
  #tab2 .index_serve_box:nth-child(2) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_7.png");
    height: 750px;
    transition: all 0.5s;
  }
  #tab2 .index_serve_box:nth-child(3) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_8.png");
    height: 750px;
    transition: all 0.5s;
  }
  #tab2 .index_serve_box:nth-child(4) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_9.png");
    height: 750px;
    transition: all 0.5s;
  }
  #tab2 .index_serve_box:nth-child(5) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/index_10.png");
    height: 750px;
    transition: all 0.5s;
  }
 
  


  .bottom_content{
    width: 100%;
    padding: 20px 24px;
    transition: all 0.5s;
    position: absolute;
    bottom: -58px;

  }
  .index_serve_box:hover .bottom_content{
        opacity: 1;
        z-index: 2;
        background-image: url(https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mask_grad.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 100%;

}
  .bottom_content_top{
    height: 39px;
    /* 禁止换行 超出省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    color: #FFFFFF;
  }
  .bottom_content_bottom{
    height: 58px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
  }
  .bottom_content_center{
        height: 24px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 24px;
        font-size: 16px;
        color: #FFFFFF;
  }

  .index_serve_box:hover .bottom_content {
    bottom: 0;
}
  .navbar {
    padding: 10px 0;
  }

  .navbar .nav-btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-end;
    align-items: center;
    /* background: var(--bs-light); */
    border-radius: 10px;
  }

  .navbar .navbar-nav .nav-btn {
    width: 100%;
    display: flex;
    margin-left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 20px;
    background: var(--bs-light);
    transition: 0.5s;
    opacity: 1;
  }
}
/*** Navbar End ***/

.bg{
  display: none;
}
.bgwx{
  display: none;
}

.bgshar{
  display: none;
}

.feature{
    padding-top: 96px ;
}




/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: var(--bs-light);
  color: var(--bs-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  right: 50%;
  transform: translateX(-50%);
  margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-secondary);
  color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}


/* 移动 */

@media (max-width: 991px) {

  .shar_list{
    width: 100%;
    height: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .2rem;
    margin-bottom: .5rem;
  }

  .shar_item{
    width: 1.875rem;
    height: 1.875rem;
  }
  .shar_item img{
    width: 100%;
    height: 100%;
  }
  .slider_nav_model_top_img_shar{
    width: 11.25rem;
    height: 11.25rem;
    margin: 10px auto;
  }
  .shar_info{
    margin-top: .5rem;
    text-align: center;
    font-size: 1rem;
    color: #666;
  }
  .slider_nav_model_top_img_shar img{
    width: 100%;
    height: 100%;
  }


  .phoneNumber{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bg{
    display: none;
  }
  .bgwx{
    display: none;
  }
  .wxtit{
    font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    text-align: center;
  }
  .wxbox{
    /* width: 13.6875rem; */
    /* height: 15.5rem; */
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 1.5rem 2.25rem ;
  }
  .wxline{
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    margin: .75rem 0;
  }
  .wxcode{
    width:9.1875rem;
    height: 9.1875rem;
    margin: 0 auto;
  }
  .wxcode img{
    width: 100%;
    height: 100%;
  }
  
  .number{
    width: 343px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    bottom: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8125rem;
  }
  .phone{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone img{
    width: 100%;
    height: 100%;
  }
  .phone_num{
    font-weight: bold;
    font-size: 1.25rem;
    color: #9C6430;
  }

   /* 侧边导航 */
   .slider_nav{
    position: fixed;
    z-index: 99999999;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.08);
    border-radius: 110px 110px 110px 110px;
    right: 1rem;
    top: 13.4375rem;
    width: 2rem;
  }
  .back-to-top{
    display: none;
  }
  .slider_nav ul{
    height: 100%;
    width: 100%;
    padding: .1875rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .slider_nav ul li{
    width: 1rem;
    height: 1rem;
    position: relative;
    margin: .6875rem 0;
  }
  .slider_nav ul li .slider_icon{
    width: 1rem;
    height: 1rem;
    cursor: pointer;
  }
  .nav_line{
    width: 28px;
    height: 1px;
    background: #E2E2E2;
  }
  .slider_nav_model{
    padding: 20px ;
    background-color:#fff;
    position: absolute;
    right:80px ;
    top: 0;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    display: none;

  }
  /* .slider_tel{
    width: 202px;
    height: 92px;

  } */
  .slider_nav_model_top_title{
    /* width: 202px; */
    height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
  }
  .slider_nav_model_top_close{
    font-weight: bold;
    font-size: 28px;
    color: #9C6430;
  }
  .slider_nav_line{
    min-width: 202px;
    height: 1px;
    background: #E2E2E2;
    margin: 12px 0;
  }
.slider_nav_model_top_img{
    width: 202px;
    height: 202px;
  }
  .slider_nav_model_top_img img{
    width: 100%;
    height: 100%;
  }


  /* 侧边导航 */

    .feature{
        padding-top: 0 ;
    }
    .bt-4{
        padding-bottom: 0 ;
    }
    .text-primary{
        display: none;
    }

    .text-title{
        padding: 1rem 0;
        font-size: 1.25rem;
    }

    .tab-buttons{
        width: 100%;
        height: 2rem;
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    .tab-button{
        width: 4rem;
        height: 2rem;
        font-weight: 400;
        font-size: 1rem;
        color: #666666;
    }
    .tab-button.active {
        color: #9c6430;
        border-bottom: 2px solid #9c6430;
      }

      .index_serve_box {
        width: 100%;
        height: 11.25rem;
        margin-top: 1rem;
        position: relative;
      }
      .bottom_content_top{
        /* margin: 0.75rem 0; */
        margin-top: .75rem;
        height: 1.375rem;
        font-weight: 400;
        font-size: 1rem;
        color: #FFFFFF;

      }
 
      .bottom_content_bottom{
        display: none;
      }

      .bottom_content{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 .75rem;
        height: 4.125rem;
        background: url('https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mask_grad.png') no-repeat;
        background-size: cover;
        /* background-position: center; */
      }
      .bottom_content_center{
        height: 1.125rem;
        font-weight: 500;
        font-size: .75rem;
        color: #FFFFFF;
        line-height: 1.125rem;
      }
      /* 为每个服务盒子添加不同的背景图 */
  #tab1 .index_serve_box:nth-child(1) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_1.png");
    background-size: cover;
    height: 11.25rem;
    transition: all 0.5s;
  }

  #tab1 .index_serve_box:nth-child(2) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_2.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(3) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_3.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(4) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_4.png");
    background-size: cover;
    background-position: center;
  }

  #tab1 .index_serve_box:nth-child(5) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_5.png");
    background-size: cover;
    background-position: center;
  }

  #tab2 .index_serve_box:nth-child(1) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_6.png");
    height: 11.25rem;
    background-size: cover;
    background-position: center;
  }
  #tab2 .index_serve_box:nth-child(2) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_7.png");
    background-size: cover;
    background-position: center;
  }
  #tab2 .index_serve_box:nth-child(3) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_8.png");
    background-size: cover;
    background-position: center;
  }
  #tab2 .index_serve_box:nth-child(4) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_9.png");
    background-size: cover;
    background-position: center;
  }
  #tab2 .index_serve_box:nth-child(5) {
    background-image: url("https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/index/mobile/index_10.png");
    background-size: cover;
    background-position: center;
  }
 

  .header-carousel .header-carousel-item {
    height: 950px;
  }

  .tab-container{
    padding: 0 1rem;
  }

  .header-carousel .owl-nav .owl-prev {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }

  .header-carousel .owl-nav .owl-next {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px;
  }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)),
    url(.https://kfy-ce.oss-cn-wulanchabu.aliyuncs.com/upload/website/img/about_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Feature Start ***/
.feature .feature-item {
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}

.feature .feature-item:hover {
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  position: relative;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #1081ff;
}

.feature .feature-item:hover .feature-icon i {
  z-index: 9;
}

.feature .feature-item .feature-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* background: var(--bs-dark); */
  transition: 0.5s;
  z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
  height: 100%;
}

.feature .feature-item .feature-icon {
  color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
  color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
  color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
  background: var(--bs-white);
  color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}
/*** Feature End ***/

/*** Service Start ***/
.service .service-item {
  border-radius: 10px;
  box-shadow: 0px 6px 10px 4px rgba(76, 112, 157, 0.15);
  border-radius: 4px 4px 4px 4px;
}

.col-blue {
  color: #1081ff !important;
}
.col-ash {
  color: #9ea5b4 !important;
}
.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  /* width: 19.125rem;
    height: 19.125rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.service .service-item .service-img img {
  height: 50%;
  width: 50% !important;
  margin: 2rem;
  transition: 0.5s;
}

.service .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service .service-item .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-img::after {
  height: 100%;
}

.service .service-item .service-img .service-icon {
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 9;
}

.service .service-item .service-img .service-icon i {
  color: var(--bs-primary);
  transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
  transform: rotateX(360deg);
  color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
  bottom: 0;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.service .service-content {
  position: relative;
  height: 200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
  position: relative;
  z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
  transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
  color: var(--bs-white);
}

.service
  .service-item:hover
  .service-content
  .service-content-inner
  .btn.btn-primary {
  color: var(--bs-primary);
  background: var(--bs-white);
}

.service
  .service-item:hover
  .service-content
  .service-content-inner
  .btn.btn-primary:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
  color: var(--bs-dark);
}

.service .service-item .service-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-content::after {
  height: 100%;
}
/*** Service End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background: rgba(1, 95, 201, 0.8);
  font-size: 18px;
}

.faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: var(--bs-primary);
  background: var(--bs-light);
}
/*** FAQs End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.blog .blog-item:hover .blog-content {
  background: var(--bs-white);
}

.blog .blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  display: inline-flex;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 9;
}

.blog .blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
  color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
  color: var(--bs-primary);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: -100%;
  transition: 0.5s;
  z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
  margin-bottom: 0;
}

.team .team-item .team-title {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-title h4 {
  color: var(--bs-white);
}

.team .team-item:hover .team-title {
  background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-img {
  position: relative;
}

/* .contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
} */
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}

.footer .footer-item .footer-instagram {
  position: relative;
  overflow: hidden;
}

.footer .footer-item .footer-instagram img {
  transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
  transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.footer .footer-item .footer-btn a {
  background: var(--bs-light);
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-white);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  background: var(--bs-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** copyright end ***/
