/*----[[wb-section-id-6538badde0fdae5aa310ad4c-start-css]]---*/
        /*--------------------------------------------------------------
# Start Top Bar
--------------------------------------------------------------*/
.header_39 {
  background: var(--wb-website-theme-primary-color);
  border-bottom: 0.1rem solid var(--wb-input-border-color);
  padding: 2rem 0rem;
}

.header_39 a {
  color: var(--wb-website-text-primary-color);
}

.header_39 .social-list i{
  color: var(--wb-website-theme-secondary-color);
  font-size: 1.2rem;
}
.header_39 .social-list p{
font-size: 1.2rem;
font-weight: 600;
margin-top: 0.4rem;
}
.header_39 ul {
  margin-bottom: 0rem;
}

/*--------------------------------------------------------------
# End Top Bar
--------------------------------------------------------------*/
        /*----wb-section-id-6538badde0fdae5aa310ad4c-end-css----*/
        

/*----[[wb-section-id-66ab59af9eeea6aaa35e44ce-start-css]]---*/
        .form_92 {
  background: url(https://builder-templates-bucket.s3.amazonaws.com/66ab59af9eeea6aaa35e44ce/assets/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 3rem;
}

.form_92 .contact-div h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_92 .contact-div p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.form_92 .modal.fade {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
  transform: translate(-50%, -50%);
  border-radius: 0;
  box-shadow: 0 0 0.988rem var(--wb-theme-box-shadow);
  background: url(https://builder-templates-bucket.s3.amazonaws.com/66ab59af9eeea6aaa35e44ce/assets/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_92 .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.form_92 .modal-dialog .modal-content {
  border: none !important;
  background: url(https://builder-templates-bucket.s3.amazonaws.com/66ab59af9eeea6aaa35e44ce/assets/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_92 .modal-body {
  position: relative;
  padding: 2rem;
}

.form_92 .modal-btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  padding: 0.25rem;
  background-color: var(--wb-website-theme-primary-color);
  box-shadow: 0 0.125rem 0.75rem var(--wb-theme-box-shadow);
  border-radius: 50%;
}

.form_92 .modal-btn-close:focus {
  box-shadow: none;
}

/* Form */
.form_92 input[type="checkbox"] {
  accent-color: var(--wb-website-theme-secondary-color);
}

.form_92 .form-check {
  padding-left: 0.8rem;
}

.form_92 .checkbox-btn {
  height: 1.1rem;
  width: 1.1rem;
  outline: none;
  box-shadow: none;
}

.form_92 label {
  font-size: 1rem;
}

.form_92 .form-heading-block h1 {
  font-size: 2.625rem;
  font-weight: 600;
}

.form_92 .form-heading h6 {
  font-size: 1.1rem;
}

.form_92 .form-control {
  padding: 0.938rem;
  color: var(--wb-input-text-color);
  background: var(--wb-input-background-color);
  border: 0.063rem solid var(--wb-input-border-color);
}

.form_92 .form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 0.063rem solid var(--wb-website-theme-secondary-color);
}

.form_92 .form-check-input {
  outline: 0;
  box-shadow: none;
}

.form_92 ::placeholder {
  font-size: 0.875rem;
  color: var(--wb-input-placeholder-color);
}

.form_92 .secondary-solid-btn {
  padding: 0.938rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  transition: 0.3s linear;
}

.form_92 .secondary-solid-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.form_92 [type="number"]::-webkit-outer-spin-button,
.form_92 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form_92 input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.form_92 .form-div h3 {
  font-size: 2rem;
  font-weight: 600;
}

.form_92 .form-div p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 47.99rem) {

  .form_92 .form-control,
  .form_92 .secondary-solid-btn {
    padding: 0.5rem 0.938rem;
  }
}
        /*----wb-section-id-66ab59af9eeea6aaa35e44ce-end-css----*/
        

/*----[[wb-section-id-629dfb685cfc3fb3792537e9-start-css]]---*/
        /*--------------------------------------------------------------
# para_section
--------------------------------------------------------------*/
.para_section {
  background: var(--wb-website-theme-primary-color);
}

.para_section p {
  font-size: 1rem;
  font-weight: normal;
}

/*--------------------------------------------------------------
# End para_section
--------------------------------------------------------------*/
        /*----wb-section-id-629dfb685cfc3fb3792537e9-end-css----*/
        

        

        

        

        

        

        

        

        

  font-weight: 700;
  margin-bottom: 0;
}
        /*----wb-section-id-67470ba6f05e5f7adbddaaba-end-css----*/
        

        

        

/*----[[wb-section-id-61b823c65efc742a3f1a0c47-start-css]]---*/
        /*--------------------------------------------------------------
# Footer_9
--------------------------------------------------------------*/

.footer_9 {
  background: var(--wb-website-theme-primary-color);
}

.footer_9 .footer-logo {
  max-width: 100%;
  height: 4.5rem;
}

.footer_9 .footer-links a{
  color: var(--wb-website-text-primary-color);
}

.footer_9 .footer-links a:hover{
    color: var(--wb-website-theme-secondary-color);
}

.footer_9 .small-icon li > a {
  color: var(--wb-website-theme-secondary-color);
}

/*--------------------------------------------------------------
# End Footer_9
--------------------------------------------------------------*/
        /*----wb-section-id-61b823c65efc742a3f1a0c47-end-css----*/
        

