/* ------------------------------------------------------------ *\
	section-form
\* ------------------------------------------------------------ */
.section-form {
  padding: 6rem 0 6rem;
  position: relative;
  color: var(--c-white);
  /*  Tablet  */
  /*  Mobile  */
}

.form-heading-sec{text-align:center;color:inherit;margin-bottom:30px !important;}

@media (max-width: 1023px) {
  .section-form {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .section-form {
    padding: 3rem 0;
  }
}
.section-form > * {
  position: relative;
  z-index: 2;
}
.section-form .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-form .section__background:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(4, 13, 79);
/*   background: radial-gradient(circle, rgb(77, 75, 168) 0%, rgb(4, 13, 79) 60%); */ /* Remove Gradient */ */
}
.section-form.remove-gradient .section__background:before {
  background: rgb(4, 13, 79);
}
.section-form .section__inner.new {
  display: flex;
  margin: 0 -3rem;
  justify-content:center;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-form .section__inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-form .section__inner {
    margin: 0;
  }
}
.section-form .section__main {
  max-width: 44%;
  flex: 0 0 44%;
  padding: 3rem 3rem 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-form .section__main {
    max-width: 60rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-form .section__main {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2.4rem;
  }
}
.section-form .section__main h4 {
  color: var(--c-orange);
  letter-spacing: 0.1em;
}
.section-form .section__main h2 {
  margin-bottom: 2rem;
  color: var(--c-white);
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-form .section__main .h1 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .section-form .section__main .h1 {
    margin-bottom: 2.4rem;
  }
}
.section-form .section__main .h1 br {
  /*  tablet  */
}
@media (max-width: 1023px) {
  .section-form .section__main .h1 br {
    display: none;
  }
}
.section-form .section__aside {
  max-width: 56%;
  flex: 0 0 56%;
  padding: 0 3rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-form .section__aside {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-form .section__aside {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	secondary
\* ------------------------------------------------------------ */
.section-form.secondary {
  /*  Tablet  */
  /*  Small Desktop  */
}
@media (min-width: 1023.02px) {
  .section-form.secondary {
    padding: 6rem 0;
  }
  .section-form.secondary .section__inner {
    margin: 0 -1rem;
  }
  .section-form.secondary .section__main,
  .section-form.secondary .section__aside {
    padding: 0 1rem;
  }
  .section-form.secondary .section__main {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-form.secondary .section__main .h1 {
    margin-bottom: 12rem;
  }
  .section-form.secondary .section__aside {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-form.secondary .testimonial {
    max-width: 60rem;
  }
}
@media (min-width: 1299.02px) {
  .section-form.secondary {
    padding: 12rem 0 16rem;
  }
}
.section-form.secondary .form .form__head {
  /*  tablet  */
}
@media (max-width: 1023px) {
  .section-form.secondary .form .form__head {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	tertiary
\* ------------------------------------------------------------ */
.section-form.tertiary {
  padding: 2.8rem 0 8.4rem;
}
.section-form.tertiary .section__background:before {
  top: 28.2%;
  height: 145%;
}
.section-form.tertiary .section__content {
  max-width: 85rem;
  width: 75%;
  margin: 0 auto;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .section-form.tertiary .section__content {
    width: 100%;
  }
}
.section-form.tertiary.no-offset {
  padding: 6rem 0 8.4rem;
}
.section-form.tertiary.no-offset .section__background:before {
  top: 0;
  height: 145%;
}
/* ------------------------------------------------------------ *\
	spacings
\* ------------------------------------------------------------ */
.section-form.large-pb {
  /*  Tablet  */
}
@media (min-width: 1023.02px) {
  .section-form.large-pb {
    padding-bottom: 12rem;
  }
}
/* ------------------------------------------------------------ *\
	slider-testimonials
\* ------------------------------------------------------------ */
.slider-testimonials .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -0.4rem;
  margin-top: 1.4rem;
  padding: 0 2rem;
  /*  tablet  */
}
@media (max-width: 1023px) {
  .slider-testimonials .slick-dots {
    justify-content: center;
  }
}
.slider-testimonials .slick-dots li {
  margin: 0.4rem;
  list-style-type: none;
}
.slider-testimonials .slick-dots button {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  font-size: 0;
  border: none;
  border-radius: 50%;
}
.slider-testimonials .slick-dots .slick-active button {
  background-color: var(--c-orange);
}
.slider-testimonials .slider__slides {
  margin: 0 0 0 -2rem;
}
.slider-testimonials .slider__slide {
  padding: 0 0 0 2rem;
}
/* ------------------------------------------------------------ *\
	testimonial
\* ------------------------------------------------------------ */
.testimonial {
  max-width: 50rem;
  /*  tablet  */
}
@media (max-width: 1023px) {
  .testimonial {
    text-align: center;
    margin: 0 auto;
  }
}
.testimonial.testimonial--wide {
  max-width: 98rem;
}
.testimonial blockquote {
  font-family: var(--ff-brother);
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.9rem;
  /*  Mobile  */
}
@media (max-width: 767px) {
  .testimonial blockquote {
    font-size: 2.4rem;
  }
}
.testimonial blockquote:before {
  content: '"';
  position: absolute;
  top: 0;
  right: 100%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .testimonial blockquote:before {
    position: relative;
    right: 0;
  }
}
.testimonial blockquote:after {
  content: '"';
  display: inline-block;
  vertical-align: top;
}
.testimonial > div {
  display: inline-flex;
  align-items: center;
  border-top: 0.1rem solid var(--c-orange);
  padding-top: 2.2rem;
}
.testimonial > div h6 {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: var(--ff-lato);
  margin-right: 1.2rem;
  margin-bottom: 0;
  color: inherit;
}
.section-form .form .form__head h2{
     font-size: 36px;
      color: #040e8f;
    margin-bottom: 1.4rem;
}
.form-heading-sec{
 padding-bottom:30px;
}