/*Input Your Custom CSS Here*/
.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;
}
.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(../img/b1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAFAFA;
}
.thumbnail--awesome1 {
	background-image: url(../img/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;
}

.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;
}
.slider-text h1 span {
	color: #E4AA08;
}
