.text-bold{
	font-weight: bold;
}
.text-black{
	color: #000;
}
.loko-red{
	color: #e20516;
}
.loko-blue{
	color: #032e8d;
}
.unordered-list li[class="li-blue"]:before{
	/*content:"";
	position:absolute;
	width:14px;
	height:14px;*/
	border:3px solid #032e8d;
	/*background:#fff;
	top:4px;
	left:0;
	border-radius:50%*/
}
.unordered-list li[class="li-black"]:before{
	/*content:"";
	position:absolute;
	width:14px;
	height:14px;*/
	border:3px solid #000;
	/*background:#fff;
	top:4px;
	left:0;
	border-radius:50%*/
}
p{
	color: black;
	/*font-weight: bold;*/
	/*font-size: 17px;*/
}
.text-17px{
	font-size: 17px;
}
.text-16px{
	font-size: 16px;
}
.text-15px{
	font-size: 15px;
}
.text-black{
	color: black;
}
.header-icon{
	font-size: 17px;
}

/*Break News Start*/
.break-news {
    background: #fff
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
/*Break News End*/