/*--testimonials--*/
#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #fff;
}
.nbs-flexisel-nav-left {
    left: 46.5%;
    top: 109% !important;
    background: #a61e21 url(../images/themes.png) no-repeat 6px 6px;
}
.nbs-flexisel-nav-right {
    right: 46.5%;
    top: 109% !important;
    background: #a61e21 url(../images/themes1.png) no-repeat 8px 8px;
}
.laptop {
    padding: 2em 2em;
    border: 1px solid #646464;
    margin: 0 15px;
}
.team-left{
	padding:0;
}
.team-right p {
    font-size: 15px;
    color: #646464;
    line-height: 2em;
}
.team-right h5 {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.name-w3ls {
    display: inline-block;
    margin-top: 1em;
}
.name-w3ls span {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: .8px;
    color: #e84f5a;
    margin-top: 15px;
}
.flex-slider {
    margin: 0px auto 59px;
}
h3.heading-agileinfo {
    text-align: center;
    margin-bottom: 60px;
    font-size: 25px;
    text-transform: uppercase;
    text-transform: capitalize;
    color: #000;
}
div#testimonials, div#contact, div#blog, div#stats , div#team {
    padding: 25px 0 60px;
	border-bottom: 1px solid #e84f59;
}
/*--//testimonials--*/