/* GLOBAL */
/* GLOBAL CSS */

@media(max-width: 767px) {
  h1 {
    font-size: 2.5rem!important;
  }
  h2 {
    font-size: 2.0rem!important;
  }
  h3 {
    font-size: 1.75rem!important;
  }
  .display-4 {
    font-size: 2.5rem!important;
  }
  .oms-mobile-overlay {
    opacity: 0.66!important;
  }
}
.modal label {
  font-size: 0.85rem;
  margin-bottom: 0px;
}
.modal .form-group {
  margin-bottom: 0.5rem;
}
.modal form .btn-primary {
  width: 100%;
  display: block;
}
.oms-wrapper .btn-primary {
  color: white!important;
}
.oms-wrapper .btn {
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
}
a img:hover {
  filter: brightness(1.2);
  transition: all .3s ease-in-out;
}
hr.border-primary-alt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  max-width: 100px;
  border-top: 3px solid var(--primary-alt);
}
.img-after-effect {
  position: relative;
}
.img-after-effect > div {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
.img-after-effect:before {
  position: absolute;
  content: '';
  width: 90%;
  height: 90%;
  left: -0.05rem;
  bottom: -1rem;
  z-index: 0;
  background-color: var(--primary);
}
h5 {
  margin-bottom: 1.5rem!important;
}
.floatright {
  width: 300px;
  max-width: 35%;
  float: right;
  margin: 0 0 .5rem 1rem;
}
@media(max-width: 575px) {
  .floatright {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 1.25rem 0;
  }
}
.blog-data a.h5 {
  color: var(--dark);
}
.oms-interior-banner {
  background-image: none !important;
  background-color: #646f4c;
  padding: 3rem 0 !important;
}
.oms-interior-banner .overlay {
  opacity: 0 !important;
}
.oms-interior-banner h6 span {
  color: rgba(190, 190, 190, 1) !important;
}


/* PAGE SPECIFIC */



/* FOOTER */