.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    right: 100%;
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        padding: 8px 25px;
        font-weight: 500;
        color: #0679b4;
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        max-width: 250px;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        text-align: right;
    }
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 0;
}
.course-title {
    margin-bottom: 10px;
    text-align: right;
}
.course-item {
    
    direction: rtl;
}
.footer-contact li a {
    color: var(--footer-text-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* direction: ltr; */
}

.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  right: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  right: 22px;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
.team-bio {
    height: 138px;
    overflow-y: scroll;
    direction: rtl;
}
.footer-widget-title::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  right: 0;
  z-index: -1;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #0679b4;
  bottom: 0;
  right: 18px;
  z-index: -1;
}