.about-us-area .info .bottom-info {
	display: flex;
	align-items: center;
	margin-top: 25px;
	justify-content: flex-end;
}


.banner-area .box-table {
  display: table;
  width: 100%;
  direction: rtl;
}

.nav-container {
  direction: rtl;
}


h1, h2, h3, h4, h5, p, samp, blockquote, li, .features-items, .pricing {
  direction: rtl;
  text-align: right;
}

.attr-nav>ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}


.navbar-nav>li {
  float: right;
}


.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}



services-types-area .item ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: var(--color-secondary);
  transform: translateY(-50%);
  font-weight: 400;
}


.top {

    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;

}




.icon {
  margin-left: 15px;
}

.form-group {
  direction: rtl;
}