@charset "UTF-8";
/*============================================================================
    Template By: Landing Layouts
    Author: Team Landing Layouts
    Author URI: http://landinglayouts.com
    Version: 1.0
==============================================================================*/

.bt-image {
    bottom: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
}
.bt-image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bt-image-top {
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
}
.bt-image-top img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blockquote{
    text-align: center !important;
}

.testimonial-avatar img{
    margin: 0 auto;
    text-align: center;
}

.media-body{
    text-align: center !important;
}

.fas-border {
    border: solid 0.08em #e80566;
    border-radius: .1em;
    padding: .2em .25em .15em;
    color: #e80566;
  }

#sticky-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#sticky-logo img {
  max-height: 180px;
  width: auto;
  display: block;
}
