* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.zfi_header {
  background-color: #fff;
  padding: 20px 50px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .zfi_header {
    padding: 20px 20px;
    justify-content: space-between;
  }
}
.zfi_header .topnav {
  display: flex;
  list-style: none;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .zfi_header .topnav {
    gap: 10px;
  }
}
.zfi_header .topnav a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 600px) {
  .zfi_header .topnav a {
    font-size: 17px;
  }
}
.zfi_header .topnav a:hover {
  color: rgba(63, 63, 63, 0.6);
}

.zfi_main .hero_wrapper {
  background: linear-gradient(180deg, rgba(0, 19, 46, 0.6) 0%, rgba(0, 19, 46, 0.6) 100%), url("/assets/financial-advisor-39.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper {
    min-height: 200px;
  }
}
.zfi_main .hero_wrapper h1 {
  color: #fff;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.75em;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper h1 {
    font-size: 30px;
  }
}
.zfi_main .main_content {
  padding: 50px;
}
.zfi_main .main_content h2 {
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .zfi_main .main_content h2 {
    font-size: 25px;
  }
}
.zfi_main .main_content .home_services_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 50px 0;
  max-width: 1000px;
  margin: auto;
}
.zfi_main .main_content .home_services_wrapper .service {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}
.zfi_main .main_content .home_services_wrapper .service img {
  max-width: 70px;
  width: 100%;
}
.zfi_main .main_content .home_services_wrapper .service p {
  font-weight: 700;
  font-size: 18px;
}
.zfi_main .main_content .home_services_wrapper .service span {
  width: 100%;
  border-bottom: 2px solid #000;
}
.zfi_main .main_content .home_services_wrapper a.more_info_btn {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #283444;
  padding: 20px 50px;
  margin-top: 50px;
}
.zfi_main .main_content .home_services_wrapper a.more_info_btn:hover {
  background-color: #415269;
}
.zfi_main .hero_wrapper_services {
  background: linear-gradient(180deg, rgba(0, 19, 46, 0.6) 0%, rgba(0, 19, 46, 0.6) 100%), url("/assets/financial-advisor-41.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_services {
    min-height: 200px;
  }
}
.zfi_main .hero_wrapper_services h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_services h1 {
    font-size: 30px;
  }
}
.zfi_main .services_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 50px 0;
  max-width: 1100px;
  margin: auto;
}
.zfi_main .services_wrapper .service {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 450px;
  background-color: #f8f5f1;
  padding: 40px 20px;
}
@media only screen and (max-width: 600px) {
  .zfi_main .services_wrapper .service {
    flex-direction: column;
  }
}
.zfi_main .services_wrapper .service .wrapper {
  display: flex;
  flex-direction: column;
}
.zfi_main .services_wrapper .service img {
  max-height: 70px;
  max-width: 70px;
}
.zfi_main .services_wrapper .service .bold {
  font-weight: 700;
  font-size: 18px;
}
.zfi_main .services_wrapper .service span {
  width: 100%;
  border-bottom: 2px solid #000;
}
.zfi_main .services_wrapper a.more_info_btn {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #283444;
  padding: 20px 50px;
  margin-top: 50px;
}
.zfi_main .services_wrapper a.more_info_btn:hover {
  background-color: #415269;
}
.zfi_main .hero_wrapper_aboutus {
  background: linear-gradient(180deg, rgba(0, 19, 46, 0.6) 0%, rgba(0, 19, 46, 0.6) 100%), url("/assets/financial-advisor-43.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_aboutus {
    min-height: 200px;
    padding: 20px 40px;
  }
}
.zfi_main .hero_wrapper_aboutus h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_aboutus h1 {
    font-size: 30px;
  }
}
.zfi_main .about_wrapper {
  max-width: 1000px;
  margin: auto;
}
.zfi_main .about_wrapper p {
  padding-bottom: 20px;
}
.zfi_main .hero_wrapper_contact {
  background: linear-gradient(180deg, rgba(0, 19, 46, 0.6) 0%, rgba(0, 19, 46, 0.6) 100%), url("/assets/financial-advisor-08.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_contact {
    min-height: 200px;
  }
}
.zfi_main .hero_wrapper_contact h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .zfi_main .hero_wrapper_contact h1 {
    font-size: 30px;
  }
}
.zfi_main .contact_wrapper {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.zfi_main .contact_wrapper .mail_text {
  font-size: 34px;
  padding-top: 20px;
  font-weight: 400;
  color: #000;
}
.zfi_main .zfi_form {
  padding: 30px 5px;
}
.zfi_main .zfi_form input {
  padding: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border: none;
}
.zfi_main .zfi_form input:focus {
  outline: none;
}
.zfi_main .zfi_form textarea {
  padding: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border: none;
  width: 100%;
  font-family: "Poppins";
}
.zfi_main .zfi_form textarea:focus {
  outline: none;
}
.zfi_main .zfi_form ::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.zfi_main .zfi_form ::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.zfi_main .zfi_form .submit_btn {
  background-color: #ddccb8;
  padding: 20px 30px;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.zfi_main .zfi_form .submit_btn:hover {
  background-color: #eee0d0;
}

.zfi_footer {
  display: flex;
  justify-content: center;
  padding: 90px;
  background: linear-gradient(180deg, rgba(249, 243, 232, 0.85) 0%, rgba(249, 243, 232, 0.9) 100%), url("/assets/financial-advisor-41.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .zfi_footer {
    padding: 40px;
  }
}
.zfi_footer .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1000px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.topnav {
  background-color: #fff;
  overflow: hidden;
  flex-direction: row;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  color: black;
}

.icon {
  display: none;
  cursor: pointer;
}

.success {
  display: none;
}

.error {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-direction: row;
  }
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .topnav.responsive a {
    display: block;
    text-align: left;
  }
  .topnav.responsive {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */