.agile-ser {
    padding: 5em 0;
}
.w3agile_special_deals_grid_left_grid{
    position: relative;
    overflow: hidden;
}
.w3agile_special_deals_grid_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
}
.w3agile_special_deals_grid_left_grid:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
/*-- quicklinks --*/
.quicklinks-agile-info {
    padding: 5em 0;
}
.quicklinks-agile-info-top {
    margin: 4em 0 0;
    background: #cf2d50;
    padding: 2em;
}
.quicklinks-agile-info h4 {
    font-size: 2em;
    font-weight: 600;
    color: #0b1119;
    margin:0 0 20px;
	letter-spacing:4px;
}
.quicklinks-agile-info li {
    display: block;
    line-height: 36px;
}
.quicklinks-agile-info li a {
    display: inline-block;
    color: black;
    text-decoration: none;
    font-size: 18px;
}
.quicklinks-agile-info li a:hover{
    color: #000000;
}
.agile-info-top-right i {
    padding-right: 18px;
    color: #fc829c;
}
/*-- //quicklinks --*/
/*--flexisel--*/
.work-bottom {
  margin-top: 4em;
}
.team{
padding:6em 0;
}
.team-bottom h4{
margin:15px 0;
  font-family: 'Alegreya', serif;
  color: #0b1119;
  font-size: 20px;
  font-weight: bold;
}
.team-bottom p{
margin:0;
color:#000;
font-size:16px;
line-height:1.8em;

}
.team-info h3 {
  font-family: 'Alegreya', serif;
  text-align: center;
  margin: 0;
  color: #e21737;
  font-size: 2.5em;
  font-weight: 600;
}
.team-left{
margin:0 22px;
}
.team-left img{
width:100%;
}
#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;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: 47.7%;
top: 113% !important;
background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: 47.7%;
top: 113% !important;
background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--//flexisel--*/