/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * About Us Page
 *
 */
.about-us {
  text-align: right;
  direction: rtl;
}
.about-us ul {
  list-style-type: none;
}
.about-us ul li {
  margin-bottom: 10px;
}
.about-us .danger-para {
  background-color: #feedef;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #db0000;
  line-height: 30px;
  margin-top: 50px;
}

/*# sourceMappingURL=about-us.css.map */
