/* section animation */
.cbs-service-section-title,
.ebs-service-post-container,
.ebs-reqest-callback,
.ebs-about-us-left-section,
.ebs-about-us-right-section,
.ebs-our-work-section-main-container,
.ebs-why-choose-us-left-section,
.ebs-why-choose-right-section,
.ebs-see-our-work-card-one,
.ebs-see-our-work-card-two,
.ebs-see-our-work-card-three,
.ebs-our-team-section-main,
.ebs-testimonial-left-section,
.ebs-our-blog-section,
.ebs-get-in-touch-form,
.ebs-get-in-touch-right-image,
.ebs-get-in-touch-foot,
.ebs-valued-services-video-section,
.ebs-valued-services-text-section
{
  opacity: 0;
}
.cbs-service-section-title.animated,
.ebs-service-post-container.animated,
.ebs-reqest-callback.animated,
.ebs-about-us-left-section.animated,
.ebs-about-us-right-section.animated,
.ebs-our-work-section-main-container.animated,
.ebs--slider-left-image.animated,
.ebs-why-choose-us-left-section.animated,
.ebs-why-choose-right-section.animated,
.ebs-see-our-work-card-one.animated,
.ebs-see-our-work-card-two.animated,
.ebs-see-our-work-card-three.animated,
.ebs-our-team-section-main.animated,
.ebs-testimonial-left-section.animated,
.ebs-our-blog-section.animated,
.ebs-get-in-touch-form.animated,
.ebs-get-in-touch-right-image.animated,
.ebs-get-in-touch-foot.animated,
.ebs-valued-services-video-section.animated,
.ebs-valued-services-text-section.animated
{
  opacity: 1;
}



.efarm-feature-box-sec .elementor-icon-box-wrapper .elementor-icon svg {
  background-color: transparent;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  transition-duration: 0.6s !important;
}
.efarm-feature-box-sec .elementor-icon-box-wrapper .elementor-icon:hover svg {
  transform: rotateY(360deg);
}



#efarm-services-sec .ea-alter-carousel .ea-item .ea-main-img {
  position: relative;
  overflow: hidden;
}
#efarm-services-sec .ea-alter-carousel .ea-item .ea-main-img::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
#efarm-services-sec .ea-alter-carousel .ea-item .ea-main-img:hover {
  transition: all 3s ease;
}
#efarm-services-sec .ea-alter-carousel .ea-item .ea-main-img:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}



.efarm-project-box .ea-item .ea-img-wrap {
	position: relative;
}
.efarm-project-box .ea-item .ea-img-wrap::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.efarm-project-box .ea-item .ea-img-wrap:hover::after {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}



#efarm-what-we-offer-sec .efarm-about-image .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
#efarm-what-we-offer-sec .efarm-about-image .elementor-widget-image::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
#efarm-what-we-offer-sec .efarm-about-image .elementor-widget-image:hover {
  transition: all 3s ease;
}
#efarm-what-we-offer-sec .efarm-about-image .elementor-widget-image:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}



#efarm-blog-sec .ea-alter-carousel .ea-img-wrap .ea-main-img {
  position: relative;
  overflow: hidden;
}
#efarm-blog-sec .ea-alter-carousel .ea-img-wrap .ea-main-img::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
#efarm-blog-sec .ea-alter-carousel .ea-img-wrap .ea-main-img:hover {
  transition: all 3s ease;
}
#efarm-blog-sec .ea-alter-carousel .ea-img-wrap .ea-main-img:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}