#gform_wrapper_1 .gform_footer {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}
#gform_wrapper_1 input[type=submit] {
  background-color: rgba(240, 240, 240, 0);
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Kannada';
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 5;
  transition: background-color 0.5s ease;
}
.gfield_select {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-family: 'Nouvelle Grotesk' !important;
}
#gform_wrapper_1 input[type=text] {
  background-color: rgba(255, 255, 255, 0);
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding-left: 5px !important;
  color: black !important;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Nouvelle Grotesk' !important;
}
::-webkit-input-placeholder {
  /* WebKit , Blink , Edge */
  color: black;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19 + */
  color: black;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: black;
}
#gform_wrapper_1 > #gform_1 #field_1_8 {
  font-family: 'Nouvelle Grotesk' !important;
  font-size: 16px;
  -webkit-text-stroke-color: black;
  color: black;
}
#gform_wrapper_1 input[type=submit]:hover {
  background-color: #ddbcb0;
}
#gform_wrapper_1 > #gform_1 #field_1_9 {
  text-align: center;
  color: black;
}
#gform_confirmation_message_1 p {
  font-family: 'Kannada';
  font-size: 20px;
}
