/*
Theme Name: Creative Financing
Author: Designs Funnel
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.testimonial-costum .testimonial-costum .elementor-main-swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    width: 100%;
}
.testimonial-costum .elementor-main-swiper {
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
}
.testimonial-costum .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
    margin: auto;
    background: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 50px;
}
.testimonial-costum .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
	right:0;
    margin: auto;
    background: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 50px;
}
