/* Contact Form variables

========================================================*/

/*========================================================

										Main variables

=========================================================*/

/*hover color*/

/*hover 2 color*/

/*color of content*/

/*color of border*/

/*color of border*/

/*========================================================

										Typography

=========================================================*/

/*color of input fields in contact form*/

/* Contact Form Basic Styles 

========================================================*/

#contact-form-3 {

  position: relative;

  margin-top: 32px;

  text-align: left;

}

#contact-form-3 label.message {

  max-width: 100%;

}

#contact-form-3 label {

  position: relative;

  /*display: block;*/

  width: 100%;

  /*max-width: 370px;*/

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  /*min-height: 63px;*/

}

#contact-form-3 label.message {

  width: 100%;

  position: relative;

  /*top: -1px;*/

}



#contact-form-3 label+label {

  margin-top: -15px;

}



#contact-form-3 fieldset {

  border: none;

}

/* Contact Form Placeholder Styles 

========================================================*/

#contact-form-3 ._placeholder {

  width: 100% !important;

  position: absolute;

  display: block;

  line-height: 42px;

  font-size: 1rem;

  font-family: inherit;

  padding: 8px 20px;

  -webkit-box-sizing: border-box;

  border-radius: 0;

  cursor: text;

  color: #6c757d;

  box-shadow: none;

}

#contact-form-3 label.phone ._placeholder:after {

  display: none;

  color: #ffffff !important;

}

#contact-form-3 ._placeholder.focused {

  opacity: 0.4;

  filter: alpha(opacity=40);

  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);

}

#contact-form-3 ._placeholder.hidden {

  display: none;

}

#contact-form-3 .file ._placeholder {

  display: none;

}

/* Contact Form Input 

========================================================*/

#contact-form-3 input[type='text'],
#contact-form-3 select {

  display: block;

  width: 100%;

  min-height: 50px;

  padding: 9px 12px;

  font-size: 14px;

  line-height: 1.5;

  color: #A3A3A3;

  border-radius: 6px;

  margin-bottom: 15px;

  -webkit-appearance: none;

  transition: .3s ease-in-out;

  border: 1px solid #D3D3D3 !important;

  font-family: inherit;

  box-shadow: none;

}

input,

textarea {

  -webkit-appearance: none;

}

/* Contact Form File Input 

========================================================*/

#contact-form-3 .input-group {

  position: relative;

  display: table;

  border-collapse: separate;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#contact-form-3 input.form-control[disabled] {

  cursor: not-allowed;

  background-color: #ffffff;

  opacity: 1;

}

#contact-form-3 input.form-control {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin-bottom: 0;

  padding: 6px 12px;

  /*color: #ffffff;*/

  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/

  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/

  /*-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/

  /*-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/

  /*transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/

}

#contact-form-3 .input-group-btn:first-child>.btn {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

  margin: 0 -1px 0 0;

}

#contact-form-3 .input-group .form-control:last-child {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

#contact-form-3 .input-group-btn:last-child>.btn {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

#contact-form-3 .input-group .form-control:first-child {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}

#contact-form-3 input.form-control,

#contact-form-3 .input-group-btn {

  display: table-cell;

  border-collapse: separate;

  float: none !important;

}

#contact-form-3 .input-group-btn label {

  width: auto;

  margin-left: -1px;

}

#contact-form-3 .input-group-btn {

  position: relative;

  font-size: 0;

  white-space: nowrap;

  width: 1%;

  vertical-align: middle;

}

#contact-form-3 .btn {

  margin-top: 26px;

}

#contact-form-3 .btn+.btn {

  margin-left: 5px;

}

#contact-form-3 .btn-default {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}

#contact-form-3 .btn-default:hover {

  color: #ffffff;

  background-color: #ebebeb;

  border-color: #adadad;

}

#contact-form-3 .btn-default:active,

#contact-form-3 .btn-default:focus {

  outline-offset: -2px;

  outline: none;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

/* Contact Form Textarea 

========================================================*/

#contact-form-3 textarea {

  display: block;

  width: 100%;

  min-height: 48px;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.5;

  color: #A3A3A3;

  border-radius: 6px;

  margin-bottom: 30px;

  -webkit-appearance: none;

  transition: .3s ease-in-out;

  border: 1px solid #D3D3D3 !important;

  font-family: inherit;

  box-shadow: none;

  height: 120px;

}

#contact-form-3 .btns {

  /*float: right;*/

  width: 100%;

  text-align: center
}

#contact-form-3 .btns a {

  margin-top: 9px;

  /* margin-right: 5px; */

  padding: 4px 17px;

}

/* Contact Form Error messages

========================================================*/

#contact-form-3 .empty-message,

#contact-form-3 .error-message {

  position: absolute;

  right: 3px;

  top: 3px;

  color: #ff000c;

  height: 0;

  overflow: hidden;

  font-size: 13px;

  -webkit-transition: 0.3s ease-in height;

  transition: 0.3s ease-in height;

  z-index: 99;

}

#contact-form-3 .invalid .error-message,

#contact-form-3 .empty .empty-message {

  height: 20px;

}

/* Contact Form Processing Box

========================================================*/

#contact-form-3 .contact-form-loader {

  position: absolute;

  z-index: -1;

  width: 100%;

  height: 100%;

  overflow: hidden;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.9);

  background-image: url('../images/form-loader.gif');

  background-repeat: no-repeat;

  background-position: 50% 50%;

  opacity: 0;

}

#contact-form-3.processing .contact-form-loader {

  opacity: 1;

  z-index: 99;

  -webkit-transition: all 0.3s ease-in;

  transition: all 0.3s ease-in;

}

/* Contact Form Modal 

========================================================*/

.modal {

  color: #000;

}

.modal-open {

  overflow: hidden;

}

#contact-form-3 .modal {

  display: none;

  overflow: auto;

  overflow-y: scroll;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  -webkit-overflow-scrolling: touch;

  outline: 0;

  font-family: "Poppins", sans-serif;

  font-size: 14px;

}

#contact-form-3 .modal h4 {

  font-size: 24px;

  padding: 0;

  margin: 0;

}

.modal-content {

  position: relative;

  background-color: #ffffff;

  border: 1px solid #999999;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  background-clip: padding-box;

  outline: none;

}

.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000000;

}

.modal-backdrop.fade {

  opacity: 0;

  filter: alpha(opacity=0);

}

.modal-backdrop.in {

  opacity: 0.5;

  filter: alpha(opacity=50);

}

.modal-header {

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

  min-height: 16.42857143px;

}

.modal-header .close {

  margin-top: -2px;

  position: relative;

  z-index: 10;

}

.modal-title {

  margin: 0;

  line-height: 1.42857143;

}

.modal-body {

  position: relative;

  padding: 20px;

}

/* Contact Form Close icon 

========================================================*/

.close {

  float: right;

  font-size: 21px;

  font-weight: bold;

  line-height: 1;

  color: #000000;

  text-shadow: 0 1px 0 #ffffff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}

.close:hover,

.close:focus {

  color: #000000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}

button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}

@media only screen and (max-width: 1199px) {

  #contact-form-3 {

    padding-right: 0;

  }

}

@media only screen and (max-width: 979px) {

  #contact-form-3 label {

    width: 100%;

  }

  #contact-form-3 .btn {

    padding-left: 12px;

    padding-right: 12px;

  }

}



.modal {

  background-color: rgba(0, 0, 0, 0.45);

}

#contact-form-3:not(.no-border) input,

#contact-form-3:not(.no-border) textarea {

  border: 1px solid #ccc;

  /*border: 1px solid #9e9e9e;*/

}