@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@100;400;500&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/1/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");

/* Custom CSS */
:root {
  --secondary-brand-color: #ffffff;
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}
#home-bodycontent .hero-tagline {
  font-size: 1.5rem;
}
#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
  padding: 0.4rem;
}
#home-bodycontent .information-bar h5 {
  display: none;
}
#home-bodycontent .cover {
  min-height: 700px !important;
}
#testimonials-carousel {
  border-top: 10px solid var(--secondary-brand-color);
  border-bottom: 10px solid var(--secondary-brand-color);
}
#header.home .logo.primary {
  display: none !important;
  max-width: 300px !important;
}
#header.home .logo.secondary {
  opacity: 1 !important;
  pointer-events: visible !important;
}

#home-bodycontent .hero-wrapper img.square {
  max-width: 250px !important;
}

#home-bodycontent .page-wrapper {
  background-color: #000000 !important;
}

#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white {
  background-color: #000000 !important;
}

#home-bodycontent .carousel-link {
  color: #ffffff !important;
}

#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white h1 {
  color: #ffffff !important;
}

#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white .service-area-link {
  color: #ffffff !important;
}
#header .show,
#home-bodycontent .show,
.show-elem,
#header.home .logo.primary.show {
  opacity: 1 !important;
  pointer-events: visible !important;
  display: block !important;
}
/* Change Header Color for Team Widget */
.widgetWrapper .widget.team.white h1,
.widgetWrapper .widget.team.white p.team,
.widgetWrapper .widget.team.white p,
#show_more,
.kv-content-section.p-t-3.p-b-3.center {
  color: #fff !important;
}
#header.home .logo.secondary {
  filter: invert(1);
  -webkit-filter: invert(1);
}
body.subscribe-form .logo img.img-responsive {
  max-width: 200px;
}
