/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2025 | 17:45:40 */
.woo-wohcs-slider{
    position: relative;
    overflow: hidden;
	
}

.avatar-container img {
    height: 80px !important;
    width: 80px !important;
    object-fit: cover !important;
	border-radius: 50%  !important;
}
.case-study-carousel-2 .swiper-backface-hidden .swiper-slide{
	border:0 !important;
}
.woo-wohcs-slider .swiper-container{
	padding-top: 40px;
}
.woo-wohcs-slide-box{
    border-radius: 10px !important;
    border: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 20px;
    height: 100%;
    min-height: 360px;
    opacity:  .5;
    transition: .3s;
}
/* .woo-wohcs-slider .swiper-slide.swiper-slide-next .woo-wohcs-slide-box, 
.woo-wohcs-slider .swiper-slide.swiper-slide-next + .swiper-slide > .woo-wohcs-slide-box{
    box-shadow: 0 0 16px 0 #eee;
    opacity: 1;
} */
.woo-wohcs-slider .swiper-slide.swiper-slide-active .woo-wohcs-slide-box{
	box-shadow: 0 0 16px 0 #eee;
    opacity: 1;
/* 	border : 2px solid #0f547e; */
}
.woo-wohcs-slider .swiper-slide.swiper-slide-active .woo-wohcs-slide-box img{
	border : 2px solid #0f547e;
	border-radius: 100% !important;
}
.woo-wohcs-slide-box img{
    width: 73px;
    height: 73px;
    border-radius: 100% !important;
    border: 2px solid #eeeeee;
    margin: -35px 0 0;
	object-fit: cover;
}
.woo-wohcs-slide-box h3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 15px 0 10px;
}
.woo-wohcs-slide-box .woo-wohcs-rating{
    font-size: 30px;
    color: #FEB644;
}
.woo-wohcs-slide-box p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
	color: #000;
}
.cs-swpr-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 40px 0 35px 0;
}
.cs-swpr-btns img{
    width: 49px;
    object-fit: contain;
}
.cs-swpr-btns div{
    position: relative;
    transition: .3s;
    cursor: pointer;
	z-index:9;
}
.cs-swpr-btns div::before{
    content: '';
    position: absolute;
    left: -9px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #000;
    z-index: -1;
    
}
.cs-swpr-btns div.swiper-woo-prev::before{
    left: inherit;
    right: -9px;
}
.cs-swpr-btns div:hover:before{
    background-color: #FEB644;
    border-color: #FEB644;
}
.cs-none{
	display: none !important;
}













@media(max-width:575px){
	.cs-swpr-btns{
		gap: 50px;
	}
	.cs-swpr-btns div::before{
		    top: -3px;
	}
}





