#service-provide {
  padding: 80px 0;
  color: #333;
}

#service-provide h2 {
  color: #333;
}

.col-pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 6.5em;
  background: rgba(0, 0, 0, 0.43);


}

.col-pic p {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Oxygen-Bold';
}

.col-pic h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'roboto slab', sans-serif;
  letter-spacing: 0.25px;
}

.col-pic label {
  width: 100px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin: 0.5em auto;
}

.col-3 {
  position: relative;
  margin-bottom: 1.5em;
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;

}

.col-3 a img {
  -webkit-transition: all 2.4s ease-in-out;
  -moz-transition: all 2.4s ease-in-out;
  -ms-transition: all 2.4s ease-in-out;
  -o-transition: all 2.4s ease-in-out;
  transition: all 2.4s ease-in-out;
  height: 320px;
  width: 100%;

}

.col-3 a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.col-3 a:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.col-3:hover .col-pic {
  background: rgba(0, 0, 0, 0.59);
}

.padcol {
  padding-left: 1px;
  padding-right: 2px;
  margin-top: -17px;
}

.margright {
  margin-right: -2px;
}