.head-action {
  color: #2a2760;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}
.head-action a {
  color: black;
  text-decoration: none;
  display: block;
}

.head-action a i {
  color: #f68f2a;
  font-size: 21px;
}
.banner {
  background: url(../images/banner.avif);
}
@media (min-width: 1200px) {
  .banner {
    height: 654px;
  }
}


.bnrtext-thnkyou {
  background-color: #2a2760;
  padding: 30px;
  color: white;
  border-radius: 10px;
}

.bnrtext {
  background-color: #2a2760;
  padding: 30px;
  color: white;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.bnrtext ul li i {
  font-size: 20px;
  margin-right: 10px;
}
.bnrtext h1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 700;
}
.fz-50 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2760;
}
.homeabout p {
  max-width: 75%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.homeabout .btn {
  background-color: #f68f2a;
  font-size: 20px;
  font-weight: 400;
  width: 280px;
  height: 55px;
}
.home-service img {
  object-fit: cover;
}
@media (min-width: 1200px) {
  .home-service img {
    height: 350px;
  }
}
.home-service .card-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.card-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 1200px) {
  .card-text {
    min-height: 175px;
  }
}
.card-body {
  background-color: #2a2760;
}
.primary-bg {
  background-color: #f68f2a;
}
.card-body .btn {
  background-color: #f68f2a;
  font-size: 20px;
  font-weight: 400;
  width: 280px;
  height: 55px;
}
.primary-bg .btn {
  background-color: #2a2760;
}
.home-whychoose {
  background-color: #dcdcdc;
  margin-top: 55px;
}
.home-whychoose img {
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
}
.home-whychoose h5 {
  color: #2a2760;
  font-size: 22px;
  font-weight: 700;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Make each slide fill the height of the container */
}
.swiper-slide p {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}

footer {
  background: url(../images/banner.avif);
  position: relative;
  background-attachment: fixed;
}
@media (min-width: 1200px) {
  footer {
    position: relative;
  }
}
footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1;
}

.ftr-right {
  position: relative;
  z-index: 2;
}
.ftr-right p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  z-index: 2;
}
.ftr-right a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.ftr-right a {
  margin-right: 40px;
  text-decoration: none;
}
.ftr-right a i {
  font-size: 24px;
  margin-right: 12px;
  display: inline-block;
}
.max-670 {
  width: 698.969px;
}
.ftr-right {
  height: 500px;
  padding-top: 100px;
}
.ftr-right .copyright {
  font-size: 16px;
  font-weight: 400;
}

.form-wrap {
  background-color: #fff;

  width: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.form-wrap .form-header {
  background-color: #f68f2a;
  color: #fff;
  text-align: center;
  padding: 15px 25px 10px;
}
.form-wrap .ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.form-wrap form {
  padding: 25px;
}
.form-wrap .form-control {
  height: 45px;
}
.form-wrap textarea {
  height: 75px !important;
}

.form-wrap .btn {
  background-color: #2a2760;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 55px;
}

@media only screen and (max-width: 1199px) {
  .bannerWraper {
    flex-direction: column !important;
    padding: 50px;
  }
  .form-wrap,
  .bnr-form,
  .bnrtext {
    width: 100%;
  }
  .bnrtext h1 {
    text-align: center;
  }
  .bnrtext {
    border-radius: 0;
  }
  .bnrtext h1 br {
    display: none;
  }
  .bnrtext ul {
    display: block !important;
    text-align: center;
  }
  .bnrtext ul li {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .head-action {
    display: block;
    margin: 15px;
  }
  .head-action a {
    margin-top: 10px;
  }
  .bannerWraper {
    padding: 35px 0;
  }
  .bnrtext {
    padding: 25px;
    margin-bottom: 30px;
  }
  .bnrtext h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .homeabout p {
    max-width: 100%;
  }
  .card-body {
    padding-bottom: 30px;
  }
  .fz-50 {
    font-size: 35px;
  }
  .swiper-slide p {
    max-width: 100%;
  }
  footer {
    padding-top: 55px;
    height: inherit;
    padding: 45px;
  }
  .ftr-right p {
    font-size: 17px;
    line-height: 1.4;
  }
  .ftr-right p a {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  .ftr-right {
    height: inherit;
    padding: inherit;
  }
  .copyright {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.btn-primary:hover {
  opacity: 0.9;
  cursor: pointer;
}
.footer-form {
    position: relative;
    z-index: 2;
    padding:45px 0;
}
.form-group.error .form-control{
    border: 1px solid red;
}
.um-field-error {
    color: red;
    font-size: 11px;
}
.footer-form {
    display: flex;
    align-items: center;
    height: 100%;
}
.footer-form .btn {
    background-color: #f68f2a;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 55px;
}

.calltoaction {
    position: fixed;
    right: 15px;
    display: flex;
    bottom: 15px;
    flex-direction: column;
    gap: 15px;
    z-index: 3
}

/*  */

.modal .form-wrap{
  width: 100%;
}