  @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;
  }
}
#text_slider h4 {
	width: 100%;
	float:right;
    direction: rtl;
	font-size: 17px;
	line-height:1em;
    font-weight:400;
    margin-top:0px;
	text-align:center
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
	width: auto;
    margin-right: 0px;
    margin-top: 4px;
    overflow: hidden;
	visibility: visible;
	direction:rtl
}
.news_marqee_title {
	font-size: 22px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:40px;
	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: 100%;
}
.news_marqee_item {
	float: right;
	width: 100%;
    height: 20px;
    margin-top:11px;
    overflow: hidden;
	visibility: visible;
}
.news_marqee_item_text {
    font-size:16px;
    direction: rtl;
    margin-left: 10px;
    text-decoration: none;
}
.marqee_desktop {
    display:block;
}
.marqee_mobile {
    display:none;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
	width: auto;
    margin-right: 0px;
    margin-top: 4px;
    overflow: hidden;
	visibility: visible;
	direction:rtl
}
.news_marqee_title {
	font-size: 22px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:40px;
	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: 100%;
}
.news_marqee_item {
	float: right;
	width: 100%;
    height: 20px;
    margin-top:11px;
    overflow: hidden;
	visibility: visible;
}
.news_marqee_item_text {
    font-size:16px;
    direction: rtl;
    margin-left: 10px;
    text-decoration: none;
}
.marqee_desktop {
    display:block;
}
.marqee_mobile {
    display:none;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
	width: auto;
    margin-right: 0px;
    margin-top: 4px;
    overflow: hidden;
	visibility: visible;
	direction:rtl
}
.news_marqee_title {
	font-size: 22px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:40px;
	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: calc(100% - 345px);
}
.news_marqee_item {
	float: right;
	width: auto;
    height: 20px;
    margin-top:11px;
    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;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
	width: auto;
    margin-right: 0px;
    margin-top: 6px;
    overflow: hidden;
	visibility: visible;
	direction:rtl
}
.news_marqee_title {
	font-size: 20px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:40px;
	margin-right:5px;
	margin-left:10px;
	display:none
}
marquee {
    width: 100%;
    float:right;
    cursor:pointer;
    text-align:right;
    direction:rtl;
}
.news_marqee_items_container {
	float: right;
	width: calc(100% - 115px);
}
.news_marqee_item {
	float: right;
	width: auto;
    height: 20px;
    margin-top:12px;
    overflow: hidden;
	visibility: visible;
	margin-right:5px;
}
.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;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.news_marqee {
	width: 100%;
	float: right;
	height:40px;
	position:fixed;
	top:0;
	z-index:10000000
}
.news_marqee_title_container {
	float: right;
	width: auto;
    margin-right: 0px;
    margin-top: 6px;
    overflow: hidden;
	visibility: visible;
	direction:rtl
}
.news_marqee_title {
	font-size: 20px;
	text-align: right;
	float: right;
	width: auto;
}
.news_marqee_title_arrow{
	float: right;
	width: 20px;
	height:40px;
	margin-right:5px;
	margin-left:10px;
	display:none
}
marquee {
    width: 100%;
    float:right;
    cursor:pointer;
    text-align:right;
    direction:rtl;
}
.news_marqee_items_container {
	float: right;
	width: calc(100% - 115px);
}
.news_marqee_item {
	float: right;
	width: auto;
    height: 20px;
    margin-top:12px;
    overflow: hidden;
	visibility: visible;
	margin-right:5px;
}
.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;
}
}