
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/2/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.v2.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/theme-color/brand.css");

/* Custom CSS */
:root {
  --primary-brand-color: #DD1C2E;
  --primary-rgb-brand-color: 221, 28, 46;
  --secondary-brand-color: #09368C;
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}
.hero-wrapper {
  max-width: 650px;
}
.hero-wrapper h2 {
  font-weight: 400;
}

#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
  padding: .5rem;
}
#home-bodycontent .information-bar h5 {
  display: none;
}
#testimonials-carousel {
  border-bottom: 10px solid var(--secondary-brand-color);
}

/* Team */
#custom-meet-the-team {
  max-width: 1440px;
  margin: 0 auto;
}
#custom-meet-the-team.slider {
  padding-left: 2rem;
  padding-right: 2rem;
}
#custom-meet-the-team.slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1rem));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
#custom-meet-the-team.slider .owl-carousel .owl-nav button .fa {
  color: #000;
}
#custom-meet-the-team.slider .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
#custom-meet-the-team.slider .owl-carousel .owl-nav .owl-next {
  right: -20px;
}
#custom-meet-the-team header h2 {
  font-weight: 600;
  font-size: 2.5rem !important;
}
#custom-meet-the-team header a {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
}
#custom-meet-the-team header a:after {
  content: "\2192";
  margin-left: 1em;
}
#custom-meet-the-team .custom-meet-the-team-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#custom-meet-the-team .custom-agent {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 24.46%;
  min-height: 400px;
  margin: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
#custom-meet-the-team .custom-agent img {
  display: none !important;
}
#custom-meet-the-team .custom-agent.slide {
  width: 100%;
  margin: 0px !important;
}
#custom-meet-the-team .custom-agent-meta-data {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01),
    rgba(0, 0, 0, 0.99)
  );
  margin: -1em;
  padding: 1em;
  transition: padding 0.25s ease;
}
#custom-meet-the-team .custom-agent h2 {
  font-weight: bold;
  text-shadow: 1px 1px #444;
}
#custom-meet-the-team .custom-agent p {
  margin: 0;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 20px;
}
#custom-meet-the-team .style-2 .custom-agent {
  position: relative;
  background-image: unset !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto !important;
  min-width: 350px;
  height: auto !important;
  min-height: 415px;
  margin: 5px;
  display: block;
  padding: 1em;
  color: #fff;
  overflow: visible;
  cursor: pointer;
  border: 10px solid #fff;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
}
#custom-meet-the-team .style-2 .custom-agent img {
  display: block !important;
  width: 100%;
  max-width: 200px;
  min-height: 200px;
  object-fit: cover;
  margin: 0 auto 2em;
  border-radius: 50%;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
  border: 5px solid #fff;
}
#custom-meet-the-team .style-2 .custom-agent .custom-agent-meta-data {
  background-image: unset;
  margin: -1em;
  padding: 1em;
  transition: padding 0.25s ease;
  text-align: center;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#custom-meet-the-team .style-2 .custom-agent h2 {
  text-shadow: none;
  color: #444;
}
#custom-meet-the-team .style-2 .custom-agent p {
  color: #444;
}
#custom-meet-the-team .style-2 .custom-agent-button {
  position: static !important;
  width: 100%;
}
#custom-meet-the-team .style-2 .custom-agent:hover .custom-agent-meta-data {
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  #custom-meet-the-team .custom-agent-button {
    position: absolute;
    bottom: -50px;
    transition: bottom 0.25s ease-out;
  }
  #custom-meet-the-team .custom-agent:hover .custom-agent-meta-data {
    padding-bottom: 60px;
  }
  #custom-meet-the-team .custom-agent:hover .custom-agent-button {
    bottom: 20px;
    transition-delay: 0.05s;
  }
}
@media (max-width: 1110px) {
  #custom-meet-the-team .custom-agent {
    width: 32.3%;
  }
}
@media (max-width: 833px) {
  #custom-meet-the-team .custom-agent {
    width: 49%;
  }
}
@media (max-width: 600px) {
  #custom-meet-the-team .custom-agent-meta-data {
    padding-left: 2em;
    padding-right: 2em;
  }
  #custom-meet-the-team .custom-agent h2 {
    font-size: 1.7rem;
  }
  #custom-meet-the-team .custom-agent:not(.slide) {
    width: 100%;
    max-width: 350px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.gMenu-logo.section-inverse {
  background-color: #fff !important;
}