.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.inline2 div {
display: inline;
}

.b-example-divider {
height: .5rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.gradient-background {
background: linear-gradient(154deg, #ffffff, #007bff);
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}

.hr-light {
  width: 100%;
  border-top: 4px solid;
  color: white;
}

.hr-black {
  width: 100%;
  border-top: 4px solid;
  color: #1e90ff;
}

.orange {
background: #d24e01
}

.sky {
background: #ffe1b0;     /*#1ecbe1*/
color: black;
padding: 15px;
}

.sky-small {
  background: #ffe1b0;
  color: black;
}

.dark-blue {
  background: #010029 /*#011936;*/
}

.space {
  height: 12em;
}

.space2 {
  height: 10em;
  }

  .space3 {
  height: 3em;
  }

  .space4 {
    height: .5em;
    }
    
    .space5 {
    height: 3px;
    background: #ffffff;
    }

.beta {
  background-color: #d24e01;
}

.bg-black {
background: black;
height: 2rem
}

.b-example-divider {
  height: .5rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .2);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 2px solid #f1eeed;
  border-left: 2px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #f1eeed;
  border-bottom: 2px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 70px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

/* Custon-links */
.custom-link {
  size: 1.125rem;
  color: black;
  text-decoration: none;
}

/* Footer links */
.footer-link {
  color: white;
  text-decoration: none;
}
