body {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.dropdown-menu {
  font-size: 0.9rem;
}

.dropdown-item {
  font-weight: 300;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.banner h2, .banner h3, .banner h6, .banner p {
  margin: 0;
  text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
  text-align: center;
}

.banner {
  margin-top: 60px;
  color: white;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: top left/cover no-repeat;
}

.banner.home-page {
  height: 600px;
}

.banner-color-overlay {
  height: 600px;
  width: 100%;
  background: #3C89C3;
  opacity: .6;
  position: absolute;
}

.banner-heading-color-overlay {
  z-index: 1;
}

.bg-primary-rspl {
  background: #3C89C3;
}

.text-primary-rspl {
  color: #3C89C3;
}

.bg-light-rspl {
  background: #E8EBEE;
}

.footer-bg {
  background-color: #021B2A;
}

footer a:hover {
  color: #f39c12;
  text-decoration: none;
}

footer a {
  color: #fff;
}

.offset{
  padding-top: 70px; margin-top: -70px;
}

.gray-scale-img{
  filter: grayscale(100%);
}

.border-radius-3{
  border-radius: 3rem;
}

.navbar-dark .navbar-nav .nav-link{
  color: #eee;
}

#navbarServiceContent li.nav-item.active, #navbarBlogContent li.nav-item.active{
  font-weight: bold;
  color: #fff !important;
}

.no-banner-header{
  margin-top: 100px;
}

.grecaptcha-badge {
    display: none;
}

.submenu-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}