.home-slider {
  position: relative;
  z-index: 1;
}

.home-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
}
.home-slider .carousel-control-prev {
  justify-content: start;
  width: 50px;
  height: 50px;
  margin: auto;
}

.home-slider .carousel-control-prev i {
  font-size: 2rem;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0 15px 0 0;
  background-color: #f15c22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .carousel-control-next {
  justify-content: end;
  width: 50px;
  height: 50px;
  margin: auto;
}

.home-slider .carousel-control-next i {
  font-size: 2rem;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 15px 0 0 0;
  background-color: #f15c22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .carousel-item {
  /* padding: 260px 0 450px 0; */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
}

.home-slider .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.abs-carousel-text {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 0;
  margin-top: 0%;
  display: flex;
  justify-content: center;
  padding:0 50px
}
.home-slider .carousel-item .mobile-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0;
}
.home-slider .carousel-item.banner-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
  background-color: transparent;
}
.home-slider .carousel-caption {
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.home-slider .carousel-caption h1,
.home-slider .carousel-caption h2 {
  color: #000000;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.8rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}

.home-slider .carousel-caption h1 i,
.home-slider .carousel-caption h2 i {
  color: #f15c22;
  font-style: normal;
}

.home-slider .carousel-caption p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 3.2rem;
  font-family: "Quicksand", sans-serif;
}

.service {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
  margin-top: -300px;
}

.service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #ffefe9;
  border-radius: 0 220px 0 0;
  z-index: -1;
}

.service .service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0 50px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem;
  position: relative;
  min-height: 262px;
}

.service .service-box p {
  line-height: 2.5rem;
}

.service .service-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}

.service .service-box:hover::before {
  width: 100%;
}

.service .service-box img {
  width: 40px;
}

.service .service-box .icon {
  width: 70px;
  height: 70px;
  background: #fff7f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service .service-box h5 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

.team-section {
  position: relative;
  z-index: 1;
  border-radius: 0;
  padding-top: 0;
}

.team-section .heading {
  margin-bottom: 5rem;
}

.team-section .our-team {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
}

.team-section .our-team .team-details {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0 45px 0 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  min-height: 115px;
  display: flex;
  background: #fff;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
}

.team-section .our-team .team-details h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.team-section .our-team .team-details p {
  margin: 0;
  line-height: 2.5rem;
}

.check-list li {
  position: relative;
  margin-left: 30px;
  line-height: 3.2rem;
  list-style: none;
}

.check-list li::before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  top: 0;
  left: -30px;
  font-weight: 600;
  color: #f15c22;
}

.wrp-section .heading::before {
  margin: 0;
}

.wrp-section h3 {
  font-size: 2rem;
  line-height: 3rem;
}

.ex-1 {
  border-radius: 70px 0 0 0;
}

.ex-2 {
  border-radius: 0 0 70px 0;
  margin-top: 50px;
}

.ex-3 {
  border-radius: 0 70px 0 0;
}

.home-tikker-img {
  position: relative;
}

.home-tikker-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.home-tikker-img img {
  border-radius: 5px;
}

.home-tikker-img .action-video-wave.ripple {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-tikker-img .action-video-wave.ripple i {
  background-color: #f15c22;
  color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  border-radius: 50%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
}

.home-tikker-img .action-video-wave.ripple .vdo_text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 1.2rem;
}

.why-choose .heading {
  text-transform: uppercase;
}

.why-choose p {
  font-size: 1.8rem;
  font-weight: 2.8rem;
  font-weight: 500;
}

.choose-service {
  display: flex;
  background: #fff;
  border-radius: 0 70px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  margin-top: 4rem;
  min-height: 180px;
  position: relative;
}

.choose-service::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}

.choose-service:hover::before {
  width: 100%;
}

.choose-service:hover .srv-icon {
  background: #f15c22;
}

.choose-service:hover .srv-icon img {
  filter: brightness(0) invert(1);
}

.choose-service .srv-icon {
  padding: 2rem;
  background: #fff;
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 40px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease-in-out;
}

.choose-service .srv-icon img {
  max-width: 50px !important;
}

.choose-service .srv-content {
  padding: 3rem;
}

.choose-service .srv-content h3 {
  font-size: 2rem;
  line-height: 3rem;
}

.fintess-box {
  background-color: #ffefe9;
}

.fintess-box .fitness {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 0 220px 0 0;
  position: relative;
  z-index: 1;
}

.fintess-box .fitness::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: -1;
  border-radius: 0 220px 0 0;
}

.fintess-box .fitness .fitness-content {
  padding: 160px 0;
}

.fintess-box .fitness .fitness-content p {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.testimonials ::-webkit-scrollbar {
  width: 10px;
}

.testimonials ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #ddd;
  border-radius: 10px;
}

.testimonials ::-webkit-scrollbar-thumb {
  background: #f15c22;
  border-radius: 10px;
}

.testimonials ::-webkit-scrollbar-thumb:hover {
  background: #444;
}

.testimonials .item {
  padding: 1rem;
}

.testimonials .item .testimonials-details {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem 4rem 2rem 2rem;
  border-radius: 0 60px 0 0;
  background-color: #fff;
}

.testimonials .item .testimonials-details .star-icon {
  border-bottom: 1px solid #e7e7ec;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.testimonials .item .testimonials-details .star-icon::before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-size: 3.5rem;
  font-weight: 600;
  color: #b2b2b2;
  background-color: #fff;
}

.testimonials .item .testimonials-details .star-icon i {
  color: #f15c22;
  margin-right: 5px;
}

.testimonials .item .testimonials-details .test-review {
  height: 260px;
  overflow-y: auto;
}

.testimonials .item .testimonials-details .name {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #f15c22;
  font-weight: 600;
  padding-top: 1.5rem;
}

.testimonials .item .testimonials-details .message-date {
  line-height: 0.2rem;
  color: #f15c22;
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}

.sub-head {
  font-size: 2.8rem;
  line-height: 3.58rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.top-section {
  background-color: #ffefe9;
  padding: 8rem 0 18rem 0;
  border-radius: 0 0 220px 0;
}

.top-section .f-block-wrp .title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #f15c22;
}

.top-section .f-block-wrp img {
  width: 30px;
  margin-top: 1rem;
}

.top-section .f-block-wrp .f-box {
  display: flex;
  justify-content: space-between;
  gap: 15rem;
}

.top-section .f-block-wrp .f-box .add-text {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.top-section .f-block-wrp .f-box p {
  margin: 0;
}

.top-section .f-block-wrp .f-box p a {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #000000;
  font-weight: 500;
}

.top-section .f-block-wrp .f-box p a:hover {
  color: #f15c22;
}

.cta {
  padding: 50px;
  background-color: #f15c22;
  border-radius: 0 60px 0 0;
  margin-top: -10rem;
  z-index: 1;
  position: relative;
}

.cta p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  margin: 0;
}

.cta .subscribe {
  position: relative;
}

.cta .subscribe input {
  height: 5.5rem;
  width: 100%;
  border-radius: 30px;
  padding: 25px;
  border: none;
  padding-right: 175px;
}

.cta .subscribe .btn-subscribe {
  position: absolute;
  top: 6px;
  right: 5px;
  border: none;
  background: #f15c22;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
}

.cta .subscribe .btn-subscribe:hover {
  background-color: #000000;
}

.appoinment-form {
  background-color: #fff;
  padding: 4rem 3rem 3rem 3rem;
}

.appoinment-form h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}

.form-control,
.form-select {
  height: 5rem;
  border: none;
  background-color: #ffefe9;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 1rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid #000000;
  background-color: #fff;
}

.text-area {
  height: 5rem;
  border: none;
  background-color: #ffefe9;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 1rem;
  width: 100%;
  height: 10rem;
}

.text-area:focus {
  box-shadow: none;
}

.text-area:focus {
  border: 1px solid #000000;
  background-color: #fff;
}

@media (max-width:1400px){
  .abs-carousel-text {
    top: 20%;
  }
}
@media (max-width: 1366px) {
  .home-slider .carousel-item {
    height: 920px;
  }
  .service .service-box {
    min-height: 266px;
  }

  .top-section .f-block-wrp .f-box {
    gap: 5rem;
  }

  .choose-service {
    min-height: 233px;
  }
  .service {
    margin-top: -300px;
  }
}

@media (max-width: 1024px) {
  .home-slider .carousel-item {
    height: 600px;
  }
  .abs-carousel-text {
    top: 25%;
  }
  /* .service {
    margin-top: -300px;
  } */
  .g-recaptcha>div {
    position: relative;
    left: -30px;
    transform: scale(0.8);
  }

  .choose-service {
    min-height: 278px;
  }

  .service {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }

  .fintess-box .fitness {
    background-position: right;
  }

  .top-section {
    padding: 5rem 0 15rem 0;
  }

  .top-section .f-block-wrp .f-box {
    flex-wrap: wrap;
  }

  .service .service-box {
    min-height: 282px;
  }
}
@media(max-width:990px){
  .abs-carousel-text {
    top: 30%;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .home-slider .carousel-item {
    /* padding: 30px 0 0 0; */
    background-size: 0;
    height: 700px;
  }
.f-block-wrp .heading::before {
    margin: 0 auto !important;
}
  .home-slider .carousel-item .mobile-banner {
    padding: 150px 0;
    height:700px;
    background-size: cover;
  }

  .home-slider .carousel-item.banner-2::before {
    background: rgba(255, 255, 255, 0.8);
  }

  .home-slider .carousel-item .mobile-banner::before {
    background: rgba(255, 255, 255, 0.8);
  }

  .heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .abs-carousel-text {
    top: 25%;
    padding: 0px
  }
  /* .service {
    padding-bottom: 40px;
    margin-top: -100px;
  } */

  .service .service-box {
    min-height: auto;
  }

  .fintess-box .fitness {
    background-position: right;
    border-radius: 0 100px 0 0;
  }

  .fintess-box .fitness::before {
    border-radius: 0 100px 0 0;
  }

  .choose-service {
    min-height: auto;
  }

  .testimonials-details .test-review {
    height: 220px !important;
  }

  .top-section {
    text-align: center;
    padding: 4rem 0 14rem 0;
    border-radius: 0 0 150px 0;
  }

  .top-section .f-block-wrp .f-box {
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    flex-direction: column;
  }

  .top-section .appoinment-form h4 {
    text-align: left;
    font-size: 2rem;
  }

  .cta {
    padding: 25px;
  }

  .subscribe {
    position: relative;
  }

  .subscribe .btn-subscribe {
    top: 5px;
  }
}

.check-list-new {
  display: flex;
  flex-wrap: wrap;
}

.check-list-new li {
  min-width: 45%;
  position: relative;
  margin-left: 30px;
  list-style:none;
  line-height: 3.2rem;
}

.check-list-new li::before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  top: 0;
  left: -30px;
  font-weight: 600;
  color: #f15c22;
}


/*new css 25-10-2022*/
.home-blogs .blog-post-wrp {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}

.home-blogs .blog-post-wrp .post-content {
  padding: 20px;
}

.home-blogs .blog-post-wrp .post-content h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.home-blogs .blog-post-wrp .post-content .read-more {
  color: #241f21;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.home-blogs .blog-post-wrp .post-content .read-more i {
  margin-left: 10px;
}

.home-blogs .owl-carousel .owl-prev,
.home-blogs .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f15c22;
    background-image:none !important;
}

.home-blogs .owl-carousel .owl-prev i,
.home-blogs .owl-carousel .owl-next i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.home-blogs .owl-carousel .owl-prev {
  left: -30px;

}

.home-blogs .owl-carousel .owl-next {
  right: -30px;
}

.training-video {
  position: relative;
}

.training-video .owl-carousel .owl-prev,
.training-video .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f15c22;
    background-image:none !important;
}

.training-video .owl-carousel .owl-prev i,
.training-video .owl-carousel .owl-next i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.training-video .owl-carousel .owl-prev {
  left: -30px;
}

.training-video .owl-carousel .owl-next {
  right: -30px;
}

@media (max-width: 1024px) {
  .training-video .owl-nav,
  .home-blogs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .training-video .owl-carousel .owl-prev,
  .training-video .owl-carousel .owl-next,
  .home-blogs .owl-carousel .owl-prev,
  .home-blogs .owl-carousel .owl-next {
    position: static;
    margin: 5px;
  }
}
.f-block-wrp .heading::before{
margin:0;
}


/* New home baaner css */

.home-new-banner .carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
  z-index: 1;
  padding: 180px 100px 300px;
  height: 1000px;
}

.home-new-banner .carousel-item.active .carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  text-align: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  min-height: 350px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 0 50px 0 0;
  padding:2rem;
}

.home-new-banner .carousel-item.active .carousel-caption h1,
.home-new-banner .carousel-item.active .carousel-caption h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.home-new-banner .carousel-item.active .carousel-caption h3 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  color: #f15c22;
  margin-bottom: 1rem;
  position: relative;
}

.home-new-banner .carousel-item.active .carousel-caption span {
  color: #f15c22;
}

.home-new-banner .carousel-item.active .carousel-caption i {
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: block;
}

.home-new-banner .mob-banner {
  background-size: 0;
}

@media (max-width: 1366px) {
  .home-new-banner .carousel-item {
    padding: 100px 80px 250px;
  }
  .home-new-banner .carousel-item .carousel-caption h1,
  .home-new-banner .carousel-item .carousel-caption h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 1024px) {
  .home-new-banner .carousel-item.active {
    padding: 230px 20px 100px;
    height: 630px;
  }
  .home-new-banner .carousel-item.active .carousel-caption h1,
  .home-new-banner .carousel-item.active .carousel-caption h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .home-new-banner .carousel-item.active .carousel-caption h3 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 990px) {
  .home-new-banner .carousel-item.active {
    padding: 130px 20px 130px;
    height: auto;
  }
  .home-new-banner .banner1 {
    padding-top: 250px !important;
  }
}

@media (max-width: 767px) {
  .home-new-banner .banner1 {
    padding-top: 0 !important;
  }
  .home-new-banner .carousel-item.active {
    height: auto;
    background-size: 0;
    padding: 0;
  }
  .home-new-banner .carousel-item.active .carousel-caption {
    min-height: 10px;
    padding: 30px 0;
  }
  .home-new-banner .mob-banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 20px;
    position: relative;
    z-index: 1;
  }
  .home-new-banner .banner1 .mob-banner {
    padding-top: 320px !important;
    background-position:center;
  }
  .service {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}

