body, h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
body {
  font-weight: 500;
}

.section-about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.section-about .section-title-area {
    margin-bottom: 20px;
}

.section-inverse .section-title-area .section-title {
    color: #ffb338;
}

.section-inverse p {
    color: #444;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs {
    padding: 60px 0;
}

.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 15px;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}


.tabs .nav-link:hover {
    color: #ffb338;
    text-decoration: none;
}

.tabs .nav-link.active {
    background: #ffb338;
    color: #fff;
    border-color: #ffb338;
}

.tabs .nav-tabs .nav-link img {
    margin-bottom: 10px;
}

.tabs .nav-tabs .nav-item {
    display: flex;
}

.tabs .nav-tabs .nav-item a {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.tabs .tab-content {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .tabs .nav-link {
        padding: 15px;
    }

    .tabs .nav-link i {
        font-size: 24px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: wrap;
}
.swiper-slide.col-3 {
    height: 250px;
    margin-bottom: 20px;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #f2f2f2;
    position: relative; 
    overflow: hidden;
    padding: 15px;
    height: inherit;
  }
  .team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  .team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
    display: flex;
    flex-direction: column;
  }
  .team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #000;
  }
  .team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #000;
  }
  .team .member .member-info-content p {
    font-size: 13px;
    margin-top: 10px;
    overflow: auto;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(11, 35, 65, 0.5);
    text-align: center;
  }
  .team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
  }
  .team .member .social a:hover {
    color: #e84245;
  }
  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  .team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
  }
  .team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
  }
  .team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
  }
  .team .member .member-info-content {
    background: #e1efff;
    color: black;
    box-shadow: inset 10px 10px 50px #bbd6f5;
}
.team .member .member-info-content, .team .member:hover .member-info-content {
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 20px;
}

.advisor-team-member {
  border: 2px solid #9fc5eb;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}
.advisor-team-member img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
}
.advisor-team-member p {
  margin-bottom: 10px;
  font-style: italic;
}
.accordion-button::after {
  background: url(../images/icon-plus.png);
  background-size: cover;
}
.accordion-button:not(.collapsed)::after {
  background: url(../images/icon-minus.png);
  background-size: cover;
}
.social-media {
  background: #f0f0f0;
  height: 30px;
  padding: 5px 20px;
  text-align: right;
}
.social-media a {
  margin-right: 10px;
  display: inline-block;
}
.social-media a:last-child{
  margin-right: 0;
}
.social-media img {
  float: right;
  height: 18px;
}

.accordion.programs button{
  color: #111111;
}
.accordion.programs button img {
  margin-right: 20px;
}
.accordion.programs .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion.programs .accordion-button:not(.collapsed) {
  background: #ffb338;
  border-color: #ffb338;
}
.site-header {
  line-height: normal;
}
.site-header .onepress-menu {
  line-height: 75px;
}
.fit-vids-style {
  display: none;
}

//new style

.our-team .tabs .content.main {
  width: calc(100% - 50px);
}
.our-team .tabs .nav-tabs.main li,
.our-team .tab-content {
  flex: 1;
}
.our-team .tab-content .tab-pane {
  height: 100%;
}
.our-team .innertabs {
  background: #ececec;
  padding: 20px;
  height: 100%;
}
.our-team .innertabs .nav-tabs {
  width: 200px;
  max-height: 600px;
  overflow: auto;
}
.our-team .innertabs  .tab-pane .container {
  padding: 10px 80px;
}
.our-team .innertabs  .tab-pane .container {
  text-align: justify;
}
.our-team .innertabs  .nav-tabs a {
padding: 5px;
}
.our-team h4 span {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.our-team .innertabs  .nav-tabs a {
  padding: 5px;
      border:none;
  }
  .our-team .innertabs  .nav-tabs a.active {
      background: #ff9278;
  }
  .our-team .innertabs  .nav-tabs a img {
      margin:0;
  }