* {
  /* margin: 5px auto;
  padding: 5px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Tajawal", sans-serif; */
}

.f_main {
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  direction: rtl;
  background-color: rgba(0, 0, 0, 0.9);
}

.f_main div {
  color: black;
  text-align: center;
  padding: 20px;
}

.f_main img {
  margin: 30px auto;
  display: block;
  width: 270px;
  height: 160px;
  align-items: center;
  justify-content: center;
}

.f_about {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.f_about .about_us_text {
  direction: rtl;
  text-align: justify;
}

.f_about div {
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.f_about .about_us_text {
  line-height: 2.5;
  font-size: 16px;
  /*font-weight: bold;*/
}

.f_contact_info {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.f_contact_info div {
  color: white;
  width: 100%;
  text-align: center;
  padding: 0px;
  text-align: right;
}

.f_contact_info table tr {
  border-bottom: 1px dotted black;
  height: 50px;
  direction: ltr;
}

.f_quick_contact {
  width: 30%;
}

.f_quick_contact ::-moz-placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.f_quick_contact :-ms-input-placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.f_quick_contact ::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.f_quick_contact .f_quick_contact_input input {
  width: 100%;
  height: 50px;
  font-size: 20px;
}

.f_quick_contact .f_quick_contact_input textarea {
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
}

.f_quick_contact .f_quick_contact_input textarea:hover {
  background-color: #FFCA28;
  color: black;
}

.text_only:hover {
  background-color: #FFCA28;
  color: black;
}

.f_subscribe_btn input {
  display: block;
  text-align: center;
  border-radius: 20px 10px 50px 1px;
  color: black;
  background-color: #FFCA28;
  width: 25%;
  padding: 5px;
  margin: 0px auto;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.top_txt {
  font-size: 25px;
  font-weight: bold;
  direction: ltr;
}

.copyright {
  color: black;
  text-align: center;
  margin: 0px auto;
  font-size: 15px;
  font-weight: bold;
}

.f_subscribe_btn input:hover {
  background-color: #77cedf;
  color: black;
}

/*# sourceMappingURL=footer_123.css.map *//*# sourceMappingURL=footer_123.css.map */