﻿ 
/*================================
    GENERAL STYLES
    ============================  */

 /* GOOGLE FREE FONTS */
        @import url(http://fonts.googleapis.com/css?family=Oxygen);
        /* BODY STYLE - JUST FOR GOOD LOOK */

/*================================
    TESTIMONIAL STYLES
    ============================  */
         .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    /* position: relative; */
    /* border: 1px solid #fff; */
    font-size:16px;
	color:#fff;

}
.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    /* content: " "; */
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 10px;
    /* margin-left: 60px; */
    text-align:center;
    color:#000;
	font-weight:bold; font-size:20px;
}
    .testimonial-section-name img {
        max-width:40px;
        border: 2px solid #fff;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}
.carousel-indicators li{
	
	    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}
.carousel-indicators .active{
	background-color: #fff;
}

