*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
     font-family: K24KurdishBold-Bold;
     src: url(K24KurdishBold-Bold.woff);
    }

* {
     font-family: K24KurdishBold-Bold;
}

body {
  padding: 1em;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #e3e3e3;
}

h1 {
  height: 70px;
  width: 100%;
  font-size: 25px;
  background: #1593E5;
  color: white;
  line-height: 100%;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

form h1 {
  box-sizing: border-box;
  padding: 20px;
}

p{
   text-align:center;
   float:center;
   color:red;
   font-size:30px;
   font-weight:bold
}

h4 {
  color: #1593E5;
  font-size: 20px;
  margin-bottom: 3px;
}

label {
  color: #1593E5;
}

input[type="text"], input[type="number"]{
line-height: 1.9;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select, textarea {
  width: 100%;
  padding: 1em;
  font-size: 18px;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus, textarea {
  outline: 0;
  border-color: #1593E5;
}
input:focus + .input-icon i , textarea {
  color: #1593E5;
}
input:focus + .input-icon:after, textarea {
  border-right-color: #1593E5;
}
input[type="radio"]{
  display: none;
}

input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
}

select {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  border-radius: 0;
}

input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
  font-size: 25px;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #1593E5;
  color: #fff;
  border-color: #64ac15;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 4em;
  line-height: 2;
  font-size: 18px;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: orange;
  color: #fff;
  font-size: 25px;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

button {
  border: none;
  background: red;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
  padding: 20px;
  width: 100%;
  color: white;
  margin-left: 0px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}


.container {
  max-width: 100%;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #55ed9d;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #1593E5;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1DA1F2;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #55ed9d;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1DA1F2;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #FF0000;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
    }
  
  h1 {
    font-size: 15px;
    }
  
  h4 {
    font-size: 12px;
    }
    
  p {
    font-size:10px;
    }
 
  input,
  input[type="radio"] + label,
  input[type="checkbox"] + label:before,
  select option,
  select, textarea {
    font-size: 10px;
    }
	
}

fieldset {
    width: 100%;
    border: 3px double #1593E5;
	border-radius: 5px;
    font-family: Arial, sans-serif;
    padding: l0px;
}
legend {
    font-weight: bold;
	font-size: 14px;
	color: #FF8103;
	
}
label {
    padding-left: l0px;
}

.signature p{
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.6em;
	color: #AAAAAA;
}

.signature a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}