.news-ticker-label {
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  left: 0;
  z-index: 99;
  position:relative;
}
.news-ticker-label i{
  padding-right: 5px;
}
.fd-elementor-news-ticker{
  overflow: hidden;
  line-height: 40px;
  height: 40px;
}

.top-heading a:hover{
   text-decoration: none;
}
.fd-elementor-news-ticker i{
	line-height: 40px;
}
.fd-elementor-news-ticker .sep_date{
	padding:0px 10px;
}
.feature-image img{	vertical-align: middle;}
.news-ticker-label .news-ticker-icon{
	width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-flex;
}
.fd-elementor-news-ticker .sep_icon {
  align-content: center;
}

/* RTL (Right-to-Left) Support for Arabic/Hebrew */
.news-ticker-wrap.news-ticker-rtl {
  direction: rtl;
  text-align: right;
}
.news-ticker-rtl .news-ticker-label {
  float: right;
  left: auto;
  right: 0;
}
.news-ticker-rtl .news-ticker-label i {
  padding-right: 0;
  padding-left: 5px;
}
.news-ticker-rtl .news-ticker-label .news-ticker-icon {
  margin-right: 0;
  margin-left: 5px;
}
.news-ticker-rtl .fd-elementor-news-ticker {
  direction: ltr; /* Keep track LTR for animation */
}
.news-ticker-rtl .top-heading {
  direction: rtl;
  text-align: right;
}