@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400&display=swap');
body * {
  direction: rtl;
  text-align: right;
  
}
*{
  font-family: 'Tajawal', sans-serif !important;  
}
body .navbar-nav {
  direction: ltr;
}
nav li:not(:last-child) {
    margin-right: 40px;
}
footer .footer-links {
    margin: 4% -16% 0 0;
}
a{
    font-size:smaller;
}
body .navbar-nav:first-child {
  margin-left: 30px;
}

body .navbar-brand .logo-text {
  margin-left: 0;
  margin-right: 15px;
}

body .photo-text {
  padding-left: 0;
  padding-right: 15%;
}

body .slick-prev, body .slick-next {
  text-align: center;
}

body .right-logo, body .left-logo {
  direction: ltr;
}

body .events, body .training {
  direction: ltr;
}

body .events *, body .training * {
  direction: ltr;
}
.footer-logo-col{
    margin-right:16%;
}
.navbar-nav{
    flex-direction: row-reverse !important;
}
body .events .img-list, body .events .img-text, body .events .training-title, body .events .events-title, body .training .img-list, body .training .img-text, body .training .training-title, body .training .events-title {
  direction: rtl;
}

body .articles-card-img {
  margin-left: 0;
  margin-right: 1.5%;
}

body .articles-card-title, body .articles-card-des {
  margin-left: 0px;
  margin-right: 10px;
}

body .articles-card:hover .articles-card-title, body .articles-card:hover .articles-card-des {
  margin-left: 0px;
  margin-right: 30px;
}

body .footerpart {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

body .footer-links a {
  text-align: right !important;
}

body .aboutUs .aboutus-menu {
  padding-left: 0%;
  padding-right: 10%;
}

body .aboutusDesCon {
  padding-right: 0;
  padding-left: 5%;
}

body .aboutUs .selected-link .blueBottomLine {
  right: 0;
}

body .slider .text-center h1 {
  text-align: center;
}

body .desc p {
  text-align: right;
}

body .programType .whiteCirlce {
  left: auto;
  right: 0;
}

body .knowMoreLink {
  right: auto !important;
  left: 0;
}

body .knowMoreLink span {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

body .blueCirlce {
  left: auto;
  right: 0;
}

body .classesBox .uk-modal-dialog .CloseClassesBoxBtn {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: auto;
  right: 20px;
}

body .classesBox {
  direction: ltr;
}

body .available, body .notAvailable {
  right: auto !important;
  left: 20px;
}

body .slide_bg * {
  direction: ltr;
  text-align: center;
}

body .slide_bg .content h3 {
  direction: rtl;
}

body .articles .text-center h1 {
  text-align: center;
}

body .articles .articles-con .articles-card .article-date {
  right: auto;
  left: 40px;
}

body .article .article-title {
  padding-left: 0px;
  padding-right: 170px;
}

body .article .article-title .bluebox {
  left: auto;
  right: 0;
}

body .traning-card * {
  text-align: center;
}

body .contact .contact-content .contact-icons {
  right: auto;
  left: -200px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

body .contact .contact-content .contact-con {
  right: auto;
  left: -40px;
}

body .contact .contact-content .submit-btn {
  margin-right: 0;
}
/*# sourceMappingURL=styleRtl.css.map */