/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.services-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #424753;
}
.services-border {
  width: 150px;
  height: 2px;
  background: #3399ff;
  margin: 30px auto;
}
.services-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services-content--box {
  max-width: 33.33%;
  padding: 14px;
  text-align: center;
  color: #424753;
  cursor: pointer;
  margin-bottom: 15px;
}
.services-content--box:hover .services-content__icon {
  background: #3399ff;
  color: #ECEFF1;
}
.services-content--box:hover .services-content__title {
  border-color: #3399ff;
}
.services-content__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 3px solid #3399ff;
  transform: rotate(45deg);
  margin: 16px 0 30px;
  transition: 0.3s linear;
  color: #3399ff;
  border-radius: 40px;
}
.services-content__icon i {
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 20px;
}
.services-content__title {
  font-sie: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease-out;
  color: #424753;
}
.services-content__desc {
  font-size: 14px;
  color: #424753;
}
.inner-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}
.lightbox-container {
  min-width: 500px;
  min-height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  border-radius: 15px;
  background-color: #ECEFF1;
  transition: transform 0.25s ease-out;
  display: none;
}
.lightbox:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.lightbox:target .lightbox-container {
  display: block;
}
.lightbox:target:before {
  display: block;
}
.lightbox-content {
  padding: 25px;
}
.lightbox-content__actions {
  margin-top: 15px;
}
.lightbox-btn {
  background-color: #039BE5;
  color: #EEEEEE;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.lightbox-btn:hover {
  color: #EEEEEE;
  background-color: #0277BD;
  cursor: pointer;
}
.lightbox-submit {
  background-color: #039BE5;
  color: #EEEEEE;
}
.lightbox-submit:hover {
  color: #EEEEEE;
  background-color: #0277BD;
  cursor: pointer;
}
.lightbox-close {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 960px) {
  .services-content--box {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .services-content--box {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .services-content--box {
    max-width: 100%;
  }
}
/*# sourceMappingURL=hexagon_30.css.map */