/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* .out {
    color: #FFFFFF00;
    stroke: #FFFFFF;
    stroke-width: 2px;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #FFFFFF;
} */
.custom_gride_set .elementor-testimonial__text{
	background:#fff;
}
.custom_gride_set .elementor-testimonial__text a .c_image{
	position:relative;
	
}
.custom_gride_set .elementor-testimonial__text a .c_image:after{
	content:'';
	background:#fff url(https://codecraftersstudios.com/construction/wp-content/uploads/2023/11/y6g7x917cohlotokc1u.svg) no-repeat;
	width: 60px;
    height: 60px;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 9;
    color: var( --e-global-color-primary );
    background-size: 39px;
    background-position: center;
}
.custom_gride_set .elementor-testimonial__text a h2{
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2em;
	color:#000;
	text-align:left;
	padding: 12px;
	margin-bottom:0px;
}
.custom_gride_set .elementor-testimonial__text a p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
	text-align:left;
	padding: 0 12px 12px;
}
.custom_gride_set .swiper-pagination-progressbar {
    background: #fff;
    position: absolute;
    top: inherit !important;
    bottom: 0;
	height: 8px !important;
}
.custom_gride_set .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	    background: var( --e-global-color-primary );
}
.custom_gride_set .elementor-swiper-button {
    color: #FFFFFF;
    background: var( --e-global-color-primary );
    border-radius: 50px;
    padding: 5px;
}
.custom_gride_set .elementor-swiper-button-prev{
	left: 0 !important;
}
.custom_gride_set .elementor-swiper-button-next{
	right: 0 !important;
}