/*-- testimonial section --*/
section.test-w3ls {
	padding:100px 0;
	background-color:#101e29;
}
section.test-w3ls h3 {
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
	color:#d4ab5c;
}
section.test-w3ls h3:before {
	content: '';
    background-color: #d4ab5c;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 16px;
    display: block;
    position: absolute;
}
section.test-w3ls p.text-header {
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
    padding: 0px 0 40px;
    color: #999;
}
section.test-w3ls .carousel-control.left,section.test-w3ls .carousel-control.right {
	background-image:none;
	width: 30px;
    height: 30px;
	background-color:#d2ab5e;
}
section.test-w3ls .carousel-control.left {
	margin:56px 0 0 58em;
}
section.test-w3ls .carousel-control.right {
    margin: 106px -120px 0 0;
}
span.glyphicon.glyphicon-chevron-left,span.glyphicon.glyphicon-chevron-right {
    font-size: 25px;
}
span.glyphicon.glyphicon-chevron-left {
	left: 20px;
    top: 21px;
}
span.glyphicon.glyphicon-chevron-right {
	right:20px;
	top:21px;
}
section.test-w3ls .test-agile {
    border: 2px solid #fff;
	width:100%;
	height:auto;
	margin-top:40px;
} 
section.test-w3ls img.img-responsive {
    width: auto;
    height: 200px;
    margin-top: -57px;
    z-index: 999;
    display: block;
}
p.test-p1 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 20px;
}
p.test-p1:before {
	content: '';
    background-color: #d4ab5c;
    height: 2px;
    width: 40px;
    left: -10px;
    top: 30px;
    display: block;
    position: absolute;
}
p.test-p1 span.line-w3ls {
	background-color: #d4ab5c;
    height: 2px;
    width: 40px;
    margin: 0px 0 4px 20px;
    display: inline-block;
}
.carousel-indicators {
    bottom: -60px;
}
/*-- /testimonial section --*/