@font-face {
  font-family: 'Inter';
  src: url("/wp-content/themes/zestequity/assets/fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
}

@font-face {
  font-family: 'InterBold';
  src: url("/wp-content/themes/zestequity/assets/fonts/Inter/static/Inter-Bold.ttf");
}

@font-face {
  font-family: 'InterLight';
  src: url("/wp-content/themes/zestequity/assets/fonts/Inter/static/Inter-Light.ttf");
}

body {
  font-family: 'Inter', sans-serif;
  /*background-image: url(/wp-content/themes/zestequity/assets/img/header-bg.svg);
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;*/
}

h1 {
  font-size: 76px;
  line-height: 100%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.92);
}

@media (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

.text-xl, .cta-1 .summary {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .text-xl, .cta-1 .summary {
    font-size: 18px;
  }
}

.text-lg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .text-lg {
    font-size: 18px;
  }
}

p strong, li strong {
  font-family: 'InterBold';
  font-weight: bold;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.color-aqua {
  color: #4CCACA !important;
}

.color-yellow {
  color: #ECB106 !important;
}

.color-black {
  color: #000000 !important;
}

.color-black-900 {
  color: #141414 !important;
}

.color-black-600 {
  color: #595959 !important;
}

.color-grad-1, .sec-vehicles .vehicles-blocks .item h3 span {
  background: linear-gradient(68.87deg, #2FB4B4 18.09%, #DEAA21 73.91%, #E1E7AA 107.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.container-narrow {
  width: 762px;
  margin: 0 auto;
}

@media (max-width: 762px) {
  .container-narrow {
    width: 100%;
  }
}

/* Spacings */
.a-ml-56 {
  margin-left: 56px !important;
}

@media (max-width: 767px) {
  .a-ml-56 {
    margin-left: 0 !important;
  }
}

.a-py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

@media (max-width: 991px) {
  .a-py-85 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.cta-1 h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}

.cta-1 .summary {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .cta-1 h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .cta-1 .summary {
    margin-bottom: 24px;
  }
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.spacer-40 {
  height: 40px;
}

/* Slick update */
.slick-slide {
  margin: 0 8px;
  height: inherit !important;
}

.slick-slider {
  padding-bottom: 55px;
}

.slick-list {
  margin: 0 -8px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-dots {
  bottom: 0px;
}

.slick-dots li {
  margin-left: 0;
  margin-right: 0;
}

.slick-dots li button:before {
  color: #D9D9D9;
  opacity: 1;
  font-size: 10px;
}

.slick-dots li.slick-active button:before {
  color: #141414;
}

.slick-next, .slick-prev {
  top: auto;
  bottom: -7px;
  z-index: 10;
}

.slick-next:before, .slick-prev:before {
  content: '';
  color: #000;
  font-family: none;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.slick-prev {
  left: calc( 50% - 10px - 100px);
}

.slick-prev:before {
  background-image: url("/wp-content/themes/zestequity/assets/img/arrow-left.svg");
}

.slick-next {
  right: calc(50% - 10px - 100px);
}

.slick-next:before {
  background-image: url("/wp-content/themes/zestequity/assets/img/arrow-left.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tab-pane {
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.tab-pane.active {
  display: block !important;
  height: auto;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  gap: 8px;
  border-radius: 40px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn.btn-primary {
  font-weight: 400;
  border: none;
  background: #1B8E8B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.back-btn {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.back-btn img {
  margin-bottom: 3px;
}

.back-btn:hover {
  color: #1B8E8B;
}

lottie-player.header-bg {
  position: absolute;
  right: 0;
  top: -92px;
  z-index: -1;
}

@media (max-width: 991px) {
  lottie-player.header-bg {
    top: auto;
    bottom: 0;
  }
}

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1000;
}

form.get-started-form {
  background: #FFFFFF;
  border: 1px solid #8C8C8C;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 520px;
}

form.get-started-form input[type="email"] {
  border: none;
  outline: none;
  color: #000;
  margin-bottom: 0;
  padding-left: 16px;
  width: calc(100% - 185px);
}

form.get-started-form input[type="email"]::-webkit-input-placeholder {
  color: #8C8C8C;
}

form.get-started-form input[type="email"]:-ms-input-placeholder {
  color: #8C8C8C;
}

form.get-started-form input[type="email"]::-ms-input-placeholder {
  color: #8C8C8C;
}

form.get-started-form input[type="email"]::placeholder {
  color: #8C8C8C;
}

form.get-started-form input[type="submit"] {
  border-radius: 40px;
  border: none;
  background-color: #1B8E8B;
  font-size: 20px;
  line-height: 28px;
  padding: 12px 24px;
  width: 185px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 991px) {
  form.get-started-form {
    background: transparent;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 10px;
    max-width: 520px;
  }
  form.get-started-form input[type="email"] {
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 48px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  form.get-started-form input[type="submit"] {
    font-size: 18px;
    width: 100%;
  }
}

.investors-logo-sec > .container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid thin #E5E7EB;
  border-bottom: solid thin #E5E7EB;
}

.investors-logo-sec .investors-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.investors-logo-sec .investors-logo img {
  height: 28px;
}

/* Navigation */
.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: transparent;
}

.navbar .navbar-brand {
  margin-right: 54px;
}

.navbar .navbar-brand img {
  max-width: 86px;
}

.navbar .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #141414 !important;
}

.navbar .navbar-toggler {
  border: none;
  color: #141414;
}

.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  border: none;
}

.navbar #closeNavigation {
  display: none;
}

@media (min-width: 992px) {
  .offcanvas {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar #closeNavigation {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navbar #closeNavigation:after, .navbar #closeNavigation:before {
    position: absolute;
    content: '';
    height: 24px;
    width: 1px;
    background-color: #000;
    display: block;
    -webkit-transform-origin: center;
            transform-origin: center;
    left: 8px;
    top: 0;
  }
  .navbar #closeNavigation:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar #closeNavigation:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar-collapse {
    position: fixed;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 50px 30px;
    -webkit-box-shadow: -2px 0 10px black;
            box-shadow: -2px 0 10px black;
    z-index: 100;
    padding-top: 60px;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Home Header */
.sec-home-header {
  background: url("/wp-content/themes/zestequity/assets/img/gradient-image.svg") bottom center no-repeat;
  background-size: 100%;
  position: relative;
}

.sec-home-header h1 {
  margin-top: 56px;
  margin-bottom: 40px;
}

.sec-home-header .summary {
  margin-bottom: 40px;
}

.sec-home-header .w-form {
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .sec-home-header h1 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .sec-home-header .summary {
    margin-bottom: 16px;
  }
  .sec-home-header .w-form {
    margin-bottom: 95px;
  }
}

/* Innovative Startups */
.sec-innovative-startups {
  background-color: #fff;
}

.sec-innovative-startups .row-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid thin #E5E7EB;
}

.sec-innovative-startups .row-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid thin #E5E7EB;
}

.sec-innovative-startups .row-2 .logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-innovative-startups .row-2 .logos-list img {
  height: 28px;
}

@media (max-width: 1399px) {
  .sec-innovative-startups .row-2 .logos-list img {
    height: 24px;
  }
}

@media (max-width: 991px) {
  .sec-innovative-startups .row-2 .logos-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-innovative-startups .row-2 .logos-list img {
    height: 20px;
  }
}

.sec-content-temp-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-content-temp-1 .content-box {
  max-width: 441px;
  margin-left: 70px;
}

.sec-content-temp-1 .content-box h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec-content-temp-1 .content-box {
    margin-left: 0;
  }
}

.testi-slider {
  padding: 120px 102px;
  background-color: #000;
  border-radius: 24px;
  font-size: 24px;
  position: relative;
}

.testi-slider img.o-circles, .testi-slider img.o-lines, .testi-slider img.o-dot {
  position: absolute;
}

.testi-slider img.o-circles {
  right: 52px;
  top: 0px;
  width: 200px;
}

.testi-slider img.o-lines {
  left: 16px;
  bottom: 0px;
  width: 88px;
}

.testi-slider img.o-dot {
  right: 0px;
  bottom: 90px;
  width: 50px;
}

.testi-slider .item {
  color: #ffffff;
}

.testi-slider .item .t-slides {
  max-width: 900px;
  margin: 0 auto;
}

.testi-slider .item .review {
  margin-bottom: 30px;
}

.testi-slider .item .name {
  margin-bottom: 8px;
}

.testi-slider .item .title {
  color: #BFBFBF;
  font-size: 20px;
}

@media (max-width: 991px) {
  .testi-slider {
    padding: 40px 16px;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .testi-slider img.o-circles, .testi-slider img.o-lines, .testi-slider img.o-dot {
    display: none;
  }
  .testi-slider .t-slides .item .logo {
    width: 270px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .testi-slider .t-slides .review, .testi-slider .t-slides .name, .testi-slider .t-slides .title {
    text-align: center;
  }
}

.sec-testimonials-1, .sec-testimonials-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .sec-testimonials-1, .sec-testimonials-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .sec-testimonials-2 .testi-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec-get-started {
  background-color: #FAFAFA;
  padding-top: 75px;
  padding-bottom: 75px;
}

.sec-get-started .title {
  font-size: 48px;
  line-height: 120%;
  color: #141414;
}

.sec-get-started form.get-started-form {
  padding: 7px;
}

.sec-get-started form.get-started-form input[type="email"] {
  font-size: 18px;
}

.sec-get-started form.get-started-form input[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sec-get-started .title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

.sec-see-live-opp {
  background-color: #000;
}

.sec-see-live-opp > .container {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("/wp-content/themes/zestequity/assets/img/live-opp-bg.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.sec-see-live-opp .title {
  font-size: 48px;
  line-height: 120%;
  color: #fff;
}

.sec-see-live-opp form.get-started-form {
  padding: 7px;
}

.sec-see-live-opp form.get-started-form input[type="email"] {
  font-size: 18px;
}

.sec-see-live-opp form.get-started-form input[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sec-see-live-opp > .container {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: none;
  }
  .sec-see-live-opp .title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
  .sec-see-live-opp form.get-started-form {
    gap: 24px;
  }
  .sec-see-live-opp form.get-started-form input[type="email"] {
    font-size: 18px;
  }
}

.sec-vehicles {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-vehicles .vehicles-blocks {
  margin-top: 80px;
}

.sec-vehicles .vehicles-blocks .item {
  background-color: #000;
  border-radius: 12px;
  padding: 48px 40px;
}

.sec-vehicles .vehicles-blocks .item h3 {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 51px;
  margin-bottom: 32px;
}

.sec-vehicles .vehicles-blocks .item .sub-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
}

.sec-vehicles .vehicles-blocks .item .summary {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #D9D9D9;
}

@media (max-width: 991px) {
  .sec-vehicles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-vehicles .vehicles-blocks {
    margin-top: 24px;
  }
  .sec-vehicles .vehicles-blocks > * {
    padding-bottom: 24px;
  }
  .sec-vehicles .vehicles-blocks .item {
    padding: 48px 24px;
  }
}

.terminology-slides .term, .blog-slides .term {
  text-decoration: none;
}

.terminology-slides .term .box, .blog-slides .term .box {
  border: solid thin #D9D9D9;
  padding: 40px 24px;
  border-radius: 12px;
  height: 100%;
}

.terminology-slides .term .box h4, .blog-slides .term .box h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #141414;
  margin-bottom: 12px;
}

.terminology-slides .term .box .summary, .blog-slides .term .box .summary {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #595959;
}

.terminology-slides .term .box .date, .blog-slides .term .box .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #595959;
}

@media (max-width: 991px) {
  .terminology-slides .term .box h4, .blog-slides .term .box h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .terminology-slides .term .box .summary, .blog-slides .term .box .summary {
    font-size: 16px;
    line-height: 24px;
  }
}

.ad-tabs-1 .nav-tabs {
  border-bottom: none;
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ad-tabs-1 .nav-tabs .nav-item {
  margin: 0 8px;
}

.ad-tabs-1 .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #141414;
  padding: 10px 24px;
  border-radius: 40px;
  border: none;
}

.ad-tabs-1 .nav-tabs .nav-item .nav-link:hover, .ad-tabs-1 .nav-tabs .nav-item .nav-link.active {
  border: none;
  background: #F0F0F0;
}

@media (max-width: 991px) {
  .ad-tabs-1 .nav-tabs .nav-item {
    margin: 0;
  }
  .ad-tabs-1 .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 18px;
  }
}

.sec-venture-investing {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .sec-venture-investing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-blog-header {
  text-align: center;
  background-image: url("/wp-content/themes/zestequity/assets/img/blog-bg.jpeg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.sec-blog-header h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}

.sec-blog-header .summary {
  max-width: 100%;
  width: 552px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.66px;
}

@media (max-width: 991px) {
  .sec-blog-header h1 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .sec-blog-header .summary {
    margin-bottom: 16px;
  }
}

.post-data {
  max-width: 100%;
  width: 458px;
  margin-left: auto;
}

.post-data .category {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8C8C8C;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.post-data .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #0D152E;
  margin-bottom: 16px;
}

.post-data .summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 32px;
}

.post-data .continue-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-data .continue-read a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  text-decoration: none;
}

.post-data .continue-read .reading-time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8C8C8C;
}

@media (max-width: 991px) {
  .post-data {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-top-post {
  padding-top: 80px;
  padding-bottom: 40px;
}

.sec-top-post img {
  border-radius: 4px;
}

@media (max-width: 991px) {
  .sec-top-post img {
    margin-bottom: 32px;
  }
}

.sec-posts-list .container {
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 1px solid #F0F0F0;
}

.sec-posts-list .post-item {
  padding-bottom: 80px;
  height: 100%;
  position: relative;
}

.sec-posts-list .post-item .feature-image {
  margin-bottom: 32px;
}

.sec-posts-list .post-item .feature-image img {
  border-radius: 4px;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-posts-list .post-item .continue-read {
  position: absolute;
  left: 0;
  bottom: 60px;
}

.load-more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.load-more-btn a span {
  margin-right: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.92);
}

.load-more-btn a img {
  width: 40px;
}

.blog-categories {
  margin-bottom: 26px;
}

.blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-categories ul li {
  display: inline-block;
  margin: 0 4px;
}

.blog-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  text-decoration: none;
  color: #171923;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-categories ul li.active a {
  background: #141414;
  color: #fff;
}

.sec-post-detail {
  padding-top: 40px;
}

.sec-post-detail .category {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #8C8C8C;
}

.sec-post-detail h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;
  color: #0D152E;
}

.sec-post-detail .post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-post-detail .post-meta ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.528px;
  position: relative;
  padding-left: 15px;
  margin-right: 25px;
  color: #595959;
}

.sec-post-detail .post-meta ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 8px;
  border-radius: 5px;
  background-color: #595959;
}

.sec-post-detail .post-meta ul li:first-child {
  padding-left: 0;
}

.sec-post-detail .post-meta ul li:first-child:before {
  display: none;
}

.sec-post-detail .featured-image {
  margin-top: 55px;
  margin-bottom: 50px;
}

.sec-post-detail .post-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}

.sec-post-detail .post-content a {
  font-weight: 400;
  color: #1B8E8B;
}

.sec-post-detail .post-content p, .sec-post-detail .post-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.528px;
  color: #0D152E;
}

.sec-post-detail .post-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0D152E;
  margin-bottom: 30px;
}

.sec-post-detail .next-prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
  margin-bottom: 72px;
}

.sec-post-detail .next-prev-post .prev-post a, .sec-post-detail .next-prev-post .next-post a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #171923;
  text-decoration: none;
}

.sec-post-detail .next-prev-post .prev-post img {
  margin-right: 12px;
}

.sec-post-detail .next-prev-post .next-post img {
  margin-left: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .sec-post-detail {
    padding-top: 40px;
  }
  .sec-post-detail .post-meta ul li {
    margin-right: 10px;
  }
}

.sec-related-posts {
  margin-bottom: 120px;
}

.sec-related-posts .post-item {
  padding-bottom: 80px;
  height: 100%;
  position: relative;
}

.sec-related-posts .post-item .feature-image img {
  border-radius: 4px;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-related-posts .post-item .continue-read {
  position: absolute;
  left: 0;
  bottom: 60px;
}

footer {
  padding-top: 64px;
  padding-bottom: 100px;
  background-color: #000;
}

footer .footer-top {
  padding-bottom: 30px;
}

footer .footer-top .footer-logo {
  margin-bottom: 30px;
  max-width: 100%;
  width: 88px;
}

footer .footer-top .contact-info {
  color: #fff;
}

footer .footer-top ul.footer-links, footer .footer-top ul.footer-social {
  margin-left: auto;
  text-align: right;
}

footer .footer-top ul.footer-links li a, footer .footer-top ul.footer-social li a {
  text-decoration: none;
}

footer .footer-top ul.footer-links {
  list-style: none;
}

footer .footer-top ul.footer-links li {
  display: inline-block;
}

footer .footer-top ul.footer-links li a {
  margin-left: 32px;
  color: #fff;
}

footer .footer-bottom {
  padding-top: 30px;
}

footer .footer-bottom p, footer .footer-bottom a {
  color: #BFBFBF;
}

footer .footer-bottom a {
  text-decoration: none;
}

@media (max-width: 991px) {
  footer {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  footer .footer-top {
    padding-bottom: 13px;
  }
  footer .footer-top .footer-logo {
    margin-bottom: 24px;
  }
  footer .footer-top .contact-info {
    font-size: 14px;
    margin-bottom: 24px;
  }
  footer .footer-top ul.footer-links, footer .footer-top ul.footer-social {
    text-align: center;
    padding-left: 0;
  }
  footer .footer-top ul.footer-links li {
    display: block;
    margin-bottom: 32px;
  }
  footer .footer-top ul.footer-links li a {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-bottom {
    padding-top: 13px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* Popup form fix */
#tellUsWhatYouNeed h5 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #141414;
}

#tellUsWhatYouNeed label.wpforms-field-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}

#tellUsWhatYouNeed .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

#tellUsWhatYouNeed div.wpforms-container-full {
  margin-top: 0;
}

#tellUsWhatYouNeed .wpforms-required-label {
  display: none;
}

#tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li label {
  border: 1px solid #D9D9D9;
  border-radius: 32px;
  padding: 8px 16px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

#tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li label .wpforms-image-choices-label {
  margin-top: 0;
}

#tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li.wpforms-selected label {
  padding-left: 40px;
  border-color: #141414;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li.wpforms-selected label .wpforms-image-choices-label {
  font-weight: 700;
}

#tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li.wpforms-selected label:before {
  content: '';
  background-image: url("/wp-content/themes/zestequity/assets/img/check-mark.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 18px;
  top: 10px;
  background-size: contain;
}

@media (max-width: 767px) {
  #tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li label {
    padding: 5px 12px;
  }
  #tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li.wpforms-selected label {
    padding-left: 25px;
  }
  #tellUsWhatYouNeed .wpforms-form ul.wpforms-image-choices-modern li.wpforms-selected label:before {
    left: 4px;
    top: 8px;
  }
}

#tellUsWhatYouNeed input[type="text"], #tellUsWhatYouNeed input[type="email"], #tellUsWhatYouNeed textarea, #tellUsWhatYouNeed select {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 0px 15px;
}

#tellUsWhatYouNeed textarea {
  padding: 10px 15px;
}

#tellUsWhatYouNeed button.wpforms-submit {
  background: #141414;
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 10px 24px;
  height: 48px;
  padding-right: 42px;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

#tellUsWhatYouNeed button.wpforms-submit:after {
  content: '';
  background-image: url("/wp-content/themes/zestequity/assets/img/arrow-right-white.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 16px;
  background-size: contain;
}

#tellUsWhatYouNeed .wpforms-confirmation-container-full, #tellUsWhatYouNeed div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1B8E8B;
  font-size: 22px;
  padding: 0;
  padding-top: 30px;
  font-family: 'InterLight';
}
/*# sourceMappingURL=style.min.css.map */