.nav-children {
  color: red;
}

.stroke {
  text-shadow: 
    -1px -1px 0 black,  
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.no-stroke {
  text-shadow: none;
}

.bg-navbar {
	/* background: #0437498f !important; */
}

.affix-top-wrapper {
  background-color: transparent !important;
}

.sf-menu a {
  font-size: 0.75rem;
}

.sf-menu > li .mega-menu li a,
.sf-menu li > ul li a {
  border-bottom: 1px solid #f2f5f7;
  padding: 8px 20px 8px 0;
  width: 100%;
}

/* use transparent in ds but we need to make it white text  */
.page_header a {
  color: #fff;
}

.card {
  height: 250px;
}

.card img {
  height: 100%;
  width: auto;
  filter: brightness(50%);
}

.service-v2 .service-single:hover {
  background-color: #106b8f;
}

.service-v2 .service-single h6 {
  font-size: 1rem;
}

