/*
Theme Name: LA3 PTY LTD Theme
Author: W3Cops
Author URI: https://www.w3cops.com/
Description: Custom WordPress theme for LA3 PTY LTD.
Version: 1.0.1
*/

.page-id-112 .services .col-md-2:nth-child(6) {
    display: none;
}
.sl-caption.pos-bottom {
    display: none !important;
}
.about-text td a {
    display: block;
    position: relative;
    padding-left: 15px;
}

.about-text td a:after {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #999;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.about-text td strong {
	padding: 5px 0;
	display: inline-block;
}