body {
  font-family: "Tajawal", Arial;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Tajawal", Arial;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 30px;
  font-family: "Tajawal", Arial;
  font-size: 15px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
}
#hero .carousel-content 
 {
    text-align: right;
}
#hero .btn-get-started {
  font-family: "Tajawal", Arial;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: #20799b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Tajawal", Arial;
  font-size: 14px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Tajawal", Arial;
  color: #fff;
}
.navbar ul {
    direction: rtl;
}
.navbar ul.sub-menu
 {
    display: none;
    top: 100%;
    /*right: 0;*/
    background: #fff;
    min-width: 220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    flex-direction: column;
}
.pagelayer-embed-container{
	direction: rtl;
}

