/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ff7a01;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #ff7a01;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#ff7a01;
  font-size:2em;
  border-radius:50%;
  width:50px;
  height:50px;
  line-height:50px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  opacity:0;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:#ff7a01;
  color:#fff;
  opacity:1;
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}

.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  z-index: 1;
}

.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/slider/bg-hero-slider.png) no-repeat right bottom;
  background-size: 50% auto;
  z-index: -1;
}
@media (min-width: 576px) {
.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  background-size: 25% auto;
}
}
@media (min-width: 768px) {
.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  background-size: 45% auto;
}
}
@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  background-size: 45% auto;
}
}
@media (min-width: 1200px) {
.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  background-size: 45% auto;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-caption::before {
  background-size: 25% auto;
}
}
.wodepress-carousel #wodepress-carousel .carousel-caption::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff 0%, #e6f3ff 75%);
  z-index: -2;
}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	margin-bottom:30px;
}


.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 0px;
  opacity: 1;
  background: #e2181b;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:var(--bs-gray-700);
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 75vh;
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 85vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 85vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(100vh - 0rem);
}
}

/* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes droneFloat {
            0%, 100% {
                transform: translateY(-50%) rotate(0deg);
            }
            25% {
                transform: translateY(-53%) rotate(5deg);
            }
            50% {
                transform: translateY(-50%) rotate(0deg);
            }
            75% {
                transform: translateY(-47%) rotate(-5deg);
            }
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
 .drone-hero {
            position: absolute;
            left: 25%;
            top: 25%;         
            max-width: 100%;			
            z-index: 2;
            animation: droneFloat 8s ease-in-out infinite;
        }
 @media (min-width: 768px) {
 .drone-hero {
            left: 35%;       

        }
        }       
        .drone-hero img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 15px 30px rgba(0,0,0,0.0));
        }



.avatar-group .avatar+.avatar {
	margin-left:-1.2rem
}
.avatar-group .avatar:hover {
	z-index:2
}
.avatar-group .avatar .avatar-initials,.avatar-group img {
	border:3px solid var(--bs-white)
}
.avatar {
	display:inline-block;
	height:3rem;
	position:relative;
	width:3rem
}
.avatar-xs {
	height:1.5rem;
	width:1.5rem
}
.avatar-sm {
	height:2rem;
	width:2rem
}
.avatar-md {
	height:2.5rem;
	width:2.5rem
}
.avatar-lg {
	height:3.5rem;
	width:3.5rem
}
.avatar-xl {
	height:5rem;
	width:5rem
}
.avatar-xxl {
	height:7.5rem;
	width:7.5rem
}
.avatar img {
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}



/* index-about
-------------------------------------------------- */

.about-images {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.about-images img {
  border-radius: 50%;
}
.about-images .shape {
  width: 340px;
  height: 540px;
  background: var(--bs-customer-two-light);
  border-radius: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  position: absolute;
  top: 10px;
  left: 58%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .about-images .shape {
    width: 100%;
    height: auto;
  }
}

/* index-certificate
-------------------------------------------------- */
.index-certificate {
	position: relative;
}
.index-certificate-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-certificate-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #ff7a01;
  border-bottom:solid 0px #f4f7fb;
}



/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #ff0000;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #f1f2f3;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  z-index: 1;
}


.index-counter  .counter-number .icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-top: 20px;
}
.index-counter  .counter-number .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background:var(--bs-light);
  z-index: -1;
  top: 0px;
  left: -28px;
}
@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}
.index-counter .col-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 
}
.index-counter .col-item:last-child.counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:2.75em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    color:var(--bs-gray);
}

/* index-service
-------------------------------------------------- */
.index-service {
	
}
/* owl-carousel-service
-------------------------------------------------- */



.owl-carousel-service {
	 width:100%;


}

@media (max-width: 767px) {

}

.owl-carousel-service .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-service .owl-nav .owl-next span,
.owl-carousel-service .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px var(--bs-customer);
  border-radius:50%;
  width:1.5em;
  height:1.5em;
  line-height:1.25em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: var(--bs-customer);
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:var(--bs-customer);
  color: #fff;
}




.owl-carousel-service .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-service .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-service .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-service .owl-dots .owl-dot.active span,.owl-carousel-service .owl-dots .owl-dot:hover span {
	
}

.index-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--bs-white);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.index-service-card:hover {
  transform: translateY(-0px);
}
.index-service-card::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(13, 21, 15, 0.0075), transparent);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-service-card::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgb(13, 21, 15);
  opacity: 0.502;
}
.index-service-card:hover::before {
  height: 100%;
}
/* --- Image Container --- */
.index-service-card .card-media {
  position: relative;

  border-radius: 20px;
}

.index-service-card .card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
}

.index-service-card:hover .card-media img {
  transform: scale(1.125);
}

/* --- Gradient Overlay --- */
.index-service-card .card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 64, 28, 0.89), transparent);
  z-index: 1;
  pointer-events: none; /* Allow hover through the overlay */
}


/* --- Content Panel --- */
.index-service-card .card-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: auto;
  background-color: var(--bs-white);
  border-radius: 20px;
  padding:15px;
  text-align: center;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  
  
}

.index-service-card:hover .card-content {
  /* Expanded state on hover */
  top: 15px;
  height: calc(100% - 30px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}


/* --- Title --- */
.index-service-card .card-title {
  display: block;
  color: var(--bs-body);


  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom:0px;
}

.index-service-card .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background-color: var(--bs-customer);
  
  /* Hidden initially */
  opacity: 0;
  transform: translateX(-50%) translateY(0px);
  
}

.index-service-card:hover .card-title::after {
   content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--bs-customer);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.index-service-card .card-title:hover {
  color: var(--bs-customer);
}


/* --- Description Text --- */
.index-service-card .card-desc {

  opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
  transition: all 0.3s ease 0.2s;
  display:none;
}

.index-service-card:hover .card-desc {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  display:block;
}



/* index-case
-------------------------------------------------- */
.index-case {
	
}
/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {
  position: relative;
  z-index: 1;
  width: 100%;

  
  
}

.owl-carousel-case .item{
	
}
.owl-carousel-case .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
 
}



.owl-carousel-case .owl-nav .owl-next span,
.owl-carousel-case .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px var(--bs-customer);
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:10px 10px 0px 10px;
  color: var(--bs-customer);
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:var(--bs-customer);
  color: #fff;
}




.owl-carousel-case .owl-dots {
	position: absolute;
	left:0;
    bottom:-45px;
	width:100%;
	text-align:center;
    
    max-width: 100%;
   
}
.owl-carousel-case .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-case .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-case .owl-dots .owl-dot.active span,.owl-carousel-case .owl-dots .owl-dot:hover span {
	background:var(--bs-customer);
}


.index-case .ic-item {
	width:100%;
}
/* --- Base Service Card Style --- */
.index-case-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--bs-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width:100%;
}

.index-case-card:hover {
  transform: translateY(0px); /* 无位移效果，可移除 */
}

.index-case-card::after,
.index-case-card::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}

.index-case-card::after {
  height: 100%;
  background: linear-gradient(to top, rgba(13, 21, 15, 0.749), transparent);
}

.index-case-card::before {
  height: 0%;
  background-color: rgb(13, 21, 15);
  opacity: 0.502;
}

.index-case-card:hover::before {
  height: 100%;
}

/* --- Image Container --- */
.index-case-card .card-media {
  position: relative;
  border-radius: 20px;
}

.index-case-card .card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
}

.index-case-card:hover .card-media img {
  transform: scale(1.125);
}

/* --- Gradient Overlay --- */
.index-case-card .card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 64, 28, 0.89), transparent);
  z-index: 1;
  pointer-events: none;
}

/* --- Content Panel --- */
.index-case-card .card-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: auto;
  padding:15px;
  border-radius: 20px;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
}

.index-case-card:hover .card-content {
  top: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  
}

/* --- Title --- */
.index-case-card .card-title {
  display: block;
  color: var(--bs-white);

  transition: color 0.3s ease;
  padding-left:8px;
  border-left:solid 3px var(--bs-customer);
}





.index-case-card .card-title:hover {
  color: var(--bs-customer);
}

/* --- Description Text --- */
.index-case-card .card-desc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.2s;
  display: none;
  color: var(--bs-light);
}

.index-case-card:hover .card-desc {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #ff7a01;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #ff7a01;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#ff7a01;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#ff7a01;

}











.client-images {
  position: relative;
  width: 100%;
  height: 91%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .client-images {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .client-images {
    height: 500px;
  }
}
.client-images img {
  border-radius: 50%;
}
.client-images .images-1 {
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 50%;
  background-color: #dddddd;
  -webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
          box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
  z-index: 2;
  display: inline-block !important;
}
@media only screen and (max-width: 575px) {
  .client-images .images-1 {
    width: 180px;
  }
}
.client-images .images-1::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 50%;
  z-index: -1;
}
.client-images .images-2 {
  position: absolute;
  top: 44% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  right: 0 !important;
  left: auto !important;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .client-images .images-2 {
    width: 160px;
  }
}
.client-images .images-3 {
  position: absolute;
  bottom: 0 !important;
  left: 19% !important;
  top: auto !important;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .client-images .images-3 {
    width: 130px;
  }
}
.client-images .shape-1 {
  position: absolute;
  top: 180px !important;
  right: 37% !important;
  left: auto !important;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #457b9d;
}
.client-images .shape-2 {
  position: absolute;
  bottom: 22% !important;
  left: 25px !important;
  top: auto !important;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #a8dadc;
}
.client-images .shape-3 {
  position: absolute;
  bottom: 0px !important;
  right: 22% !important;
  top: auto !important;
  left: auto !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0a3c55;
}





.page-contact {

}
.page-contact .pc-i{
	background:#fff;
	width:45px;
	height:45px;
	line-height:1.75rem;
	text-align:center;
}
.page-contact .pc-item:hover .pc-i{
	background:#ff7a01;
	color: #fff;
}

.elementor-shape-fill {
	background:#fff;
	color:#f8f5f0;
}



/* index-team
-------------------------------------------------- */
.index-team {

}
.team-item {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 8px;
  -moz-transition: all 700ms ease-out 0s;
  -webkit-transition: all 700ms ease-out 0s;
  -ms-transition: all 700ms ease-out 0s;
  -o-transition: all 700ms ease-out 0s;
  transition: all 700ms ease-out 0s;
}
.team-item .team-upper-part img {
  border-radius: 8px 0px 0 40px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.team-item .team-bottom-part {
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.team-item .team-bottom-part .team-excerpt {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.team-item:after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, var(--bs-customer), var(--bs-customer)) !important;
  height: 8%;
  width: 32px;
  bottom: 0;
  right: 0;
  transition: 500ms;
  opacity: 0.75;
}
.team-item:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 80px;
  background: linear-gradient(-20deg, var(--bs-customer), var(--bs-customer)) !important;
  bottom: -30px;
  left: -50px;
  transform: rotate(45deg);
  transition: 500ms;
  opacity: 0.75;
}
.team-item:hover {
  background: linear-gradient(45deg, var(--bs-customer), var(--bs-customer)) !important;
}
.team-item:hover:after {
  background: linear-gradient(45deg, #fff, #fff) !important;
  transform: rotate(-45deg);

}
.team-item:hover:before {
  background: linear-gradient(45deg, #fff, #fff) !important;
  transform: rotate(135deg);
  
}
.team-item:hover .team-upper-part img {
  margin-left: 10px;
}
.team-item:hover .team-bottom-part .team-title,.team-item:hover .team-bottom-part .team-title a {
  color: #fff;
}
.team-item:hover .team-bottom-part .team-excerpt {
  color: #fff;
}


.ps-item {
  border-radius: 10px;
}
.ps-item .icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 10px;
}
.ps-item .icon::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--bs-customer-two-light);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.ps-item .icon img{
  width: 64px;
  height: 64px;
}