.tabs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tabs .tabs-ct {
  padding: 100px 0;
}
.tabs-1 .tabs-title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 500;
}
.tabs-1 .tabs-title + .nav-tabs {
  margin-top: 70px;
}
.tabs-1 .tabs-subtitle {
  margin: 0 0 10px;
}
.tabs-1 .tabs-subtitle + .nav-tabs {
  margin-top: 70px;
}
.tabs-1 .tabs-intro + .nav-tabs {
  margin-top: 70px;
}
.tabs-1 .nav-tabs {
  border: none;
}
.tabs-1 .nav-tabs .tab-name {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #eeeeee;
  margin-right: -1px;
}
.tabs-1 .nav-tabs .tab-name a {
  border-radius: 0;
  margin: 0;
  color: #333333;
  border: none;
  font-family: 'proxima_novasemibold';
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-1 .nav-tabs .tab-name a:hover,
.tabs-1 .nav-tabs .tab-name a:focus {
  background-color: transparent;
}
.tabs-1 .nav-tabs .tab-name.active a {
  background-color: #fab702;
  border: none;
  color: #ffffff;
}
.tabs-1 .tab-content {
  padding-top: 25px;
  margin: 0 -15px;
}
.tabs-1 .tab-content .tab-pane .tab-image {
  text-align: center;
}
.tabs-1 .tab-content .tab-pane .tab-image img {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tabs-1 .tab-content .tab-pane .tab-image img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tabs-1 .tab-content .tab-pane .tab-item .tab-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.tabs-1 .tab-content .tab-pane .tab-item .tab-list li {
  padding: 0;
}
.tabs-1 .tab-content .tab-pane .tab-item .tab-list li:before {
  content: "\f192";
  font-family: FontAwesome;
  color: #fab702;
  position: relative;
  font-size: 16px;
  padding-right: 10px;
}
.tabs-1 .tab-content .tab-pane .tab-item .tab-desc {
  margin-top: 20px;
}
.simple-tab .tabs-1 .nav-tabs {
  border-bottom: 1px solid #fab702;
}
.simple-tab .tabs-1 .nav-tabs .tab-name {
  border: none;
  margin-bottom: -1px;
}
.simple-tab .tabs-1 .nav-tabs .tab-name a {
  padding: 5px 10px;
  border-bottom: 1px solid transparent;
}
.simple-tab .tabs-1 .nav-tabs .tab-name.active a {
  background-color: transparent;
  color: #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 991px) {
  .simple-tab .tabs-1 .nav-tabs {
    border-bottom: none;
  }
  .simple-tab .tabs-1 .nav-tabs .tab-name {
    padding: 0 15px;
  }
  .simple-tab .tabs-1 .nav-tabs .tab-name a {
    border-color: #fab702;
  }
}