/* 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: var(--bs-customer);
  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: var(--bs-customer);
	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:var(--bs-customer);
  font-size:2em;
  border-radius:50%;
  width:3.6rem;
  height:3.6rem;
  line-height:3.6rem;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 75vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(90deg, rgba(8,44,75, 1) 0%, rgba(8,44,75, 1) 17%, rgba(8,44,75, 0.835171568627451) 32%, rgba(8,44,75, 0.6082808123249299) 60%, rgba(8,44,75, 0.44861694677871145) 78%, rgba(8,44,75, 0) 89%);
   width:100%;
   height:auto;
}
@media (min-width: 768px) {

}

.wodepress-carousel #wodepress-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease-in-out;
}

.wodepress-carousel #wodepress-carousel .carousel-item.active img {
    transform: scale(1.15);
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	margin-bottom:30px;
	color: var(--bs-white);
}

.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-white);
}






@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 75vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(75vh - 0rem);
}
}

/*==============================================
    Feature One
===============================================*/
.features-one {
    position: relative;
    display: block;
    padding: 120px 0px 80px;
    overflow: hidden;
    z-index: 1;
}

.features-one__single {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
}

.features-one__single .icon-box {
    position: absolute;
    left: 35px;
    top: 0;
    width: 90px;
    height: 85px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--bs-customer);
    z-index: 2;
}

.features-one__single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--bs-white);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.features-one__single:hover .icon-box span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.features-one__single-inner {
    position: relative;
    display: block;
    border: 1px solid var(--bs-gray-300);
    border-radius: 20px;
    padding: 72px 35px 33px;
}

.features-one__single-inner h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.features-one__single-inner h2 a {
    color: var(--bs-body);
}

.features-one__single-inner h2 a:hover {
    color: var(--bs-customer);
}


.features-one__single-inner p {
    margin: 0;
}

.features-one__single-inner .btn-box {
    position: relative;
    display: block;
    margin-top: 25px;
}

.features-one__single-inner .btn-box a {
    color: var(--bs-body);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.features-one__single-inner .btn-box a:hover {
    color: var(--bs-customer);
}

.features-one__single-inner .btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 2px;
    padding-left: 2px;
}

/* index-about
-------------------------------------------------- */

.index-about {
  background: url('') #f8f9fa no-repeat left bottom;
}

.index-about .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px var(--bs-customer-two);
  z-index: 1;
  opacity: 0.95;
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video {
	position: relative;
    display: inline-block;
    overflow: hidden;
}
.video .video-play {
    width: 60px;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.42;
    border-radius: 50%;
    background: #FFFFFF;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
	color:var(--bs-customer);
}
/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}



/* 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: #f8f9fa;
  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 {

}
.index-service .nav-tab-pills{
	width:100%;
}


.index-service .nav-tab-link{

	width:100%;
	
    position: relative;
}

.index-service .nav-tab-link h5{
	border-bottom:solid 1px var(--bs-customer-two-light);
	margin:0px;
	padding:15px;
    color:var(--bs-customer-two);
	
	

}
.index-service .nav-tab-link h5:before{
	position: absolute;
    content: "";
	right:15px;
    font-family:'FontAwesome';
    content: "\f105";
	font-size:1rem;
}
.index-service .nav-tab-link.active h5{
	background:#ec4933;
	color:var(--bs-white);
}
.index-service .nav-tab-link.active h5:before{
	color:var(--bs-white);
}

.index-service .tab-pane {
	transition:.25s;
}

.index-service .tab-content-excerpt {
	background:var(--bs-white);
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:0px;
}
@media (min-width: 992px) {
.index-service .tab-content-excerpt {
	
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}


.feature-box-1 {
  padding: 32px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;

 
  transition: all 0.35s ease;
}

.feature-box-1 *,
.feature-box-1:after {
  transition: all 0.35s ease;
}

.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 22px;
  background: #fc5356;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 27px;
}

.feature-box-1 .icon i {
  line-height: 70px;
}

.feature-box-1 h5 {
  margin: 0;
  color: #20247b;
  font-weight: 600;
}

.feature-box-1 p {
  margin: 0;
}

.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #20247b;
  border-radius: 10px;
  z-index: -1;
}



.feature-box-1:hover h5 {
  color: #ffffff;
}

.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}


.is-item-box{



    text-align: center;


}
.is-item-box:hover{
    color: #ec4933;
    transition: all 1s;
  transform: translateY(-6px);

   
}
.is-item-box:before,
.is-item-box:after{
    content: ""; 
    background: #fff;
    border-radius: 15px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}
.is-item-box:after{
    background-color: var(--bs-customer-two);
    height: 50%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.is-item-box .service-icon{
    color:#fff;
    background: var(--bs-customer);
    font-size: 1.5rem;
    width: 75%;
    margin: 0 auto 35px;
    border-radius:0 0 50px 50px;
    position: relative;
}
.is-item-box .service-icon i:before {

    color: #fff;

}

.is-item-box .service-icon{

    padding:20px;
}

.is-item-box .service-icon:before,
.is-item-box .service-icon:after{
    content: "";
    background: linear-gradient(to top left, var(--bs-customer) 49%, transparent 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -10px;

}
.is-item-box .service-icon:after{
    background: linear-gradient(to top right, var(--bs-customer) 49%, transparent 50%);
    left: auto;
    right: -10px;
}
.is-item-box .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.is-item-box .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
}


@media only screen and (max-width: 1199px){
    .is-item-box{ margin: 0 0 40px; }
}

/* 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:2rem;
  border:solid 2px var(--bs-customer);
  border-radius:50%;
  width:3.75rem;
  height:3.75rem;
  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: 0.375rem;
  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: 0.375rem;
  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: 0.375rem;
}

.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(8,44,75, 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: 0.375rem;
  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:2rem;
  border:solid 2px #ec4933;
  border-radius:50%;
  width:3.75rem;
  height:3.75rem;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #ec4933;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#ec4933;
  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:#ec4933;

}











.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: #082c4b;
}





.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:#ec4933;
	color: #fff;
}

.elementor-shape-fill {
	background:#fff;
	color:#f8f5f0;
}



/* index-team
-------------------------------------------------- */
.index-team {
	
}
/* owl-carousel-team
-------------------------------------------------- */



.owl-carousel-team {
	 width:100%;


}

@media (max-width: 767px) {

}

.owl-carousel-team .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-team .owl-nav .owl-next span,
.owl-carousel-team .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2rem;
  border:solid 2px var(--bs-customer);
  border-radius:50%;
  width:3.6rem;
  height:3.6rem;
  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-team .owl-nav .owl-next span:hover,.owl-carousel-team .owl-nav .owl-prev span:hover {
  background:var(--bs-customer);
  color: #fff;
}




.owl-carousel-team .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-team .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-team .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-team .owl-dots .owl-dot.active span,.owl-carousel-team .owl-dots .owl-dot:hover span {
	
}



.team-item {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 0.375rem;
  -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: 0.375rem 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: 1;
}
.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: 1;
}
.team-item:hover {
  background: linear-gradient(45deg, var(--bs-customer-two), var(--bs-customer-two)) !important;
}
.team-item:hover:after {
  background: linear-gradient(45deg, var(--bs-customer), var(--bs-customer)) !important;
  transform: rotate(-45deg);

}
.team-item:hover:before {
  background: linear-gradient(45deg, var(--bs-customer), var(--bs-customer)) !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;
}


/* owl-carousel-testimonials
-------------------------------------------------- */
.bg-index-testimonials {
  position: relative;
  z-index:0;
  background: url(../images/bg-index-testimonials.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-index-testimonials::before {
  position: absolute;
  z-index:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(0,0,0,0.85);
  border-bottom:solid 0px #f4f7fb;
}

.owl-carousel-testimonials{
	
}

.owl-carousel-testimonials .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 
}



.owl-carousel-testimonials .owl-nav .owl-next span,
.owl-carousel-testimonials .owl-nav .owl-prev span{
  position: absolute;
  top: calc(50% - 4.5rem);
  bottom: 0;
  display: inline-block;
  font-size:2rem;
  border:solid 2px var(--bs-customer);
  border-radius:50%;
  width:3.6rem;
  height:3.6rem;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: var(--bs-customer);
  z-index:2000;
  }


.owl-carousel-testimonials .owl-nav .owl-next span {
	right:0px;
}
.owl-carousel-testimonials .owl-nav .owl-prev span {
	left:0px;

}
.owl-carousel-testimonials .owl-nav .owl-next span:hover,.owl-carousel-testimonials .owl-nav .owl-prev span:hover {
  background:var(--bs-customer);
  color: #fff;
}




.owl-carousel-testimonials .owl-dots {
	margin-top:30px;
	text-align:center;
    display:none;
}
.owl-carousel-testimonials .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-testimonials .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-testimonials .owl-dots .owl-dot.active span,.owl-carousel-testimonials .owl-dots .owl-dot:hover span {
	background:var(--bs-customer);
}

.owl-carousel-testimonials .owl-item{
	


	transition: all 0.3s ease-in-out;
	height:auto;

}
.owl-carousel-testimonials .owl-item figcaption{
			
		    display:inline-block;
		    background: var(--bs-customer);
			color:#fff;
			padding:6px 15px;
		    border-radius: 5px;
		    text-align: center;

}


.owl-carousel-testimonials .owl-item .item img{
	width: 25% !important;
}
@media (max-width: 767px) {
.owl-carousel-testimonials .owl-item .item img{
	width: 50% !important;
}
}