/*!
 *  Hona Misr Ticker v1.2.7 - 11 Febryary, 2023
 *  by @Eng.Abdulrahman +201025514208
 */
.ticker-news {
    background: #fff;
    height: 40px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd0;
    border-radius: 15px;
    margin: 0 0px;
    padding: 0;
    line-height: 20px;
}
.ticker-news span {
    background: #ee1a22;
    height: 40px;
    float: right;
    padding: 0 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 40px;
    border-radius: 100px 15px 15px 50px;
}
.ticker-news ul{
	list-style: none;
    list-style-image: none;
	float:right;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.ticker-news ul li {
	height: 40px;
    line-height: 38px;
	list-style-type: none;
	font-size: 14px;
	margin-right: 10px;
}
.ticker-news ul a {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    color: #696969;
    font-size: 14px;
}
.ticker-news ul a:hover {
    color: #0199BC;
}

/*
    jquery.liScroll
-----------------------------------------------*/
.ticker-news .tickercontainer {
	height: 34px;
	margin: 3px;
	padding: 0;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.ticker-news .tickercontainer .ticker-mask {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	overflow: hidden
}
.ticker-news .tickercontainer ul.newsticker {
	position: relative;
    right: calc(100% - 1px);
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.ticker-news .tickercontainer ul.newsticker li {
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
}
.ticker-news .tickercontainer ul.newsticker li a {
	white-space: nowrap;
	padding: 0;
	color: #696969;
	margin: 0;
	font-size:14px;
	font-weight: 600;
    text-decoration: none;
    position:relative;
    top:-5px;
}
.ticker-news .tickercontainer ul.newsticker li a:hover {
    color: #ec1a22;
    transition: 0.5s;
}
.ticker-news .tickercontainer ul.newsticker span {
	margin: 0 10px 0 0;
}