  @keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    direction:rtl;
    cursor:pointer;
  }
  .news_marqee_item_text:hover {
    text-decoration:underline!important;
  }
  .news_marqee_title_arrow img {
    width: 100%;
    max-width:100%;
}
.blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.7;
  }
}
.news_marqee_title_container i {
	float: right;
    margin-left: 7px;
}
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
}
.news_marqee_title {
	font-size: 17px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:35px;
	margin-right:5px;
	margin-left:10px
}
marquee {
    width: 100%;
    float:right;
    cursor:pointer;
    text-align:right;
    direction:rtl;
}
.news_marqee_items_container {
	float: right;
	width: auto;
	height:35px;
	text-align:right;
	font-size:17px;
}
.news_marqee_item {
	float: right;
	width: auto;
	height: 20px;
	overflow: hidden;
	visibility: visible;
}
.news_marqee_item_text {
    font-size:16px;
    direction: rtl;
    margin-left: 10px;
    text-decoration: none;
    margin-left:50px;
}
.marqee_desktop {
    display:block;
}
.marqee_mobile {
    display:none;
}
#text_slider h4 {
	width: 100%;
	float:right;
	direction: rtl;
	font-weight:400;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.news_marqee_items_container {
	max-width: 280px;
}
#text_slider {
	max-width: 250px;
}
.itemMobile {
	display:none!important;
}
.itemDesktop {
	display:block!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.news_marqee_items_container {
	max-width: 280px;
}
#text_slider {
	max-width: 250px;
}
.itemMobile {
	display:none;
}
.itemDesktop {
	display:block;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.news_marqee_items_container {
	height:35px;
	max-width: 280px;
}
#text_slider {
	max-width: 250px;
}
.itemMobile {
	display:block!important;
}
.itemDesktop {
	display:none!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.news_marqee_items_container {
	height:35px;
	max-width: 250px;
}
#text_slider {
	max-width: 220px;
}
.itemMobile {
	display:block!important;
}
.itemDesktop {
	display:none!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.news_marqee_items_container {
	height:35px;
	max-width: 250px;
}
#text_slider {
	max-width: 220px;
}
.itemMobile {
	display:block!important;
}
.itemDesktop {
	display:none!important;
}
}