body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.default-1-528 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 3rem 0rem;
  position: relative;
  background: #FFFFFF; }
  .default-1-528 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-528 .no-padding {
    padding: 0px !important; }
  .default-1-528 .no-margin {
    margin: 0px !important; }
  .default-1-528 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0;
    padding: 4rem;
    transition: all 0.3s linear; }
  .default-1-528 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-528 .row-eq-height:before, .default-1-528 .row-eq-height:after {
    display: inline-block; }
  .default-1-528 .alt {
    display: flex; }
  .default-1-528 .business-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0 15px; }
    .default-1-528 .business-heading h3 {
      width: 100%;
      display: inline-block;
      margin: 0px 0 0rem 0;
      color: #110F30;
      font-size: 4.5rem;
      font-weight: bold;
      line-height: normal; }
    .default-1-528 .business-heading p {
      width: 100%;
      display: inline-block;
      margin: 2rem 0 6rem 0;
      color: #585964;
      font-size: 18px;
      font-weight: 400; }
  .default-1-528 .business-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    transition: all 0.3s linear; }
    .default-1-528 .business-main:hover {
      box-shadow: 0 10px 30px -23px #000; }
  .default-1-528 .business-img-main {
    width: 100%;
    display: flex;
    margin: 0px;
    height: 150px;
    background: var(--business-img-bg-color, #ECF3FE);
    justify-content: center;
    align-items: flex-end; }
    .default-1-528 .business-img-main img {
      width: 100%;
      height: 90px;
      object-fit: contain;
      margin: 0px;
      position: relative;
      bottom: -1rem; }
  .default-1-528 .business-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #110F30;
    font-weight: 600;
    font-size: 18px;
    padding: 4rem 2.5rem; }
  @media screen and (max-width: 900px) {
    .default-1-528 .business-main {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 480px) {
    .default-1-528 .col-xs-6 {
      width: 100%; } }
@keyframes fadeInUp {
  0% {
    top: 100%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes fadeOutDown {
  0% {
    top: 0;
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
