/* 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: #0092dc;
  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: #0092dc;
	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:#0092dc;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  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 */
.jzp-carousel-1 {
	
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 70vh;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image: linear-gradient(45deg, rgba(0,0,0,0.0065) 0%, rgba(0,0,0,0.0065) 50%, rgba(0,0,0,0));
   width:100%;
   height:auto;

}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #0092dc;
  transition: all 0.4s ease-in-out;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h4{
	color:#fff;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 28rem;
}

}


@media (min-width: 992px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 60vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
 height: 80vh;
}
}
@media (min-width: 1400px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: calc(80vh - 0rem);
}
}

/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {
	
}

.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.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 #0092dc;
  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: #0092dc;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#0092dc;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.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 {
	
}

/* index-case
-------------------------------------------------- */
.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-service.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-case-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(0,0,0,0.75);
  border-bottom:solid 0px #f4f7fb;
}
.index-case {
	position: relative;
}
.index-case .is-item-box {
  position: relative;
}

.index-case .is-item .isi-icon,.page-service .ps-item .psi-icon{
  background:#282e40;
	width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
	margin-top: -50px;
}
.index-case .is-item:hover .isi-icon,.page-service .ps-item:hover .psi-icon{
  background:#0092dc;
}


.index-case .is-item .isi-icon i ,.page-service .ps-item .psi-icon i {
	font-size: 3rem;
	color:#fff;
	line-height:1rem;
	transition: .2s;
}

.index-case .is-item:hover .isi-icon i ,.page-service .ps-item:hover .psi-icon i {
    font-size: 3.5rem;
}

.index-case .is-item .isi-icon i.flaticon-icon-1:before,.page-service .ps-item .psi-icon .flaticon-icon-1:before {
	content: "\f123";
	/*flaticon-family*/
}
.index-case .is-item .isi-icon i.flaticon-icon-2:before,.page-service .ps-item .psi-icon .flaticon-icon-2:before {
	content: "\f116";
	/*flaticon-graduating-student*/
}
.index-case .is-item .isi-icon i.flaticon-icon-3:before,.page-service .ps-item .psi-icon .flaticon-icon-3:before {
	content: "\f117";
	/*flaticon-analytics*/
}
.index-case .is-item .isi-icon i.flaticon-icon-4:before,.page-service .ps-item .psi-icon .flaticon-icon-4:before {
	content: "\f109";
	/*flaticon-working*/
}
.index-case .is-item .isi-icon i.flaticon-icon-5:before,.page-service .ps-item .psi-icon .flaticon-icon-5:before {
	content: "\f13b";
	/*flaticon-travel-1*/
}
.index-case .is-item .isi-icon i.flaticon-icon-6:before,.page-service .ps-item .psi-icon .flaticon-icon-6:before {
	content: "\f11d";
	/*flaticon-information*/
}
.index-case .is-item .isi-icon i.flaticon-icon-7:before,.page-service .ps-item .psi-icon .flaticon-icon-7:before {
	content: "\f21e";
	/*心理咨询*/
}
.index-case .is-item .isi-icon i.flaticon-icon-8:before,.page-service .ps-item .psi-icon .flaticon-icon-8:before {
	content: "\f188";
	/*杀虫*/
}
.index-case .is-item .isi-icon i.flaticon-icon-9:before,.page-service .ps-item .psi-icon .flaticon-icon-9:before {
	content: "\f0f1";
	/*家庭医生*/
}
.index-case .is-item{
	color:#282e40;
}

.index-case .is-item .is-item-text h5{
  
}


.page-service {

}
.page-service .ps-item{
	color:#282e40;
}
.page-service .ps-item .ps-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.page-service .ps-item:hover .ps-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #0092dc;
  transition: all 0.4s ease-in-out;
}
.page-service .ps-item .ps-item-text h5{
  
}
/* index-about
-------------------------------------------------- */


.index-about {

}


.index-about-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	right:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-about-excerpt {
	width:calc(100% + 2rem);
	right:-2rem;
	margin-top:0px;
}
}



/* index-counter
-------------------------------------------------- */
.index-counter {
  background: url(../images/bg-counter.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
}
.index-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 75%);
  z-index:-1;
  border-bottom:solid 0px #f4f7fb;
}
.index-counter .number {
	position: relative;
	padding:2rem 3rem;
	font-size:7.5rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	display:inline-block;
	border:8px solid #0092dc;
	border-right:0;
}
.index-counter .number:before {
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:8px;
	height:40px;
	background-color:#0092dc;
}
.index-counter .number:after {
	position:absolute;
	content:'';
	right:0;
	bottom:0;
	width:8px;
	height:40px;
	background-color:#0092dc;
}
.index-counter .number-text {
	position:relative;
	display:inline-block;
	color:#fff;
}

.index-counter  .counter-number {
  position: relative;
  text-align:center;
}


.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.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{
    margin-top:0px;
	color:#eee;
}



/* index-team
-------------------------------------------------- */
.index-team {

}
.index-team .it-item{
    text-align: center;
    z-index: 1;
    position: relative;
}
.index-team .it-item:before{
    content: "";
    width: 100%;
    background:#0092dc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.index-team .it-item:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.index-team .it-item img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.index-team .it-item .iti-content {
	width: 93%;
	padding: 15px;
	background:#0092dc;
	position: absolute;
	bottom: 45px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.index-team .it-item .iti-content h5{
	color:#fff;
}
.index-team .it-item .iti-content p{
	color:#fff;
}
.index-team .it-item:hover .iti-content {
	bottom: 10px;
	opacity: 1;
	color:#fff;
}
/* owl-carousel-team
-------------------------------------------------- */
.owl-carousel-team {
	
}


.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:2em;
  border:solid 2px #0092dc;
  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: #0092dc;
  }


.owl-carousel-team .owl-nav .owl-next span:hover,.owl-carousel-team .owl-nav .owl-prev span:hover {
  background:#0092dc;
  color: #fff;
}




.owl-carousel-team .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-team .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-team .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-team .owl-dots .owl-dot.active span,.owl-carousel-team .owl-dots .owl-dot:hover span {
	background:#0092dc;

}





/* category-case-nav
-------------------------------------------------- */

.category-case-nav {

}


.category-case-nav a.menu-item {
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	border-radius:0.375rem;

	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	padding:0.45rem 0.75rem;
	display: inline-block;
    vertical-align: middle;
}
.category-case-nav a.menu-item:hover {
	background:#0092dc;
	color:#fff;
}
.category-case-nav a.current-menu-item {
	
}
.category-case-nav a.current-menu-item {
	background:#0092dc;
	color:#fff;
}

/* single-case-excerpt
-------------------------------------------------- */
.single-case-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.single-case-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}
/* index-testimonial
-------------------------------------------------- */
.index-testimonial {

}

/* owl-carousel-testimonial
-------------------------------------------------- */
.owl-carousel-testimonial {
	
}
.owl-carousel-testimonial .item{

}
.owl-carousel-testimonial .item img{
	width: 25% !important;
}
@media (max-width: 767px) {
.owl-carousel-testimonial .item img{
	width: 50% !important;
}
}

.owl-carousel-testimonial .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-testimonial .owl-nav .owl-next span,
.owl-carousel-testimonial .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #0092dc;
  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: #0092dc;
  }


.owl-carousel-testimonial .owl-nav .owl-next span:hover,.owl-carousel-testimonial .owl-nav .owl-prev span:hover {
  background:#0092dc;
  color: #fff;
}




.owl-carousel-testimonial .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-testimonial .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-testimonial .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-testimonial .owl-dots .owl-dot.active span,.owl-carousel-testimonial .owl-dots .owl-dot:hover span {
	background:#0092dc;

}



/*======= index-gallery =========*/

.index-gallery {
	
}
.index-gallery .filter-button{
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}

.index-gallery .filter-button:hover{
	background:#0092dc;
	color:#fff;

}

.index-gallery .filter-button.active {
	background:#0092dc;
	color:#fff;
}
.index-gallery .filter-button:focus {
	background:#0092dc;
	color:#fff;
}


.index-gallery .filter-item {
    
}

/* 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 #0092dc;
  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: #0092dc;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#0092dc;
  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:#0092dc;

}

/* index-news
-------------------------------------------------- */
.index-news {

}
.index-news .in-item{
	
}
.index-news .in-item:hover{
	background:#fff;
}

.index-news .in-item .in-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-news .in-item:hover .in-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 1;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.index-news .in-item .in-item-text h5{
  color:#000;
}
.index-news .in-item .in-item-text a:hover{
  color:#0092dc;
}


.index-tabs-one {

}
.index-tabs-one .nav-item{
	
}


.index-tabs-one .nav-item .nav-link{
	color:#0092dc;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px #0092dc;
}
.index-tabs-one .nav-item .nav-link.active{
	background:#0092dc;
	color:#fff;
}
.index-process {

}
.index-process .ip-item .rounded-circle{
	background:#fff;
	border:solid 0px #0092dc;
}
.index-process .ip-item:hover .rounded-circle{
	background:#0092dc;
}
.index-process .ip-item .rounded-circle img{
	opacity:0.75;
}
.index-process .ip-item:hover .rounded-circle img {
	opacity:1;
	filter: brightness(0) invert(1);
}

