/*---------------------------------------------------------------------------------

 Theme Name:   qthreebjsweeps
 Theme URI:    https://qthreebjsweeps.wpengine.com/
 Description:  Awesome site for qthreebjsweeps
 Author:       Md. Abu Jubaer Piash
 Author URI:   https://piash.net/
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html


----------------------------------------------------------------------------------*/
body {
  background: white!important;
}
.et_pb_section {
  background-color: transparent;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white;
}
#loader,
#process-loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -75px 0 0 -40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: black;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before,
#process-loading:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: black;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after,
#process-loading:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: black;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 10px!important;
  line-height: 1!important;
}
#gform_wrapper_1 {
  line-height: 1;
  padding-top: 0;
}
#gform_wrapper_1 form .gform_footer {
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
#gform_wrapper_1 form .gform_footer input[type="submit"] {
  margin: 0;
  background: #01A0E0;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 20px;
  padding: 15px 45px;
  text-align: center;
  font-family: 'Helvetica Bold', Helvetica, Arial, Lucida, sans-serif;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: black;
  transition: all 0.5s ease;
  width: 100%;
  text-transform: uppercase;
}
#gform_wrapper_1 form .gform_footer input[type="submit"]:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
#gform_wrapper_1 form .gform_body .gform_fields {
  grid-row-gap: 0;
  grid-column-gap: 4%;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield_consent_label {
  line-height: 1.3;
  color: #50575e;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield_consent_label a {
  text-decoration: underline;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield {
  padding-bottom: 20px;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield#field_1_3 {
  padding-bottom: 10px;
  font-weight: bold;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_label {
  line-height: 1.2 !important;
  display: block;
  font-size: 15px!important;
  margin-bottom: 5px;
  color: #50575e !important;
  font-family: 'Helvetica Bold', Helvetica, Arial, Lucida, sans-serif;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_label span {
  color: #50575e !important;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
#gform_wrapper_1 form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
#gform_wrapper_1 form .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
#gform_wrapper_1 form .gform_body .gform_fields .gfield .ginput_container select {
  padding: 12px!important;
  font-size: 15px!important;
  border: none;
  line-height: 1!important;
  border-radius: 0!important;
  height: auto;
  background: #E8E8E8;
  outline: none;
}
#gform_wrapper_1 form .gform_body .gform_fields .gfield .ginput_container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #E8E8E8 url(imgs/arrow.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  -ms-grid-column-span: 4!important;
  grid-column: span 4!important;
}
.gform_body .single_gf_checkbox .ginput_container {
  position: relative;
  padding-left: 35px;
}
.gform_body .single_gf_checkbox .ginput_container input[type="checkbox"] {
  display: none!important;
}
.gform_body .single_gf_checkbox .ginput_container label.gfield_consent_label {
  color: #50575e;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.71;
}
.gform_body .single_gf_checkbox .ginput_container label.gfield_consent_label a {
  text-decoration: underline;
}
.gform_body .single_gf_checkbox .ginput_container label.gfield_consent_label::before {
  -webkit-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 24px!important;
  height: 24px!important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 20px;
  background-color: white;
  border: 0!important;
  vertical-align: middle;
  text-align: center;
  background-image: url(imgs/check.svg);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center left 4px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  top: 0;
}
.gform_body .single_gf_checkbox .ginput_container input[type="checkbox"]:checked + label:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 20px;
  background-color: white;
  border: 0!important;
  vertical-align: middle;
  text-align: center;
  background-image: url(imgs/check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left 4px;
  top: 0;
}
.ginput_container.ginput_container_consent {
  padding-left: 25px;
  position: relative;
}
.ginput_container.ginput_container_consent input[type="checkbox"] {
  position: absolute;
  left: 0;
}
.gform_heading {
  display: none;
}
.gform_wrapper .gfield_required {
  font-weight: bold!important;
  font-size: 15px!important;
  color: #50575e !important;
}
.gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gform_wrapper.gravity-theme .gfield_error label {
  color: black!important;
  font-weight: bold;
}
#gform_wrapper_1 form .gform_footer {
  justify-content: center;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: red!important;
  font-weight: bold!important;
  padding: 0!important;
}
