.areas .carousel-multi-item .controls-top {
    text-align: right;
    margin-top: -40px;
}
.areas .carousel-multi-item .controls-top .btn-floating{
        border: 2px solid #000000;
}
.areas .btn-floating {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
.areas .btn-floating svg {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #000;
}

/*==== Testimonials ====*/

.testimonials .carousel-multi-item .controls-top {
  
}
.testimonials .carousel-multi-item .controls-top .btn-floating{
        border: 2px solid #000000;
}
.testimonials .btn-floating {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
.testimonials .btn-floating svg {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #000;
}


.testimonials .carousel-multi-item .carousel-indicators {
    margin-bottom: -1em;
}
.testimonials .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
.testimonials .carousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
}
.testimonials .carousel-multi-item .carousel-indicators li {
    height: 12px;
    width: 12px;
    max-width: 1.25rem;
    background-color: #858585;
    margin-bottom: -3.75rem;
}
.testimonials .carousel-multi-item .carousel-indicators .active {
    height: 12px;
    width: 12px;
    max-width: 1.56rem;
    background-color: #cf2934;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 500px){
    .areas .carousel-multi-item .controls-top {margin-top: -10px;}
    .testimonials .carousel-multi-item .controls-top  { display: none;}
}