/*------------------------------
Main style sheet
Created For : Real Select
------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
.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;
}
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block;
}
body {
  line-height: 1;
}
/*ol, ul {
    list-style: none;
}*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label span {
  color: #F00;
}
/* -- End Reset -- */
/* -- General Styles -- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  max-width: 370px;
  margin: 15px 30px 15px 0;
}
img.alignright {
  float: right;
  max-width: 370px;
  margin: 15px 0 15px 30px;
}
img.aligncenter {
  margin: 15px auto;
  float: none;
}
img.alignnone {
  margin: 15px 0;
  float: none;
}
ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 15px;
}
ol {
  padding-left: 20px;
}
ul li, ol li {
  position: relative;
  line-height: 30px;
  font-weight: 400;
}
ul li strong, ol li strong {
  font-weight: 600;
}
ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  position: absolute;
  left: -20px;
  color: #19261F;
}
ul li ul li:before {
  font-family: "FontAwesome";
  content: '\f1db';
  margin-right: 10px;
  position: absolute;
  left: -10px;
  top: 0px;
  font-size: 6px;
  color: #19261F;
}
header ul li:before {
  content: '';
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* Link Style */
a {
  color: #19261F;
  text-decoration: none;
}
a:hover {
  color: #B99470;
  text-decoration: underline;
  transition: all 0.4s ease 0s;
}
.form-control:focus, input:focus, textarea:focus {
  border-color: #f0c96a;
  box-shadow: none;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #19261F;
  line-height: 24px;
}
p strong, strong, b {
  color: #19261F;
  font-weight: 700;
}
p {
  margin-bottom: 1rem;
}
.container {
  max-width: 1260px;
}
.theme-btn {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  padding: 13px 30px;
  background: #DCD7C9;
  color: #19261F;
  border-radius: 0px;
  border: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
}
.theme-btn:hover {
  background-color: #395144;
  color: #ffffff;
  text-decoration: none;
}
.title-head {
  display: block;
  margin-bottom: 1rem;
}
.title-head h1, .title-head h2, .title-head h3, .title-head h4, .title-head h5, .title-head h6 {
  color: #B99470;
}
/* ================ Transition ================= */
.transition-1s, header {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
/* ================ HEADER ================= */
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
/*.header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
  padding: 15px 0;
}*/
.header {
  height: 100px;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
}
.header-info-left .logo {
  background: transparent;
  margin-right: 5px;
  padding: 10px 70px 10px 60px;
  position: relative;
  z-index: 2;
}
/*.logo {
  max-width: 270px;
  float: left;
}*/
.header .header-btn {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
  padding: 35px 60px;
  text-transform: capitalize;
  background: #395144;
  height: 100px;
  float: left;
}
.header .header-btn i {
  font-size: 24px;
  vertical-align: middle;
}
/*Hero banner */
.bg-home {
  background-image: url("../images/hero-bg.jpg");
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-overlay {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.title-heading .heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 50px;
}
.title-heading .para-desc {
  font-size: 18px;
  color: #fff;
}
.title-heading .theme-btn {
  margin-top: 30px;
}
.bg-home .bottom-line {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.bg-home .bottom-line:before {
  background: #D9D9D9;
  height: 2px;
  left: 0;
  top: 14px;
  width: 67%;
  content: '';
  position: absolute;
}
.bg-home .bottom-line span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  float: right;
  padding-right: 10%;
}
/* Home section 1 */
.home-sec-1, .home-sec-2, .home-sec-3, .home-sec-4, .home-sec-5 {
  position: relative;
  overflow: hidden;
}
/*.home-sec-1::before {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  content: "";
  height: 100%;
  width: 70%;
  background-color: #19261F;
  z-index: -1;
}*/
.home-sec-1 .why-block {
  height: 100%;
  width: 100%;
  background-color: #19261F;
  padding: 40px 50px 40px 70px;
}
.home-sec-1 .why-block .title-head {
  margin-bottom: 3rem;
}
.home-sec-1 .why-block .title-head h1 {
  text-transform: uppercase;
  line-height: 52px;
  padding-left: 20px;
  border-left: 2px #D9D9D9 solid;
}
.home-sec-1 .why-block p {
  color: #fff;
}
.home-sec-1 .buy-block {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #DCD7C9;
  padding: 80px 30px;
}
.home-sec-1 .buy-block .title-head h3 {
  color: #19261F;
  line-height: 36px;
}
.home-sec-1 .buy-block p {
  color: #19261F;
}
/* Process */
.process-sec {
  position: relative;
  overflow: hidden;
  margin: 70px 0 70px;
}
.process-thumb {}
.process-sec .title-block {
  text-align: center;
  margin-bottom: 4rem;
}
.process-sec .title-block .title-head h1 {
  color: #B99470;
  text-transform: uppercase;
  line-height: initial;
}
.process-sec .title-block h5 {
  font-family: "Poppins", sans-serif;
  color: #B99470;
  font-weight: 600;
  margin-bottom: 1rem;
}
.process-sec .title-block p {
  margin-bottom: 0;
}
.process-sec .theme-btn {
  margin-left: 20px;
  margin-top: 7px;
}
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #B99470;
  z-index: 0;
}
.step {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.step-left, .step-right {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.step-left {
  text-align: left;
}
.step-right {
  text-align: left;
}
.circle {
  width: 24px;
  height: 24px;
  background-color: #DCD7C9;
  border: 2px solid #B99470;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 22px;
}
.step-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px #B99470 solid;
  padding-bottom: 10px;
}
.step-content p {}
/*.step-content strong {
  display: block;
  margin-top: 8px;
  color: #000;
}*/
.step-1 {
  margin-top: 30px;
}
.step-2 {}
.step-3 {}
@media (max-width: 768px) {
  .step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step-left, .step-right {
    width: 100%;
    padding: 10px 0;
  }
  .step-left {
    text-align: center;
  }
  .step-right {
    text-align: center;
  }
  .timeline::before {
    left: 20px;
  }
  .circle {
    left: 20px;
    transform: none;
  }
}
/* Home section 3 */
.home-sec-3 {
  height: 100%;
  width: 100%;
  background-color: #F6F6F6;
  padding: 70px 0px;
}
.home-sec-3 .skill-block .title-head {
  margin-bottom: 2rem;
  border-bottom: 2px #B99470 solid;
  padding-bottom: 1rem;
}
.home-sec-3 .skill-block .title-head h1 {
  text-transform: uppercase;
  line-height: 56px;
}
@media (min-width: 1200px) {
  .home-sec-3 .skill-block .title-head h1 {
    font-size: 47px;
  }
}
.home-sec-3 .skill-block .theme-btn {
  margin-top: 15px;
}
.home-sec-3 .skillimg-block {
  padding-left: 50px;
}
/* Home section 4 */
.home-sec-4 {
  background-image: url("../images/background-1.jpg");
  height: 100%;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  margin: 100px 0;
}
.home-sec-4 .network-block {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #F6F6F6;
  padding: 70px;
  z-index: 2;
}
.home-sec-4 .network-block::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 70px;
  width: 70px;
  background-color: #395144;
  z-index: -1;
}
.home-sec-4 .network-block::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 200px;
  width: 20px;
  background-color: #B99470;
  z-index: -1;
}
.home-sec-4 .network-block .title-head {
  margin-bottom: 2rem;
}
.home-sec-4 .network-block .title-head h4 {
  font-family: "Poppins", sans-serif;
  color: #19261F;
  font-weight: 600;
  text-transform: uppercase;
}
.roadmap-sec {
  position: relative;
  background-color: #F6F6F6;
  padding: 30px 0;
  margin-bottom: 100px;
}
.roadmap-sec h3 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
  color: #395144;
  font-weight: 600;
  line-height: 32px;
  padding-right: 30px;
  border-right: 5px #B99470 solid;
  margin-right: 30px;
}
.roadmap-sec p {
  margin: 0;
}
/* Footer */
.footer {
  background: #19261F;
  padding: 100px 0px 30px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 200px;
}
.social-container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.social-item {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}
.social-item:hover {
  text-decoration: underline;
  color: #B99470;
}
.info-block {}
.info-block .text-block {
  border-left: 2px #DCD7C9 solid;
  padding: 25px 0px 25px 20px;
  margin-left: 20px;
}
.info-block .text-block h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
.info-block .text-block p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}
.footer-links {
  text-align: right;
}
.footer-links h5 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links ul li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 36px;
}
.footer-links ul li a:hover {
  color: #B99470;
  text-decoration: none;
}
.copyright {
  border-top: 5px #395144 solid;
  text-align: center;
  padding-top: 30px;
  margin-top: 70px;
}
.copyright p {
  color: #B99470;
  margin: 0;
}
/* sub_banner */
.sub_banner {
  position: relative;
  padding: 100px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.sub_banner::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent);
  z-index: -1;
}
.sub_banner .content-block {
  display: block;
}
.sub_banner .content-block h1 {
  font-size: 84px;
  color: #fff;
  line-height: initial;
  text-transform: uppercase;
}
.sub_banner .content-block p {
  color: #fff;
  font-size: 16px;
}
/* About style */
.vision-block {
  align-items: center;
  display: flex;
  margin: 100px 0;
}
.vision-block img {
  height: 239px;
  object-fit: fill;
}
.vision-box-1 {
  width: 20%;
  float: left;
}
.vision-box-2 {
  width: 30%;
  float: left;
}
.vision-box-3 {
  width: 30%;
  float: left;
}
.vision-box-4 {
  width: 20%;
  float: left;
}
.vision-content {
  background-color: #f6f6f6;
  padding: 40px 20px;
  align-items: center;
  text-align: center;
}
.vision-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #19261F;
  margin-bottom: 15px;
}
.vision-content p {
  margin-bottom: 0px;
}
.wc-cta {
  position: relative;
  background-color: #19261F;
  padding: 50px 0;
  margin: 0 0 100px;
}
.wc-cta h2 {
  text-transform: uppercase;
  text-align: left;
  color: #B99470;
  line-height: initial;
  margin-bottom: 1rem;
}
.wc-cta p {
  margin: 0;
  color: #fff;
}
/* Our Principles & Approach */
.pa-sec {
  position: relative;
  margin: 0 0 100px;
}
.pa-sec .section-title {
  color: #B99470;
  line-height: 44px;
}
.principle-card {
  background: #f6f6f6;
  border: 2px solid #B99470;
  padding: 20px 15px;
  text-align: center;
  border-radius: 0px;
  height: 100%;
}
.principle-card .icon {
  display: inline-block;
  margin-bottom: 1rem;
}
.principle-card .icon img {
  width: 48px;
  height: 48px;
}
.principle-card h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #395144;
  margin-bottom: 15px;
}
.principle-card p {
  margin-bottom: 0;
  color: #19261F;
}
.comparison-table {
  background: #F6F6F6;
  padding: 30px;
}
.comparison-table table {
  width: 100%;
}
.comparison-table th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0 30px;
}
.comparison-table td {
  text-align: center;
  vertical-align: middle;
  padding: 30px 20px;
  font-weight: 500;
  border-top: 1px #B99470 solid;
}
.comparison-table .row-label {
  text-align: left;
  font-weight: 600;
  color: #395144;
}
.pa-sec hr {
  border-top: 2px solid #d2b48c;
  opacity: 1;
  margin-top: 10px;
  width: 50%;
}
@media (max-width: 768px) {
  .comparison-table td, .comparison-table th {
    font-size: 14px;
    padding: 12px 8px;
  }
}
/* Team style */
.team-section {
  padding: 70px 0;
  background: #f6f6f6;
  position: relative;
  height: 500px;
}
.team-heading {
  text-align: center;
  margin-bottom: 30px;
}
.team-heading h2 {
  color: #B99470;
}
.team-heading p {
  max-width: 800px;
  margin: 0 auto;
  color: #444;
}
.team-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
}
.team-gallery .team-img-1, .team-gallery .team-img-2, .team-gallery .team-img-3, .team-gallery .team-img-4, .team-gallery .team-img-5 {
  position: absolute;
  bottom: 0;
}
.team-gallery img {
  width: 230px;
}
.team-gallery .team-img-1 {
  left: 58px;
}
.team-gallery .team-img-2 {
  left: 308px;
}
.team-gallery .team-img-3 {
  left: 558px;
}
.team-gallery .team-img-4 {
  left: 808px;
}
.team-gallery .team-img-5 {
  right: 58px;
}
@media (max-width: 768px) {
  .team-img {
    width: 100%;
    height: auto;
  }
  .team-gallery {
    flex-direction: column;
    align-items: center;
  }
}
/* CTA style */
.cta-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  min-height: 200px;
  margin: 100px 0;
}
.contact-left {
  flex: 1;
  background-color: #F6F6F6;
  padding: 40px 70px;
  align-items: center;
  display: grid;
  justify-content: left;
}
.contact-left h2 {
  color: #b28b5e;
  font-size: 24px;
}
.contact-left p {
  margin-top: 10px;
  font-size: 14px;
  color: #19261F;
  max-width: 500px;
  margin-bottom: 0;
}
.contact-right {
  flex: 1;
  background-color: #DCD7C9;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 40px 70px;
  gap: 100px;
}
.contact-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #19261F;
  gap: 10px;
}
.contact-item i {
  font-size: 22px;
  color: #19261F;
}
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }
  .contact-left, .contact-right {
    padding: 30px 20px;
  }
  .contact-right {
    align-items: flex-start;
  }
}
/* Services style */
.services-section {
  background-color: #ffffff;
  padding: 70px 0;
}
.services-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #19261F;
}
.services-text p {
  color: #19261F;
  margin-top: 10px;
}
.service-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buyer-solutions {
  background-color: #f6f6f6;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
}
.buyer-solutions h3 {
  font-family: "Poppins", sans-serif;
  color: #19261F;
  margin-bottom: 15px;
  font-weight: 600;
}
.buyer-solutions p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service-images {
    margin-top: 30px;
  }
  .buyer-solutions p {
    font-size: 14px;
  }
}
/* Services card */
.service-wrap {
  margin-bottom: 70px;
}
.service-wrap .col-xl-2 {
  width: 20%;
}
.service-card {
  background-color: #f6f6f6;
  padding: 15px;
  height: 100%;
  transition: all 0.3s ease;
}
.service-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
}
.service-card h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #19261F;
  font-size: 19px;
  margin-bottom: 1rem;
}
.service-card p {
  color: #19261F;
  font-size: 12px;
  margin-bottom: 10px;
}
.service-card ul {
  padding-left: 20px;
}
.service-card ul li {
  font-size: 12px;
  color: #19261F;
  margin-bottom: 10px;
  line-height: initial;
}
.service-card ul li:before {
  font-size: 4px;
  top: 6px;
}
@media (max-width: 991px) {
  .service-card img {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .service-card img {
    height: 120px;
  }
}
/* How it works */
.how-it-works {
  background-color: #19261F;
  color: #ffffff;
  padding: 70px 0px;
}
.how-it-works h2 {
  color: #B99470;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.how-it-works p.lead {
  color: #fff;
  font-size: 14px;
  margin-bottom: 1rem;
}
.step-box {
  border: 1px solid #B99470;
  padding: 15px;
  line-height: initial;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.how-it-works img {
  max-width: 100%;
  border-radius: 0;
}
@media (max-width: 768px) {
  .how-it-works {
    text-align: center;
  }
  .step-box {
    font-size: 14px;
  }
}
/* Marketplace */
.marketplace-section {
  background-color: #F6F6F6;
  padding: 70px 0px;
  text-align: center;
}
.marketplace-section h2 {
  color: #B99470;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.marketplace-section p.lead {
  color: #19261F;
  font-size: 14px;
  margin-bottom: 30px;
}
.feature-box {
  border: 2px solid #B99470;
  padding: 15px;
  height: 100%;
  font-size: 14px;
  background-color: #ffffff;
  transition: transform 0.2s ease;
}
.feature-box:hover {
  transform: translateY(-5px);
  background-color: #fffefb;
}
/* info-card */
.infocard-block {
  padding: 70px 0px;
}
.info-card {
  background-color: #f7f8f7;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.info-card img {
  max-width: 250px;
}
.info-card h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #395144;
  margin-bottom: 1rem;
  font-size: 20px;
}
.info-card ul {
  padding-left: 1.2rem;
  margin: 0;
}
.info-card ul li {
  color: #395144;
  line-height: inherit;
}
@media (max-width: 768px) {
  .info-card {
    flex-direction: column;
    text-align: center;
  }
  .info-card img {
    max-width: 100%;
  }
}
/* Blog */
.blog-section {
  padding: 70px 0px;
  text-align: center;
}
.blog-section .title-heading {
  margin-bottom: 0;
  text-align: left;
}
.blog-section h2 {
  color: #B99470;
  text-transform: uppercase;
}
.blog-section p {
  margin: 15px auto 15px;
}
.blog-section span {
  float: right;
  margin-top: -40px;
}
.blog-section span a {
  color: #395144;
  font-weight: 700;
}
.blog-card {
  background-color: #F6F6F6;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-content {
  padding: 15px 15px 0;
  text-align: left;
}
.blog-content h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #395144;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-content p {
  font-size: 14px;
}
.read-more {
  padding: 15px;
  text-align: left;
}
.read-more button {
  background-color: #DCD7C9;
  border: none;
  padding: 6px 20px;
  font-size: 14px;
  color: #19261F;
  border-radius: 0px;
  font-weight: 500;
}
.read-more button:hover {
  background-color: #395144;
  color: #ffffff;
}
/* Tools section */
.tools-section {
  background: #F6F6F6;
  text-align: center;
  padding: 70px 0px;
}
.tools-section h2 {
  color: #B99470;
  text-transform: uppercase;
}
.tools-section p {
  color: #19261F;
  max-width: 750px;
  margin: 15px auto 30px;
}
.tool-box {
  background-color: #fff;
  border: 2px solid #B99470;
  border-radius: 0;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.tool-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tool-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.tool-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.tool-title {
  font-weight: 600;
  font-size: 18px;
  color: #395144;
  margin-bottom: 1rem;
}
.tool-desc {
  font-size: 14px;
  color: #395144;
}
/* area-section */
.area-section {
  padding: 70px 0px;
}
.area-heading {
  color: #B99470;
  text-transform: uppercase;
  text-align: center;
  line-height: initial;
}
.area-border {
  width: 100%;
  height: 2px;
  background-color: #B99470;
  margin: 15px 0 30px;
}
.info-box {
  border: 1px solid #B99470;
  text-align: center;
  padding: 20px 25px;
  margin-bottom: 20px;
  background-color: #fff;
}
.info-box strong {
  font-weight: 600;
}
.info-box p {
  margin: 5px 0 0;
}
.area-image img {
  max-width: 100%;
}
/* stories-section */
.stories-section {
  background-color: #f6f6f6;
  padding: 70px 0px;
  margin-bottom: 100px;
}
.stories-title {
  color: #B99470;
  text-transform: uppercase;
}
.title-border {
  height: 2px;
  width: 100%;
  background-color: #B99470;
  margin: 50px 0 25px;
}
.stories-text {
  margin-bottom: 20px;
}
.stories-list {}
.stories-image img {
  width: 100%;
}