.testimonials {
    position: relative;
    padding: 0px 0;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-image: url(../img/image4.jpg);
	background-attachment: fixed;
}
.testimonials:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(24, 24, 24, 0.9);
}
.testimonials .image-holder img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.testimonials .image-holder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
       top: -85%;
    left: 0;
}

.testimonials .corner.right {
    top: 0;
    right: 0;
    background: linear-gradient(to top right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.testimonials .corner {
    z-index: 2;
    position: absolute;
    width: 50%;
    height: 160px;
}
.testimonials .corner.left {
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.testimonials .corner {
    z-index: 2;
    position: absolute;
    width: 50%;
    height: 160px;
}

.testimonials .carousel-holder {
    position: relative;
    z-index: 2;
	padding: 20px 0px;
}

.offset-1 {
    margin-left: 8.33333%;
}
.testimonials h1 {
    color: #fff;
    margin: 0 0 4px;
    padding-top: 29px;
}
.testimonials .carousel {
    margin: 0px 0 70px;
}
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    
    width: 100%;
}


.testimonials blockquote {
        border: 0;
    padding: 3px 0 0;
    margin: 0 0 50px;
    position: relative;
    font-size: 14px;
    color: #fff;
    quotes: none;
    font-family: 'Lato', sans-serif;
}
.ser{
	font-size: 18px;
    font-family: 'Raleway', sans-serif;
}



.testimonials blockquote q {
    margin: 0 0 0px;
}
.testimonials blockquote q, .testimonials blockquote cite {
    display: block;
}
.testimonials blockquote q, .testimonials blockquote cite {
    /* display: block; */
}
.testimonials .carousel-indicators {
    width: 100%;
    position: static;
    text-align: center;
    margin: 0;
}

.testimonials .carousel-indicators li {
    border-color: #fda700;
}
.testimonials .carousel-indicators li {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 8px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
li {
    list-style: none;
}
.testimonials .corner.right div {
    background: linear-gradient(to top right, transparent 0%, transparent 50%, #da251c 50%, #fda700 100%);
}
.testimonials .corner.right div {
    top: -2px;
}
.testimonials .corner div {
    position: absolute;
    width: 100%;
    height: 100%;

}
.testimonials .corner.left div {
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #da251c 50%, #fda700 100%);
}
.testimonials .corner.left div {
    top: 2px;
}