@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
    direction: rtl;
    text-align: right;
    font-family: "Tajawal";
}

.header-btn {
	float: left;
}

.site-breadcrumb a:after {
 content: "";
}

a {
    text-decoration: none;
}

.offset-lg-1, .offset-md-1 {
  margin-left: 0;
  margin-right: 8.333333%;
}

.intro-newslatter input[type=text], .intro-newslatter input[type=email], .course-search-form input[type=text] {
  float: right;
  margin-left: 22px;
  margin-right: 0px;
}

.course-search-form, .intro-newslatter {
  display: flex;
  justify-content: space-between;
}

/* the following must be separated to work! */
::-webkit-input-placeholder {
	font-style: normal;
}

::-ms-input-placeholder {
	font-style: normal;
}

:-ms-input-placeholder {
	font-style: normal;
}

::placeholder {
	font-style: normal;
}

.footer-newslatter p {
	font-style: normal;
}

.widget-item ul.contact-list {
	list-style: none;
}

.footer-wrap>.row {
  margin-left: 0px;
  margin-right: 0px;
}

.contact-info-area .social-links a:last-child {
	margin-right: 30px;
}

.ltr_direction {
  direction: ltr;
}
