
 /* why choose us area start  */


 /* why choose us area end  */

.banner-one{
  padding: 20px 0px 0px 0px !important;
}
.hero-sec-pd{
  padding: 20px 0px;
}
 .cus-sec-pd{
  padding: 40px 0px !important;
 }

.sec-bg-color{
     background-color: #d1d1d144;
 }

.icon-bx-wraper {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 35px !important;
    background-color: #1a1668 !important;
    margin-bottom: 10px;
    border-radius: 20px;
}

.icon-bx-wraper i{
    font-size: 28px;
    color: #eaa451 ;
}

 .icon-content p{
    margin-bottom: 0px !important;
    font-size: 17px ;
    color: #fff;
}


/* about-us-area start */

.about-us-page .about-content h2{
  font-size: 40px !important;
}
.about-us-page .about-content p{
  line-height: 1.8 !important;
}
.mission-bx{
 box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 padding: 20px 40px;
 border-radius: 10px;
 background-color: #fff;
  transition: all .5s ease-in-out; 
}

.misson-txt-bx p{
  color: #000 !important;
 
}

.mission-bx:hover{
 transform: scale(1.1); 
}

/* about-us-area end */


/* faq-section form area start */
.faq-form {
  max-width: 530px;
  margin-inline: auto;
  background: #1a1668;
  padding: 30px;
  border-radius: 8px;
  /* background-image: url(../img/all-images/bg/bg4.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.faqForm__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faqForm__wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#signupForm label {
    color: white;

    /* color: var(--ztc-text-text-8); */
    /* font-family: var(--ztc-family-font1); */
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

#signupForm label span {
    color: red;
    padding-left: 5px;
}

#signupForm input, #signupForm textarea {
  border-radius: .375rem;
  background: white;
  /* box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05); */
  box-shadow: inset 0 6px 10px rgba(0, 0, 0, .08), inset 0 0 6px rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
}

#signupForm textarea {
  height: 120px;
  resize: none;
}

.faqForm__agree {
    border-radius: .375rem;
    background: white;
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05); */
    box-shadow: inset 0 6px 10px rgba(0, 0, 0, .08), inset 0 0 6px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 10px;

    display: flex;
    align-items: start;
    gap: 6px;

}

#signupForm .faqForm__agree label {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
}

#signupForm .faqForm__agree input {
    transform: translate(0, 2px);
}

.faqForm__button {
  border: none;
  outline: none;
}

#signupForm label.error {
  background: red;
  max-width: max-content;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 10px;
}

.home-page .cta3-section-area {
background: white;
    border: none;
}

/* .home-page .cta3-section-area .cta-bg-area .heading2 h2 {
    color: var(--ztc-text-text-5);
}

.home-page .cta3-section-area .cta-bg-area .heading2 p {
    color: var(--ztc-text-text-5);
} */

/* Chrome, Safari, Edge, Opera */
input[name="phone"]::-webkit-outer-spin-button,
input[name="phone"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[name="phone"] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=main.css.map */
/* faq-section form area end */

/* testimonial-area start */



.testimaonils-area{
  background-color: #ffefc2 ;
  background-color: #eaa55175 ;
}

.testimaonils-area .test-hd{
  font-size:  60px;
}
.client-wrapper{
  margin-bottom: 20px;
}
.client-cnt-wrapper{
  display: flex;
  gap: 20px;

}

.client-cnt-wrapper .client-img-bx img {

  height: 56px;
  width: 56px; 
  border-radius: 50px;

}

.client-title-bx{
  margin-bottom: 10px;

}

.client-txt-bx{
  background-color:#ffe59c;
  background-color: #eaa55131 ;
  color: #000;
  padding: 20px 10px;
  font-size: 14px;
  border-radius: 10px;

}
/* testimonial-area end */

 /* landing-form-area start */

 .landing-form {
  background: white;
  padding: 25px;
  border-radius: 8px;
  margin-top: -10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px); */
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.landing-form-header {
  text-align: center;
}

.landing-form-logo {
  margin-bottom: 20px;
}

.landing-form-logo img {
  height: 70px;
}

.landing-form-header h2 {
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 26px;
  max-width: 300px;
  margin-inline: auto;
  font-weight: 700;
}

/* .landing-form-header p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
} */

.landing__1 .cta3-section-area {
  background: white;
  border: none;
}

.landing__1 .cta3-section-area h2 {
  color: red !important;
}

.stepForm .form-control-wrap label {
  width: 100%;
  color: #000 !important;
  /* font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18); */
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
  text-align: center;
}

.stepForm select {
  appearance: auto;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(6, 29, 25, 0.1);
  background: #f3f3f3;
  /* color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular); */
  line-height: 1.1;
  padding: 10px;
  margin-bottom: 12px;
}

.stepForm .form-control {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(6, 29, 25, 0.1);
  background: #f3f3f3;
  color: #000;
  /* font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16); */
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px;
  margin-bottom: 12px;
}

.stepForm .iti {
  width: 100%;
}

.stepForm .form__btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.stepForm .nice-select {
  width: 100%;
  height: 40px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
}

.stepForm span.help-block,
#footerForm label.error {
  display: none !important;
}

.stepForm .form-control.has-error,
#footerForm .form-control.has-error {
  color: red;
  border: 1px solid red;
}

.stepForm .has-error::placeholder,
#footerForm .has-error::placeholder {
  color: red;
}

.landing-policy label {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.1;
  margin-inline: -3px;
}

.landing-policy label a {
  color: black;
  text-decoration: underline;
}

#previous.form__btn {
  background: #eaa451;
  position: absolute;
  top: 6px;
  left: -26px;
  display: inline-flex;
  border-radius: 40px;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

#previous.form__btn i {
  color: white;
}

.policy-form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
  justify-content: center;
}

.policy-form-list li {
  color: white;
  background: #000;
  padding: 4px 12px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}
 /* landing-form-area end */


 .contact-area1 {
    padding: 45px !important;
    background: #eaa55175 !important;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.07) !important;
    border-radius: 20px !important;
    margin-top:30px !important;
}



.contact-area1 input , textarea{
  background-color: #fff !important;
}


.footer-top-area{
   padding: 20px 0px 10px 0px;
}



@media (max-width:991px){
  .our-process li{
        --width: 40em !important;
  }
}

@media (max-width:767px){
      .banner-one .banner-inner {
        padding-top: 15px !important;
    }

    .icon-bx-wraper {
    padding: 15px 10px 15px 20px !important;
    margin-bottom: 0px !important; 
}

.testimaonils-area .test-hd {
    font-size: 30px !important;
}

.home-cta{
  padding-top:30px ;
}

.about-style1 .about-thumb img {
    width: 100% !important;
}


}

@media (max-width:575px){
   .contact-area1{
        padding: 20px !important;
   }

   .about-us-page .about-content h2 {
    font-size: 30px !important;
}

    .banner-one .banner-content .title {
        font-size: 30px !important;
    }
}



/* services-area start */
/* .dz-info p{
  min-height: 51px;
} */
/* services-area end */