/*=============== Animation CSS Start =============*/

.about-feature .elementor-image-box-wrapper img {
  background-color: transparent;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  transition-duration: 0.6s !important;
}
.about-feature .elementor-image-box-wrapper:hover img {
  transform: rotateY(360deg);
}
.about-feature .elementor-image-box-wrapper:hover figure.elementor-image-box-img {
  background-color: #1A1A1A;
}


.ue-menu > li:hover > .sub-menu {
    perspective: 1000px;
}
.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(1) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 1 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(2) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 2 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(3) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 3 - 300ms);
}

@keyframes menu-item-has-children {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0px);
    }
}

.why-choose-col2 .elementor-image-box-img {
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.why-choose-col2 .elementor-image-box-img:hover {
    transform: translateY(-10px);
}

/* Shadow effect remains */
/* .elementskit-btn:hover::before {
    opacity: 1;
}

.elementskit-btn::before {
    content: "";
    width: 100%;
    height: 1em !important;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center,rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transform: translateY(50px);
} */




.ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #253339;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.ekit-btn-wraper a:hover {
  color: #fff !important;
}
.ekit-btn-wraper a:hover:after {
  width: 110%;
}


.about-right-col .ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.about-right-col .ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #F06543;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.about-right-col .ekit-btn-wraper a:hover {
  color: #fff !important;
}
.about-right-col .ekit-btn-wraper a:hover:after {
  width: 110%;
}



.about-left-col .elementor-widget-container, #home-product-section .e-con-inner>div:nth-child(3) {
  position: relative;
  overflow: hidden;
}
.about-left-col .elementor-widget-container::after, #home-product-section .e-con-inner>div:nth-child(3)::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;
}
.about-left-col .elementor-widget-container:hover, #home-product-section .e-con-inner>div:nth-child(3):hover {
  transition: all 3s ease;
}
.about-left-col .elementor-widget-container:hover::after, #home-product-section .e-con-inner>div:nth-child(3):hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.gallery-container .gallery .gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-container .gallery .gallery-item::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;
}
.gallery-container .gallery .gallery-item:hover {
  transition: all 3s ease;
}
.gallery-container .gallery .gallery-item:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}
 

.testimonial-content .uc_quote_slider .uc_quote_item .ue-image {
  position: relative;
  overflow: hidden;
  overflow-y: hidden;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-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;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-image:hover {
  transition: all 3s ease;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-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%; 
  } 
}


#practice-section .ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
#practice-section .ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #FFF;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
#practice-section .ekit-btn-wraper a:hover {
  color: #000 !important;
}
#practice-section .ekit-btn-wraper a:hover:after {
  width: 110%;
}

#practice-section .pp-post img {
  background-color: transparent;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}
#practice-section .pp-post:hover img {
  transform: rotateY(360deg);
}



.popular-trainer-left-col-man {
  position: relative;
  overflow: hidden;
}
.popular-trainer-left-col-man::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 95%;
  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;
}
.popular-trainer-left-col-man:hover {
  transition: all 3s ease;
}
.popular-trainer-left-col-man:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.popular-trainer-right-col-man {
  position: relative;
  overflow: hidden;
}
.popular-trainer-right-col-man::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 95%;
  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;
}
.popular-trainer-right-col-man:hover {
  transition: all 3s ease;
}
.popular-trainer-right-col-man:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.our-team-content .pp-tm {
  position: relative;
  overflow: hidden;
}
.our-team-content .pp-tm::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;
}
.our-team-content .pp-tm:hover {
  transition: all 3s ease;
}
.our-team-content .pp-tm:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}

.woocommerce-shop .shop-page-product-box .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.woocommerce-shop .shop-page-product-box .product-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;
}
.woocommerce-shop .shop-page-product-box .product-img:hover {
  transition: all 3s ease;
}
.woocommerce-shop .shop-page-product-box .product-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%; 
  } 
}

.tax-product_cat .shop-page-product-box .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tax-product_cat .shop-page-product-box .product-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;
}
.tax-product_cat .shop-page-product-box .product-img:hover {
  transition: all 3s ease;
}
.woocommerce-shop .shop-page-product-box .product-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%; 
  } 
}





/*=============== Animation CSS End =============*/


/* 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;
}






/*============== Career Counseling Animation Start ==============*/

 
.about-left-col .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
.about-left-col .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;
}
.about-left-col .elementor-widget-image:hover {
  transition: all 3s ease;
}
.about-left-col .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%; 
  } 
}

#services .pp-posts-container .pp-posts .pp-post-thumbnail {
  position: relative;
  overflow: hidden;
}
#services .pp-posts-container .pp-posts .pp-post-thumbnail::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;
}
#services .pp-posts-container .pp-posts .pp-post-thumbnail:hover {
  transition: all 3s ease;
}
#services .pp-posts-container .pp-posts .pp-post-thumbnail:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


/* .pathway-success-plane-box .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
.pathway-success-plane-box .elementor-widget-image::after {
  position: absolute;
  top: 0;
  left: -111%;
  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;
}
.pathway-success-plane-box .elementor-widget-image:hover {
  transition: all 3s ease;
}
.pathway-success-plane-box .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%; 
  } 
} */



.we-work-box {
	position: relative;
}
.we-work-box::before {
	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;
}
.we-work-box:hover::before {
	-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;
	}
}



.pathway-success-row2-man img {
  transform: translate(10px, 10px);
}
.pathway-success-row2-man img {
  transform: translate(84px, 10px);
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/* .top-banner-right-col-box1, .top-banner-right-col-box2, .top-banner-right-col-box3, .top-banner-right-col-box4 {
  transform: translate(10px, 10px);
}
.top-banner-right-col-box1, .top-banner-right-col-box2, .top-banner-right-col-box3, .top-banner-right-col-box4 {
  transform: translate(84px, 10px);
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */




.pathway-success-right-col-planebox .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
.pathway-success-right-col-planebox .elementor-widget-image::after {
  position: absolute;
  top: 0;
  left: -111%;
  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;
}
.pathway-success-right-col-planebox .elementor-widget-image:hover {
  transition: all 3s ease;
}
.pathway-success-right-col-planebox .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%; 
  } 
}



/* .portfolio-left-col-box1 .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
.portfolio-left-col-box1 .elementor-widget-image::after {
  position: absolute;
  top: 0;
  left: -111%;
  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;
}
.portfolio-left-col-box1 .elementor-widget-image:hover {
  transition: all 3s ease;
}
.portfolio-left-col-box1 .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%; 
  } 
} */



.portfolio-right-col-box-row-bottom-img {
  position: relative;
  overflow: hidden;
}
.portfolio-right-col-box-row-bottom-img::after {
  position: absolute;
  top: 0;
  left: -111%;
  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;
}
.portfolio-right-col-box-row-bottom-img:hover {
  transition: all 3s ease;
}
.portfolio-right-col-box-row-bottom-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%; 
  } 
}


/* .testimonial-content-row .elementskit-single-testimonial-slider {
	position: relative;
}
.testimonial-content-row .elementskit-single-testimonial-slider::before {
	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;
}
.testimonial-content-row .elementskit-single-testimonial-slider:hover::before {
	-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;
	}
} */

/* .ekit-testimonial--avatar::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 20px;
  top: 0;
  bottom: 0;
  border: 2px dashed yellow;
  border-radius: 50%;
  opacity: 0;
  width: 60px;
  height: 60px;
}
.ekit-testimonial--avatar:hover::after {
  opacity: 1;
  animation: animName 4s linear infinite;
}
.ekit-testimonial--avatar::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 20px;
  top: 0;
  bottom: 0;
  border: 2px dashed yellow;
  border-radius: 50%;
  opacity: 0;
  width: 60px;
  height: 60px;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} */


.blog-section-content .pp-post .pp-post-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-section-content .pp-post .pp-post-thumbnail::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;
}
.blog-section-content .pp-post .pp-post-thumbnail:hover {
  transition: all 3s ease;
}
.blog-section-content .pp-post .pp-post-thumbnail:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}



.contact-us-left-col .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
.contact-us-left-col .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;
}
.contact-us-left-col .elementor-widget-image:hover {
  transition: all 3s ease;
}
.contact-us-left-col .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%; 
  } 
}