.team-template-9 .container-fluid {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .team-template-9 .container-fluid {
    font-size: 16px;
  }
}
@media screen and (max-width: 416px) {
  .team-template-9 .container-fluid {
    font-size: 14px;
  }
}
.team-template-9 .row {
  margin: 0;
}
.team-template-9 .hero {
  background-color: #f5f7fa;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 4em;
}
.team-template-9 .row-header {
  max-width: 1080px;
  margin: 0 auto;
}
.team-template-9 .hero-image {
  background-size: cover;
  background-position: center;
  min-height: 250px;
  position: relative;
  margin: 1em;
  margin-bottom: 0 !important;
  border-radius: 6px;
}
.team-template-9 .expand-text {
  text-align: center;
  margin-top: 1em;
}
.team-template-9 .expand-text a {
  color: #9BA6B2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 50px;
  transition: 0.4s;
}
.team-template-9 .expand-text a:hover {
  color: #333;
  opacity: 1;
  transition: 0.4s;
  text-decoration: none;
}
.team-template-9 p.description {
  text-align: left;
  color: #333 !important;
  padding: 1em;
  font-size: 1em !important;
}
.team-template-9 .feed-container {
  max-width: 1080px;
  margin: 0 auto;
}
.team-template-9 .card {
  cursor: pointer;
  background-color: #fff;
  min-height: 275px;
  padding: 1em;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  padding-top: 2em;
  margin: 1em auto;
  transition: 0.4s ease;
}
.team-template-9 .card:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.06) !important;
  transition: 0.4s ease;
}
.team-template-9 .card:hover .card-button .btn {
  opacity: 0.8;
  transition: 0.4s ease;
}
.team-template-9 .team-count-card {
  color: #fff;
  min-height: 250px;
  min-width: 250px;
  border-radius: 6px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .team-template-9 .team-count-card {
    min-height: 275px;
    padding-left: 0em;
    padding-right: 0em;
  }
}
.team-template-9 .team-count-card .count-title {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  font-family: var(--eap-button-font);
}
.team-template-9 .team-count-card .count-number {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-family: var(--eap-button-font);
}
.team-template-9 .team-count-card .count-subtitle {
  opacity: 0.5;
  margin-bottom: 16px;
  font-family: var(--eap-button-font);
}
.team-template-9 .card-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-template-9 .card-button .btn {
  border: none;
  background-color: #9ba6b2 !important;
  height: 50px;
  line-height: 30px;
  color: #fff !important;
  border-radius: 0px 0px 6px 6px !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-family: var(--eap-button-font) !important;
  transition: 0.4s ease !important;
}
.team-template-9 .card-button .btn:hover {
  opacity: 0.8;
  transition: 0.4s ease;
}
.team-template-9 .card-indicator {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  border: 2px solid white;
}
.team-template-9 .card-title {
  font-weight: 400;
  color: #9BA6B2;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.3;
  font-family: var(--eap-button-font);
}
.team-template-9 .card-name {
  font-weight: bold;
  font-family: var(--eap-button-font);
  color: #333;
  text-align: center;
  padding-top: 1em;
}
.team-template-9 .card-photo {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  position: relative;
}
.team-template-9 .team-count-info {
  position: relative;
}
.team-template-9 .card-email,
.team-template-9 .card-phone {
  font-weight: 700;
  color: #333;
  font-size: 0.8em;
  font-family: var(--eap-button-font);
  line-height: 1.6;
  color: #333;
}
.team-template-9 .card-phone {
  color: #333;
  font-weight: bold;
  font-family: var(--eap-button-font);
}
.team-template-9 .close i {
  font-size: 27px;
  color: #9ba6b2;
  position: absolute;
  top: 4px;
  right: 4px;
}
.team-template-9 .show {
  display: block !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.team-template-9 .modal {
  display: none;
  pointer-events: none;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: scroll;
}
.team-template-9 .modal .modal-container {
  max-width: 500px;
  margin: 6em auto;
}
@media screen and (max-width: 416px) {
  .team-template-9 .modal .modal-container {
    margin: 0 auto;
  }
}
.team-template-9 .modal .modal-container .card {
  padding-top: 3em;
  padding-right: 0;
  padding-left: 0;
}
.team-template-9 .modal .modal-cta {
  position: relative;
}
.team-template-9 .btn-modal {
  border: none;
  box-shadow: none !important;
  height: 46px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  text-transform: none !important;
  font-size: 14px !important;
  transition: 0.4s ease;
  margin: 0.25em auto;
}
.team-template-9 .btn-modal:hover {
  transition: 0.4s ease;
}
.team-template-9 .btn-count {
  background-color: rgba(255, 255, 255, 0.15) !important;
  margin-top: 16px;
  color: #fff !important;
  border: none;
  box-shadow: none !important;
  height: 46px;
  top: 8px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  text-transform: none !important;
  font-size: 14px !important;
  transition: 0.4s ease;
}
.team-template-9 .btn-count:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
  transition: 0.4s ease;
}
.team-template-9 .contact-info i {
  font-size: 1em;
  font-family: var(--eap-button-font);
}
@media screen and (max-width: 768px) {
  .team-template-9 .contact-info {
    text-align: center;
    margin-top: 1em;
  }
}
.team-template-9 h1 {
  margin-bottom: 30px;
}
.team-template-9 .team-section {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 450px) and (max-width: 991px) {
  .team-template-9 .team-section .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.team-template-9 .team-section .team-title {
  font-size: 2rem;
  font-family: var(--eap-button-font);
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.team-template-9 .team-section .team-description {
  font-size: 1rem;
  font-family: var(--eap-button-font);
  line-height: 1.6;
  color: #666666;
  margin-bottom: 0;
}
.team-template-9 .team-section .team-member {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 2px 3px rgba(51, 51, 51, 0.2);
  position: relative;
}
.team-template-9 .team-section .team-member:hover .team-img-animation {
  transform: scale(1.1);
}
.team-template-9 .team-section .team-member .team-member-linking {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  font-size: 0;
  cursor: pointer;
}
.team-template-9 .team-section .team-member ._img {
  position: relative;
  overflow: hidden;
}
.team-template-9 .team-section .team-member .team-img-animation {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
  /* text-align: center; */
  /* display: flex; */
  background-position: top center;
  background-size: cover;
  height: 350px;
  transition: 0.4s ease-in-out;
}
.team-template-9 .team-section .team-member .team-img-animation img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-template-9 .team-section .team-member .team-member-content {
  padding: 15px;
  min-height: 100px;
  text-align: left;
  font-family: var(--eap-button-font);
  background-color: var(--eap-primary-color);
}
.team-template-9 .team-section .team-member .team-member-name {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--eap-button-font);
}
.team-template-9 .team-section .team-member .team-member-role {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1;
  font-family: var(--eap-button-font);
}
.team-template-9 .team-section .team-member:hover .team-img-animation img {
  transform: scale(1.2);
  transition: 0.3s ease-in;
}
.team-template-9 .reviews {
  background-color: #f9f9f9;
  margin: 50px 0;
  padding: 50px 0;
}
.team-template-9 .reviews .owl-theme {
  background-color: #fff;
}
.team-template-9 .reviews .owl-theme .owl-nav {
  margin-top: 0px;
  display: block !important;
}
.team-template-9 .reviews .owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  padding: 0px !important;
  display: inline-block;
  margin: 0 !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  text-shadow: none !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.team-template-9 .reviews .owl-theme .owl-nav button.owl-prev {
  left: 10px;
}
.team-template-9 .reviews .owl-theme .owl-nav button.owl-prev.disabled {
  display: none;
}
.team-template-9 .reviews .owl-theme .owl-nav button.owl-next {
  right: 10px;
}
.team-template-9 .reviews .owl-theme .owl-nav button.owl-next.disabled {
  display: none;
}
.team-template-9 a.rs-review-wrapper {
  display: block;
  margin-bottom: 0px;
  padding: 30px 50px;
  border-radius: 5px;
  text-decoration: none;
  min-height: 200px;
}
.team-template-9 a.rs-review-wrapper .rs-review-star i {
  color: #e7711b;
}
.team-template-9 a.rs-review-wrapper p {
  color: #000;
  margin: 0;
  padding: 10px 0;
}
.team-template-9 a.rs-review-wrapper .rs-review-title {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--eap-button-font);
}