@charset "UTF-8";
.city-team {
  width: 100%;
  float: left;
  margin: 0px 0px;
}
.city-team h1 {
  text-align: center;
  font-size: 3.5rem;
}

.city_wise_team {
  width: 100%;
  float: left;
}

.city-team #frmteam select {
  border-radius: 5px;
  padding: 2px 15px;
  margin-left: 10px;
  background: #fff;
  font-size: 16px;
  border: solid 1px #f9c13e;
  margin-top: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.city_wise_team .team-block {
  min-height: 384px;
}

.team-container h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.team-container p {
  line-height: 24px;
  margin-bottom: 10px;
}

.team-list {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 40px 0px 0px;
  border-bottom: solid 1px #ededed;
}
.team-list h2 {
  position: relative;
}
.team-list h2:after {
  content: "";
  width: 10%;
  position: absolute;
  left: 45%;
  border-bottom: solid 2px #f9c13e;
  bottom: -5px;
}

#myDIV .st-btn {
  display: inline-block !important;
}

.hide-desktop {
  display: none;
}

.team-list ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.team-managing-partner-area {
  width: 46%;
  margin: 0 auto;
}

.team-managing-partner {
  width: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  border: solid 1px #ededed;
}

.team-managing-partner .team-image {
  width: 225px;
  height: 225px;
  border: solid 1px #BCBDBE;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}
.team-managing-partner .team-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 225px;
}

.team-managing-partner a {
  color: #000;
}

.team-managing-partner h2 {
  font-size: 1.8rem;
  color: #000;
}

.team-managing-partner h3 {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}

.team-managing-partner a:hover h3 {
  color: #D29300;
  transition: all 0.3s ease-in;
}
.team-managing-partner a:hover h3 .team-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 225px;
}

.team-list li {
  list-style-type: none;
  list-style: none;
  text-align: center;
  text-align: center;
  flex: 0 0 calc(25% - 0px);
  padding: 15px;
}
.team-list li .team-image {
  width: 225px;
  height: 225px;
  border: solid 1px #BCBDBE;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}
.team-list li .team-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 225px;
}
.team-list li a {
  color: #000;
}
.team-list li a:hover .team-image {
  border: solid 1px #D29300;
  transition: all 0.3s ease-in;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.team-list li a:hover h3 {
  color: #D29300;
  transition: all 0.3s ease-in;
}
.team-list li h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}
.team-list li h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.team-list li p strong {
  font-weight: 500;
}
.team-list li p {
  font-size: 16px;
  line-height: 22px;
}

.team-banner {
  width: 100%;
  padding: 0px 0px;
  float: left;
}
.team-banner h1 {
  font-size: 3.5rem;
  color: #000;
  font-weight: 600;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.team-banner h1 span {
  position: absolute;
  right: 0px;
  font-size: 18px;
  top: 90%;
}
.team-banner h1 span a {
  color: #000;
  transition: all 0.3s ease-in;
}
.team-banner h1 span a:hover {
  color: #D29300;
  transition: all 0.3s ease-in;
}
.team-banner h1:after {
  content: "";
  background: #f9c13e;
  width: 86%;
  height: 2px;
  bottom: -5px;
  position: absolute;
  left: 0px;
}
.team-banner ul {
  padding: 0px 0px 20px;
  margin: 0px;
}
.team-banner li {
  list-style-type: none;
  list-style: none;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  display: inline-block;
  padding-right: 20px;
}
.team-banner li button {
  background: none;
  height: 0px;
  padding: 0px;
  margin: 0px 0 0 15px;
  border: none;
}

.team-mem-pic {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #f9c13e;
  margin-left: 15px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}

.team-memeber-info {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
.team-memeber-info .info {
  font-size: 1.25rem;
  padding-left: 0px;
  color: #000;
  margin: 0px 0px 30px;
  width: 100%;
  float: left;
}
.team-memeber-info .info a {
  color: #000;
  transition: all 0.3s ease-in;
}
.team-memeber-info .info a:hover {
  color: #f9c13e;
  border-bottom: solid 1px #f9c13e;
  transition: all 0.3s ease-in;
}
.team-memeber-info .info .contact {
  background: #f9c13e;
  color: #fff;
  border: solid 2px #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.team-memeber-info .info .contact:hover {
  background: #f8b720;
  color: #fff;
}
.team-memeber-info .info-head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f9c13e;
}

.email {
  margin-left: 55px;
}

.team-breadcrumbs {
  background: #f5f7fa;
  width: 100%;
  float: left;
  margin-top: -100px;
  min-height: 125px;
}
.team-breadcrumbs .breadcrumb {
  margin: 0px;
  position: relative;
  z-index: 2;
  padding: 10px 0px 0px 25px;
}

.t-member-contact-info {
  width: 100%;
  float: left;
  font-size: 1.25rem;
  line-height: 1.6;
}
.t-member-contact-info .overview {
  background: #f5f7fa;
  width: 100%;
  float: left;
}
.t-member-contact-info h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.t-member-contact-info h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #f9c13e;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.t-member-contact-info ul {
  padding: 0px;
  margin: 0px;
}
.t-member-contact-info li {
  list-style: none;
  float: left;
  display: table;
  margin-bottom: 10px;
}
.t-member-contact-info li:before {
  content: "✔";
  color: #f9c13e;
  display: table-cell;
  padding-right: 5px;
}
.t-member-contact-info h3 a {
  color: #000;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.accordion {
  height: auto;
  float: left;
  width: 100%;
  min-height: 250px;
}

@media screen and (max-width: 1024px) {
  .team-breadcrumbs {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .team-managing-partner-area {
    width: 100%;
    text-align: center;
  }
  .team-managing-partner .team-image {
    margin-right: 0px;
    float: none;
    display: inline-block;
  }
  .city-team h1 {
    font-size: 2rem;
  }
  .team-managing-partner h2 {
    font-size: 1.5rem;
  }
  .team-list h2 {
    font-size: 1.8rem;
  }
  .team-mem-pic {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px -45px;
       object-position: 0px -45px;
    margin: 10px 0px 0px;
    margin-left: 0px;
  }
  .team-banner h1 {
    font-size: 2.5rem;
    line-height: 1;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }
  .team-banner button {
    background: none;
    border: none;
  }
  .team-banner h1 span {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0px 10px;
  }
  .team-banner h1::after {
    width: 100%;
    bottom: -5px;
  }
  .team-memeber-info {
    margin-top: 10px;
  }
  .team-memeber-info h6 a {
    color: #000;
    margin-bottom: 20px;
    border-bottom: solid 2px #deb003;
    text-align: right;
    float: right;
  }
  .team-memeber-info .phone, .team-memeber-info .email {
    width: 100%;
    float: left;
    margin-left: 0px;
  }
  .team-memeber-info p {
    margin-bottom: 0px;
  }
  .team-memeber-info .info {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .team-memeber-info .info a:hover {
    border: none;
  }
  .team-breadcrumbs .breadcrumb {
    padding-left: 0px;
  }
  #myDIV {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #myDIV2 .st-btn {
    display: inline-block !important;
  }
  .t-member-contact-info {
    font-size: 1.125rem;
  }
  .t-member-contact-info h3 a {
    color: #000;
  }
  .t-member-contact-info h3 {
    display: inline;
    font-size: 1.875rem;
  }
  .t-member-contact-info h3:after {
    bottom: -18px;
  }
  .t-member-contact-info .card-header {
    background: none;
    padding: 1rem 0px;
    cursor: pointer;
  }
  .t-member-contact-info .card {
    border: none;
  }
  .t-member-contact-info .card-body {
    padding: 1rem 0px;
  }
  .t-member-contact-info .accordion {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .team-list li {
    flex: 0 0 calc(100% - 0px);
  }
}/*# sourceMappingURL=team.css.map */