/*
This stylesheet is only to control the testimonial carousel nothing inside of it
should impact the other styles or main styles of the site.
 */

.carousel-inner {
    margin-top: 2px;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
    /*padding:15px;*/
}

@media (max-width: 991px) {
    .works-description {
        font-size: 12px;
    }
}
.carousel .testimonial {
    color: #506d7e;
    position: relative;
    background: #DBF0F1;
    padding: 15px;
    margin: 0 0 20px 20px;
}

.carousel .testimonial::before {
    content: "";
    top:-3px;
    left:-3px;
    right: 3px;
    bottom: 3px;
    border: #96d4cc 1.5px solid;
    position: absolute;
}
.carousel .testimonial::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 0;
    height: 0;
    border: 58px solid transparent;
    border-top-color: #DBF0F1;
    border-bottom: 0;
    border-right: 0;
    margin-left: -29px;
    margin-bottom: -58px;
}
.carousel .item .row > div:first-child .testimonial {
    margin: 20px;
}
.carousel .item .row > div:first-child .media {
    margin-left: 0;
}
.carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}
.carousel .testimonial p::before {
    display: none;
}
.carousel .overview {
    padding: 3px 0 0 15px;
}
.carousel .overview .details {
    padding: 5px 0 8px;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #2aa0b2;
}

.carousel-text{
    font-family: Roboto;
    font-size: 20px;
    font-color: #506d7e;
}

.person-text{
    margin-left: 400px !important;
}

.circle-icon {
    background: #DBF0F1;
    padding:10px;
    border-radius: 50%;
    color: #2aa0b2 !important;
}

.carousel-testimonial-prev {
    margin-left: 125px;
}

.carousel-testimonial-next{
    margin-right: 150px;
}


