/*test2---slide---*/
.client-name {
		margin-top:40px;
	}
.test-cln-btn {
	display: inline-block;
    /* margin: 0 auto; */
    padding: 7px 16px;
    background: #60b319;
    color: #fff;
    border-radius: 2px;
    margin: 40px 0;
	transition:0.4s;
}
.test-cln-btn:hover {
	background:#FFB204;
	color:#fff;
}
.test-cli {
	display: inline-block;
    padding: 0px 18px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    background: #60b319;
    color: #fff;
    transition: 0.4s;
	margin-top:40px;
}
.test-cli:hover, .test-cli:focus {
	background:#FFB204;
	color:#fff;
}
.client-name h4 {
	color: #444;
    font-size: 20px;
    font-weight: normal;
}
@brand-color: #b20000;
#tcb-testimonial-carousel {
    a{
        color: @brand-color;
    }
    .text-brand{
        color: @brand-color;
    }
    margin-top: 30px;
    .carousel-indicators .active {
        background: @brand-color;
    }
    
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: @brand-color;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: @brand-color;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item{
        padding: 15px 40px;
        background: #f8f8f8;
		
    }
    .media-object {
        margin: auto;
    }
	
    @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
    }
}
