
.swiper-cards .swiper-slide{
    overflow:visible;
}

.swiper-slide {
    background: #fff;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
}
.swiper-slide.swiper-slide-active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.swiper-slide .img {
    width: 150px;
    height: 150px;
    border: 5px solid #fdfdfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-slide .name {
    padding-top: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}
.swiper-slide .title {
    text-align: center;
    font-size: 20px;
    color: #46abe2;
    font-weight: 300;
}
.swiper-slide .desc {
    color: #6e6e6e;
    text-align: center;
    font-size: 18px;
    padding: 25px 40px;
    font-weight: 300;
}
.swiper-slide .link {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
.director-button{
    text-align: center;
    margin: auto;
    width: 25%;
    padding-bottom: 25px;
}

.home-one .theme-btn.style-three{
    color: #46abe2;
}

.home-one .theme-btn.style-three:hover{
    color: white;
}
