/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  word-break: break-word;
}

.contact-page .image-holder {
    margin: 30px 0;
}
 .contact-page i {
    font-size: 22px;
    color: #007db7;
 }
  .contact-page b {
    color: #007db7;
  }
  .contact-page .top {
    border-radius: 10px;
    padding: 20px;
    background: #effaff;
    margin-bottom: 60px;
  }
  .contact-page a {
    color: black;
  }
   .contact-page a:hover {
    color: #007db7;
   }