.work .work-grid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work .work-grid .inner {
  display: table;
  height: 300px;
  width: 100.1%;
  opacity: 0;
  background: rgba(237, 235, 232, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work .work-grid .inner .desc {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}

.solution-container .am-tabs .am-tabs-bd .am-tab-panel .am-g .col-md-4 .work .work-grid .inner .desc {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.work .work-grid .inner .desc h3 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}

.work .work-grid .inner .desc h3 a {
  color: #000;
}

.work .work-grid .inner .desc .cat {
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .work .work-grid .inner .desc .cat {
    color: #333333;
  }
}

.work:hover .inner, .work:focus .inner {
  opacity: 1;
}

.work:hover .desc h3 a, .work:focus .desc h3 a {
  color: #cabcab;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fh5co-services i 
{
  font-size: 60px;
  display: block;
  margin-bottom: 40px;
  color: #19a7f0;
}

.col-md-4 .fh5co-services .holder-section h3{
	font-size:18px
}
	
.col-md-4 .fh5co-services .holder-section p{
	font-size:14px;
	color:#969696
}



a {
  color: #262626;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.services span {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}


.services span i {
  font-size: 60px;
  padding: 30px;
  color: #19a7f0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services {
  position: relative;
  padding: 30px;
  padding-top: 90px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}

.col-md-4 .services h3{
	font-size:18px;
	margin-top:10px
}
	
.col-md-4 .services p{
	font-size:14px;
	color:#969696
}