.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin-bottom:5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* services */
.services-box span {
    background: #e8bb2e;
    width: 90px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
}

.service-content h3 {
    font-size: 23px;
	color:#FFFFFF;
	padding-left:0.5em;
}

a.butn-w3pvt {
    color: #e8bb2e;
    letter-spacing: 1px;
    font-size: 14px;
}

.services-w3ls {
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.text-li {
    color: #f8f9fa;
	padding-left:0.5em;
}

/* //services */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}


.w3l-teams-32-main {
 /*background: url(../images/bg6.jpg) no-repeat center fixed;
 background: #f9f9f9; */}
  .w3l-teams-32-main a.title-team-32 {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    display: inline-block;
    margin-bottom: 2px; }
  .w3l-teams-32-main .column-19 img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .w3l-teams-32-main .right-team-9 {
    text-align: center;
    border-top: none;
    padding: 20px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .w3l-teams-32-main .column-19 a img:hover {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: 0.3s ease; }
  .w3l-teams-32-main .buttons-teams {
    margin-top: 10px; }
  .w3l-teams-32-main .buttons-teams a {
    font-size: 15px;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    line-height: 31px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    transition: .3s; }
  .w3l-teams-32-main .buttons-teams a.facebook {
    color: #3b5998;
    background: none;
    border: 2px solid #3b5998; }
  .w3l-teams-32-main .buttons-teams a.facebook:hover {
    background: #3b5998;
    color: #fff; }
  .w3l-teams-32-main .buttons-teams a.twitter {
    color: #1da1f2;
    background: none;
    border: 2px solid #1da1f2; }
  .w3l-teams-32-main .buttons-teams a.twitter:hover {
    background-color: #1da1f2;
    color: #fff; }
  .w3l-teams-32-main .buttons-teams a.insta {
    color: #c13584;
    background: none;
    border: 2px solid #c13584; }
  .w3l-teams-32-main .buttons-teams a.insta:hover {
    background: #c13584;
    color: #fff; }
  @media (max-width: 992px) {
    .w3l-teams-32-main .column-19 img {
      width: 100%; } }
  @media (max-width: 415px) {
    .w3l-teams-32-main .team-main-19 {
      padding: 0 5px; }
    .w3l-teams-32-main .team-row {
      padding: 0 12px; }
    .w3l-teams-32-main a.title-team-32 {
      font-size: 20px; } }
  @media (max-width: 375px) {
    .w3l-teams-32-main a.title-team-32 {
      font-size: 18px; } }



/*# sourceMappingURL=style-starter.css.map */
