/*
  Name: AEIC
  URL: http://azhar-aeic.com/
  Author: Ahmed Saleh
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,body ,h1,h2,h3,h4,h5,h6, a {
  font-family: 'Cairo', sans-serif !important;
}

/*--------------------------------------------------------------
# fix rtl errors
--------------------------------------------------------------*/

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  left: 0;
  margin: 15px 0 0 15px;
}

#mobile-nav ul li .show {
  right: 10px;
}

.go-to-conference i {

  margin-left: auto;
  margin-right: 6px;
}

.note .conference-program a::after,
.note .conference-program a::before {
  top: 30px;
}

.owl-stage-outer {
  position:relative;
  overflow:hidden;
  transform:translate3d(0,0,0);
  direction: ltr;
}

.owl-dots {
  direction: ltr;
}

.fa-li {
  right: -2.14285714em;
}

#committees .chairmans .row > div {
  border-right: none;
  border-left: 1px solid #0e1b4d30;
}


#committees .tab-content ul span {
  float: left;
}

#speakers .speaker .details h3 a{
  font-family: "Raleway", sans-serif !important; 
}

#faq #faq-list a i {
  right: auto;
  left: 0;
}

#faq #faq-list a {
  padding-right: 0;
}

#nav-menu-container {
  float: left;
}

.nav-menu > li {
  float: right !important;
}

.sf-arrows .sf-with-ul {
  padding-right: 0;
  padding-left: 30px;
}

.sf-arrows .sf-with-ul:after {
  right: 30px;
}

#schedule .schedule-item .speaker {
  float: right !important;
  margin: 0 0 10px 10px !important;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(50%) !important;
  margin-right: 50% !important;
  transition: all ease-in-out 0.3s;
}

#fees .tab-pane .card .card-price {
  direction: ltr;
}

#fees .tab-pane .card .card-price del:before {
  bottom: 18px;
}

#footer .footer-top .footer-links ul i {
  margin-right: 0 ;
  margin-left: 5px;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    right: auto;
  }
}