.section_main_head.heading-half-width {
  max-width: 50%;
  margin: 0 auto;
}
.section_main_head .section-text, .section_main_head .section-text p{
  color: #757575;
  margin-bottom: 0;
}
.section_main_head.white_head h3, .section_main_head.white_head .section-text, .section_main_head.white_head .section-text p {
  color: white;
}
.single_line_head h3, .double_line_head h3, .section_main_head h3 {
    color: var(--color-222222);
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    position: relative;
}
.single_line_head h5{
    display: inline-block;
    position: relative;
}
.single_line_head h3:after, .double_line_head h3:after, .single_line_head h5:after { 
    content: '';
    background-color: var(--color-fb5b21);
    width: 18px;
    height: 7px;
    display: block;
    position: absolute;
    left: 100%;
    top: 54%;
    margin-left: 16px;
    transform: translateY(-50%) skew(335deg, 0deg);
    border-radius: 2px;
}
.double_line_head h3:before {
    content: '';
    background-color: var(--color-fb5b21);
    width: 18px;
    height: 7px;
    display: block;
    position: absolute;
    right: 100%;
    top: 54%;
    margin-right: 16px;
    transform: translateY(-50%) skew(335deg, 0deg);
    border-radius: 2px;
}
/* --------- Main Banner--------- */
#main-banner{
  background-color: #b1c0c8;
}
.banner-head {
  padding-left: 8em;
  position: relative;
  top: 9%;
  max-width: 90%;
}
.banner-inner h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-fb5b21);
  padding-bottom: 0;
}
.banner-inner h2 {
  color: white;
  font-size: 40px;
  padding: 5px 0;
}
.banner-text p, .banner-text {
  font-size: 18px;
  color: white;
  margin-bottom: 0;
}
#main-banner .image_outer {
  position: relative;
  margin-bottom: -38%;
  left: -4em;
}
#main-banner {
  margin-bottom: 6em;
}
/* --------- About Us --------- */
.about-head h4 {
  color: var(--color-fb5b21);
  font-size: 28px;
  font-weight: 600;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about_box h6 {
  padding: 0;
  color: white;
}
.about_box_txt, .about_box_txt p{
  color: white;
  font-size: 13px;
  margin-bottom: 0;
}
.about_box img, .why_choose_icon_box img{
  background-color: #faf9ff;
  padding: 8px;
  border-radius: 5px;
  margin-right: 15px;
  border-radius: 14px;
}
.about_outer .heart_rate {
  padding-left: 0;
  position: absolute;
  top: -19px;
  left: -45px;
}
.rate_box {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
.rate_box h6 {
  color: var(--color-222222);
  font-size: 12px;
  padding: 0;
  line-height: 4px;
  padding-top: 10px;
}
.rate_box span {
  font-size: 11px;
}
.about-img-bottom {
  margin-top: 4em;
}
.about_outer img {
  border-radius: 20px;
  margin-right: 10px;
}
.why_choose_icon_box img{
  padding: 5px;

}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.about_box span{
  font-size: 13px;
  color: #010101;
}
.about_box.mb-3 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: inline-block;
  border-radius: 5px;
}
#about-us .section_main_head {
  max-width: 100%;
}
#about-us {
    background-color: #1b1a21;
}
.calories_rate.rate_box {
    position: absolute;
  z-index: 999;
  right: -49px;
  bottom: 99px;
}
/*------ Service ------------*/
.services_p p{
  margin-bottom: 0;
}
.services_p{
  margin-bottom: 16px;
}
.custom_block {
  padding: 30px;
  text-align: center;
  border-radius: 22px;
  background-color: white;
  border: 1px solid #ece4f8;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.custom_block_inner {
  display: inline-block;
  padding: 32px;
  background-color: #ffeee8;
  border-radius: 50%;
}
.custom_block_inner img {
  z-index: 9;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.service-body h5:after {
  content: '';
  width: 44px;
  height: 3px;
  background-color: var(--color-fb5b21);
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.custom_block {
    transition: .3s ease;
    transform: translateY(0);
}
.custom_block:hover{
    transform: translateY(-5%);
    transition: .3s ease;
}
/*------ Classes ------------*/
#fitnes_classes li.nav-item {
    display: inline-block;
}
#fitnes_classes ul.nav.nav-tabs {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 4px;
  background-color: white;
  border: none;
  border-radius: 30px;
  bottom: -3em;
  z-index: 99999;
  position: relative;
}
#fitnes_classes li.nav-item a {
  color: var(--color-fb5b21);
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  padding: 8px 30px;
}
#fitnes_classes .tab_list {
    text-align: center;
}
#fitnes_classes .nav-tabs .nav-link.active{
  background-color: var(--color-fb5b21);
  color: white;
}
#fitnes_classes .owl-item:nth-child(odd) {
  background-color: #f04c11;
}
#fitnes_classes .owl-item:nth-child(even) {
  background-color: #fb5b21;
}
.classes_box {
  padding: 30px;
}
.classes_box h5, .classes_box .classes_p, .classes_box .classes_p p{
    color: white;
}
div#fitnes_classes {
    margin-top: -18em;
    z-index: 999;
    position: relative;
}

/*------ Why Choose Us ------------*/
#why_choose-us .about-image {
  padding-right: 4em;
}
/*---------------Video ------------------*/
/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 999999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:white;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_outer {
  background: #f33e17;
}
.over_video img {
  width: 100%;
}
.ps_video {
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
.ps_video i:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid  rgb(255 171 1 / 78%);
  top: -23%;
  left: -25%;
  background: transparent;
  cursor: pointer;
}
.ps_video i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 27px 27px;
  position: relative;
  display: block;
  font-size: 17px;
  position: absolute;
  right: 50%;
  left: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: var(--color-fb5b21);
}
  @-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
.why_choose_icon_box {
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  background-color: white;
}
.why_choose_icon_box span {
  color: #010101;
  font-size: 12px;
  font-weight: 500;
}
.top_icon {
  position: absolute;
  top: -23px;
  left: 6%;
}
.bottom_icon {
  position: absolute;
  bottom: 14px;
  left: 6%;
}
.bg_overlay {
  width: 50%;
  height: 100%;
  display: block;
  background-color: #fff6e5;
  height: 112%;
  width: 50%;
  position: absolute;
  top: -47px;
  z-index: -1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 60px;
}

/*------ Online Classes ------------*/
#online-classes .custom_block_inner{
  background-color: white;
  box-shadow: 0px 15px 40px #00000029;
  padding: 20px;
}
.classes_image img {
  border-radius: 10px;
  width: 100%;
}
.head_number {
  position: relative;
  padding: 20px 0 10px 0;
}
#online-classes .custom_block {
  text-align: left;
  background-color: white;
}
.process_count {
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  color: #edecec;
  padding-top: 24px;
  z-index: -1;
}
/*------------ trainer ------------*/
#our-trainer, #our-gallery{
  background-color: #1b1a21;
}
.trainer-box img{
  border-radius: 20px;
}
h5.trainer_head a {
  color: white;
  font-size: 18px;
}
.trainer-box-inner span{
  color: var(--color-fb5b21);
  font-weight: 500;
  font-size: 16px;
}
.trainer_social a {
  background-color: #fc7c4d;
  padding: 11px;
  color: white;
  width: 35px;
  height: 35px;
  display: inline-grid;
  border-radius: 50%;
}
.trainer_social a:hover {
  color: var(--color-fb5b21);
  background-color: white;
}
.trainer_social a i {
    font-size: 14px;
}
.trainer_img {
  background-color: #2b2934;
  border-radius: 10px;
}
.top_img_bar {
  background: var(--color-fb5b21);
  width: 85%;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
#our-trainer .box{
  position: relative;
  text-align: center;
}
#our-trainer .box:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.50s ease 0s;
}
span.trainer_desig {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
span.trainer_connect {
  color: white;
  font-size: 12px;
  display: block;
}
#our-trainer .box:hover:after{
  opacity: 1;
}
#our-trainer .owl-carousel .owl-item{
  padding-top: 40px;
}
#our-trainer .box img {
  /* width: 100%; */
  /* height: auto; */
  transform: translateY(0px);
  transition: all 0.50s ease 0s;
  position: relative;
  margin-top: -22px;
}
#our-trainer .box:hover img{
  transform: translateY(-5%);
}
#our-trainer .box .box-content {
  width: 85%;
  /* height: 28%; */
  position: absolute;
  bottom: 0;
  right: 1%;
  left: 1%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--color-fb5b21);
  opacity: 0;
  transform-origin: center bottom 0;
  transform: perspective(400px) rotateX(90deg);
  transition: all 0.50s ease 0s;
  border-radius: 10px;
  padding: 8px;
  z-index: 9999;
}
#our-trainer .box:hover .box-content{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  bottom: -14px;
}
@media only screen and (max-width: 990px) {
  #our-trainer .box{ margin-bottom:15px; }
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #49484d !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 6px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-fb5b21) !important;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: var(--color-fb5b21);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  top: 45%;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 20px;
  padding: 14px 21px;
  color: white;
  border: none;
  background-color: var(--color-fb5b21);
}
.owl-carousel .owl-nav .owl-prev {
    left: -64px;
}
.owl-carousel .owl-nav .owl-next {
    right: -64px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  background-color: white;
  color: var(--color-fb5b21);
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-nav i:hover {
  background-color: var(--color-222222);;
  color: white;
}
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i, .owl-nav button.owl-next i {
  border-radius: 50%;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/*---------Testimonial--------------*/
.testi_heart {
  position: absolute;
  bottom: -24px;
  right: 43px;
}
.owl-carousel .owl-item .testimonials-img img {
 border-radius: 10px;
}
.testimonial-title a {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.t-desig {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-fb5b21);
}
#testimonials .testimonial-star i {
  color: #ffcd3c;
  font-size: 10px;
}
.quote_box {
  box-shadow: 0px 1px 9px #00000024;
  border-radius: 15px;
  background-color: white;
  padding: 40px;
}
#testimonials .owl-stage-outer {
  padding: 10px;
  padding-bottom: 40px;
}
.testimonial_bg {
  display: inline-block;
  position: relative;
  float: right;
  right: -5em;
  top: -1em;
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-carousel .owl-nav i:hover {
  background-color: #1b1a21;
  color: white;
}
#testimonials button.owl-prev {
  margin-right: 10px;
  margin-left: 100px;
  }
#testimonials .custom-nav:before {
  content: '';
  background-color: var(--color-fb5b21);
  width: 90px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* ----------------- Gallery --------------- */

/* Main CSS */
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box img{
  border-radius: 10px;
}
.gallery_image_box, .gallery_image_box a{
  position: relative;
}
.gallery_image_box span{
  position: absolute;
  top: 0;
  bottom: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: rgb(0 0 0 / 38%);
  display: none;
  transition: all 0.50s ease 0s;
}
.gallery_image_box i {
  color: white;
  font-size: 20px;
  background-color: var(--color-fb5b21);
  padding: 20px 22px;
  border-radius: 50%;
}
.gallery_image_box:hover span{
  display: flex;
  transition: all 0.50s ease 0s;
}
.grid-wrapper .wide img {
  height: 100%;
}
.grid-wrapper .wide a {
    height: 100%;
}
/*---------------- BMI Calculator --------------*/
.bmi_chart table {
  box-shadow: 0px 1px 9px #00000024;
  border-radius: 15px;
  background-color: #faf6ff;
  padding: 32px;
}
.bmi_chart tr {
  background-color: white;
  padding: 10px;
}
.bmi_chart tr.table-row{
  background-color: #faf6ff;
}
.bmi_chart th,  .bmi_chart tbody {
  color: #222222;
}
tbody, td, tfoot, th, thead, tr {
  padding: 10px 30px;
}
tbody, td, tfoot, th, thead, tr {
  border-style: solid;
  border-width: 10px;
  border-color: #faf6ff;
  text-align: left;
}
.bmi_chart table, .bmi_chart td, .bmi_chart th{
  border: none;
}
.bmi_form {
  background-color: var(--color-fb5b21);
  border-radius: 20px;
  padding: 40px 0 0 40px;
  margin-top: 10%;
}
.bmi_form input, .bmi_form select {
  background-color: white;
  border-radius: 30px;
  border: none;
  color: #757575;
  margin-bottom: 15px;
  padding: 10px 18px;
}
.bmi_form select {
    padding: 13px 16px;
    width: 100%;
}
.bmi_form p {
  color: white;
}
.bmi_form_inner {
    max-width: 64%;
}
.col-pad2 {
  padding-left: 6px;
}
.col-pad1 {
  padding-right: 6px;
}
.bmi_image {
  margin-top: -9em;
}
.bmi_result {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.bmi_form_submit {
    position: relative;
}
/* --------- Contact Us --------- */
.contact-head {
  background-color: #fb5b21;
  padding: 40px 0;
}
.contact_details_column {
  padding: 40px 70px;
}
.contact-head:after {
  bottom: 0;
  content: "";
  position: absolute;
  left: -99987px;
  top: 0;
  width: 99999px;
  background-color: #fb5b21;
}
#home-contact {
    background-color: #f04c11;
}
.contact_head h6 {
  color: wheat;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}
.contact_head h3 {
  color: white;
  font-size: 26px;
}
.contact_details_column i {
    background-color: #f25d27;
    padding: 20px;
    color: white;
    border-radius: 50%;
    font-size: 20px;
}
.contact_details_column a {
  color: white;
  font-size: 16px;
  padding-left: 14px;
}
.contact_details_column ul li{
  list-style: none;
}
/* ----------- Latest News ------------- */
.news-box h5 a {
  font-size: 18px;
  color: black;
}
.news_date {
  padding-right: 20px;
}
.news_date i, .entry-comments i {
  color: var(--color-121212);
  padding-right: 10px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 16px;
  font-weight: 600;
}
.news_content {
  padding: 30px;
  position: relative;
  width: 100%;
}
span.news_date {
  background-color: var(--color-fb5b21);
  color: wheat;
  padding: 6px 15px;
  border-radius: 21px;
  font-weight: 500;
}
a.read_more_link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}