html,body{
	overflow-x:hidden !important;
}



/* Testimonials */
.Testimonials .swiper .swiper-slide-next .e-con-boxed{
	transform:scale(1) !important;
	opacity:1 !important;
}

.Testimonials .swiper .swiper-slide .e-con-boxed{
	transform:scale(0.9);
	opacity:0.8;
} 



/* faq-page */

.faq_page .e-n-accordion-item{
	border: 1px solid #000000;
  border-radius: 20px;
}


/* Case Studies / Results page */
.img-slider .swiper .swiper-slide{
	transform:scale(0.9);
filter:blur(5px);
/* 	opacity:50%; */


}

.img-slider .swiper .swiper-slide-next{
	transform:scale(1) !important;
filter:blur(0px);
/* 	opacity:100%; */

}

.img-slider .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
width:20px !important;
height:10px !important;
border-radius:20px!important;
}

.img-slider .swiper .swiper-pagination-bullets .swiper-pagination-bullet{
transition: all 0.3s ease-in-out;
}

.img .bdt-marquee{
/* width:105% !important; */
/* 	max-width:105% !important; */

}
.marquee-sec .img {
	max-width:105% !important;
margin-left:-10px !important;
}
  
.from-code{
height:500px !important;	
}

/* marquee all-pages */
@media(max-width:1024px){
.img .bdt-marquee .marquee-content.marquee-image{
	width:100px;
	}

.Testimonials .swiper .swiper-slide .e-con-boxed{
	transform:unset !important;
	opacity:unset !important;
} 
.img-slider .swiper .swiper-slide{
	transform:unset !important;
filter:unset !important;
/* 	opacity:50%; */


}

.from-code{
height:100vh !important;	
}

}



@media(max-width:767px){
.img .bdt-marquee .marquee-content.marquee-image{
	width:50px;
	}
}


/* Animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

