/* section_heading */
.section_tit {
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.section_tit h2 {
  margin: 0px;
  color: #222d35;
  font-size: 62px;
  line-height: 62px;
}

.section_explanation {
  position: relative;
  padding-bottom: 25px;
}
.section_explanation:before {
  content: "";
  background: #efbc3f none repeat scroll 0 0;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  height: 100px;
  width: 50px;
  left: 90%;
  position: absolute;
  top: 0;
}
.section_explanation:after {
  content: "";
  background: #efbc3f none repeat scroll 0 0;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  height: 100px;
  width: 200px;
  left: 70%;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .section_explanation:before {
    display: none;
  }
  .section_explanation:after {
    display: none;
  }
}

.three_line {
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .three_line {
    width: 30px;
  }
  .three_line:before,
  .three_line:after {
    width: 60px;
  }
}
/*-------------------------------------------------------------------------------------------*/

/*  Main Banner        ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/

.main-banner {
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main-banner {
    margin-top: 0px;
  }
}

.main-banner .banner-text .sub-text {
  font-weight: 700 !important;
  color: #ffffff;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Rajdhani";
  letter-spacing: 2px;
  line-height: 2;
}

.main-banner .banner-text h2 {
  font-size: 60px;
  color: #efbc3f;
  font-weight: 600 !important;
  margin-bottom: 0px;
  line-height: 1.2 !important;
  text-transform: capitalize;
  padding: 10px 0;
  margin-bottom: 40px;
}

.main-banner .banner-text h2 span {
  color: #ffce30;
  font-size: 40px;
}

.main-banner .banner-text p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 15px !important;
  margin: 25px 0px 40px !important;
  line-height: 1.8 !important;
}

.main-banner .tp-mask-wrap {
  height: auto;
}

.main-banner li .btn-text {
  line-height: 23px !important;
  font-size: 14px !important;
  padding-top: 15px !important;
  padding-right: 33px !important;
  padding-bottom: 15px !important;
  padding-left: 33px !important;
  border-radius: 0px !important;
  background-color: #e8a20d;
  color: #222d35;
  font-weight: 700 !important;
  text-transform: capitalize;
}

#wrapper .main-banner .tp-bullets {
  top: auto;
  left: 52%;
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: 66px;
}

.main-banner .tp-bullet {
  width: 26px;
  height: 3px;
  background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
  background: #ffaf36;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  border: 1px solid #fff;
  z-index: 99;
  cursor: pointer;
  background: none;
  visibility: hidden;
  display: none;
}

.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
  visibility: visible;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
  background: #ffce30;
  border: 1px solid #ffce30;
}

.slotholder:before {
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
}

/* How_it_Work */
.process_box {
  border: 1px solid #000;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
.triangle_box {
  position: relative;
  top: -50px;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #000;
  margin: 0 auto;
  font-size: 45px;
  transform: rotate(45deg);
}
.triangle_box img {
  transform: rotate(-45deg);
}
.process_detail .header_detail {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 45px;
}
.process_detail h3 {
  margin: 0px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
}
.process_detail p {
  margin: 20px 0px;
  color: white;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process_detail h3 {
    font-size: 16px;
  }
}

/* fitness_to_live_section */
.fitness_h2_paragraph {
  position: relative;
}

.fitness_h2_paragraph:after {
  content: "";
  background: #f5d689;
  display: block;
  position: absolute;
  left: 0px;
  top: -5px;
  width: 50px;
  height: 3px;
}

.fitness_h2_paragraph:before {
  content: "";
  background: #f8dd9c;
  display: block;
  position: absolute;
  left: 55px;
  top: -5px;
  width: 20px;
  height: 3px;
  opacity: 0.52;
}

.fitness_to_live .fitness_to_live_item {
  display: flex;
}
.fitness_to_live .fitness_to_live_title {
  font-size: 60px;
}
.container-fluid {
  padding: 0 100px;
}
.header-1 .container-fluid {
  padding: 0;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 100px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 40px;
  }
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .container-fluid {
    padding: 0 40px;
  }
}
.fitness_to_live .fitness_to_live_get_in_touch {
  display: flex;
  justify-content: left;
  align-items: center;
}
.fitness_to_live .fitness_to_live_get_in_touch a {
  width: 60px;
  height: 60px;
  margin: 10px 10px 10px 0;
}

.fitness_to_live .fitness_to_live_item p {
  font-size: 16px;
}

.fitness_to_live .yellow_circle {
  flex-shrink: 0;
  background: #efbc3f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 10px 10px 10px 0px;
}

.first_fitness {
  position: absolute;
  left: 0;
  top: -60px;
}

/*Call_bg_Section*/
.bg_contact {
  background: url(../images/bg_12.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.bg_contact:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.call_headding h3 {
  margin: 0px;
  font-size: 32px;
}
.contact_info .call-us {
  margin: 0px;
  font-size: 20px;
}
.contact_info .call-us i {
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 25px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}
.contact_info span {
  margin: 0px 30px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .contact_info span {
    display: block;
    margin: 30px 0px;
  }
}

/* Courses_Section */
.courses_popular {
  margin-top: 20px;
  background: #222d35;
  border: 1px solid gray;
}
.top_cours {
  position: relative;
  overflow: hidden;
}
.top_cours img {
  width: 100%;
}
.apply_box {
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  transition: all 0.3s;
}
.courses_popular:hover .apply_box {
  bottom: 0px;
}
.full_width {
  width: 100%;
  text-align: center;
}
.courses_detail {
  overflow: hidden;
  text-align: center;
  padding: 20px 30px;
}
.courses_detail h3 {
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-size: 24px;
}
.courses_detail h3 a {
  color: #fec722;
}
.courses_detail p {
  color: #fff;
  font-size: 16px;
}
.courses_detail .read-more {
  color: #fec722;
  text-decoration: revert;
}

.start_view {
  display: inline-block;
  float: left;
  color: #fec722;
  font-size: 20px;
}
.revieew_box {
  float: right;
  display: inline-block;
}
.price_user {
  float: left;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  margin-top: 20px;
}
.user_view {
  float: left;
}
.user_view ul {
  margin: 0px;
  padding: 0px;
}
.user_view ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.user_view ul li a {
  color: #c1c1c1;
}
.user_view ul li a:hover {
  color: #000;
}
.price_box {
  float: right;
}
.red,
.red:hover {
  color: #f00;
}
.green,
.green:hover {
  color: #51d800;
}

/*video_sec*/
.video_sec {
  background: url(../images/bg_87.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.bg-black {
  background-color: #000;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.pop_section a img {
  width: 150px;
}
.form_home {
  padding: 30px 15px;
}
.bg_black {
  background: #1d1d1d;
}
.margin_top {
  margin-top: -140px;
}
.bg_yellow {
  background: #e8a20d;
  color: #fff;
}
.section_heading h2 {
  color: #fff;
  margin: 0px;
}
.form_home .form-field textarea {
  resize: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_home {
    padding: 60px 40px;
  }
}
/* date */
.form_sec_box .heading-box {
  padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video_sec {
    height: auto;
  }
  .margin_top {
    margin: 0px;
  }
  .reponsive_full {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .margin_top {
    margin-top: 0;
  }
  .video_sec {
    height: auto;
  }
  .work-section .heading-box h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .work-section p {
    font-size: 16px;
    line-height: 20px;
  }
  .work-section {
    text-align: center;
  }
}

/* Team */
.color_box {
  overflow: hidden;
}
.left_picher {
  float: left;
  width: 210px;
}
.bg_light_red {
  background: #f27c66;
}
.bg_light_yellow {
  background: #f9cb8f;
}
.bg_light_green {
  background: #18bb7c;
}
.bg_light_black {
  background: #5f5f5f;
}
.detail_box {
  float: left;
  width: calc(100% - 210px);
  padding: 20px;
}
.detail_box h3 {
  margin: 0px;
  color: #fff;
}
.detail_box p {
  margin: 15px 0px;
  color: #fff;
}
.detail_box ul {
  margin: 0px;
  padding: 0px;
}
.detail_box ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.detail_box ul li a {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.detail_box ul li a:hover {
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .detail_box p {
    margin: 6px 0px;
  }
}
@media (max-width: 991px) {
  .detail_box,
  .left_picher {
    width: 100%;
  }
}
/* Testimonial */
.testimonial_section {
  background-color: #ffffff;
  position: relative;
}
.testimonial_section:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.14);
}
.item_testimonial .patient_head {
  background: white;
  position: relative;
}
.item_testimonial figure {
  width: 164px;
}
.item_testimonial figure img {
  border-radius: 50%;
}
.patient_img {
  float: left;
  margin-right: 30px;
}
.patient_detail {
  float: left;
  color: #78797a;
}
.patient_detail h3 {
  margin: 0px;
  color: #222d35;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 17px;
}
.patient_detail span {
  color: #78797a;
  font-size: 18px;
  line-height: 18px;
}
.patient_text {
  background: #fff;
  padding: 20px 0;
  color: #222d35;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.patient_text p {
  margin: 0px;
  font-size: 24px;
  line-height: 24px;
  color: #222d35;
}
.dots_style .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.dots_style .owl-dots .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #1bbce8;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}
.dots_style .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .dots_style .owl-dots {
    margin-top: 30px;
  }
  .section_tit h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

/* EVENT_BLOG */
.heading_blog h3 {
  margin: 0px;
  font-size: 22px;
}
.event_box {
  overflow: hidden;
  margin-bottom: 30px;
}
.event_box:last-child {
  margin-bottom: 0px;
}
.event_picher {
  float: left;
  width: 190px;
  margin-right: 30px;
  position: relative;
}
.event_date {
  background: #ffab03;
  width: 55px;
  text-align: center;
  height: 60px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 12px 10px;
}
.event_descript {
  float: left;
  width: calc(100% - 220px);
}
.event_descript p {
  margin: 0px;
}
.event_descript h3 {
  margin-top: 0px;
}
.sudul_box ul {
  margin: 0px;
  padding: 0px;
}
.sudul_box ul li {
  color: #a2a2a2;
  margin-right: 10px;
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .event_picher,
  .event_descript {
    width: 100%;
    margin: 0px;
  }
  .event_descript {
    margin-top: 30px;
  }
}
/* BLOG */
.blog_post {
  overflow: hidden;
  position: relative;
}
.post_date {
  bottom: 0px;
  left: 0px;
  background: #fab702;
  width: 55px;
  text-align: center;
  height: 60px;
  line-height: 1;
  color: #fff;
  position: absolute;
  padding: 8px 10px;
}
.post_date span,
.event_date span {
  font-size: 22px;
  position: relative;
  color: #fff;
}
.post_date span b,
.event_date span b {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

.blog_detail {
  padding: 20px 20px 0px;
  text-align: center;
  border: 1px solid #c1c1c1;
  border-top: none;
}
.post_title p {
  margin: 0px;
}
.post_title h3 {
  margin: 0px 0px 20px 0px;
  position: relative;
}
.post_title h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fab702;
}
.post_title h3 a {
  text-transform: uppercase;
}
.post_user {
  text-align: center;
  border-top: 1px solid #c1c1c1;
  padding: 20px;
  margin-top: 20px;
}
.post_user ul {
  padding: 0px;
  margin: 0px;
}
.post_user ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post_user ul li {
    margin: 0px 10px;
  }
}

.explanation {
  background: #222d35;
  /* background: green; */
  padding-top: 20px;
  padding-bottom: 40px;
}

.traning_part {
  padding: 0px 50px;
}

.traning_part h2 {
  color: white;
  padding-bottom: 10px;
  font-size: 40px;
}
.error {
  color: red;
  font-weight: 900;
}
.say_testimonial .owl-nav {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.say_testimonial .owl-controls .owl-nav .disabled i {
  color: #707070;
}
.say_testimonial .owl-controls .owl-nav .disabled {
  border: 1px solid #707070;
}
.say_testimonial .owl-nav .owl-prev {
  margin-right: 10px;
}
.say_testimonial .owl-nav .owl-prev,
.say_testimonial .owl-nav .owl-next {
  display: block;
  position: inherit;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: white;
  border: 1px solid #efbc3f;
}
.say_testimonial .owl-nav .owl-prev i,
.say_testimonial .owl-nav .owl-next i {
  color: #efbc3f;
}
.testimonial_section .testimonial_colon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
