@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: normal;
  src: url("../../../../inc/css/fonts/yekan.ttf");
}

.bi-chevron-right::before { content: "\f284"; }
.bi-chevron-left::before { content: "\f285"; }
@media only screen and (min-width: 900px) {
	.navbar .dropdown ul {
	  display: block;
	  position: absolute;
	  left: auto;
	  top: calc(100% + 30px);
	  margin: 0;
	  padding: 10px 0;
	  z-index: 99;
	  opacity: 0;
	  visibility: hidden;
	  background: #fff;
	  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	  transition: 0.3s;
	}
}
body {
	font-family: rtl-font,yekan;
	font-size: 12pt;
}
#footer .footer-newsletter form {
	text-align: right;
}

#footer .footer-newsletter form input[type="submit"] {
  right: auto;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.event-info-icon {
  float: right;
}
.acme-news-ticker-label {float: right !important;}
.glightbox-clean .gslide-description {
	background: none;
}
.glightbox-clean .gslide-title {
	font-family: rtl-font,yekan,tahoma;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
#footer .copyright {
	float: right;
}

.schedule-tab-content .tab-pane:after {
	left: auto;
	right: 196px;
}

.schedule-tab-content .item:after {
	left: auto;
	right: 190px;
}

.schedule-tab-content .item .meta {
	right: 0;
}
.schedule-tab-content .item .content {
	padding-left: 20px;
	padding-right: 240px;
}