.container .outer-wrapper {
  float: left;
  width: 33.33%;
  height: 180px;
  position: relative;

}
.container .outer-wrapper:nth-child(1):before,.container .outer-wrapper:nth-child(2):before,.container .outer-wrapper:nth-child(3):before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: linear-gradient(90deg, #efefef, #cfcfcf, #efefef);
  content: "";
  z-index: 45;
}
.container .outer-wrapper:nth-child(1):after,.container .outer-wrapper:nth-child(2):after,.container .outer-wrapper:nth-child(4):after,.container .outer-wrapper:nth-child(5):after {
  display: block;
  position: absolute;
  width: 2px;
  height: 90%;
  background: linear-gradient(#efefef, #cfcfcf, #efefef);
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  content: "";
  z-index: 40;
}
.container .outer-wrapper:hover:after, .container .outer-wrapper:hover:before {
  display: none;
}
.container .outer-wrapper:hover .inner-wrapper {
  background: linear-gradient(#202426 10%, #202426 70%);
  width: 100%;
  height: 100%;
  z-index: 50;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.27);
  color: #fff;
}
.container .outer-wrapper .inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 40;
  color: #505050;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 0px 0px transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container .outer-wrapper .inner-wrapper .icon-wrapper {
  width: 50%;
  text-align: center;
}
.container .outer-wrapper .inner-wrapper .icon-wrapper i {
  font-size: 48px;
}
.container .outer-wrapper .inner-wrapper .content-wrapper {
  text-align: left;
  padding: 5px;
}
.container .outer-wrapper .inner-wrapper .content-wrapper p {
  margin: 0;
}
.container .outer-wrapper .inner-wrapper .content-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ff0a80;
}
.container .outer-wrapper .inner-wrapper .content-wrapper p {
    font-size: 15px;
    line-height: 1.8em;
    margin: 1em 0;
    color: #999;
    text-align: left;
}
.ser_agile {
    padding: 5em 0;
}
.ser_w3l,.our_agile-info {
	margin-top: 5em;
	margin-bottom: 5em;
}
/*--//ser_agile--*/
/*--showcase--*/
.showcase {
    position: relative;
    width: 49%;
    float: left;
    height: 17em;
    margin: 1em auto;
    overflow: hidden;
    background: transparent;
}
.showcase.showcase--inverted {
    margin-left: 2%;
}
.showcase h4 {
	font-size: 20px;
	font-weight: 600;
}
.showcase p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 1em 0;
	text-align: left;
}
.thumbnail {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 300px;
	z-index: 1;
	background-position: 50% 50%;
	transition: right 250ms ease, left 250ms ease;
	padding: 0;
}

.thumbnail--awesome {
	background-image: url(../images/b1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAFAFA;
}
.thumbnail--awesome1 {
	background-image: url(../images/b2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAFAFA;
}
.thumbnail--awesome2 {
     background: url(../images/b3.jpg) no-repeat 0px 0px;
}
.thumbnail--awesome3 {
     background: url(../images/b4.jpg) no-repeat 0px 0px;
}
.thumbnail__overlay {
  position: relative;
  padding-top: 8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease;
}

.desc {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding:40px 20px;
  z-index: 2;
  background: #efefef;
  text-align: center;
  transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}
.desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #efefef transparent transparent;
  content: "";
  transition: border-color 250ms;
}

.showcase:hover .thumbnail {
  right: 325px;
  left: -25px;
}
.showcase:hover .thumbnail__overlay {
  opacity: 1;
}
.showcase:hover .desc {
	width: 350px;
	padding-left: 45px;
	padding-right: 45px;
	background: #202426;
	color: #F2F2F2;
}
.showcase:hover .desc:after {
  border-color: transparent #202426 transparent transparent;
}

.showcase--inverted .thumbnail {
  right: 0;
  left: 300px;
}

.showcase--inverted .desc {
  left: 0;
  right: auto;
}
.showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #fff;
}

.showcase--inverted:hover .thumbnail {
  left: 325px;
  right: -25px;
}
.showcase--inverted:hover .desc:after {
  border-color: transparent transparent transparent #202426;
}

.btn {
  padding: 1em 2em;
  border: 0.15em solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background 250ms;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.showcase_w3layouts {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
/*--showcase--*/
.heading-agileinfo {
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 40px;
	margin-bottom: 1.9em;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
	position: relative;
}
.heading-agileinfo span {
	display: block;
	font-size: 14px!important;
	margin-top: 1em;
	letter-spacing: 4px;
	text-transform: capitalize;
	color: #000000;
	font-weight: normal;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.ser_agile p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
