/* Slider
-------------------------------------------------- */

#jzpvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  width: 100%;
  
}

.slider-video .video-layer {
  position: relative;
  height: 90vh;
  color:#fff;
}

.video-layer-cover {
  position: absolute;
  top: 0;

  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 75%);
}

.slider-video .video-layer video {

            max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;

 
        }

/* responsive */
@media (max-width: 1130px) {
  #jzpvideo {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .slider-video .video-layer {
    min-height: 720px;
  }
}

@media (max-width: 992px) {


  .slider-video .video-layer {
    min-height: 680px;
  }
}

@media (max-width: 568px) {


  .slider-video .video-layer {
    min-height: 600px;
  }
}




.slider-bottom:before {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
	z-index: 4;
}

.slider-bottom:after {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	position: absolute;
	right: 0;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
	z-index: 4;
}

.slider-bottom .mouse-button {
	background-image: url("../images/mouse_icon.png");
	background-repeat: no-repeat;
	bottom: 30px;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	z-index: 4;
}

/* owl-carousel-service
-------------------------------------------------- */
.owl-carousel-service {
	
}

.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 #F44336;
  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: #F44336;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#F44336;
  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
-------------------------------------------------- */
.index-service-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-service-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-service {
	position: relative;
}
.index-service .is-item-box {
  position: relative;
}

.index-service .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-service .is-item:hover .isi-icon,.page-service .ps-item:hover .psi-icon{
  background:#F44336;
}


.index-service .is-item .isi-icon i ,.page-service .ps-item .psi-icon i {
	font-size: 3rem;
	color:#fff;
	line-height:1rem;
	transition: .2s;
}

.index-service .is-item:hover .isi-icon i ,.page-service .ps-item:hover .psi-icon i {
    font-size: 3.5rem;
}

.index-service .is-item .isi-icon i.flaticon-icon-1:before,.page-service .ps-item .psi-icon .flaticon-icon-1:before {
	content: "\f123";
	/*flaticon-family*/
}
.index-service .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-service .is-item .isi-icon i.flaticon-icon-3:before,.page-service .ps-item .psi-icon .flaticon-icon-3:before {
	content: "\f117";
	/*flaticon-analytics*/
}
.index-service .is-item .isi-icon i.flaticon-icon-4:before,.page-service .ps-item .psi-icon .flaticon-icon-4:before {
	content: "\f109";
	/*flaticon-working*/
}
.index-service .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-service .is-item .isi-icon i.flaticon-icon-6:before,.page-service .ps-item .psi-icon .flaticon-icon-6:before {
	content: "\f11d";
	/*flaticon-information*/
}
.index-service .is-item .isi-icon i.flaticon-icon-7:before,.page-service .ps-item .psi-icon .flaticon-icon-7:before {
	content: "\f21e";
	/*心理咨询*/
}
.index-service .is-item .isi-icon i.flaticon-icon-8:before,.page-service .ps-item .psi-icon .flaticon-icon-8:before {
	content: "\f188";
	/*杀虫*/
}
.index-service .is-item .isi-icon i.flaticon-icon-9:before,.page-service .ps-item .psi-icon .flaticon-icon-9:before {
	content: "\f0f1";
	/*家庭医生*/
}
.index-service .is-item{
	color:#282e40;
}

.index-service .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: #F44336;
  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 #F44336;
	border-right:0;
}
.index-counter .number:before {
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:8px;
	height:40px;
	background-color:#F44336;
}
.index-counter .number:after {
	position:absolute;
	content:'';
	right:0;
	bottom:0;
	width:8px;
	height:40px;
	background-color:#F44336;
}
.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:#F44336;
    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:#F44336;
	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 #F44336;
  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: #F44336;
  }


.owl-carousel-team .owl-nav .owl-next span:hover,.owl-carousel-team .owl-nav .owl-prev span:hover {
  background:#F44336;
  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:#F44336;

}



/* index-case
-------------------------------------------------- */
.index-case {
  position: relative;
}

.index-case .ic-item .ici-img {
  position: relative;

}
.index-case .ic-item .ici-img img{
  width:100%;
	height:100%;
}
.index-case .ic-item .ici-img .ici-img-flag{
    position: absolute;
	bottom: 0px;
	right:0px;
	background:#fff;
	width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 100px;
}
.index-case .ic-item:hover .ici-img .ici-img-flag{
  background:#f8f9fa;
}
.index-case .ic-item .ici-img .ici-img-flag img{
	position: absolute;
	bottom: 10px;
	right:10px;
	width:50%;
	height:50%;

}
.index-case .ic-item .ic-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-case .ic-item:hover .ic-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-case .ic-item .ic-item-text h5{
  color:#000;
}
.index-case .ic-item .ic-item-text a:hover{
  color:#F44336;
}
.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-case.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.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;
}


/* 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:#F44336;
	color:#fff;
}
.category-case-nav a.current-menu-item {
	
}
.category-case-nav a.current-menu-item {
	background:#F44336;
	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 #F44336;
  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: #F44336;
  }


.owl-carousel-testimonial .owl-nav .owl-next span:hover,.owl-carousel-testimonial .owl-nav .owl-prev span:hover {
  background:#F44336;
  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:#F44336;

}



/*======= 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:#F44336;
	color:#fff;

}

.index-gallery .filter-button.active {
	background:#F44336;
	color:#fff;
}
.index-gallery .filter-button:focus {
	background:#F44336;
	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 #F44336;
  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: #F44336;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#F44336;
  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:#F44336;

}

/* 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:#F44336;
}



/* 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 #F44336;
  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: #F44336;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#F44336;
  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 {
	
}


.owl-carousel-case .item {
  margin: 0px;
  width: calc( 50vw / 4 ) !important; 
  height: 300px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #f0f no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.owl-carousel-case .item.active.on {
  width: 50vw !important;
  overflow: hidden;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.owl-carousel-case .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.owl-carousel-case .item .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.owl-carousel-case .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.owl-carousel-case .item .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.owl-carousel-case .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}



.index-feature {

}
.index-feature .feature-item {
    text-align: center;
    background-color: transparent;
    transition: .5s;
    background-color: #f8f9fa;
    margin-bottom: 25px;
    padding: 30px 20px;
}

.index-feature .feature-item:hover {
    background-color: #fff;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 10%), 0 30px 60px -30px rgb(107 124 147 / 15%);
    transform: translateY(-10px);
}

.index-feature .feature-item:hover .feature-link {
    opacity: 1;
    transform: translateY(0px);
}

.index-feature .feature-item .feature-link {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.index-feature .feature-item h6 {
    font-size: 18px;
    font-weight: 600;
}

.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(45.24deg, #9F5FF1 5.99%, #FF54B0 91.87%);
    color: #fff;
    font-size: 36px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.feature-icon.bg2 {
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}

.feature-icon.bg3 {
    background: linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%);
}

.feature-icon.bg4 {
    background: linear-gradient(44.44deg, #FF4B3F 7.79%, #FFAC30 94.18%);
}

.index-feature .feature-item:hover .feature-icon {
    border-radius: 50%;
}




/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}

.process .section-title {
  margin-bottom: 18px;
}

.process .section-sub-title-box {
  margin-left: 0;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

@media (max-width: 767px) {
.process-shape-1 {
        display: none;
    }
}
.process-shape-1 {
  position: absolute;
  top: 0;
  left: 220px;
}

.process-shape-1 img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0px;
  margin-bottom: 22px;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}

.process__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #F44336;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.process__single:hover .process__icon:before {
  transform: scaleX(1);
}

.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--logi-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process__single:hover .process__icon span {
  transform: scale(0.9);
  color: #fff;
}

.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #F44336;
  z-index: 2;
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process__single:hover .process__count:before {
  background-color: #023a51;
}

.process__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.process__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--logi-letter-spacing);
  margin-bottom: 7px;
}

.process__text {
  font-size: 15px;
  letter-spacing: var(--logi-letter-spacing);
}

.process__bottom {
  position: relative;
  display: block;
  margin-top: 35px;
}

.process__contact {
  position: relative;
  display: block;
}

.process__input-box {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.process__input-box input[type="text"] {
  height: 50px;
  width: 100%;
  border: 0;
  background-color: var(--logi-extra);
  border-radius: var(--logi-bdr-radius);
  font-size: 16px;
  font-weight: 500;
  color: var(--logi-gray);
  letter-spacing: var(--logi-letter-spacing);
  padding-left: 50px;
  padding-right: 195px;
  outline: none;
}

.process__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 158px;
  background-color: var(--logi-base);
  font-size: 14px;
  color: var(--logi-white);
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  border-top-right-radius: var(--logi-bdr-radius);
  border-bottom-right-radius: var(--logi-bdr-radius);
  text-align: center;
  transition: all 500ms ease;
}

.process__btn:hover {
  background-color: var(--logi-primary);
  color: var(--logi-black);
}

.process__single-2 {
  margin-top: 100px;
}

.process__single-2 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

.process__single-3 {
  margin-top: 50px;
}

.process__single-4 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
