@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
*, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl !important;

}
.container{
  margin-bottom:5%;
  direction: rtl !important;
}

#form-header{
  margin-top:5%;
  text-align:center;
}

#form-tagline{
  background: #ff6d00;
  border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
  color:#ffffff;
  margin-top:5%;
  padding: 4%;
  text-align:left;
}

#form-tagline .fa{
  margin-bottom:15%;
}

#form-tagline h2 {
  text-align:center;

  font-family: 'Droid Arabic Kufi', serif !important; 
  margin-TOP:75px;
}

#form-content{
  background: #f4f4f4;
  border-top-right-radius: 0.5rem;
	border-bottom-right-radius:0.5rem;
  margin-top:5%;
  padding: 3%;
}

.form-group{
  margin-top:5%;
}

.contact{
	padding: 4%;
	height: 400px;
}

.control-label{
  font-size:16px;
	font-weight:600;
}

div .submit-button{
  margin-top:3%;
  text-align:CENTER;
}

button#submit{
  white-space: normal;
  width:auto;
	background: #ff6d00;
	color: #ffffff;
  font-weight: 600;
	width: 25%;
}


