.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}

.business-h-column.aaaa {
    display: flex;
    flex-direction: column;
}

.business-h-column.aaaa .bbbb {
    margin-top: auto;
}

.img-caption-wrap {
    position: relative;
    width: 100%;
}
.img-caption-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.img-caption-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(13, 107, 203, 0.85);
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-family: "Lato";
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 0 0 10px 10px;
}
.bg-no-glo {
    background-image: url("https://portamist.co.za/img/no-glo-heater.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a.ltc-noglo,
a.ltc-noglo:link,
a.ltc-noglo:visited,
.tc-6381 a.ltc-noglo,
.tc-5275 a.ltc-noglo,
.d-bloc a.ltc-noglo,
.l-bloc a.ltc-noglo {
    color: #C0392B !important;
}
a.ltc-noglo:hover,
.tc-6381 a.ltc-noglo:hover,
.tc-5275 a.ltc-noglo:hover {
    color: #922B21 !important;
}
@media (max-width: 991px) {
    a.ltc-noglo,
    a.ltc-noglo:link,
    a.ltc-noglo:visited,
    .tc-6381 a.ltc-noglo,
    h1 a.ltc-noglo,
    h2 a.ltc-noglo,
    h3 a.ltc-noglo {
        color: #C0392B !important;
    }
}
.sss a.ltc-noglo {
    color: #C0392B !important;
    -webkit-text-fill-color: #C0392B !important;
}
.sss a.ltc-noglo:hover {
    color: #922B21 !important;
    -webkit-text-fill-color: #922B21 !important;
}
a.ltc-noglo {
    color: #C0392B !important;
    -webkit-text-fill-color: #C0392B !important;
    opacity: 1 !important;
}
/* Font display optimization */
@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-display: swap;
}