body {
  background-image: url("../img/ksa_bg.jpg");
  background-repeat: no-repeat;
}

footer {
  padding-top: 50px;
  margin-top: 80px;
}
.footer {
  background-color: #0e5e69;
  opacity: 0.9;
}

.v2030 {
  margin-top: -140px;
  margin-right: 100px;
}

.alert {
  margin-bottom: 10px;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  opacity: 0.7;
  border-radius: 23px;
  padding: 10px;
}

.contact-form {
  max-width: 500px;
  margin: 20px auto;
}

.contact-form .form-group {
  margin-bottom: 0;
  position: relative;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 10px;
}

.contact-form textarea {
  height: 180px !important;
}

.contact-form i {
  height: 0;
  float: left;
  position: relative;
  top: -38px;
  left: 10px;
  color: #999;
}
.contact-form .fa-asterisk {
  height: 0;
  float: right;
  position: relative;
  top: -43px;
  left: -3px;
  color: red;
  font-size: 8px;
}
.contact-form .textarea-asterisk {
  top: -185px;
}

.contact-form .custom-alert {
  padding: 5px 10px;
}

.contact-form .send-icon {
  color: white;
}
.contact-form input {
  padding-left: 35px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.main-title {
  position: relative;
  padding: 20px;
  background-color: #5b605e;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  opacity: 0.8;
  margin-top: 80px;
  color: aliceblue;
}
