.emf-services .emfs-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.emf-services .emfs-section-title h2 {
    margin-bottom: 20px;
}

.emf-services .carousel-wrapper .cw-item .emfs-img-wrapper {
    height: 250px;
    width: 250px;
    border: 5px solid #E9CE66;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.35);
}

.emf-services .carousel-wrapper .cw-item .emfs-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emf-services .carousel-wrapper .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.emf-services .carousel-wrapper .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s, opacity 0.5s;
}

.emf-services .carousel-wrapper .slick-current {
    opacity: 1;
    position: relative;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.emf-services .arrow-icons {
    text-align: center;
    margin-bottom: 20px;
}



.emf-services .arrow-icons .chevron-container {
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #E9CE66;
    height: 76px;
    width: 76px;
    display: inline-block;
    position: relative;
    transition: .5s ease-in-out;
}

.emf-services .arrow-icons .chevron-container:hover {
    transform: scale(1.1);
}

.emf-services .arrow-icons .chevron-container i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.emf-services .arrow-icons .chevron-container:first-child {
    margin-right: 20px;
}

.emf-services .arrow-icons .chevron-container:last-child {
    margin-left: 20px;
}

.emf-services .text-slider {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.emf-services .text-slider .slick-slide {
    opacity: 0;
    transition: opacity .14s ease-in-out;
}

.emf-services .text-slider .slick-slide.slick-current {
    opacity: 1;
}

.emf-services .text-slider .content-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.emf-services .carousel-wrapper .slick-list {
    padding-top: 10% !important;
    padding-bottom: 20% !important;
}

@media (min-width:768px) {
    .emf-services .carousel-wrapper .cw-item .emfs-img-wrapper {
        height: 300px;
        width: 300px;
    }

    .emf-services .carousel-wrapper .slick-list {
        padding-top: 5% !important;
        padding-bottom: 10% !important;
    }


    .emf-services .carousel-wrapper .slick-sprev {
        transform: translate3d(-20%, 0, 0px);
    }

    .emf-services .carousel-wrapper .slick-sprev,  
    .emf-services .carousel-wrapper .slick-snext, 
    .emf-services .carousel-wrapper .slick-sprev-prev, 
    .emf-services .carousel-wrapper .slick-snext-next
    {
        opacity: 1;
    }

    .emf-services .carousel-wrapper .slick-sprev .emfs-img-wrapper,  
    .emf-services .carousel-wrapper .slick-snext .emfs-img-wrapper, 
    .emf-services .carousel-wrapper .slick-sprev-prev .emfs-img-wrapper, 
    .emf-services .carousel-wrapper .slick-snext-next .emfs-img-wrapper{
        position: relative;
    }   
    .emf-services .carousel-wrapper .slick-sprev .emfs-img-wrapper::before, 
    .emf-services .carousel-wrapper .slick-snext .emfs-img-wrapper::before, 
    .emf-services .carousel-wrapper .slick-sprev-prev .emfs-img-wrapper::before, 
    .emf-services .carousel-wrapper .slick-snext-next .emfs-img-wrapper::before {
        content:'';
        position: absolute;
        inset: 0;
        background: white;
    }
    .emf-services .carousel-wrapper .slick-sprev .emfs-img-wrapper::before, 
    .emf-services .carousel-wrapper .slick-snext .emfs-img-wrapper::before{
        opacity: .5;
    }

    .emf-services .carousel-wrapper .slick-sprev-prev .emfs-img-wrapper::before, 
    .emf-services .carousel-wrapper .slick-snext-next .emfs-img-wrapper::before {
        opacity: .75;
    }
    
    .emf-services .carousel-wrapper .slick-snext {
        transform: translate3d(20%, 0, 0px);
        z-index: 1;
    }
    .emf-services .carousel-wrapper .slick-sprev-prev {
        transform: translate3d(-35%, 0, 0) scale(0.5);
    }
    
    .emf-services .carousel-wrapper .slick-snext-next {
        transform: translate3d(35%, 0, 0) scale(0.7);
    }

}

@media (min-width:992px){
    .emf-services .carousel-wrapper .slick-sprev-prev {
        transform: translate3d(-35%, 0, 0) scale(0.8);
    }
    
    .emf-services .carousel-wrapper .slick-snext-next {
        transform: translate3d(35%, 0, 0) scale(0.8);
    }
}