/* 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
 */

.cube-items-wrapper {
  color: #0C1451 !important;
}
.cube-items-wrapper a {
  color: #0C1451 !important;
}
.cube-items-wrapper a:hover {
  color: #ff6600 !important;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
  background: #ffffff;
  font-size: 1rem;
}
.services {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding: 40px 20px;
}
.service-item {
  max-width: 300px;
}
.service-item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.service-item img:hover {
  transform: scale(1.05);
}
.service-item h3 {
  font-size: 22px;
  color: #0C1451;
  margin-top: 15px;
}
.service-item p {
  font-size: 16px;
  color: #0C1451;
}
.fab.fa-facebook-square {
  color: #084fc3;
  text-align: center;
}
.fab.fa-facebook-square:hover {
  color: #0866ff;
}
#g-navigation {
  background: #c74796 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-height: 80px;
}
/*# sourceMappingURL=custom_18.css.map */