/**********/
/* Slider */
/**********/
.testimonialslider .item{
    padding:80px 40px 60px 40px;
    position:relative;
    text-align:center;
    border-radius: 250px;
    background-color: #fff;
}
.testimonialslider .testimonial-text{
    font-family:inherit;
    color:inherit;
    font-size:16px;
    margin-bottom:40px;
}
.testimonialslider .name{
    font-weight:400;
    margin:0 0 10px 0;
    padding:0;
    color:var(--color-primary);
}
.testimonialslider .designation{
    font-weight:400;
    margin:0 0 30px 0;
    padding:0;
}
.testimonialslider .clientphoto{
    border-radius:50%;
    width:75px;
    height:75px;
    margin:0 auto 20px auto;
}
.testimonialslider .clientphoto img{
    border-radius:50%;
    width:75px;
    height:75px;						
}
.testimonialslider .owl-nav button.owl-prev,
.testimonialslider .owl-nav button.owl-next{
    background:#ccc;
    color:var(--color-white);
    width:40px;
    height:40px;
    line-height: 40px;
    border-radius:50%;
    transition:300ms;				
}
.testimonialslider .owl-nav button.owl-prev{
    position:absolute;
    top:30%;
    left:0;
}
.testimonialslider .owl-nav button.owl-next{
    position:absolute;
    top:30%;
    right:0;								
}
.testimonialslider .owl-nav button.owl-prev:hover,
.testimonialslider .owl-nav button.owl-next:hover{
    background:var(--color-primary);
    color:var(--color-white);
    transform:scale(1.1);
}	
.testimonialslider.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #ccc;
    transition:300ms;		
    border:1px solid var(--color-white);			
}
.testimonialslider.owl-theme .owl-dots .owl-dot.active span, 
.testimonialslider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
    transform:scale(1.4);
    border:1px solid var(--color-white);
}				
.testimonialslider.owl-carousel .owl-stage { display: flex; }					
.testimonialslider.owl-carousel .owl-item .item { height: 100%;}










/*********/
/* Block */
/*********/
.testimonialblock .item > div{
    padding:80px 40px 60px 40px;
    background:#fff;
	border-radius:250px;
	text-align:center;
	font-size:16px;
}
.testimonialblock .testimonial-text{
    color:#646d7f;
    margin-bottom:30px;
}
.testimonialblock .name{
    font-weight:600;
    margin:0;
    padding:0;
    color:var(--color-primary);
}
.testimonialblock .designation{
    font-weight:500;
    margin:0;
    padding:0;
}
.testimonialblock .clientphoto{
    border-radius:50%;
    width:75px;
    height:75px;
	margin:0 auto 20px auto;
}
.testimonialblock .clientphoto img{
    border-radius:50%;
    width:75px;
    height:75px;
	margin:0 auto;
}