/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, stdin */

.past-work-section {
  padding: 60px 0;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

/* line 10, stdin */

.past-work-section__title-section {
  text-align: left;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  /* line 10, stdin */

  .past-work-section__title-section {
    text-align: center;
  }
}

/* line 18, stdin */

.past-work-section__title-section h1 {
  color: #222222;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/* line 29, stdin */

.past-work-section__title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  bottom: -1px;
  left: 0;
  margin-left: 0;
  height: 2px;
  background: #1A5634;
}

@media (max-width: 991px) {
  /* line 29, stdin */

  .past-work-section__title-section h1:after {
    left: 50%;
    margin-left: -16px;
  }
}

/* line 47, stdin */

.past-work-section__boxes {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 2;
}

@media (max-width: 1199px) {
  /* line 47, stdin */

  .past-work-section__boxes {
    width: 970px;
  }
}

@media (max-width: 991px) {
  /* line 47, stdin */

  .past-work-section__boxes {
    width: 750px;
  }
}

@media (max-width: 767px) {
  /* line 47, stdin */

  .past-work-section__boxes {
    width: 100%;
    margin-left: 0;
  }
}

/* line 67, stdin */

.past-work-section__box {
  width: 360px;
  margin: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  /* line 67, stdin */

  .past-work-section__box {
    width: 293px;
  }
}

@media (max-width: 991px) {
  /* line 67, stdin */

  .past-work-section__box {
    width: 345px;
  }
}

@media (max-width: 767px) {
  /* line 67, stdin */

  .past-work-section__box {
    width: 100%;
    margin: 0 0 30px;
  }
}

/* line 85, stdin */

.past-work-section__box img {
  width: 100%;
}

/* line 90, stdin */

.past-work-section__box:hover .hover-box {
  visibility: visible;
  opacity: 1;
}

/* line 96, stdin */

.past-work-section__box .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 107, stdin */

.past-work-section__box .hover-box .inner-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -30px;
}

/* line 116, stdin */

.past-work-section__box .hover-box h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}


/*# sourceMappingURL=past-work-section.css.map*/