/* 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: #5a7e5c;
  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: #5a7e5c;
	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:#5a7e5c;
  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 */
.wodepress-carousel {
	background:var(--bs-customer-two-light);
}

.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 85vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(180deg, rgb(240, 255, 244,0) 0%, rgba(240, 255, 244, 0) 100%);
   width:100%;
   height:auto;

}
.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;
	color:#000;
	margin-bottom:30px;
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 60px;
  height: 3px;
  opacity: 1;
  background:var(--bs-customer-two);
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#333;
}




@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);
}
}


.index-slider .hero-image {
	position: relative;
	z-index:1;
}
.index-slider .hero-image .circle_shape_1 .circle {
	position:absolute;
	left:50%;
	top:0%;
    width: 100%;
	height: 100%;
	margin-top:0%;
	margin-left:-50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3faef), to(#f3faef));
	background-image: -webkit-linear-gradient(#f3faef, #f3faef);
	background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
	background-image: linear-gradient(rgba(225, 243, 244, 0.5), rgba(225, 243, 244, 0.5));
	border-radius: 50%;
	-webkit-animation: circle_animation 7s ease-in-out infinite;
	animation: circle_animation 7s ease-in-out infinite;
	z-index:-1;
	opacity:0.5;
  }
.index-slider .hero-image .circle_shape_2 .circle {
	position:absolute;
	left:50%;
	top:0%;
    width: 100%;
	height: 100%;
	margin-top:0%;
	margin-left:-50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3faef), to(#f3faef));
	background-image: -webkit-linear-gradient(#f3faef, #f3faef);
	background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
	background-image: linear-gradient(rgba(225, 243, 244, 0.5), rgba(225, 243, 244, 0.5));
	border-radius: 50%;
	-webkit-animation: circle_animation 5s ease-in-out infinite;
	animation: circle_animation 5s ease-in-out infinite;
	z-index:-1;
	opacity:0.5;
  }
.index-slider .hero-image img{
	
	vertical-align: middle;
    display: inline-block;
}
  @-webkit-keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }

@keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
/* image animation effect */
.icon-effects-w3-1 img,
.icon-effects-w3-2 img,
.icon-effects-w3-3 img,
.icon-effects-w3-4 img,
.icon-effects-w3-5 img,
.icon-effects-w3-6 img {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
  width: 50px;
}

.icon-effects-w3-1 {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index:1;
}

.icon-effects-w3-2 {
  position: absolute;
  top: 80%;
  right: 5%;
  z-index:1;
}

.icon-effects-w3-3 {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index:1;
}

.icon-effects-w3-4 {
  position: absolute;
  top: 25%;
  left: 40%;
  z-index:1;
}
.icon-effects-w3-5 {
  position: absolute;
  bottom: 15%;
  left: 20%;
  z-index:1;
}
.icon-effects-w3-6 {
  position: absolute;
  bottom: 80%;
  left: 20%;
  z-index:1;
}


.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: #5a7e5c;
  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: 1px;
  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: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 {
  position: relative;
  z-index: 1;
  width: calc(100% + 90px);
  margin-left:-45px;
  margin-right:-45px;
  
  
}
.index-service::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background: url('../images/bg-indext-map.png') var(--bs-customer-light) no-repeat center 50%;
  bottom: 0px;
  margin-left:5%;
  margin-right:5%;
  z-index: -1;
  border-radius: 20px;
  border: 0px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
.index-service {
  width: 100%;
  margin-left:0px;
  margin-right:0px;
  padding:0px;
  
}
.index-service::before {
  width: 100%;
  margin-left:0px;
  margin-right:0px;
}
}
/* owl-carousel-service
-------------------------------------------------- */



.owl-carousel-service {
	width: calc(100% + 60px);
	position: relative;
	padding-left:30px;
	padding-right:30px;
	margin-left:0px;
	margin-right:0px;

}

@media (max-width: 767px) {
.owl-carousel-service {
    width:100%;
	padding-left:0px;
	padding-right:0px;

}
}

.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 #5a7e5c;
  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: #5a7e5c;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#5a7e5c;
  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 {
	
}



.service-box {
  background-color: #fff;
  padding: 35px 30px;
  margin-left:15px;
  margin-right:15px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .service-box {
    padding: 25px 20px;
  }
}
.service-box .box-icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 10px;
}
.service-box .box-icon::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--bs-customer-light);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.service-box .box-icon img{
  width: 64px;
  height: 64px;
}
.service-box .box-content {
  padding-top: 24px;
}
.service-box .box-content .title {
  margin-bottom: 0;
}
.service-box .box-content .title a {


}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .service-box .box-content .title a {
    
  }
}
.service-box .box-content .title a:hover {
  color: #5a7e5c;
}
.service-box .box-content p {
  margin-top: 12px;
}


/*======= index-product =========*/
.index-product {

}


/* index-feature
-------------------------------------------------- */

.index-feature {
	
}

.index-feature .if-item{
	text-align:center;
}

.index-feature .if-item .icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-top: 20px;
}
.index-feature .if-item .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #f8f5f0;
  z-index: -1;
  top: 0px;
  left: -28px;
}
@media only screen and (max-width: 575px) {
.index-feature .if-item .icon::before {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (max-width: 575px) {
.index-feature .if-item .icon img {
    width: 48px;
  }
}

.index-feature .if-item .ifi-icon i.fa{
	background:#f8f9fa;
	width:100px;
	height:100px;
	line-height:100px;
	font-size:3.25rem;
	border-radius:50%;
	text-align:center;
	color:#5a7e5c;
}
.index-feature .if-item:hover .ifi-icon i.fa{
	background:#5a7e5c;
	color:#fff;
}
/* index-case
-------------------------------------------------- */
.bg-index-case {
	background: url(../images/bg-index-case.jpg) no-repeat center 50%;
	position: relative;
	width:100%;
	height:100%;
}

.bg-index-case::before {
  position: absolute;
   z-index:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(255,255,255,0.5);
  border-bottom:solid 0px #f4f7fb;
}

/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {
  position: relative;
  z-index: 1;
  width: calc(100% + 0px);

  
  
}
.owl-carousel-case::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: var(--bs-customer-light);
  bottom: 0px;
  z-index: -1;
  border-radius: 20px;
}
.owl-carousel-case .item{
	
}
.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom:45px;
}



.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 #5a7e5c;
  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: #5a7e5c;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#5a7e5c;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	position: absolute;
    bottom:30px;
	width:100%;
	text-align:center;

   
}
.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:#5a7e5c;
}
.owl-carousel-case h2 a {
   color: var(--bs-dark) !important;
}
.owl-carousel-case h5 a {
   color: var(--bs-customer-two) !important;
}
.owl-carousel-case-image {
  padding: 40px;

  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .owl-carousel-case-image {
    padding: 0px;
  }
}
.owl-carousel-case-image img {
  width: 100%;
  -webkit-box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
          box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
  border-radius: 10px;
}
.owl-carousel-case-image .shape-1 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
.owl-carousel-case-image .shape-1 img {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  opacity: 0.18;
}
.owl-carousel-case-image .shape-2 {
  width: 310px;
  height: 335px;
  background:var(--bs-customer-two-light);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .owl-carousel-case-image .shape-2 {
    width: 180px;
    height: 205px;
  }
}

/* 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 #5a7e5c;
  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: #5a7e5c;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#5a7e5c;
  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:#5a7e5c;

}











.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: #1d3557;
}





.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:#5a7e5c;
	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 .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-light);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.ps-item .icon img{
  width: 64px;
  height: 64px;
}