.nxbanner-title{
	color: #95C939 !important;
	z-index:1;
}

.text-white-banner{
	color: white;
    text-transform: none !important;
	z-index:1;
}
.custom_line_left.uk-heading-bullet::before {
   content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: calc(-.1 * 1em); 
    width: calc(20px + 1em);
    height: 4px;
    background-color: #00a859;    
    margin-right: calc(5px + .5em);
    border-left: none;
	border-radius: 4px;
}



.custom_line_left.uk-h5{
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 3px;
	vertical-align: middle;
	text-transform: uppercase;
}