  .set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 10px;
  padding-bottom: 10px;
}


.videocontroler{
  padding-top: 40vh; width: 100%;
}

  .services-items {
    margin-bottom: 20px;
  }

  .team-members .member-pic:before {
    top: auto;
    bottom: -60px;
    left: 50%;
    margin-left: -35px;
  }

  .team-members .member-pic.third:before {
    left: 50%;
  }

  .footer-form {
    padding: 50px 80px 45px 80px;
  }

  .register .copyright {
    margin-right: 30px;
  }

  .about-us-section .about-pic {
    margin-bottom: 30px;
  }

  .about-page-trainer .single-trainer-item {
    margin-bottom: 40px;
  }

  .blog-sidebar .sidebar-recent {
    padding-top: 40px;
  }

  .blog-details .bd-text .bd-video .video-bg {
    margin-bottom: 30px;
  }

  .team-section .primary-btn {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
}


.trainer-schedule.class-timetable .section-title h2, .class-timetable.choseus-section .section-title h2, .class-timetable.about-page-trainer .section-title h2 {
  color: #191919;
  margin-bottom: 61px;
}
.schedule-title-2{
  color: #191919;
  margin-bottom: 61px;   
}
.trainer-schedule.class-timetable .section-title .nav-controls ul li, .class-timetable.choseus-section .section-title .nav-controls ul li, .class-timetable.about-page-trainer .section-title .nav-controls ul li {
  color: #232530;
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-right: 54px;
  cursor: pointer;
}
.trainer-schedule.class-timetable .section-title .nav-controls ul li.active, .class-timetable.choseus-section .section-title .nav-controls ul li.active, .class-timetable.about-page-trainer .section-title .nav-controls ul li.active {
  color: #f34e3a;
}
.trainer-schedule.class-timetable .section-title .nav-controls ul li:last-child, .class-timetable.choseus-section .section-title .nav-controls ul li:last-child, .class-timetable.about-page-trainer .section-title .nav-controls ul li:last-child {
  margin-right: 0;
}
.trainer-schedule .section-title, .choseus-section .section-title, .about-page-trainer .section-title {
  text-align: center;
}
.trainer-schedule .section-title h2, .choseus-section .section-title h2, .about-page-trainer .section-title h2 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 46px;
}
.trainer-schedule .section-title h2:before, .choseus-section .section-title h2:before, .about-page-trainer .section-title h2:before {
  width: 70px;
  height: 3px;
  right: 0;
  left: 0;
  top: 49px;
  margin: 0 auto;
}
.trainer-schedule .section-title p, .choseus-section .section-title p, .about-page-trainer .section-title p {
  color: #ffffff;
}

.schedule-table {
  overflow-x: auto;
}
.schedule-table .ts-item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.schedule-table.filtering .ts-item {
  opacity: 0;
}
.schedule-table.filtering .ts-item.show {
  opacity: 1;
}
.schedule-table table {
  width: 100%;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.schedule-table table thead tr {
  background: #ffffff;
}
.schedule-table table thead tr th {
  color: #000000;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px 0;
}
.schedule-table table tbody {
  border-top: 1px solid #e5e5e5;
}
.schedule-table table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  background: #F0F0F0;
}
.schedule-table table tbody tr:nth-child(even) {
  background: #ffffff;
}
.schedule-table table tbody tr td {
  border-right: 1px solid #e5e5e5;
  padding: 20px 10px 16px;
  width: 146px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.schedule-table table tbody tr td.gym h6, .schedule-table table tbody tr td.crossfit h6, .schedule-table table tbody tr td.running h6 {
  color: #f34e3a;
}
.schedule-table table tbody tr td.yoga h6 {
  color: #247cc6;
}
.schedule-table table tbody tr td.body h6, .schedule-table table tbody tr td.box h6 {
  color: #6dcff6;
}
.schedule-table table tbody tr td.cardio h6 {
  color: #4cbcc3;
}
.schedule-table table tbody tr td.box.g h6 {
  color: #00a651;
}
.schedule-table table tbody tr td h6 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.schedule-table table tbody tr td span {
  font-size: 14px;
  display: block;
  color: #191919;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 26px;
}
.schedule-table table tbody tr td .trainer-name {
  font-size: 14px;
  color: #6e6e6e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.schedule-table table tbody tr .workout-time {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}




/*---------------------
  Services Section
-----------------------*/
.services-section {
  padding-top: 90px;
  padding-bottom: 15px;
}

.services-items {
  overflow: hidden;
}
.services-items .single-service-item {
  float: left;
  width: calc(50% - 10px);
  background: #9d69d8;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 30px 22px 10px 30px;
}
.services-items .single-service-item.color-1 {
  background: #62b3d3;
}
.services-items .single-service-item.color-2 {
  background: #5acd57;
}
.services-items .single-service-item.color-3 {
  background: #ed5e4c;
}
.services-items .single-service-item h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 25px;
}
.services-items .single-service-item p {
  color: #ffffff;
  line-height: 22px;
}

.service-video {
  height: 636px;
}
.service-video .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-video .play-btn a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service-video .play-btn a:before {
  position: absolute;
  left: -28px;
  top: -20px;
  height: 66px;
  width: 66px;
  background: #fff;
  content: "";
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}
.service-video .play-btn a:after {
  position: absolute;
  left: -20px;
  top: -12px;
  height: 50px;
  width: 50px;
  background: #f34e3a;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.service-video .play-btn a i {
  color: #ffffff;
}


@media only screen and (max-width: 767px) {
.trainer-schedule.class-timetable .section-title .nav-controls ul li,
.class-timetable.choseus-section .section-title .nav-controls ul li,
.class-timetable.about-page-trainer .section-title .nav-controls ul li {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Small Device = 320px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-hero-item .hero-text h1 {
    font-size: 75px;
  }

  .services-items .single-service-item {
    width: 100%;
    margin-right: 0;
  }}
@media only screen and (max-width: 992px) {
  .class-section .primary-btn {
    margin-bottom: 20px;
    float: none;
  }
    .hero-area h1 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    /*padding-bottom: 19px;
    margin-top: 30px;*/
      margin-top: 30vh;
}
}