
.card {
  position: relative;
  overflow: hidden;
  text-align: left;
  line-height: 1.4em;
  border-radius: 19px;
  background-color: #0841a3;
  color: #ffffff;
}

.card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card .card-bg {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    opacity: 0.85;
}

.card figcaption {
  width: 100%;
  padding: 25px;
  position: relative;
  background-color: #0841a3;
}

.card figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #0841a3;
}

.card figcaption a:hover {
  opacity: 1;
}

.card .profile {
    box-shadow: #4e4e4e 5px 10px 15px;
    border-radius: 50%;
    border-width: 4px;
    border-color: #ffffff;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    width: 164px;
    height: 164px;
    opacity: 1;
   
}

.figcaption h2 span {
  color: #da2034;
  font-size: 18px;
}


.card h2 {
  margin: 0 0 0px;
  font-weight: 600;
}

.card h2 span {
  display: block;
  color: #da2034;
  font-size: 18px;
  margin-bottom: 0px;
}

.card p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #ffffff;
}

.contact-details .icon-circle {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    font-size: 21px;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    padding: 0 10px;
}

.contact-details .icon-circle i {
  font-size: 21px !important;
  background: #0841a3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-outline-dark {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.article .article-header .article-title h2 a {
  color: #ffffff;
}

.product-item .product-name {
  color: #ffffff;
}

.article.article-style-b .article-details p {
  color: #ffffff;
}

.article .article-header .article-badge .article-badge-item{
  background: #0841a3;
  color: #ffffff;
}

.contact-details-item {
  color: #ffffff;
  }