* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  list-style: none;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

a,
a:hover,
a:active {
  text-decoration: none !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}

.offcanvas {
  padding: 15px;
}

.btn-close {
  background-color: #d4a61f;
  border-radius: 50%;
}
.btn-close:hover {
  color: #ffffff;
  background-color: #152452;
}

.mobile-menu__list li a {
  color: #152452;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.mobile-menu__list li {
  margin-bottom: 20px;
}

.main-header {
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}

.main-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header__logo img {
  width: 60%;
}

@media (min-width: 1200px) {
  .main-header__logo img {
    width: 100%;
  }
}

.main-menu__list {
  display: none;
}

.main-menu__list li a {
  color: #152452;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  transition: all 0.3s;
}

.main-menu__list li:hover a {
  color: #d4a61f;
}

@media (min-width: 1200px) {
  .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }
}

/* @media (min-width: 992px) {
    .main-menu .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .main-menu .container {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 80px;
        padding-right: 80px;
    }
} */

.sticky-header--cloned {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.sticky-header--cloned.main-menu--three {
  background-color: #f6f6f2;
}

@media (max-width: 1199px) {
  .sticky-header--cloned {
    display: none !important;
  }
}

.sticky-header--cloned.sticky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.banner {
  background: url(../images/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.banner .container {
  padding-top: 120px;
  padding-bottom: 170px;
}

@media (min-width: 992px) {
  .banner .container {
    padding-top: 120px;
    padding-bottom: 170px;
  }
}

@media (min-width: 1200px) {
  .banner .container {
    padding-top: 180px;
    padding-bottom: 193.5px;
  }
}

.banner .banner-title {
  color: #152452;
  font-family: Literata;
  /* font-size: 54px; */
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 70px; */
  text-align: center;

  text-transform: capitalize;
  max-width: 800px;
}

.banner .banner-desc {
  color: #d4a61f;
  font-family: Literata;
  /* font-size: 27px; */
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 111.111% */
  /* margin-bottom: 186.5px; */
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .banner .banner-title {
    font-size: 54px;
    text-align: left;
  }

  .banner .banner-desc {
    font-size: 27px;
    text-align: left;
    margin-bottom: 186.5px;
  }
}

.thm-btn {
  border-radius: 100px;
  background: #d4a61f;
  padding: 20px 44px;
  color: #fff;

  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: all 0.3s;
}
.thm-btn:hover {
  color: #ffffff;
  background-color: #152452;
}

.solutions {
  margin-top: -113px;
  margin-bottom: -100px;
  border-radius: 60px;
  background: #fff;
  /* padding: 120px 0; */
  padding: 60px 0;
  position: relative;
  /* z-index: 9999999999999; */
}
@media (min-width: 992px) {
  .solutions {
    padding: 120px 0;
  }
}

.solutions .title {
  color: #152452;
  text-align: center;
  font-family: Literata;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .solutions .title {
    line-height: 60px;
    font-size: 40px;
  }
}

.solutions-cards {
  display: flex;
  gap: 31px;
  transition: all 0.5s;
}

.solutions-cards .row {
  --bs-gutter-y: 15px;
}

.solutions-card {
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  padding: 35px 0 45px 0;
  width: 100%;
  margin: 0 auto;
}

.solutions-card .card-img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(212, 166, 31, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.solutions-card h4 {
  color: #000;
  text-align: center;
  font-family: Literata;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 991px) {
  .solutions-card {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .solutions-card {
    width: 270px;
  }
}

@media (min-width: 1400px) {
  .solutions-card h4 {
    font-size: 32px;
  }

  .solutions-card {
    width: 307px;
  }
}

.main-img {
  width: 100%;
  background-color: #152452;
}

.main-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .main-img img {
    height: 1313px;
  }
}

.services {
  margin-top: -100px;
  border-radius: 60px;
  background: #fff;
  position: relative;
  /* z-index: 99999999; */
  /* padding-top: 99px; */
  /* padding-bottom: 120px; */
  padding: 60px 0;
}
@media (min-width: 992px) {
  .services {
    padding-top: 99px;
    padding-bottom: 120px;
  }
}

.services .container > h4 {
  color: #152452;
  text-align: center;
  font-family: Literata;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 125% */
  max-width: 829px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .services .container > h4 {
    font-size: 48px;
    line-height: 60px;
  }
}

.services .row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 20px;
  margin-top: 20px;
  align-items: center;
}

.services .row.tax,
.services .row.payment {
  flex-direction: column-reverse;
}

.services .row.bank,
.services .row.ai {
  flex-direction: column;
}

@media (min-width: 992px) {
  .services .row.bank,
  .services .row.ai {
    flex-direction: row;
  }
  .services .row.tax,
  .services .row.payment {
    flex-direction: row;
  }

  .services .row {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .services .row {
    margin-top: 100px;
  }
}

.service-card__img {
  padding: 65px 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  max-width: 250px;
  max-height: 250px;
}

.service-card__img img {
  width: 180px;
}

@media (min-width: 992px) {
  .service-card__img img {
    width: 300px;
  }
  .service-card__img {
    padding: 101px 167px;
    max-width: 100%;
    max-height: 100%;
  }
}

.service-card__img.tax,
.service-card__img.payment {
  border-radius: 20px;
  background-color: #fbf7e9;
}

.service-card__img.bank,
.service-card__img.ai {
  border-radius: 20px;
  background: #f3f4f6;
}

.services .row h4 {
  color: #152452;
  font-family: Literata;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  max-width: 500px;
}

.services .row.bank h4,
.services .row.ai h4 {
  max-width: 100%;
}

@media (min-width: 992px) {
  .services .row h4 {
    font-size: 40px;
    line-height: 60px;
  }

  /* .services .row.tax h4 {
    margin-top: 65px;
  } */

  /* .services .row h4 {
    margin-top: 80px;
  } */
}

.services .row p {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 187.5% */
  margin-top: 20px;
}

/* vision */

.vision {
  background: url(../images/vision-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 50px 200px 50px;
  margin-top: -96px;
}

.vision h4 {
  color: var(--p-5, #152452);
  font-family: Literata;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 155.556% */
  max-width: 938px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .vision {
    padding: 233px 167px 267px 167px;
  }

  .vision h4 {
    font-size: 36px;
    line-height: 56px;
  }
}

.solution {
  border-radius: 60px;
  background: #fff;
  margin-top: -150px;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .solution {
    padding: 120px 0;
  }
}

.solution .row {
  --bs-gutter-y: 20px;
}

.solution h4 {
  color: #000;
  text-align: center;
  font-family: Literata;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .solution h4 {
    font-size: 48px;
  }
}

.solution-card {
  border-radius: 16px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 28px;
  padding-bottom: 30px;
  transition: all 0.5s;
}

.solution-card .thm-btn {
  display: inline-block;
}

.solution-card.one .thm-btn {
  margin-top: 55px;
}

.solution-card.two .thm-btn {
  margin-top: 30px;
}

.solution-card .card-img {
  border-radius: 16px;
  background: #f7faff;
}

.solution-card .card-img.one {
  padding: 50px 42px;
}

.solution-card .card-img.two {
  padding: 50px 52px;
}

@media (min-width: 575px) {
  .solution-card .card-img.one {
    padding: 80px 42px;
  }

  .solution-card .card-img.two {
    padding: 80px 52px;
  }
}

@media (min-width: 992px) {
  .solution-card .card-img.one {
    padding: 124px 42px;
  }

  .solution-card .card-img.two {
    padding: 121px 52px;
  }
}

.solution-card p {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 156.25% */
  margin-top: 30px;
}

.solutions-card:hover,
.solution-card:hover,
.choose-card:hover {
  /* border: none; */
  border-color: #fff;
  box-shadow: 10px 12px 60px 0px rgba(0, 0, 0, 0.1);
}

/* Why choose */

.why-choose {
  padding: 120px 0 254px 0;
  border-radius: 60px;
  background: #f7faff;
  position: relative;
}

.why-choose h4 {
  color: #152452;
  text-align: center;
  font-family: Literata;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;

  /* 125% */
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media (min-width: 1200px) {
  .why-choose h4 {
    font-size: 48px;
    max-width: 550px;
    line-height: 60px;
  }
}

.choose-cards .row {
  --bs-gutter-y: 80px;
}

.choose-cards .choose-card {
  padding: 100px 22px 0px 22px;
  border-radius: 16px;
  border: 1px solid #eee;
  background: #fff;
  min-height: 300px;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .choose-cards .choose-card {
    min-height: 330px;
  }
}

@media (min-width: 1400px) {
  .choose-cards .choose-card {
    min-height: 278px;
  }
}

.choose-cards .choose-card.one {
  padding-bottom: 58px;
}

.choose-cards .choose-card.two {
  padding-bottom: 46px;
}

.choose-cards .choose-card.three {
  padding-bottom: 88px;
}

.choose-cards .choose-card.four {
  padding-bottom: 40px;
}

.choose-cards .choose-card .card-img {
  text-align: center;
  margin: 0 auto;
  margin-top: -160px;
  margin-bottom: 40px;
  width: 120px;
  height: 120px;
}

.choose-cards .choose-card h6 {
  color: var(--p-5, #152452);
  text-align: center;
  font-family: Literata;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 131.25% */
  margin-bottom: 26px;
}

@media (min-width: 1400px) {
  .choose-cards .choose-card h6 {
    font-size: 32px;
  }
}

.choose-cards .choose-card p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

/* contact */
.contact .container {
  padding: 77px 71px;
  border-radius: 40px;
  background: #fff;
  position: relative;
  margin-top: -127px;
  text-align: center;
}

.contact h4 {
  color: #152452;
  font-family: Literata;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: center;

  margin-bottom: 10px;
}

.contact p {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;

  text-align: center;
}

@media (min-width: 768px) {
  .contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact h4 {
    font-size: 42px;
    line-height: 52px;
    text-align: left;
    margin-bottom: 26px;
  }
  .contact p {
    text-align: left;
  }
}

.contact .thm-btn {
  border: none;
}

/* footer */

.footer {
  background: #152452;
  padding-top: 423px;
  padding-bottom: 28px;
  margin-top: -275px;
}

.footer p {
  color: var(--Dark-Shade-3, #e7e7e7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 14px;
}

.footer p span {
  color: #d4a61f;
}

.footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.footer .social {
  width: 37.202px;
  height: 37.202px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer .social:hover {
  background-color: #d4a61f;
}

.footer h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 38px;
}

.footer li {
  margin-bottom: 20px;
}

.footer li a {
  color: var(--Dark-Shade-3, #e7e7e7);
  /* Normal Text - Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  transition: all 0.3s;
}

.footer li:hover a,
.footer li:hover a p {
  color: #d4a61f;
}

.footer .row {
  text-align: center;
  --bs-gutter-y: 20px;
}

@media (min-width: 992px) {
  .footer .row {
    text-align: left;
  }

  .footer p {
    max-width: 327px;
  }

  .footer .social-icons {
    justify-content: flex-start;
  }
}

hr {
  margin: 0;
}

.footer .footer-line {
  background: rgba(204, 204, 204, 0.2);
  margin-top: 58px;
}

@media (min-width: 992px) {
  .footer .footer-line {
    margin-top: 158px;
  }
}
.footer .location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer .footer-bottom {
  text-align: center;
  margin-top: 15px;
}

.footer .footer-bottom p {
  max-width: none;
}

@media (min-width: 992px) {
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 575px) {
  .footer .footer-bottom .bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}

/* modal */
.modal_close {
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d4a61f;
  border: none;
  transition: all 0.3s;
}
.modal_close:hover {
  background-color: #152452;
  color: white;
}
.contact_form .modal-content {
  border-radius: 30px;
}

.modal_content_inner {
  padding: 25px 50px;
}

@media (min-width: 1200px) {
  .modal_content_inner {
    padding: 73px 120px;
  }
}
body.modal-open .sticky-header--cloned {
  padding-right: 17px !important;
}

body.modal-open {
  padding-right: 17px !important;
  overflow-y: hidden !important;
}

.modal_content_inner h2 {
  color: #152452;
  text-align: center;
  font-family: Literata;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 40px;
  /* 125% */
}

.contact_form label {
  color: #555;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact_form .form-control {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  padding: 17px 20px;
  margin-bottom: 25px;
  width: 100%;
  border-radius: 8px;
}

.contact_form .form-check-label {
  color: #666;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal_content_inner .thm-btn {
  width: 100%;
  margin-top: 30px;
}

.contact_form ::placeholder {
  color: #777;
  font-family: poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

@media (min-width: 1441px) {
  .modal-xl {
    max-width: 1340px;
  }
}
