


   .hyta-search-container input {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      margin-top: 10px;
    }

    .hyta-use-location {
      color: red;
      margin-top: 10px;
      display: inline-block;
      font-weight: bold;
      cursor: pointer;
    }

    .hyta-club-box {
      border: 2px solid #ed1c24;
      margin-top: 20px;
      padding: 10px;
      max-width: 400px;
    }

    .hyta-club-header {
      background: linear-gradient(to right, #ed1c24, #f3705a);
      color: white;
      text-align: center;
      padding: 10px;
      font-weight: bold;
    }

    .hyta-coming-soon-tag {
      background-color: #ed1c24;
      color: white;
      display: inline-block;
      padding: 3px 8px;
      font-size: 12px;
      font-weight: bold;
      margin-top: 10px;
    }

    .hyta-club-details {
      margin-top: 10px;
    }

    .hyta-club-name {
      font-size: 18px;
      font-weight: bold;
    }

    .hyta-club-address {
      margin: 5px 0;
    }

    .hyta-club-link {
      color: #ed1c24;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold;
    }

    .hyta-coming-soon-btn {
      width: 100%;
      background-color: #ddd;
      padding: 10px;
      text-align: center;
      color: #888;
      font-weight: bold;
      margin-top: 10px;
    }


.june-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 100%;
      margin: 0 auto;
    }

    .june-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;

    }

    .june-card img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.5s ease;
    }
.june-overlay h2 {
  display: none;
}
    .june-card:hover img {
      transform: scale(1.1);
    }

   .june-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e02451d4;
    transform: translateY(100%);
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
    .june-card:hover .june-overlay {
      transform: translateY(0);
    }

    .june-overlay h2 {
      color: #fff;
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .june-overlay p {
      color: #fff;

    }

    .june-banner {
 font-family: 'interstatebold';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 10px 0;
    pointer-events: none;font-size: 14px; letter-spacing: 1px;
}
.CloseText{font-family: 'interstatebold'; font-size: 13px; color: #fff; margin-bottom: 15px;}
.LocText{font-size:30px;
  color: #fff;
  margin-bottom: 21px; font-family: 'interstatelight';}
.LocText span{ font-family: 'interstateblack';}
.MemberText{color: #a42036; font-size: 15px;   font-family: 'interstatebold'; margin-bottom: 15px;}
.aboutContent h2{font-family: 'interstateboldcondensed'; font-size: 30px; }
.aboutContent p{font-family: 'interstatelight'; font-size:15px;}









.gfgr6{
    color:red;
}

/* base nav links */
.mayuy-nav li a {
  color: #333;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-block;
}


.mayuy-nav li.active a, .mayuy-nav li a.active {

}


.maye {
    color: #25225a !important;
}


.mayrt {
    height: 51px;
margin-bottom: 10px;
}

.may76 {
    color: #25225a !important;
    font-size:13pt; font-family: 'interstateregular';

}

.title5{
        color: #25225a;
    font-size:21pt;
    font-family: 'interstateboldcondensed'; text-transform: uppercase; letter-spacing: 1px;
    font-weight: bold !important;
}

.maye2{
    color: black;
    font-weight: bold;
    margin-top: -12px;
}


  .may1-banner {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 2rem;

margin-bottom: 10px;
    }

   .may1-line {
    flex: 1;
    height: 2px;
    background-color: black;
    margin: 0 12px;
    max-width: 56px;
}

   .may1-title {
    text-align: center;
    font-size: 15px;
    color: black;  font-family: 'interstatebold'; text-transform: uppercase;
}

    .may1-message {
      margin-top: 20px;
      font-size: 1.5rem;
      text-align: center;
    }


.button-container {
  display: flex;float: right;
  justify-content: center;
  align-items: center;
  /* Removed gap */
  font-size: 0; /* Removes small whitespace between inline elements if any */

}

/* Shared styles for both buttons */
.may1,
.may2 {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px; /* Reset after font-size: 0 on parent */
  color: #ffffff !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Interstate Bold", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  padding: 0;
  border: none;
  text-decoration: none;
      background-image: linear-gradient(#ff0330, #f20d36);
  transition: background 0.4s ease;

}

/* Individual styles */
.may1 {
  background: #f99919;

}

.may2 {
  background: linear-gradient(287.27deg, #f89c37 5.41%, #f20d36 118.6%);
}

/* Base transition (only needed once in default state) */
.may1,
.may2 {
  transition: background 0.4s ease;
  -webkit-animation: transitioner .45s ease-in-out;
}

/* Hover state */
.may1:hover,
.may2:hover {
  background-image: linear-gradient(#ff0330, #f20d36);
  -webkit-animation: transitioner .45s ease-in-out;
}




    .heropa {
    color: white;
font-family: 'interstateblackconditalic';
    font-size:78pt;
    text-shadow: 0px 3px black; text-transform: uppercase; display: inline-block;width: 100%;

}








.cenoit {
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    font-size: 25px;
}

.cenoity {
    color: white;
    text-align: center;
    font-size: 17px;
}

/* Background overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Popup container */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    border-radius: 8px;
}

#popup .close {
    position: absolute;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    right: 0px;
    top: -4px;
}

/* Popup image */
#popup img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
}

.close {
    opacity: 1 !important;
}

.about-fitness-right .media-heading a,
.online-product .product-info ul li a .fa,
.product-content h3 a,
.single-client-say .client-content h3 a,
.single-latest-news .news-content h3 a,
.single-news-page .news-content h3 a,
.single-product .product-info ul li a .fa,
.single-product-classes .product-content h3 a,
h2,
h3,
h4 {
    color: #111;
}
.header-top-right ul li ul li,
.main-menu ul li ul li {
    border-bottom: 1px solid #ddd;
}
.being-body-builder3 span,
.fitness-summer .fitness-content .custom-button,
.main-banner .main-banner-inner .button,
.slider-content .big-title,
.slider-content .button .custom-button,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family:Interstate-Regular Regular
}
.scrollToTop,
a,
a:focus,
a:hover {
    text-decoration: none;
}
.niteyo {
    padding-top: 44px;
}
.aboutmobile {
    background: #000 !important;
}
.youtube-facade {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.youtube-facade::before {
    content: "";
    background: url("https://img.youtube.com/vi/bEsr0ue33k4/hqdefault.jpg") 0 0 / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.noteed::after,
.noteedd::after {
    animation: 2s linear infinite runningLine;
    position: absolute;
    width: 120px;
    content: "";
    z-index: 1;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url("https://img.icons8.com/ios-filled/100/ffffff/play.png") center center/100% 100% no-repeat;
}
.isotop-btn:after,
.mobile-menu-area,
.single-news-page .single-news::after,
form #website {
    display: none;
}
.noteed,
.noteedd {
    display: inline-block;
    font-size: 28px;
    color: #1b4889;
    position: relative;
    font-weight: 700;
}
.noteedd {
    text-align: center;
    margin-bottom: 50px;
}
.noteedd::after {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(to left, #F89C37 50%, #1b4889 50%);
    background-size: 200% 100%;
    background-position: 0 50%;
}
#102 {
    scroll-margin-top: 70px;
}
.panel-default > .panel-heading {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #F89C37 !important;
    padding: 16px !important;
}
.noteed,
.our-program-area .program-box {
    text-align: left;
    margin-bottom: 40px;
}
.border-taller,
hr {
    display: block;
    border: 0;
}
.noteed::after {
    background: linear-gradient(to left, #F89C37 40%, #fff 10%, #757779 40%);
    bottom: -12px;
    left: 0;
    height: 4px;
    background-size: 200% 100%;
}
@keyframes runningLine {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.not {
    width: 105px;
    margin-bottom: 26px;
}
.header-style2 .header-top-area {
    border-bottom: 1px solid #4a4a4a00 !important;
        background: #00000040;

}

.nit {
    width: auto;
    transition: transform 0.5s ease-in-out;
    z-index: 33333;
    font-weight: 700;
}
.nit:hover {
    transform: rotate(-15deg);
}
.theme-gradient {
    background: linear-gradient(to right, #e44473 0, #3118ba 100%);
}
.border-taller {
    height: 6px;
    margin: 0;
    width: 100%;
}
hr {
    height: 4px;
    border-top: 1px solid #ccc;
    margin: 0 0 1em !important;
    padding: 0;
}
.tt {
    background: #fff !important;
}
.notionalinfosoft-flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    perspective-origin: center center;
    position: relative;
    margin-bottom: 30px;
}
.notionalinfosoft-flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    transform-origin: center center;
    will-change: transform;
}
.notionalinfosoft-flip-box:hover .notionalinfosoft-flip-box-inner {
    transform: rotateY(180deg);
}
.notionalinfosoft-flip-box-back,
.notionalinfosoft-flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-size: cover;
    background-position: center;
}
.padding-space,
.padding-top {
    padding-top: 100px;
}
.notionalinfosoft-flip-box-back {
    background-image: none !important;
    background-color: #f20d36 !important;
    transform: rotateY(180deg);
}
.anoti2,
.mean-container .mean-nav > ul li,
.nav-control-left .owl-controls .owl-next:hover,
.nav-control-left .owl-controls .owl-prev:hover,
body {
    background: #fff;
}
.notionalinfosoft-flip-box-back::after {
    background: 0 0 !important;
}
.notionalinfosoft-flip-box-front::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    border-radius: 10px;
    z-index: 1;
}
.nitf {
    color: #f4f4f4a6 !important;
}


.qwmay{
    width:100%;
}




.nit{
    color: #fff !important;
    position: relative;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .85);
}



.nitp {
    color: #fff !important;
    position: relative;
}
.notionalinfosoft-flip-box-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    border-radius: 10px;
    z-index: 1;
}


.notionalinfosoft-box1 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box1 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_lift_580x580_5.6.25.jpg");
}
.notionalinfosoft-box2 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box2 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_PT_580x580_5.6.25.jpg");
}
.notionalinfosoft-box3 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box3 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_cardio_580x580_5.6.25.jpg");
}
.notionalinfosoft-box4 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box4 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_GF_580x580_5.6.25.jpg");
}
.notionalinfosoft-box5 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box5 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_R&R_580x580_5.6.25.jpg");
}
.notionalinfosoft-box6 .notionalinfosoft-flip-box-back,
.notionalinfosoft-box6 .notionalinfosoft-flip-box-front {
    background-image: url("../photo/Crunch India_Website images_amenities_Clean_580x580_5.6.25.jpg");
}
.title-bar-high:before,
.title-bar-left:before,
.title-bar:before {
    height: 3px;
    background: #F89C37;
    position: absolute;
    left: 0;
    content: "";
}
.nitp {
    z-index: 8888;
}
.section-title-default {
    font-weight: 700;
    margin-bottom: 10px;
}
.sub-title-default {
    font-size: 18px;
}
.video-container {
    position: relative;
    height: 331px;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 182px;
}
.padding-bottom,
.padding-space {
    padding-bottom: 100px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anoti,
.breadcrum-area .breadcrumb li,
.breadcrum-area .breadcrumb li a,
.gallery-box .gallery-content a:hover i,
.header-layout5.header-style1 .header-top-area .main-menu ul li a,
.header-style2 .header-top-area .main-menu ul li a,
.header-style2 .header-top-bar .top-bar-right ul li a i,
.header-style3 .header-top-bar .top-bar-left ul li:hover a,
.header-style4 .header-top-area .main-menu nav > ul li a,
.header-style4 .header-top-bar .top-bar-left ul li:hover a,
.main-banner .main-banner-inner .main-banner-link li a:hover i,
.nav-control-bottom .owl-controls .owl-nav > div:hover i,
.our-trainer-item .trainer-image .social-overly li a .fa,
.our-trainer-item .trainer-image .trainer-overly h3 a,
.price-table-area .section-title h2,
.product-list-content .product-list-action ul li a,
.service1-wrapper > div:nth-child(2n) .service1-box:hover a span,
.service1-wrapper > div:nth-child(odd) .service1-box:hover a span,
.single-classes-area:hover .classes-img .classes-overlay a,
.single-related-classes:hover .classes-img .classes-overlay a,
.single-trainer-item .trainer-item .social-overly li a .fa,
.single-trainer-item .trainer-overly h3 a,
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content h3 a,
.trainer-box3 .trainer-img-holder .trainer-title-holder .designation,
.what-i-do-bottom .featured-box:hover h3,
.what-i-do-bottom .featured-box:hover p,
.why-choose-content .panel-default .active .accordion-toggle:after,
.why-choose-content .panel-default .active .panel-title a,
.why-choose-content .panel-default .active .panel-title a span {
    color: #fff;
}
.anoti2 {
    border: 1px solid #f2858545 !important;
    border-radius: 8px !important;
    color: #000;
}
.anoti2::placeholder {
    color: #1c0e6c;
}
body {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    vertical-align: baseline;
    line-height: 24px;
}
body,
html {
    height: 100%;
}
.floatleft {
    float: left;
}
.banner-area .btn-light,
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: solid 0;
}
.container5 {
    column-count: 3;
    column-gap: 10px;
}
.sdsjhdg {
    background: #f000;
}
figure {
    margin: 0 0 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: #ffffff80;
    padding: 0.2em 0.5em;
    justify-self: start;
}
.acurate,
.header-style4 .header-top-bar .header-top-right,
.product-area .product-content,
.product-area .product-image,
.product-list-content,
.single-product-list .product-list-image,
ul {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.fix,
.online-grid-item,
.single-news .single-image,
.skill-content-3 {
    overflow: hidden;
}
p {
    margin: 0 0 20px;
    font-size: 14pt;
    line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 500;

}

h2 {
    font-size: 30px;
    font-weight: bold;

}

h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.btn-light,
.counter-area p,
.why-choose-content .panel-default .panel-heading .panel-title,
h4 {
    font-size: 16px;
}
a {
    color: #F89C37;
    transition: 0.3s;
}
a:focus,
a:hover {
    color: #b0360a;
}
a:active,
a:hover {
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
}
blockquote {
    border-left: 3px solid #F89C37;
    font-size: 18px;
    font-style: italic;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.wrapper {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.title-bar-left:before,
.title-bar:before {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}
.section-title-default {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #222;
}
@media only screen and (max-width: 1199px) {
    .section-title-default,
    .section-title-white {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title-default {
        font-size: 26px;
    }
}
.section-title-white {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .section-title-white {
        font-size: 26px;
    }
    .main-banner .main-banner-inner {
        top: 60%;
    }
}
.title-bar,
.title-bar-high {
    margin-bottom: 50px;
    position: relative;
}
.title-bar:before {
    width: 60px;
    bottom: -30px;
    right: 0;
    margin: 0 auto;
    transition: 0.5s ease-out;
}
.title-bar-left {
    margin-bottom: 32px;
    position: relative;
}
.sub-title-default,
.sub-title-white {
    margin: 0 auto 40px;
    text-align: center;
}
.title-bar-left:before {
    width: 40px;
    bottom: -15px;
    transition: 0.5s ease-out;
}
.title-bar-high:before {
    width: 65px;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#preloader,
.bg-secondary:before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}
.sub-title-default {
    width: 80%;
    color: #646464;
}
.sub-title-white {
    width: 80%;
    color: #fff;
}
.bg-secondary,
.bg-slider,
.expert-trainer-area .section-title,
.feature-classes-area .section-title,
.happy-clients .owl-controls,
.header-top-search,
.latest-news-area .section-title,
.main-banner,
.online-store-area .section-title,
.position-relative,
.related-classes-area .section-title,
.single-product-classes .single-product,
.single-product-classes2 .single-product,
.single-sidebar .join-us,
.single-sidebar .sidebar-search,
.trainer-box3 .trainer-img-holder,
.why-choose-area .container {
    position: relative;
}
.bg-secondary:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    z-index: -1;
}
.section-top,
.single-class-detail .choose-body {
    margin-top: 40px;
}
.clear {
    clear: both;
}
.owl-theme .owl-controls .owl-page span {
    background: #e2e2e1;
    opacity: 1;
    height: 12px;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #F89C37;
    transition: 0.3s;
}
.owl-arrow .owl-controls {
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}
.owl-arrow .owl-controls .owl-buttons > div {
    background: #F89C37;
    margin: 5px 2px;
    padding: 3px 12px;
    transition: 0.3s;
}
.btn-details,
.nav-control-top .owl-controls i {
    color: #fff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}
.owl-arrow .owl-controls .owl-buttons > div:hover,
.product-detail-area .product-cart-counter .detail-cart a:hover {
    background: #111;
}
.owl-arrow .owl-controls .owl-buttons .owl-next,
.owl-arrow .owl-controls .owl-buttons .owl-prev {
    border-radius: 0;
    opacity: 1;
}
.owl-arrow .owl-controls .owl-buttons > div .fa {
    font-size: 20px;
    line-height: inherit;
}
.no-gutter > [class*="col-"],
.row.no-gutters.full-width > [class*=" col-"],
.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}
#preloader {
    background: url(img/loading.gif) center center no-repeat #fff;
    overflow: visible;
    position: fixed;
    z-index: 99999;
}
.btn-details {
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 700;
    border-radius: 45px;
    transition: 0.5s ease-out;
}
.btn-details:hover,
.social-icons ul li a:hover,
.what-i-do-bottom .featured-box:hover i {
    background: #fff;
    color: #F89C37;
}
.nav-control-top .owl-controls {
    top: -30%;
    right: -3px;
    position: absolute;
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .nav-control-top .owl-controls {
        top: -35%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .nav-control-top .owl-controls {
        top: -30%;
    }
}
.nav-control-top .owl-controls i {
    display: block;
    line-height: 24px;
    font-weight: 500;
    transition: 0.5s ease-out;
}
.dot-control .owl-nav,
.dot-control-textPrimary .owl-nav,
.nav-control-left .owl-controls .owl-nav,
.nav-control-middle .owl-controls .owl-nav,
.nav-control-middle-opacity .owl-controls .owl-nav,
.nav-control-middle-textPrimary .owl-controls .owl-nav,
.nav-control-top .owl-controls .owl-nav,
.slider-top-space-header4 {
    margin-top: 0;
}
.nav-control-top .owl-controls .owl-nav > div {
    border: 1px solid #F89C37;
    background: #F89C37;
    opacity: 1;
    font-size: 20px;
    margin: 0 4px;
    height: 35px;
    width: 30px;
    border-radius: 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.nav-control-top .owl-controls .owl-next:hover,
.nav-control-top .owl-controls .owl-prev:hover {
    background: 0 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.about-content-area .title-section h2 .color-red,
.about-fitness-right .media-heading a:hover,
.being-body-builder .being-right-content .being-content h2 span,
.being-body-builder2-wrapper .being-content h2 span,
.being-body-builder3 h2 span,
.being-body-builder3 ul li .service-content h4 a:hover,
.best-seller .product-price ul li.final,
.btn-light:hover,
.cart-single-product .media .cart-content h4 > a:hover,
.categories ul li a:hover,
.comment-section .comment-content .reply a:hover,
.contact-form label.control-label .fa,
.custom-button2:hover,
.header-layout5.header-style1 .header-top-area .header-top-search a.search-button:hover,
.header-layout5.header-style1 .header-top-area .main-menu ul li a:hover,
.header-style2 .header-top-area .header-top-search a.search-button:hover,
.header-style2 .header-top-area .main-menu ul li a:hover,
.header-style2 .header-top-bar .top-bar-left ul li:hover a,
.header-style2 .header-top-bar .top-bar-right ul li a:hover,
.header-style2 .header-top-bar .top-bar-right ul li a:hover i,
.header-style3 .header-top-area .header-top-search a.search-button:hover,
.header-style3 .header-top-bar .top-bar-right ul li a:hover i,
.header-style4 .header-top-area .header-top-search a.search-button:hover,
.header-style4 .header-top-area .main-menu nav > ul li a:hover,
.header-top-search a.search-button,
.join-us .join-content .percent span,
.main-menu ul > li.active > a,
.main-menu ul > li > a:hover,
.nav-control-left .owl-controls .owl-next:hover i,
.nav-control-left .owl-controls .owl-prev:hover i,
.nav-control-middle .owl-controls .owl-next:hover i,
.nav-control-middle .owl-controls .owl-prev:hover i,
.nav-control-middle-opacity .owl-controls .owl-next:hover i,
.nav-control-middle-opacity .owl-controls .owl-prev:hover i,
.nav-control-middle-textPrimary .owl-controls .owl-next:hover i,
.nav-control-middle-textPrimary .owl-controls .owl-prev:hover i,
.nav-control-top .owl-controls .owl-next:hover i,
.nav-control-top .owl-controls .owl-prev:hover i,
.online-header .view-mode ul li.active .fa,
.online-product .product-info ul li a:hover .fa,
.our-program-area .program-box h3 a:hover,
.overview-content .review ul li .fa:hover,
.overview-content ul.product-view-tab li.active a,
.page-content .page-header ul li a:hover,
.product-content .review ul li a:hover,
.product-content h3 a:hover,
.single-classes-area .classes-img .classes-overlay .fa:hover,
.single-client-say .client-content h3 a:hover,
.single-latest-news2 .news-content h3 a:hover,
.single-news-page .news-content h3 a:hover,
.single-product .product-info ul li a:hover .fa,
.single-product-classes .product-content h3 a:hover,
.single-product-classes2 .product-content h3 a:hover,
.single-product-classes2 .product-content2 h3 a:hover,
.single-product-classes3 .product-content h3 a:hover,
.slider-content .big-title span,
.trainer-box2 .trainer-content-holder h3 a:hover,
.what-i-do-top .what-i-do-content h2 span,
.why-choose-content .panel-default .panel-heading .panel-title a span,
.why-choose2-area .side-text span span {
    color: #F89C37;
}
.nav-control-middle .owl-controls i,
.nav-control-middle-opacity .owl-controls i {
    color: #fff;
    display: block;
    line-height: 24px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.nav-control-middle .owl-controls .owl-nav > div {
    opacity: 1;
    border: 1px solid #F89C37;
    background: #F89C37;
    font-size: 20px;
    margin: 0 4px;
    height: 35px;
    width: 30px;
    border-radius: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.nav-control-middle-opacity .owl-controls .owl-nav > div,
.nav-control-middle-textPrimary .owl-controls .owl-nav > div {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    margin: 0 4px;
    top: 50%;
    height: 35px;
}
.nav-control-middle .owl-controls .owl-prev {
    left: -50px;
}
.nav-control-middle .owl-controls .owl-next:hover,
.nav-control-middle .owl-controls .owl-prev:hover,
.nav-control-middle-opacity .owl-controls .owl-next:hover,
.nav-control-middle-opacity .owl-controls .owl-prev:hover {
    background: 0 0;
    border: 1px solid #F89C37;
}
.nav-control-middle .owl-controls .owl-next {
    right: -50px;
}
@media only screen and (max-width: 1230px) {
    .nav-control-middle .owl-controls .owl-prev {
        left: -18px;
    }
    .nav-control-middle .owl-controls .owl-next {
        right: -18px;
    }
}
.nav-control-middle-opacity .owl-controls .owl-nav > div {
    border: 1px solid #F89C37;
    background: #F89C37;
    font-size: 20px;
    width: 30px;
    border-radius: 0;
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.nav-control-middle-opacity .owl-controls .owl-prev {
    opacity: 0;
    left: -18px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.nav-control-middle-opacity .owl-controls .owl-next {
    opacity: 0;
    right: -18px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.btn-light,
.dot-control .owl-controls .owl-dots .owl-dot span,
.nav-control-bottom .owl-controls .owl-nav > div:hover,
.nav-control-middle-textPrimary .owl-controls .owl-nav > div,
.nav-control-middle-textPrimary .owl-controls i,
.what-i-do-bottom .featured-box,
.what-i-do-bottom .featured-box i,
.what-i-do-bottom .featured-box:before {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.nav-on-focus:hover .owl-next,
.nav-on-focus:hover .owl-prev,
.online-product:hover .product-info,
.single-product:hover .product-info,
.single-trainer-item:hover .trainer-item .social-overly {
    opacity: 1;
}
.nav-control-middle-textPrimary .owl-controls i {
    color: #fff;
    display: block;
    line-height: 26px;
    transition: 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-nav > div {
    border: 1px solid #fff;
    background: 0 0;
    opacity: 1;
    font-size: 18px;
    width: 50px;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-prev,
.nav-control-middle-textPrimary .owl-controls .owl-prev {
    left: -90px;
}
.nav-control-middle-textPrimary .owl-controls .owl-next:hover,
.nav-control-middle-textPrimary .owl-controls .owl-prev:hover {
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-next {
    right: -80px;
}
.nav-control-bottom .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nav-control-bottom .owl-controls i {
    color: #F89C37;
    display: block;
    line-height: 26px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.header-style2 .header-top-bar .top-bar-left ul li a,
.header-style3 .header-top-bar .top-bar-right ul li a i,
.nav-control-bottom .owl-controls:hover i {
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-nav > div {
    border: 1px solid #F89C37;
    background: 0 0;
    opacity: 1;
    font-size: 18px;
    margin: 0 4px;
    height: 35px;
    width: 50px;
    border-radius: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-nav > div:hover {
    background: #F89C37;
    border: 1px solid #F89C37;
    transition: 0.3s ease-out;
}
.header-style4 .header-top-bar .main-menu ul li ul.mega-menu-dropdown,
.nav-control-bottom .owl-controls .owl-next {
    right: -90px;
}
.dot-control .owl-controls,
.dot-control-textPrimary .owl-controls {
    position: relative;
    top: 35px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    background: #e2e2e1;
    transition: 0.3s ease-out;
}
.dot-control .owl-controls .owl-dots .active span,
.dot-control-textPrimary .owl-controls .owl-dots .active span,
.fitness-summer-area .custom-button:hover,
.main-banner .main-banner-inner .button:hover,
.nivo-caption .slider-progress,
.our-trainer-item .trainer-image .social-overly li a:hover,
.service1-wrapper > div:nth-child(2n) .service1-box:hover,
.service1-wrapper > div:nth-child(2n) .service1-box:hover .title-bar:before,
.service1-wrapper > div:nth-child(odd) .service1-box:hover,
.service1-wrapper > div:nth-child(odd) .service1-box:hover .title-bar:before,
.single-product-classes:hover .product-content,
.single-trainer-item .trainer-item .social-overly li a:hover,
.skill .progress:first-child .progress-bar,
.skill .progress:nth-child(2) .progress-bar,
.skill .progress:nth-child(3) .progress-bar,
.slider-content .button .custom-button:hover {
    background: #F89C37;
}
.dot-control-textPrimary .owl-controls .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.main-header .logo-area {
    padding: 21px 0;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.header-layout5.header-style1 .header-top-area,
.header-style1,
.header-style2 .header-top-area,
.header-style4 .header-top-area,
.header-style4 .header-top-bar,
.header-top-area .cart-area span,
.main-menu ul li a {
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}
.class-schedule-tab ul li:nth-child(4),
.header-style2 .header-top-bar .top-bar-right,
.header-style3 .header-top-bar .top-bar-right,
.main-menu ul,
.online-header .limit-show,
.online-header .shor-list,
.visa-card ul {
    text-align: right;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    padding: 23px 15px;
    text-transform: uppercase;
    transition: 1s ease-out;
}
.main-menu ul ul {
    background: #F89C37;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: 0.5s;
    width: 200px;
    z-index: 99999;
    visibility: hidden;
}
.header-top-right ul li:hover ul,
.main-menu li.has-child-menu:hover ul.thired-level,
.main-menu ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.main-menu ul li ul li {
    display: block;
}
.main-menu ul li ul li:last-child {
    border-bottom: 0 solid #ddd;
}
.main-menu ul li ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0 10px 15px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
.main-menu ul li ul li a:hover {
    color: #071041 !important;
}
.header-style1 {
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: 1s ease-out;
}
.main-menu ul.mega-menu-dropdown li.single-mega-menu {
    border: none;
    display: inline-block;
    float: left;
    width: 33%;
}
.main-menu ul li ul.mega-menu-dropdown {
    background: #F89C37;
    left: inherit;
    right: -127px;
    padding: 10px 15px;
    width: 653px;
}
.main-menu ul li ul.mega-menu-dropdown li a,
.main-menu ul li ul.mega-menu-dropdown2 li a {
    border-bottom: 1px solid #ddd;
    margin-right: 10px;
    padding: 8px 0;
}
.main-menu ul li ul.mega-menu-dropdown li a:last-child,
.main-menu ul li ul.mega-menu-dropdown2 li a:last-child,
.pagination li,
.single-product-tab ul {
    border: none;
}
.main-menu ul.mega-menu-dropdown2 li.single-mega-menu {
    border: none;
    display: inline-block;
    float: left;
    width: 50%;
}
.main-menu ul li ul.mega-menu-dropdown2 {
    background: #F89C37;
    left: 0;
    padding: 10px 15px;
    width: 350px;
}
.mean-container .mean-bar {
    padding: 0;
    border-bottom: 2px solid #F89C37;
    position: fixed;
    top: 0;
    background: 0 0;
    box-sizing: border-box;
}
.mean-container .mean-bar a {
    padding: 4px 0;
    display: block;
    background: #fff;
}
.mean-container .mean-bar .meanmenu-reveal {
    padding: 13px;
}
.mean-container .mean-nav > ul {
    background: 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mean-container .mean-nav {
    background: 0 0;
}
.header-top-right {
    padding: 30px 0;
    text-align: right;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.header-top-right ul li {
    display: inline-block;
    border-right: 1px solid #d3d3d3;
    padding-right: 10px;
}
.header-top-right ul li:last-child {
    border-right: 0;
}
.header-top-search input {
    border: none;
    box-shadow: none;
    background: 0 0;
    font-size: 14px;
}
.header-top-search button {
    position: absolute;
    right: 0;
    border: none;
    background: 0 0;
    box-shadow: none;
}
.header-top-search .search-text.active {
    left: -146px;
    opacity: 1;
    padding: 0 10px;
    visibility: visible;
    width: 180px;
}
.header-top-search .search-text {
    background: #f5f5f5;
    border: 1px solid #F89C37;
    color: #666;
    height: 34px;
    left: 0;
    margin-right: 3px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 55px;
    visibility: hidden;
    width: 0;
    z-index: 9;
    transition: 0.3s;
}
.stick .header-top-search .search-text {
    top: 46px;
}
.header-top-area .cart-area {
    color: #666;
    float: inherit;
    padding-left: 10px;
}
.header-top-area .cart-area span {
    background: #F89C37;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 18px;
    transition: 1s ease-out;
}
.header-top-right ul li ul {
    background: #f5f5f5;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: left;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: 0.5s;
    visibility: hidden;
    width: 250px;
    z-index: 99999;
}
.header-top-right ul li ul li:last-child {
    border-bottom: none;
}
.cart-single-product {
    padding: 10px;
    position: relative;
}
.cart-single-product .media .cart-product-img img {
    padding: 10px;
    width: 60px;
}
.cart-single-product .media .cart-content h4 {
    font-weight: 400;
    margin: 4px 0 5px;
    padding: 0;
}
.cart-single-product .media .cart-content h4 > a {
    font-size: 14px;
    color: #666;
}
.cart-single-product .media .cart-content a.trash {
    position: absolute;
    right: 0;
    top: 10px;
    color: #666;
    padding-right: 10px;
}
.cart-single-product .media .cart-content a.trash:hover {
    color: red;
}
.cart-single-product .media .cart-content p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.cart-single-product .media .cart-content .cart-product-price {
    bottom: 7px;
    display: inline-block;
    position: absolute;
    right: 10px;
}
.cart-single-product .media .cart-content .cart-product-price a {
    background: #F89C37;
    color: #222;
    display: block;
    font-size: 12px;
    padding: 0 14px;
    transition: 0.3s;
}
.cart-single-product .media .cart-content .cart-product-price a:hover,
.header-top-right ul li ul li a.checkout-button:hover {
    background: #dd4813;
    color: #fff;
}
.header-top-right ul li ul li a.checkout-button {
    background: #F89C37;
    color: #222;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    transition: 0.3s;
}
.main-menu li.has-child-menu {
    position: relative;
    padding-right: 5px;
}
.main-menu li.has-child-menu > a:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
}
.main-menu li.has-child-menu > ul.thired-level {
    position: absolute;
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: 0.5s;
}
#sticker,
.single-product-classes2 .single-product img,
.single-related-classes .classes-img img,
.what-i-do-top .what-i-do-img img,
.why-choose-area .why-choose-img-holder img {
    width: 100%;
}
.header-style1.stick .header-top-area {
    border-bottom: 2px solid #F89C37;
    background-color: #fff;
}
.header-layout5.header-style1.stick .header-top-area .main-menu ul li a,
.header-style1.stick .header-top-area .main-menu ul li a,
.header-style2.stick .header-top-area .main-menu ul li a,
.header-style3.stick .header-top-area .main-menu ul li a,
.header-style4.stick .header-top-area .main-menu ul li a {
    padding: 23px 15px;
}
.header-layout5.header-style1.stick .header-top-area .main-menu ul li ul li a,
.header-style1.stick .header-top-area .main-menu ul li ul li a,
.header-style2.stick .header-top-area .main-menu ul li ul li a,
.header-style3.stick .header-top-area .main-menu ul li ul li a,
.header-style4.stick .header-top-area .main-menu ul li ul li a {
    padding: 8px 0 10px 15px;
}
.header-layout5.header-style1.stick .header-top-area .logo-area,
.header-style1.stick .header-top-area .logo-area,
.header-style4.stick .header-top-area .logo-area {
    padding: 11px 0;
}
.header-layout5.header-style1.stick .header-top-area .header-top-right,
.header-style1.stick .header-top-area .header-top-right,
.header-style2.stick .header-top-area .header-top-right,
.header-style3.stick .header-top-area .header-top-right {
    padding: 23px 0;
}
.header-layout5.header-style1.stick .header-top-area .cart-area span,
.header-style1.stick .header-top-area .cart-area span,
.header-style2.stick .header-top-area .cart-area span,
.header-style3.stick .header-top-area .cart-area span {
    bottom: 35px;
}
.header-style2,
.header-style3,
.header-style4 {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.header-style2 .header-top-bar {
    background-color: #000000;

}
.header-style2 .header-top-bar .top-bar-left {
    margin-top: 12px;
}
.header-style2 .header-top-bar .top-bar-left ul li,
.header-style3 .header-top-bar .top-bar-left ul li,
.header-style4 .header-top-bar .top-bar-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px;
}
.header-style2 .header-top-bar .top-bar-left ul li i,
.header-style3 .header-top-bar .top-bar-left ul li i,
.header-style4 .header-top-bar .top-bar-left ul li i {
    padding-right: 10px;
    color: #F89C37;
    font-size: 14px;
}
.header-style2 .header-top-bar .top-bar-left ul li:last-child,
.header-style3 .header-top-bar .top-bar-left ul li:last-child,
.header-style4 .header-top-bar .top-bar-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.header-style2 .header-top-bar .top-bar-right ul li {
    display: inline-block;
    margin-left: 10px;
}
.header-style2 .header-top-bar .top-bar-right ul li a {
    display: block;
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.header-style2 .header-top-bar .top-bar-right ul li a span {
    padding-right: 10px;
    border-right: 1px solid #bdbdbd;
}
.header-layout5.header-style1 .header-top-area,
.header-style2 .header-top-area {
    border-bottom: 1px solid #4a4a4a;
    transition: 1s ease-out;
}
.header-style2 .header-top-area .logo-area {
    padding: 1px 0;
}
.header-layout5.header-style1 .header-top-area .header-top-search a.search-button,
.header-style2 .header-top-area .header-top-search a.search-button,
.header-style3 .header-top-area .header-top-search a.search-button,
.header-style4 .header-top-area .header-top-search a.search-button,
.header-style4 .header-top-bar .header-top-right ul li .cart-area i,
.header-style4 .header-top-bar .header-top-search a.search-button {
    color: #afafaf;
}
.header-layout5.header-style1 .header-top-area .header-top-search .search-text,
.header-style2 .header-top-area .header-top-search .search-text,
.header-style3 .header-top-area .header-top-search .search-text,
.header-style4 .header-top-area .header-top-search .search-text {
    border: 1px solid #212121;
    background-color: #21212199;
    width: 208px;
    height: 40px;
    color: #fff;
}
.header-style2.stick .header-top-area {
    background: #000;
    border-bottom: 2px solid #F89C37;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.header-style2.stick .header-top-area .logo-area {
    width: 89px;
    margin-left: 39px;
}
.header-layout5.header-style1.stick .header-top-area .header-top-right ul li ul,
.header-style2.stick .header-top-area .header-top-right ul li ul {
    top: 72px;
}
.header-style3 .header-top-bar {
    background: #222;
    padding: 7px 0;
}
.header-style3 .header-top-bar .top-bar-left ul li a,
.header-style4 .header-top-bar .top-bar-left ul li a {
    color: #999;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.header-style3 .header-top-bar .top-bar-right ul li {
    display: inline-block;
    margin-left: 20px;
}
.header-style3 .header-top-bar .top-bar-right ul li a {
    padding: 0 5px;
    display: block;
    text-align: center;
}
.header-style3 .header-top-area {
    border-bottom: 1px solid #4a4a4a;
    background: #fff;
}
.header-style3 .header-top-area .logo-area {
    padding: 21px 0;
}
.being-body-builder3 ul li .service-content h4 a,
.header-style3 .header-top-area .main-menu > ul li a,
.news-layout-2 h3 a {
    color: #222;
}
.header-style3.stick .header-top-area {
    border-bottom: 2px solid #F89C37;
    background-color: #fffc;
}
.header-style3.stick .header-top-area .logo-area {
    padding: 14px 0;
}
.header-style3.stick .header-top-area .header-top-right ul li ul {
    top: 70px;
}
.header-style4 .header-top-bar {
    background: 0 0;
    padding: 8px 0;
    border-bottom: 1px solid #4a4a4a;
    transition: 1s ease-out;
}
.header-style4 .header-top-bar .cart-area.floatright {
    float: none;
}
.header-style4 .header-top-bar .header-top-right > ul > li {
    margin-right: 15px;
    padding-right: 20px;
    font-size: 17px;
}
.header-style4 .header-top-bar .header-top-right > ul > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header-style4 .header-top-bar .header-top-right ul li .cart-area span {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -8px;
    left: -5px;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #F89C37;
    color: #fff;
    display: inline-block;
}
.header-style4 .header-top-bar .header-top-right ul li ul {
    top: 40px;
    right: 40px;
}
.header-style4 .header-top-bar .header-top-search .search-text.active {
    left: -186px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.header-style4 .header-top-bar .header-top-search .search-text {
    top: -2px;
    border: none;
    background-color: #ffffffb3;
    color: #000;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.header-layout5.header-style1.stick .header-top-area,
.header-style4.stick .header-top-area {
    border-bottom: 2px solid #F89C37;
    background-color: #212121cc;
}
.header-style4 .header-top-area {
    background: 0 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 1s ease-out;
}
.header-layout5.header-style1 .header-top-area .logo-area,
.header-style4 .header-top-area .logo-area {
    padding: 18px 0;
}
.header-layout5.header-style1.stick .header-top-area {
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.gallery-box .gallery-content,
.gallery-box .gallery-content a i,
.gallery-box:before,
.gallery-box:hover .gallery-content,
.gallery-box:hover:before,
.isotop-btn a,
.isotop-btn a:hover,
.logo-showcase-area .single-logo-area .single-logo,
.main-banner .main-banner-inner .button,
.main-banner .main-banner-inner .button a,
.main-banner .main-banner-inner .main-banner-link li,
.main-banner .main-banner-inner .main-banner-link li a,
.nav-control-left .owl-controls i,
.service1-wrapper .service1-box,
.single-latest-news2,
.title-bar-high2:before,
.trainer-box2 .trainer-content-holder h3 a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}
.slider-top-space-header1 {
    margin-top: 84px;
}
.slider-top-space-header2 {
    margin-top: 39px;
}
.slider-top-space-header3 {
    margin-top: 123px;
}
.slider-area {
    position: relative;
    left: 0;
    right: 0;
    display: block;
}
.slider-area .nivo-caption {
    top: -50px;
}
.slider-content .big-title {
    display: inline;
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.slider-content .small-content {
    color: #e9e9e9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 26px;
    width: 64%;
}
.slider-content .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
}
.slider-content .button.slider5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32%;
}
.slider-content .button .custom-button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase;
}
.nivo-controlNav {
    left: 0;
    right: 0;
}
.nivo-controlNav .nivo-control {
    background: url(img/slider-control-inactive.png) no-repeat;
}
.nivo-controlNav .nivo-control.active {
    background: url(img/slider-control-active.png) no-repeat;
}
.slider-area .slider-content .small-content {
    width: 47%;
}
.bg-slider:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 6;
    left: 0;
    right: 0;
    background: #21212199;
    position: absolute;
}
.nav-slider .preview-2 .nivo-directionNav a.nivo-nextNav::before {
    background: #ffffff4d;
    height: 55px;
    width: 40px;
    font-size: 20px;
    right: -50px;
    line-height: 55px;
}
.nav-slider .preview-2 .nivo-directionNav a.nivo-prevNav::before {
    background: #ffffff4d;
    height: 55px;
    width: 40px;
    font-size: 20px;
    left: -50px;
    line-height: 55px;
}
.nav-slider .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    right: 10px;
}
.nav-slider .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 65px;
}
.nav-slider .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
    left: 10px;
}
.nav-slider .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 65px;
}
.main-banner .main-banner-inner {
    position: absolute;
    left: 50%;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 auto;
}
.main-banner .main-banner-inner .main-banner-top-title {
    font-size: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .main-banner .main-banner-inner .main-banner-top-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
}
.main-banner .main-banner-inner h1 {
    font-size: 72px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.main-banner .main-banner-inner h1 span {
    font-weight: 400;
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .main-banner .main-banner-inner h1 {
        font-size: 56px;
    }
    .main-banner .main-banner-inner p {
        display: none;
    }
    .single-client-say .client-picture img {
        margin: 0 auto;
    }
    .section-title-default2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .main-banner .main-banner-inner h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-default,
    .section-title-white {
        font-size: 24px;
    }
    .nav-control-top .owl-controls {
        position: initial;
    }
    .nav-control-top .owl-controls .owl-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -18px;
    }
    .nav-control-top .owl-controls .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -18px;
    }
    .nav-on-hover:hover .owl-prev {
        left: -3px;
    }
    .nav-on-hover:hover .owl-next {
        right: -3px;
    }
    .nav-control-middle-opacity .owl-controls .owl-prev {
        left: 0;
    }
    .nav-control-middle-opacity .owl-controls .owl-next {
        right: 0;
    }
    .header-style2 .header-top-bar,
    .header-style3 .header-top-bar,
    .header-style4 .header-top-bar {
        display: none;
    }
    .slider-top-space-header1,
    .slider-top-space-header2,
    .slider-top-space-header3,
    .slider-top-space-header4 {
        margin-top: 51px;
    }
    .slider-area .slider-content .small-content {
        width: 90%;
    }
    .main-banner .main-banner-inner {
        left: 45%;
        top: 55%;
    }
    .main-banner .main-banner-inner .main-banner-top-title {
        font-size: 20px;
    }
    .main-banner .main-banner-inner h1 {
        font-size: 32px;
    }
}
.main-banner .main-banner-inner p {
    font-size: 16px;
    width: 55%;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}
.main-banner .main-banner-inner .button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    text-transform: uppercase;
    bottom: -70px;
    display: inline-block;
    transition: 0.5s ease-out;
}
.main-banner .main-banner-inner .button a {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    transition: 0.5s ease-out;
}
.main-banner .main-banner-inner .button:hover a {
    color: #fff !important;
}
.main-banner .main-banner-inner .main-banner-link {
    margin-bottom: 40px;
}
.main-banner .main-banner-inner .main-banner-link li {
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    transition: 0.5s ease-out;
}
.main-banner .main-banner-inner .main-banner-link li a {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block !important;
    border: 1px solid #424243;
    line-height: 50px;
    transition: 0.5s ease-out;
}
.main-banner .main-banner-inner .main-banner-link li a i {
    font-size: 16px;
    color: #F89C37;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.main-banner .main-banner-inner .main-banner-link li a:hover {
    background: #F89C37;
    border: 1px solid #F89C37;
}
.about-fitness-area .container-fluid {
    background: #f5f5f5;
    padding: 0;
}
.about-fitness-left {
    float: left;
    width: 50%;
    text-align: right;
}
.about-fitness-left .about-left-img {
    background: #F89C37;
    position: relative;
    transition: 0.3s;
}
.about-fitness-left .about-left-img img,
.being-body-builder .being-left-img {
    position: relative;
    z-index: 9;
}
.about-fitness-left .about-left-img .overly {
    position: absolute;
    top: 35%;
    right: 6%;
}
.about-fitness-left .about-left-img .overly h3 {
    color: #fff;
    font-size: 68px;
    font-weight: 300;
    line-height: 70px;
    text-transform: capitalize;
}
.about-fitness-left .about-left-img .overly h3 span {
    font-weight: 600;
}
.about-fitness-left .about-left-img:after {
    display: block;
    background: #F89C37;
    position: absolute;
    content: "";
    right: -16px;
    top: 47%;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}
.about-fitness-right {
    background: #f5f5f5;
    float: left;
    padding-left: 50px;
    padding-right: 100px;
    width: 50%;
}
.about-single-service .service-item {
    padding-bottom: 15px;
}
.about-single-service .service-item.last-item {
    padding-bottom: 0;
}
.about-single-service .service-item.last-item p,
.being-body-builder3 ul li:last-child,
.child-trigar:last-child .single-latest-news2,
.pagination,
.product-detail-area .product-category p,
.product-detail-area .product-tag p,
.right-sidebar .sidebar-last,
.single-classes-area .classes-title h3,
.single-latest-news .news-content p,
.single-product-classes3 .product-content ul li:last-child {
    margin-bottom: 0;
}
.about-single-service .service-item .service-image span:before {
    color: #F89C37;
    font-size: 42px;
    margin: 0 15px 15px 0;
    display: block;
    line-height: 42px;
}
.about-fitness-right .media-heading {
    margin-bottom: 15px;
    font-size: 22px;
}
.feature-classes-area {
    padding: 100px 0 129px;
}
.expert-trainer-area .section-title h2,
.feature-classes-area .section-title h2,
.latest-news-area .section-title h2,
.online-store-area .section-title h2,
.related-classes-area .section-title h2,
.what-client-area .section-title h2 {
    margin-bottom: 60px;
}
.feature-classes-area .section-title h2:after {
    background: #e1e1e1;
    position: absolute;
    content: "";
    height: 1px;
    right: 10%;
    top: 15px;
    width: 62%;
}
.single-product-classes {
    background: #f5f5f5;
    border-right: 1px solid #fff;
    transition: 0.3s;
}
.single-product-classes .single-product::after {
    background: #00000080;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
    transform: scaleY(0);
}
.online-product:hover .overlay,
.single-product-classes:hover .single-product::after,
.single-product:hover .overlay {
    opacity: 1;
    transform: scaleY(1);
}
.single-product-classes .single-product .overly {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.single-product-classes .single-product .overly li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
}
.single-product-classes .single-product .overly li:first-child {
    background: #ff723f;
    color: #fff;
}
.single-product-classes .single-product .overly li:last-child {
    background: #fff;
    color: #121212;
    margin-left: -4px;
}
.single-product-classes .product-content {
    overflow: hidden;
    padding: 25px 20px;
    transition: 0.3s;
}
.single-product-classes .product-content h3 {
    margin-bottom: 12px;
}
.single-product-classes .product-content .author .fa {
    padding-right: 10px;
}
.single-product-classes .product-content .more-icon {
    float: right;
    padding-top: 12px;
}
.best-seller .review ul li.inactive .fa,
.categories ul li a,
.comment-section .comment-content .reply a,
.single-product-classes .product-content .more-icon .fa {
    color: #666;
}
.single-product-classes:hover .product-content .author,
.single-product-classes:hover .product-content .more-icon .fa,
.single-product-classes:hover .product-content h3 a {
    color: #fff;
    transition: 0.3s;
}
.feature-classes-area .owl-arrow .owl-controls {
    right: 15px;
}
.feature-classes-area2 {
    background: url(img/feature/7.jpg) center/cover;
    padding: 100px 0 129px;
}
.single-product-classes2 {
    margin: 15px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.single-product-classes2 .single-product:before,
.single-product-classes3 .single-product:before {
    content: "";
    background-color: #fb5b21cc;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}
.single-product-classes2 .single-product .overlay-btn,
.single-product-classes3 .single-product .overlay-btn {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.single-product-classes2 .single-product:hover .overlay-btn,
.single-product-classes3 .single-product:hover .overlay-btn {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transition: 0.7s ease-out;
    -moz-transition: 0.7s ease-out;
    -ms-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
}
.single-product-classes2 .product-content {
    padding: 25px 35px 30px;
    background: #fff;
}
.single-product-classes2 .product-content h3,
.single-product-classes2 .product-content2 h3,
.single-product-classes3 .product-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}
.single-latest-news2 .news-content h3 a,
.single-product-classes2 .product-content h3 a,
.single-product-classes2 .product-content2 h3 a,
.single-product-classes3 .product-content h3 a {
    color: #222;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.single-product-classes2 .product-content ul li,
.single-product-classes2 .product-content2 ul li {
    border-right: 1px solid #bdbdbd;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
}
.single-product-classes2 .product-content ul li i,
.single-product-classes2 .product-content2 ul li i,
.single-product-classes3 .product-content ul li i {
    margin-right: 10px;
    color: #F89C37;
}
.single-product-classes2 .product-content ul li:last-child,
.single-product-classes2 .product-content2 ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.single-product-classes2 .product-content2 {
    padding: 25px 35px 10px;
    background: #fff;
}
.single-product-classes2:hover {
    -webkit-box-shadow: 0 0 15px 0 #3232324d;
    -moz-box-shadow: 0 0 15px 0 #3232324d;
    box-shadow: 0 0 15px 0 #3232324d;
}
.feature-classes-area3,
.what-i-do-area {
    padding: 100px 0 108px;
}
.single-product-classes3 .single-product {
    position: relative;
    display: block;
}
.single-product-classes3 .product-content {
    padding: 15px 25px 25px;
    background: #fff;
}
.single-product-classes3 .product-content ul li {
    margin-bottom: 10px;
    line-height: 1;
}
.being-body-builder {
    overflow: hidden;
    position: relative;
}
.being-body-builder .being-left-img img:hover,
.single-client-say .client-picture img:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.being-body-builder .being-right-content {
    position: relative;
    left: -110px;
}
.being-body-builder .being-right-content .being-content {
    position: absolute;
    padding-top: 156px;
    padding-bottom: 20px;
}
.being-body-builder .being-right-content .being-content h2 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 2px;
    font-weight: 700;
}
.being-body-builder .being-right-content .being-content p {
    color: #d2d2d2;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 52px;
    line-height: 40px;
    text-transform: uppercase;
}
a.sign-button {
    background: url(img/sign-up-button.png) no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 67px;
    line-height: 65px;
    position: relative;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 191px;
    z-index: 9;
}
a.sign-button:hover {
    opacity: 0.8;
}
.being-body-builder2 {
    position: relative;
    padding: 148px 0 0;
}
.being-body-builder2 .side-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    text-transform: uppercase;
    color: #797979;
    font-size: 60px;
    opacity: 0.2;
    letter-spacing: 4px;
}
@media only screen and (max-width: 480px) {
    .main-banner .main-banner-inner .main-banner-top-title {
        font-size: 16px;
    }
    .main-banner .main-banner-inner h1 {
        font-size: 24px;
    }
    .being-body-builder2 .side-text,
    .main-banner .main-banner-inner .main-banner-link {
        display: none;
    }
}
.being-body-builder2 .side-text span,
.why-choose2-area .side-text span {
    color: #222;
    font-weight: 700;
}
.being-body-builder2-wrapper,
.being-body-builder4-wrapper,
.why-choose2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.being-body-builder2-wrapper .being-content,
.being-body-builder3 ul li .service-icon {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.being-body-builder2-wrapper .being-content > span {
    font-weight: 400;
    letter-spacing: 10px;
    color: #aeaeae;
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
     font-family:Interstate-Regular Regular;
}
.being-body-builder2-wrapper .being-content h2 {
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 35px;
    font-weight: 700;
}
.being-body-builder2-wrapper .being-content p {
    margin-bottom: 55px;
}
.being-body-builder2-wrapper .being-right-img {
    position: relative;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    align-self: flex-end;
}
.being-body-builder2-wrapper .being-right-img img,
.being-body-builder4-wrapper .being-right-img img,
.our-program-area .program-img img {
    margin: 0 auto;
}
.being-body-builder3 {
    position: relative;
    padding: 148px 0;
}
.being-body-builder3 span {
    font-weight: 300;
    letter-spacing: 5px;
    color: #666;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.being-body-builder3 h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 50px;
}
.being-body-builder3 ul {
    padding-right: 45px;
}
.being-body-builder3 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
}
.being-body-builder3 ul li .service-icon a {
    display: block;
    border-radius: 50%;
}
.being-body-builder3 ul li .service-icon a span {
    border: 1px solid #F89C37;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 74px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background: #F89C37;
}
.being-body-builder3 ul li .service-icon a:hover span {
    background: 0 0;
    color: #F89C37;
}
.being-body-builder3 ul li .service-content {
    padding: 0 60px 0 25px;
    -webkit-box-flex: 8;
    -moz-flex: 8;
    -webkit-flex: 8;
    flex: 8;
}
.being-body-builder3 ul li .service-content h4 {
    font-size: 18px;
    font-weight: 500;
}
.being-body-builder3 ul li .service-content p {
    color: #646464;
    font-size: 16px;
}
.class-schedule {
    background: url(img/class-schedule.png) 0 0 / cover no-repeat fixed #000;
    padding: 100px 0 0;
}
.class-schedule .section-title h2 {
    color: #fff;
    margin-bottom: 60px;
}
.class-schedule-wrap {
    background: #F89C37;
    padding: 65px 50px;
}
.class-schedule-wrap ul.nav-tabs {
    border: none;
    margin-bottom: 45px;
}
.breadcrum-area,
.class-schedule-tab ul li:nth-child(2),
.class-schedule-tab ul li:nth-child(3),
.class-schedule-wrap .nav-tabs,
.error-page,
.fitness-summer2 .fitness-content,
.pagination-area,
.schedule-page .class-schedule-wrap .nav-tabs,
.single-client-say2 {
    text-align: center;
}
.class-schedule-wrap .nav-tabs li {
    display: inline-block;
    float: inherit;
    margin: 0;
}
.class-schedule-wrap .nav-tabs li a {
    background: #dd4813;
    border: none;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 12px 34px;
}
.class-schedule-wrap .nav-tabs li a:hover,
.class-schedule-wrap .nav-tabs li.active a,
.class-schedule-wrap .nav-tabs li.active a:hover {
    background: #fff;
    color: #111;
    border: none;
}
.class-schedule-wrap .nav-tabs li:last-child a,
.social-icons ul li.last,
ul.counter-list li:last-child {
    margin-right: 0;
}
.class-schedule-tab ul {
    margin-top: 3px;
    padding: 15px 0 15px 10px;
}
.class-schedule-tab ul.odd {
    background: #ed541d;
    border-radius: 35px;
}
.class-schedule-tab ul.even {
    background: #e44e18;
    border-radius: 35px;
}
.class-schedule-tab ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 24.5%;
}
.class-schedule-tab ul li:first-child {
    padding-left: 20px;
}
.class-schedule-tab ul li:nth-child(4) a {
    background: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
}
.class-schedule-tab ul li:nth-child(4) a:hover {
    background: #000;
    color: #fff;
}
.what-client-area {
    position: relative;
    padding: 106px 0 129px;
}
.single-client-say {
    margin-right: 30px;
}
.single-client-say .client-picture img {
    background: #ececec;
    border-radius: 50%;
    padding-left: 7px;
    padding-top: 3px;
    height: 100px;
    width: 100px;
    transition: 0.3s;
}
.comment-section .comment-content,
.single-client-say .client-content {
    padding-left: 30px;
}
.overview-content .tab-content h3,
.product-list-content .product-content h3,
.single-client-say .client-content h3 {
    text-transform: capitalize;
}
.single-client-say .client-content h3 span {
    color: #5e5e5e;
}
.single-client-say .client-content h3:after {
    background: #F89C37;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 20px 0;
    top: 0;
    width: 44px;
}
.single-client-say .client-content h3:before {
    color: #e2e2e1;
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    right: 10%;
}
.what-client-say .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
}
.expert-trainer-area {
    background: url(img/trainer-bag.jpg) top center/cover no-repeat fixed;
    overflow: hidden;
    padding: 100px 0 106px;
}
.expert-trainer-area .nav-control-top .owl-controls {
    top: -19%;
}
.expert-trainer-area .section-title h2:after {
    background: #d1d1d1;
    position: absolute;
    content: "";
    height: 1px;
    right: 9%;
    top: 15px;
    width: 65%;
}
.single-related-classes,
.single-trainer-item {
    margin: 0 0 40px;
    position: relative;
}
.single-trainer-item .trainer-item {
    background: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.best-seller .review ul li,
.online-product .product-info ul li,
.our-trainer-item .trainer-image .social-overly li,
.overview-content .review ul li,
.product-content .review ul li,
.single-product .product-info ul li,
.single-trainer-item .trainer-item .social-overly li,
.trainer-detail-image .trainer-info li {
    display: inline-block;
}
.single-trainer-item .trainer-item .social-overly li a {
    border: 2px solid #F89C37;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    background-color: #21212140;
}
.single-trainer-item .trainer-item .social-overly {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 45%;
    transition: 0.5s;
}
.our-trainer-item:hover,
.single-trainer-item .trainer-item:hover {
    background: #00000080;
    transition: 0.5s;
}
.single-trainer-item .trainer-item .trainer-img img {
    border-radius: 10px;
}
.single-trainer-item .trainer-overly {
    background: #F89C37;
    border-radius: 30px;
    color: #fff;
    display: block;
    left: 0;
    bottom: -40px;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 290px;
}
.comment-section .comment-content h4,
.single-trainer-item .trainer-overly h3 {
    margin-bottom: 5px;
}
.trainer-box {
    position: relative;
    overflow: hidden;
    float: left;
}
.trainer-box .trainer-box-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
}
.trainer-box .trainer-box-wrapper .trainer-img-holder {
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.trainer-box .trainer-box-wrapper .trainer-img-holder .trainer-title-holder {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 11;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1.5s ease-out;
    -moz-transition: 1.5s ease-out;
    -ms-transition: 1.5s ease-out;
    -o-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}
.trainer-box .trainer-box-wrapper .trainer-img-holder .trainer-title-holder h3 {
    background: #F89C37;
    font-size: 18px;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 3px;
}
.trainer-box .trainer-box-wrapper .trainer-img-holder .trainer-title-holder h4 {
    background: #212121;
    display: inline-block;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fb5b21cc;
    text-align: center;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 15px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content h4 {
    color: #fff;
    position: relative;
    font-size: 16px;
    margin-bottom: 45px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content h4:before {
    height: 4px;
    width: 50px;
    content: "";
    background: #fff;
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content .trainer-social {
    margin-top: 30px;
    text-align: center;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content .trainer-social li {
    display: inline-block;
    margin: 0 1px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content .trainer-social li a {
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    height: 42px;
    width: 42px;
    display: block;
    background: #fff;
    color: #212121;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.product-detail-area .review ul li .fa,
.single-clients .client-heading p,
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content .trainer-social li a i,
.trainer-box2 .trainer-img-holder .trainer-social li a i,
.upcoming-classes-box .rt-meta {
    font-size: 14px;
}
.trainer-box .trainer-box-wrapper .trainer-content-holder .trainer-inner-content .trainer-social li a:hover {
    color: #fff;
    background: 0 0;
}
.trainer-box:hover .trainer-content-holder {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.trainer-box:hover .trainer-img-holder .trainer-title-holder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.carousel-margin .trainer-box2 {
    margin: 0 15px;
}
.expert-trainer-area2 {
    padding: 100px 0 79px;
}
.expert-trainer-area3,
.fitness-summer-area,
.online-store-area {
    padding: 95px 0 100px;
}
.trainer-box2 .trainer-img-holder {
    position: relative;
    text-align: center;
}
.trainer-box2 .trainer-img-holder img {
    border-radius: 50%;
    margin: 0 auto;
    width: 100%;
}
.trainer-box2 .trainer-img-holder:before {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #fb5b21cc;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.trainer-box2 .trainer-img-holder .trainer-social,
.trainer-box2 .trainer-img-holder .trainer-social li a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    text-align: center;
}
.trainer-box2 .trainer-img-holder .trainer-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    transform: scale(0);
    transition: 0.5s ease-out;
}
.trainer-box2 .trainer-img-holder .trainer-social li {
    display: inline-block;
    margin: 0 2px;
}
.trainer-box2 .trainer-img-holder .trainer-social li a {
    border: 1px solid #fff;
    line-height: 38px;
    height: 42px;
    width: 42px;
    display: block;
    background: 0 0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: 0.5s ease-out;
}
.trainer-box2 .trainer-img-holder .trainer-social li a:hover {
    color: #212121;
    background: #fff;
}
.trainer-box2 .trainer-img-holder:hover:before {
    box-shadow: inset 0 0 0 110px #fb5b214d inset 0 0 0 16px #fb5b2180 0 1px 2px #fb5b211a;
    opacity: 1;
    visibility: visible;
}
.trainer-box2 .trainer-img-holder:hover .trainer-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.trainer-box2 .trainer-content-holder {
    margin-top: 20px;
    text-align: center;
}
.trainer-box2 .trainer-content-holder h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.trainer-box2 .trainer-content-holder h3 a {
    color: #212121;
    transition: 0.5s ease-out;
}
.online-store-area .owl-controls,
.single-product-area .owl-controls {
    top: -27%;
}
.latest-news-area .section-title h2:after,
.online-store-area .section-title h2:after {
    background: #e8e8e8;
    position: absolute;
    content: "";
    height: 1px;
    right: 9%;
    top: 15px;
    width: 70%;
}
.category-product-grid .online-product,
.single-product-store .single-product {
    background: #f5f5f5;
    border-right: 1px solid #fff;
    display: block;
    min-height: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.single-product-store .single-product img {
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.single-product .overlay {
    background-color: #fb5b21cc;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: scaleY(0);
}
.single-product .product-info {
    opacity: 0;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    transform-origin: center center 0;
    transition: 0.5s ease-out;
    z-index: 9;
}
.single-product .product-info ul li a {
    background: #fff;
    display: block;
    padding: 8px;
    height: 38px;
    width: 38px;
}
.category-product-grid .product-content h3,
.single-product-store .product-content h3 {
    margin-top: 30px;
    text-transform: capitalize;
}
.overview-content .review ul li .fa,
.product-content .review ul li a {
    color: #f7c51d;
}
.product-content .review ul li.uncolor a {
    color: #a7a7a7;
}
.product-content .regular-price {
    display: block;
    margin-top: 8px;
}
.counter-area p,
.product-content .regular-price .product-price {
    color: #F89C37;
    font-weight: 600;
}
.fitness-summer-area {
    background: url(img/fitness-summer-bag.jpg) top center/cover no-repeat fixed;
    transition: 0.5s ease-out;
}
.fitness-summer-area2 {
    background: url(img/yoga-banner.jpg) top center/cover no-repeat;
    transition: 0.5s ease-out;
}
.fitness-summer-area:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}
.fitness-summer {
    text-align: center;
    position: relative;
}
.fitness-summer .fitness-content {
    display: inline-block;
    text-align: left;
}
.fitness-summer .fitness-content h3 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.fitness-summer .fitness-content h3 span {
    font-weight: 700;
}
.fitness-summer .fitness-content p {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
.fitness-summer .fitness-content p span {
    font-weight: 600;
    color: #F89C37;
}
.fitness-summer .fitness-content .custom-button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.latest-news-area {
    background: #f5f5f5;
    padding: 100px 0 108px;
}
.latest-news-area .owl-controls {
    top: -26%;
}
.single-latest-news {
    margin: 15px 0 0;
    position: relative;
}
.single-latest-news .date {
    background: url(img/date-bag.png) no-repeat;
    position: absolute;
    left: 15px;
    top: -15px;
    color: #fff;
    line-height: 18px;
    padding: 9px 15px;
    text-align: center;
    font-weight: 600;
    z-index: 9;
}
.single-latest-news .news-content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.best-seller .review ul li:hover .fa,
.best-seller .seller-content .seller-title a:hover,
.single-classes-area .classes-title h3 a,
.single-latest-news .news-content h3 a:hover,
.single-related-classes .classes-title h3 a {
    color: #F89C37;
    transition: 0.5s;
}
.single-latest-news2 .single-news,
.single-news {
    box-shadow: none;
    position: relative;
    transition: 0.5s;
}
.single-latest-news2 .single-news .single-image img,
.single-news .single-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
}
.single-news .single-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-box .gallery-content,
.single-latest-news2 .single-news .single-image a i {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.single-latest-news2 {
    position: relative;
    transition: 0.5s ease-out;
}
.single-latest-news2 .date {
    background: #F89C37;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    line-height: 18px;
    padding: 9px 15px;
    text-align: center;
    font-weight: 600;
    z-index: 3;
}
.single-latest-news2 .news-content {
    background: #fff;
    padding: 25px 35px 10px;
}
.single-latest-news2 .news-content h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
@media (min-width: 480px) and (max-width: 991px) {
    .single-latest-news2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 30px;
    }
    .single-latest-news2 .news-content,
    .single-latest-news2 .single-news {
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}
.single-class-detail .detail-img,
.single-latest-news2 .single-news .single-image,
.single-news-detail .detail-img {
    position: relative;
    overflow: hidden;
}
.single-latest-news2 .single-news .single-image:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: #212121cc;
}
.single-latest-news2 .single-news .single-image a i {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 2;
    border: 1px solid #F89C37;
    color: #fff;
    text-align: center;
    top: 39%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.price-table-box .custom-button:hover,
.schedule-page .class-schedule-wrap .nav-tabs li a:hover,
.schedule-page .class-schedule-wrap .nav-tabs li.active a,
.schedule-page .class-schedule-wrap .nav-tabs li.active a:hover,
.single-latest-news2 .single-news .single-image a:hover i,
.trainer-detail-image .trainer-info li a:hover {
    background: #F89C37;
    color: #fff;
}
.single-latest-news2 .single-news .single-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.single-latest-news2 .single-news .single-image:hover a i {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.single-latest-news2:hover {
    -webkit-box-shadow: 0 8px 20px 0 #32323233;
    -moz-box-shadow: 0 8px 20px 0 #32323233;
    box-shadow: 0 8px 20px 0 #32323233;
}
.logo-showcase-area {
    padding: 70px 0;
}
.logo-showcase-area .single-logo-area .single-logo {
    margin: 5px;
    transition: 0.5s ease-out;
}
.logo-showcase-area .single-logo-area:hover .single-logo {
    -webkit-box-shadow: 0 2px 5px 0 #0000001a;
    -moz-box-shadow: 0 2px 5px 0 #0000001a;
    box-shadow: 0 2px 5px 0 #0000001a;
}
.logo-showcase-area .owl-arrow .owl-controls {
    position: inherit;
    top: -55px;
    right: inherit;
}
.logo-showcase-area .logo-showcase {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
.logo-showcase-area .logo-showcase .single-logo-area {
    margin: 0 2px;
}
.logo-showcase-area .owl-arrow .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -46px;
}
.logo-showcase-area .owl-arrow .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -46px;
}
.footer-area {
    background: #121212;
    color: #b3b3b3;
    font-size: 14px;
    padding: 50px 0 20px;
}
.footer-area h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.social-icons {
    margin-top: 35px;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 8px;
}
.social-icons ul li a {
    font-size: 21px !important;
    display: block;
    background: 0 0;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
.twitter-list ul li .fa {
    color: #2aacff;
    padding-right: 5px;
}
.twitter-list ul li a {
    display: block;
    margin-top: -8px;
}
.flickr-photos .flickr-list {
    padding-top: 5px;
}
.flickr-photos .flickr-list ul li {
    display: inline-block;
    margin: 2px 1px;
}
.flickr-photos .flickr-list ul li img {
    width: 82px;
}
.corporate-address ul li {
    padding-bottom: 12px;
}
.categories ul li,
.single-class-detail .choose-body ul.choose-list li {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.comment-section .comment-content .reply .fa,
.corporate-address ul li .fa,
.single-class-detail .class-heading ul li .fa {
    color: #F89C37;
    padding-right: 8px;
}
.copy-right-area {
    background: #333;
    padding: 15px 0;
}
.copy-right-area .copy-right {
    color: #999;
    font-size: 14px;
}
.copy-right-area .copy-right p {
    margin: 0;
}
.visa-card ul li {
    display: inline-block;
    list-style: none;
}
.scrollToTop {
    display: block;
    bottom: 6px;
    border: 1px solid #F89C37;
    right: 12px;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    position: fixed;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-animation: 3s infinite flash;
    -moz-animation: 3s infinite flash;
    -ms-animation: flash 3000ms infinite;
    -o-animation: 3s infinite flash;
    animation: 3s infinite flash;
    width: 38px;
    z-index: 9999;
}
.scrollToTop:after {
    color: #F89C37;
    content: "\f102";
    font-family: FontAwesome;
    font-size: 25px;
}
.contact-form legend,
.custom-button2,
.price-table-box .custom-button {
     font-family:Interstate-Regular Regular
}
.scrollToTop:hover {
    -webkit-animation: infinite flash;
    -moz-animation: infinite flash;
    -ms-animation: flash 0s infinite;
    -o-animation: infinite flash;
    animation: infinite flash;
}
.inner-banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
}
.inner-banner-area .innter-title h2 {
     font-family:Interstate-Regular Regular
    font-size: 53px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 75px;
    padding-top: 120px;
    text-align: center;
}
.breadcrum-area .breadcrumb {
    position: relative;
    top: 22px;
    background: #F89C37;
    display: inline-block;
    border-radius: 30px;
    border: none;
    margin-bottom: 0;
    padding: 12px 30px;
}
.breadcrum-area .breadcrumb li a:hover {
    color: #333;
}
.about-content-area .title-section h2 {
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 16px;
    font-weight: 700;
}
.about-content-area .title-section h2::after {
    content: "";
    background: #F89C37;
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.about-content-area .title-section h2 .color {
    color: #7b7b7b;
    font-weight: 400;
}
.content-list span {
    color: #111;
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}
.content-list span .fa {
    background: #F89C37;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    padding: 5px;
}
.about-img img {
    transition: 0.5s;
}
.about-img img:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.choose-us-area {
    background: url(img/choose-bag.jpg) 0 0 / cover no-repeat;
    margin-top: 100px;
    color: #fff;
}
.choose-us-area .title-section h2 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
}
ul.counter-list li {
    display: inline-block;
    background: url(img/counter-circle.png) 0 0/100% no-repeat;
    text-align: center;
    margin-right: 30px;
    height: 200px;
    width: 200px;
    position: relative;
}
ul.counter-list li .single-counter {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
ul.counter-list li .counter {
    font-size: 36px;
}
.our-classes-area {
    padding-bottom: 65px;
}
.single-classes-area {
    position: relative;
    margin-bottom: 70px;
}
.isotop-classes-tab {
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}
.isotop-classes-tab a {
    background: #f5f5f5;
    border-radius: 30px;
    border: none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
    transition: 0.5s;
}
.archives-list tr,
.categories ul li,
.single-best-seller {
    border-bottom: 1px solid #e7e7e7;
}
.comment-form .form-group .btn-default:focus,
.isotop-classes-tab a.current,
.isotop-classes-tab a:hover {
    background: #F89C37;
    color: #fff;
    transition: 0.5s;
}
.single-classes-area .classes-img .classes-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b3;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}
.single-classes-area .classes-img .classes-overlay a {
    position: absolute;
    top: 45%;
}
.our-trainer-item:hover .trainer-image .social-overly,
.single-class-detail .detail-img:hover::after,
.single-classes-area:hover .classes-img .classes-overlay,
.single-news-detail .detail-img:hover::after,
.single-related-classes:hover .classes-img .classes-overlay {
    opacity: 1;
    transition: 0.5s;
}
.single-classes-area .classes-img .classes-overlay .fa,
.single-related-classes .classes-img .classes-overlay .fa {
    font-size: 20px;
}
.single-classes-area .classes-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    text-align: center;
    margin: auto;
    background: #fff;
    box-shadow: 0 1px 0 #eee;
    border-radius: 30px;
    padding: 15px 0;
    width: 270px;
    transition: 0.5s;
}
.choose-body .custom-button,
.join-us .join-content .custom-button {
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
     font-family:Interstate-Regular Regular
}
.single-classes-area:hover .classes-title,
.single-related-classes:hover .classes-title {
    background: #F89C37;
    transition: 0.5s;
}
.single-classes-area:hover .classes-title .date,
.single-classes-area:hover .classes-title h3 a,
.single-related-classes:hover .classes-title .date,
.single-related-classes:hover .classes-title h3 a {
    color: #fff;
    transition: 0.5s;
}
.single-classes-area .classes-title .date,
.single-related-classes .classes-title .date {
    margin-bottom: 0;
    transition: 0.5s;
}
.single-class-detail .class-heading {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 30px 0 20px;
}
.comment-section h3,
.leave-comment h3,
.news-tag h3,
.single-class-detail .class-heading h3,
.single-news-detail .class-heading h3 {
    font-size: 24px;
    text-transform: capitalize;
}
.single-class-detail .class-heading ul li {
    display: inline-block;
    margin-right: 20px;
}
.single-class-detail .choose-body h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.comment-section,
.single-class-detail .choose-body ul.choose-list {
    margin-top: 30px;
}
.single-class-detail .choose-body ul.choose-list li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 18px;
    color: #F89C37;
    padding-right: 10px;
}
.choose-body .custom-button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    color: #F89C37;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 35px;
    position: relative;
}
.choose-body .custom-button::after,
.join-us .join-content .custom-button::after {
    background: #F89C37;
    border-radius: 30px;
    content: attr(data-title);
    height: 100%;
    left: -100%;
    opacity: 1;
    padding: 15px 35px;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
}
.choose-body .custom-button:hover::after,
.comment-form .form-group .btn-default:hover::after {
    left: 0;
    color: #fff;
}
.single-class-detail .detail-img::after,
.single-news-detail .detail-img::after {
    background: #00000080;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.5s;
}
.schedule-page {
    background: 0 0;
    background-attachment: inherit;
}
.schedule-page .class-schedule-wrap {
    background: 0 0;
    padding: 0;
}
.schedule-page .class-schedule-wrap .nav-tabs li {
    display: inline-block;
    float: none;
}
.schedule-page .class-schedule-wrap .nav-tabs li a {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.right-sidebar .single-sidebar,
.single-news-page .news-content,
.what-i-do-top .what-i-do-content p {
    margin-bottom: 50px;
}
.right-sidebar .single-sidebar h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}
.right-sidebar .single-sidebar h3::after {
    background: #F89C37;
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
}
.single-sidebar .sidebar-search input {
    background: #f5f5f5;
    border: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    width: 100%;
}
.single-sidebar .sidebar-search button {
    background: #F89C37;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.single-clients .fa {
    color: #e2e2e1;
    font-size: 20px;
}
.single-clients .client-heading h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.happy-clients .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.single-sidebar .join-us .join-content {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.join-us .join-content .percent {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.join-us .join-content .custom-button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 35px;
    position: relative;
}
.join-us .custom-button:hover::after {
    left: 0;
}
.archives-list tr td {
    padding: 8px 0;
}
.archives-list tr td span {
    color: #F89C37;
    padding-left: 5px;
}
.archives-list tr:first-child td {
    padding-top: 0;
}
.single-best-seller {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single-best-seller.last-item {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.best-seller .seller-left {
    background: #f5f5f5;
    padding: 10px;
    min-height: 70px;
    position: relative;
    width: 80px;
}
.best-seller .seller-left img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: 0.5s;
    width: 60px;
}
.best-seller .seller-left img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.best-seller .seller-content {
    margin-left: 10px;
}
.best-seller .seller-content .seller-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
}
.best-seller .seller-content .seller-title a {
    color: #666;
    transition: 0.5s;
}
.best-seller .review ul li .fa {
    font-size: 14px;
    color: #f7c51d;
}
.best-seller .product-price ul li {
    display: inline-block;
    font-weight: 600;
}
.best-seller .product-price ul li.discount {
    color: #111;
    text-decoration: line-through;
}
.related-classes-area .owl-controls {
    top: -35%;
}
.related-classes-area .section-title h2::after {
    background: #e1e1e1;
    content: "";
    height: 1px;
    position: absolute;
    right: 13%;
    top: 15px;
    width: 52%;
}
.single-related-classes .classes-img .classes-overlay {
    background: #000000b3;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.5s;
}
.single-related-classes .classes-title {
    background: #fff;
    border-radius: 30px;
    bottom: -35px;
    box-shadow: 0 1px 0 #eee;
    left: 0;
    margin: auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: 0.5s;
    width: 230px;
}
.comment-section h3,
.counter1-box,
.leave-comment h3,
.news-layout-2,
.single-news-detail .class-heading {
    margin-bottom: 30px;
}
.single-related-classes .classes-title h3 {
    margin-bottom: 2px;
}
.single-related-classes .classes-img .classes-overlay a {
    position: absolute;
    top: 40%;
}
.single-news-page .single-news .date {
    background: url(img/date-bag.png) no-repeat;
    color: #fff;
    font-weight: 600;
    left: 25px;
    line-height: 18px;
    padding: 9px 15px;
    position: absolute;
    text-align: center;
    top: -15px;
    z-index: 9;
}
.single-news-page .news-content h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: capitalize;
}
.single-news-page .single-news {
    overflow: hidden;
    position: inherit;
}
.single-news-page img {
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}
.single-news-page img:hover,
.single-product-list .product-list-image img:hover {
    transform: scale(1.2);
}
.single-news-page .news-content a.read-more {
    display: inline-block;
    border: 1px solid #F89C37;
    border-radius: 30px;
    padding: 8px 20px;
    position: relative;
}
.single-news-page .news-content a.read-more:hover {
    background: #F89C37;
    border-radius: 30px;
    color: #fff;
}
.pagination li a {
    border: none;
    border-radius: 0;
    background: #bfbfbf;
    color: #fff;
    margin-right: 3px;
    padding: 8px 16px;
}
.pagination li:last-child a {
    border-radius: 0;
}
.pagination li a:hover {
    border: none;
    background: #F89C37;
    border-radius: 0;
    color: #fff;
    transition: 0.5s;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #F89C37;
    border-color: #F89C37;
    border-radius: 0 !important;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.leave-comment,
.news-tag {
    border-top: 1px solid #e7e7e7;
}
.single-news-detail {
    padding-bottom: 75px;
}
.news-tag,
.single-news-detail .class-heading {
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0;
}
.single-news-detail .class-heading ul li {
    display: inline-block;
    margin-right: 30px;
}
.single-news-detail .class-heading ul li .fa {
    color: #F89C37;
    padding-right: 10px;
}
.news-tag,
.product-pagination {
    margin-top: 50px;
}
.comment-section .comment-image {
    width: 15%;
}
.comment-section .comment-content .date-time {
    color: #979797;
    margin-bottom: 15px;
}
.leave-comment {
    margin-top: 40px;
    padding-top: 40px;
}
.comment-form .form-group {
    margin-bottom: 25px;
}
.comment-form .form-group input {
    background: #f5f5f5;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.comment-form .form-group textarea {
    background: #f5f5f5;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    height: 200px;
}
.comment-form .form-group .btn-default {
    border: 2px solid #F89C37;
    border-radius: 30px;
    color: #F89C37;
    font-weight: 600;
    padding: 15px 35px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: 0.5s;
}
.comment-form .form-group .btn-default::after {
    background: #F89C37;
    border-radius: 30px;
    content: attr(data-title);
    height: 100%;
    left: -100%;
    opacity: 1;
    padding: 15px 35px;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.5s;
}
.form-control:-moz-placeholder {
    color: #666;
}
.form-control::-moz-placeholder {
    color: #666;
}
.form-control:-ms-input-placeholder {
    color: #666;
}
.our-trainer-area {
    padding-bottom: 50px;
}
.our-trainer-item {
    background: #f5f5f5;
    margin-bottom: 70px;
    text-align: center;
    transition: 0.5s;
}
.our-trainer-item .trainer-image {
    padding: 35px;
    position: relative;
}
.our-trainer-item .trainer-image .social-overly {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}
.our-trainer-item .trainer-image .social-overly li a {
    border: 2px solid #F89C37;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.our-trainer-item .trainer-image .trainer-overly {
    background: #F89C37;
    border-radius: 30px;
    bottom: -40px;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 250px;
}
.our-trainer-item .trainer-image .trainer-overly h3 {
    margin-bottom: 3px;
}
.trainer-detail-image .detail-image {
    background: #f5f5f5;
    text-align: center;
    padding-top: 35px;
}
.trainer-detail-image .trainer-info,
.trainer-detail-image .trainer-info ul {
    margin-top: 38px;
}
.trainer-detail-image .trainer-info p {
    margin-bottom: 8px;
}
.trainer-detail-image .trainer-info span {
    color: #111;
    font-size: 18px;
    padding-right: 8px;
}
.trainer-detail-image .trainer-info li a {
    border: 2px solid #F89C37;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    color: #838383;
}
.trainer-detail-content .detail-heading .title {
    display: block;
    color: #F89C37;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.trainer-detail-content .detail-heading h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.skill-content-3 h3 {
    color: #F89C37;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.skill .progress .lead {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -30px;
    z-index: 99;
}
.skill .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin: 30px 0 50px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar > span {
    background: #333;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    padding: 0 5px;
}
.skill .progress-bar > span:after,
.skill .progress-bar > span:before {
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
.holax-shop h3,
.we-are-good-at h3 {
    font-size: 18px;
    margin-bottom: 25px;
}
.contact-form legend {
    color: #111;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 48px;
    text-transform: uppercase;
}
.contact-form .form-group {
    margin: 0 0 15px;
}
.contact-form label.control-label {
    border: 1px solid #e7e7e7;
    border-right: none;
    text-align: center;
    line-height: 44px;
    height: 48px;
    padding-top: 0;
    width: 48px;
}
.contact-form label.arealebel {
    min-height: 71px;
    line-height: 68px;
}
.contact-form input.form-control {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
}
.contact-form textarea.form-control {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    min-height: 71px;
}
.contact-form button {
    background: #F89C37;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: 0.5s;
}
.contact-form button:focus,
.contact-form button:hover,
.error-page .error-info .error-button:hover {
    background: #111;
    color: #fff;
    transition: 0.5s;
}
.contact-form .send-button {
    margin-top: 40px;
    margin-bottom: 0;
}
.error-page .error-content {
    background: url(img/error-bag.jpg) no-repeat;
    padding: 60px 0 100px;
}
.error-page .error-content h1 {
    color: #f5f5f5;
    font-size: 300px;
    font-weight: 700;
}
.error-page .error-content p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 38px;
}
.error-page .error-info p {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}
.error-page .error-info .error-button {
    background: #F89C37;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 20px;
    padding: 14px 25px;
    text-transform: uppercase;
}
.online-header {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 20px;
}
.online-header .view-mode {
    margin-right: 5px;
    padding: 5px 0;
}
.online-header .view-mode ul li {
    display: inline-block;
    margin-right: 5px;
}
.online-header .view-mode ul li .fa,
.page-content .page-header ul li a,
.product-detail-area .review ul li.inactive a {
    color: #666;
}
.online-header .limit-show label {
    padding-right: 8px;
    font-weight: 400;
}
.online-header .limit-show select,
.online-header .shor-list select {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    padding: 6px 18px;
}
.category-product-grid .item {
    padding-left: 0;
    padding-right: 2px;
    padding-top: 30px;
}
.category-product-grid .online-product img {
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.online-product .overlay {
    background-color: #fb5b21cc;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    transform: scaleY(0);
    width: 100%;
}
.online-product .product-info {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 90px;
    transform-origin: center center 0;
    transition: 0.5s ease-out;
    z-index: 9;
}
.online-product .product-info ul li a {
    background: #fff;
    display: block;
    height: 38px;
    padding: 8px;
    width: 38px;
}
.single-product-list {
    margin-top: 30px;
    overflow: hidden;
}
.single-product-list .product-list-image .list-image {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    min-height: 252px;
    overflow: hidden;
    position: relative;
    padding: 50px;
}
.single-product-list .product-list-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    transform: scale(1);
    transition: 0.5s;
}
.product-detail-area,
.single-product-list .product-list-content .product-content {
    margin-left: 20px;
}
.product-list-content .product-content .regular-price {
    margin-top: 10px;
}
.product-short-description {
    margin-top: 20px;
}
.product-list-content .product-list-action ul li {
    display: inline-block;
    background: #F89C37;
    padding: 8px 16px;
    transition: 0.5s ease-out;
}
.product-list-content .product-list-action ul li:hover {
    background: #111;
    transition: 0.5s ease-out;
}
.single-product-area {
    padding: 100px 0 0;
}
.product-picture {
    background: #f5f5f5;
    padding: 42px 30px;
    overflow: hidden;
}
.product-picture img {
    display: block;
    text-align: center;
    height: 200px;
    max-width: 100%;
    margin: auto;
    width: 200px;
}
.product-picture .zoomImg {
    width: 500px !important;
    height: 500px !important;
}
.single-product-tab {
    border: none;
    box-shadow: none;
    margin-top: 30px;
}
.single-product-tab ul li {
    position: relative;
    min-height: 105px;
    width: 33.333%;
}
.single-product-tab ul li.active a,
.single-product-tab ul li.active a:focus,
.single-product-tab ul li.active a:hover {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    opacity: 0.5;
}
.single-product-tab ul.tab-image li a {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    bottom: 0;
    display: block;
    left: 0;
    margin-right: 5px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.single-product-tab ul.tab-image li a img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    width: 100%;
}
.single-product-tab ul.tab-image li a:hover {
    opacity: 0.5;
}
.product-detail-area h2 {
    color: #222;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.product-detail-area .review ul {
    display: inline-block;
    margin-right: 15px;
}
.product-detail-area .review p {
    display: inline-block;
    margin-bottom: 0;
}
.product-detail-area .regular-price {
    margin-top: 15px;
}
.product-detail-area .regular-price .product-price {
    color: #F89C37;
    font-size: 24px;
    font-weight: 600;
}
.product-detail-area .sku {
    color: #222;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.detail-short-des {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 15px;
    padding: 15px 0;
}
.product-detail-area .product-cart-counter {
    margin-top: 20px;
    margin-bottom: 15px;
}
.product-detail-area .product-cart-counter ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.product-detail-area .product-cart-counter .detail-cart a {
    background: #F89C37;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 25px;
}
.product-detail-area .product-category p span,
.product-detail-area .product-tag p span {
    font-weight: 600;
    color: #222;
}
.product-cart-counter .input-group input {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    height: 46px;
    width: 50px;
}
.product-cart-counter .input-group-btn-vertical {
    float: left;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.product-cart-counter .input-group-btn-vertical > .btn {
    border-radius: 0;
    display: block;
    float: none;
    height: 23px;
    margin-left: -1px;
    max-width: 100%;
    padding: 0 7px;
    position: relative;
    width: 100%;
    line-height: 14px;
    outline: 0;
}
.product-cart-counter .input-group-btn-vertical > .btn:hover {
    background: 0 0;
    border: 1px solid #e7e7e7;
}
.product-overview-area {
    margin-top: 80px;
    padding: 0;
}
.overview-content {
    border: 1px solid #e7e7e7;
}
.overview-content .tab-content {
    padding: 30px;
}
.overview-content ul.product-view-tab li {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 12px 30px;
}
.overview-content ul.product-view-tab li.active {
    background: #fff;
    border: 1px solid #fff;
    border-top: none;
}
.overview-content ul.product-view-tab li a {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
.related-product-area .section-title h2::after {
    right: 12%;
    width: 49%;
}
.page-content .page-header {
    margin-top: 0;
    border: none;
}
.page-content .page-header ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 12px;
}
.page-content .page-header ul li .fa {
    padding-right: 6px;
    color: #F89C37;
}
.price-table-area {
    padding: 100px 0 78px;
    text-align: center;
    background: #222;
}
.price-table-area .section-title {
    margin-bottom: 60px;
    text-align: left;
}
.price-table-box {
    margin-bottom: 30px;
    background: #fff;
    padding: 70px 0;
}
.price-table-box > span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    letter-spacing: 4px;
    margin-bottom: 25px;
    display: block;
}
.price-table-box h3 {
    font-size: 48px;
    color: #F89C37;
    margin-bottom: 35px;
}
.price-table-box h3 span {
    text-transform: capitalize;
    font-size: 18px;
    color: #a4a4a4;
}
.price-table-box ul {
    margin-bottom: 20px;
}
.price-table-box ul li {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
.price-table-box .custom-button {
    border: 2px solid #F89C37;
    border-radius: 65px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
}
.gallery-area {
    padding: 100px 0 101px;
}
.gallery-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}
.gallery-wrapper > div {
    padding: 0 3px;
}
.gallery-box {
    margin-bottom: 6px;
    position: relative;
}
.gallery-box:before {
    opacity: 0;
    content: "";
    background-color: #111111b3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    transition: 0.5s ease-out;
}
.gallery-box .gallery-content {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s ease-out;
}
.gallery-box .gallery-content a {
    background-color: #fff;
    height: 55px;
    width: 55px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
}
.gallery-box .gallery-content a:hover {
    background-color: #F89C37;
}
.gallery-box .gallery-content a i {
    color: #F89C37;
    font-size: 18px;
    transition: 0.5s ease-out;
}
.gallery-box:hover .gallery-content,
.gallery-box:hover:before {
    opacity: 1;
    transition: 0.5s ease-out;
}
.isotop-btn {
    text-align: center;
    margin-bottom: 45px;
}
.isotop-btn a {
    background: 0 0;
    padding: 8px 30px;
    font-size: 15px;
    color: #333;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #F89C37;
    transition: 0.5s ease-out;
}
.isotop-btn a:hover {
    border: 1px solid #F89C37;
    background: #F89C37;
    color: #fff;
    transition: 0.5s ease-out;
}
.isotop-btn .current {
    border: 1px solid #F89C37;
    background: #002147;
    color: #fff;
}
.mfp-bottom-bar {
    background: #F89C37;
    padding: 8px 10px;
}
.mfp-title {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}
.mfp-counter {
    top: 10px;
    right: 10px;
    font-size: 14px;
}
.counter-area {
    padding: 100px 0 75px;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.counter-area:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #0009;
}
.counter-area h2 {
    color: #fff;
    font-size: 60px;
}
.service1-wrapper .service1-box {
    text-align: center;
    padding: 55px 30px 40px;
    transition: 0.5s ease-out;
}
.service1-wrapper .service1-box a span:before {
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 56px;
    display: block;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.service1-wrapper .service1-box h3 {
    font-weight: 500;
    text-transform: uppercase;
}
.service1-wrapper .service1-box h3 a,
.trainer-box3 .trainer-img-holder:hover .trainer-title-holder h3 a {
    color: #F89C37;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.service1-wrapper .service1-box p {
    color: #000;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.service1-wrapper > div:nth-child(odd) .service1-box {
    background: #f8f8f8;
}
.service1-wrapper > div:nth-child(2n) .service1-box:hover h3 a,
.service1-wrapper > div:nth-child(2n) .service1-box:hover p,
.service1-wrapper > div:nth-child(odd) .service1-box:hover h3 a,
.service1-wrapper > div:nth-child(odd) .service1-box:hover p {
    color: #000;
}
.service1-wrapper > div:nth-child(2n) .service1-box {
    background: #ededed;
}
.why-choose-area {
    padding: 97px 0 106px;
}
.why-choose-area .why-choose-img-holder {
    margin-top: 100px;
}
.why-choose-content h2 {
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.why-choose-content h2:before {
    background: #F89C37;
    bottom: -24px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}
.why-choose-content p {
    margin-bottom: 42px;
}
.why-choose-content .panel-default {
    border: none;
    box-shadow: none;
    border-radius: 27px;
}
.why-choose-content .panel-default .panel-heading {
    border: 1px solid #dcdcdc;
    padding: 0;
    background: #fff;
    border-radius: 45px;
    color: #fff;
    transition: 0.5s;
}
.why-choose-content .panel-default .panel-heading .panel-title a {
    border-radius: 45px;
    padding: 18px 15px 17px;
    color: #222;
    display: block;
    font-weight: 500;
}
.why-choose-content .panel-default .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: #F89C37;
    font-size: 16px;
}
.why-choose-content .panel-default .panel-heading .accordion-toggle.collapsed:after {
    content: "\f067";
    font-family: FontAwesome;
}
.why-choose-content .panel-default .panel-body {
    padding: 25px;
    border-top: 0 !important;
}
.why-choose-content .panel-default .active {
    border: 1px solid #F89C37;
    background: #F89C37;
}
.panel-group .panel + .panel {
    margin-top: 8px;
}
.why-choose2-area {
    padding: 97px 0 0;
    position: relative;
}
.why-choose2-area .side-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    text-transform: uppercase;
    color: #797979;
    font-size: 60px;
    opacity: 0.2;
    letter-spacing: 4px;
    z-index: -1;
}
.why-choose2-wrapper .why-choose-content {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-bottom: 86px;
}
.why-choose2-wrapper .why-choose-img {
    text-align: center;
    position: relative;
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.why-choose2-wrapper .why-choose-img img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style3 .header-top-area .logo-area,
    .header-style3.stick .header-top-area .header-top-right,
    .header-style4.stick .header-top-area .header-top-right,
    .main-header .logo-area {
        padding: 24px 0;
    }
    .main-menu ul li a {
        padding: 30px 12px;
    }
    .header-style1.stick .header-top-area .main-menu ul li a {
        padding: 23px 12px;
    }
    .header-layout5.header-style1.stick .header-top-area .main-menu ul li ul li a,
    .header-style1.stick .header-top-area .main-menu ul li ul li a,
    .header-style2.stick .header-top-area .main-menu ul li ul li a,
    .header-style3.stick .header-top-area .main-menu ul li ul li a,
    .header-style4.stick .header-top-area .main-menu ul li ul li a {
        padding: 8px 0 10px 15px;
    }
    .header-layout5.header-style1.stick .header-top-area .logo-area,
    .header-style1.stick .header-top-area .logo-area,
    .header-style2.stick .header-top-area .logo-area {
        padding: 16px 0;
    }
    .header-layout5.header-style1.stick .header-top-area .main-menu ul li a,
    .header-style2.stick .header-top-area .main-menu ul li a,
    .header-style3.stick .header-top-area .main-menu ul li a,
    .header-style4.stick .header-top-area .main-menu ul li a {
        padding: 24px 12px;
    }
    .header-style3.stick .header-top-area .header-top-right ul li ul,
    .header-style4.stick .header-top-area .header-top-right ul li ul {
        top: 72px;
    }
    .header-style3.stick .header-top-area .logo-area {
        padding: 18px 0;
    }
    .header-style4 .header-top-area .logo-area {
        padding: 21px 0 22px;
    }
    .header-style4.stick .header-top-area .logo-area {
        padding: 15px 0 16px;
    }
    .feature-classes-area,
    .feature-classes-area2 {
        padding: 90px 0 119px;
    }
    .feature-classes-area3,
    .latest-news-area,
    .what-i-do-area {
        padding: 90px 0 98px;
    }
    .being-body-builder2 {
        padding: 128px 0 0;
    }
    .being-body-builder3 {
        padding: 128px 0;
    }
    .being-body-builder3 h2 {
        font-size: 28px;
    }
    .being-body-builder3 .being-body-builder3-img {
        margin-top: 60px;
    }
    .class-schedule {
        padding: 90px 0 0;
    }
    .what-client-area {
        padding: 96px 0 119px;
    }
    .expert-trainer-area {
        padding: 90px 0 86px;
    }
    .expert-trainer-area2 {
        padding: 90px 0 69px;
    }
    .fitness-summer-area,
    .online-store-area {
        padding: 85px 0 90px;
    }
    .logo-showcase-area {
        padding: 60px 0;
    }
    .footer-area {
        padding: 90px 0 65px;
    }
    .price-table-area {
        padding: 90px 0 68px;
    }
    .why-choose-area {
        padding: 87px 0 96px;
    }
    .why-choose2-area {
        padding: 87px 0 0;
    }
    .why-choose2-wrapper .why-choose-content {
        margin-bottom: 76px;
    }
}
.what-i-do-top .what-i-do-content h2 {
    font-size: 30px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav-control-top .owl-controls {
        top: -27%;
    }
    .main-header .logo-area {
        padding: 29px 0;
    }
    .main-menu ul li a {
        padding: 30px 6px;
    }
    .header-style1.stick .header-top-area .main-menu ul li a {
        padding: 22px 6px;
    }
    .header-layout5.header-style1.stick .header-top-area .main-menu ul li ul li a,
    .header-style1.stick .header-top-area .main-menu ul li ul li a,
    .header-style2.stick .header-top-area .main-menu ul li ul li a,
    .header-style3.stick .header-top-area .main-menu ul li ul li a,
    .header-style4.stick .header-top-area .main-menu ul li ul li a {
        padding: 8px 0 10px 15px;
    }
    .header-style1.stick .header-top-area .logo-area {
        padding: 21px 0 20px;
    }
    .header-layout5.header-style1 .header-top-area .logo-area,
    .header-style2 .header-top-area .logo-area,
    .header-style4 .header-top-area .logo-area {
        padding: 27px 0;
    }
    .header-layout5.header-style1.stick .header-top-area .main-menu ul li a,
    .header-style2.stick .header-top-area .main-menu ul li a,
    .header-style3.stick .header-top-area .main-menu ul li a,
    .header-style4.stick .header-top-area .main-menu ul li a {
        padding: 24px 6px;
    }
    .header-layout5.header-style1.stick .header-top-area .logo-area,
    .header-style2.stick .header-top-area .logo-area,
    .header-style4.stick .header-top-area .logo-area {
        padding: 21px 0;
    }
    .header-style3 .header-top-area .logo-area {
        padding: 28px 0 29px;
    }
    .header-style3.stick .header-top-area .logo-area {
        padding: 22px 0 23px;
    }
    .feature-classes-area,
    .feature-classes-area2 {
        padding: 80px 0 109px;
    }
    .feature-classes-area3,
    .latest-news-area,
    .what-i-do-area {
        padding: 80px 0 88px;
    }
    .being-body-builder2 {
        padding: 108px 0 0;
    }
    .being-body-builder2-wrapper .being-content {
        padding-bottom: 100px;
    }
    .being-body-builder2-wrapper .being-right-img img {
        position: absolute;
        bottom: 0;
    }
    .being-body-builder3 {
        padding: 108px 0;
    }
    .being-body-builder3 h2,
    .what-i-do-top .what-i-do-content h2 {
        font-size: 28px;
    }
    .class-schedule {
        padding: 80px 0 0;
    }
    .what-client-area {
        padding: 86px 0 109px;
    }
    .expert-trainer-area {
        padding: 80px 0 76px;
    }
    .expert-trainer-area .nav-control-top .owl-controls {
        top: -17%;
    }
    .expert-trainer-area2 {
        padding: 80px 0 59px;
    }
    .fitness-summer-area,
    .online-store-area {
        padding: 75px 0 80px;
    }
    .latest-news-area .owl-controls {
        top: -23%;
    }
    .logo-showcase-area {
        padding: 50px 0;
    }
    .footer-area {
        padding: 80px 0 55px;
    }
    .price-table-area {
        padding: 80px 0 58px;
    }
    .service1-wrapper > div:nth-child(3n) .service1-box {
        background: #ededed;
    }
    .service1-wrapper > div:nth-child(3n) .service1-box:hover,
    .service1-wrapper > div:nth-child(4n) .service1-box:hover {
        background: #F89C37;
    }
    .service1-wrapper > div:nth-child(3n) .service1-box:hover a span,
    .service1-wrapper > div:nth-child(3n) .service1-box:hover h3 a,
    .service1-wrapper > div:nth-child(3n) .service1-box:hover p,
    .service1-wrapper > div:nth-child(4n) .service1-box:hover a span,
    .service1-wrapper > div:nth-child(4n) .service1-box:hover h3 a,
    .service1-wrapper > div:nth-child(4n) .service1-box:hover p {
        color: #fff;
    }
    .service1-wrapper > div:nth-child(3n) .service1-box:hover .title-bar:before,
    .service1-wrapper > div:nth-child(4n) .service1-box:hover .title-bar:before {
        background: #fff;
    }
    .service1-wrapper > div:nth-child(4n) .service1-box {
        background: #f8f8f8;
    }
    .why-choose-area {
        padding: 77px 0 86px;
    }
    .why-choose2-area {
        padding: 77px 0 0;
    }
    .why-choose2-wrapper .why-choose-content {
        margin-bottom: 66px;
    }
    .what-i-do-bottom .featured-box {
        height: 198px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .feature-classes-area,
    .feature-classes-area2 {
        padding: 70px 0 99px;
    }
    .feature-classes-area3,
    .latest-news-area,
    .what-i-do-area {
        padding: 70px 0 78px;
    }
    .being-body-builder2 {
        padding: 88px 0 0;
    }
    .being-body-builder3 {
        padding: 88px 0;
    }
    .being-body-builder3 h2 {
        font-size: 26px;
    }
    .class-schedule {
        padding: 70px 0 0;
    }
    .what-client-area {
        padding: 76px 0 99px;
    }
    .expert-trainer-area {
        padding: 70px 0 66px;
    }
    .expert-trainer-area2 {
        padding: 70px 0 49px;
    }
    .fitness-summer-area,
    .online-store-area {
        padding: 65px 0 70px;
    }
    .logo-showcase-area {
        padding: 40px 0;
    }
    .footer-area {
        padding: 70px 0 45px;
    }
    .price-table-area {
        padding: 70px 0 48px;
    }
    .why-choose-area {
        padding: 67px 0 76px;
    }
    .why-choose2-area {
        padding: 67px 0 0;
    }
    .why-choose2-wrapper .why-choose-content {
        margin-bottom: 56px;
    }
    .what-i-do-top .what-i-do-content h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }
}
.what-i-do-bottom .featured-box {
    margin-top: 30px;
    width: 100%;
    background: 0 0;
    border: 1px solid #e1e1e1;
    padding: 25px 30px;
    transition: 0.3s ease-out;
}
.what-i-do-bottom .featured-box i {
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 58px;
    border-radius: 50%;
    background: #F89C37;
    font-size: 30px;
    color: #fff;
    transition: 0.3s ease-out;
}
.what-i-do-bottom .featured-box h3,
.what-i-do-bottom .featured-box p {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .online-store-area .owl-controls {
        top: -23%;
    }
    .what-i-do-bottom .featured-box {
        text-align: center;
        padding: 25px 10px 15px;
    }
    .what-i-do-bottom .featured-box i {
        float: none;
        margin-right: 0;
    }
}
.what-i-do-bottom .featured-box h3 {
    font-size: 36px;
    font-weight: 500;
    color: #222;
    transition: 0.3s ease-out;
}
.what-i-do-bottom .featured-box p {
    font-size: 18px;
    transition: 0.3s ease-out;
}
.what-i-do-bottom .featured-box:before {
    background: #F89C37;
    transition: 0.3s ease-out;
}
.mfp-wrap {
    z-index: 99999;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    right: 0;
    background: #000;
    box-sizing: border-box;
}
.row.no-gutters.full-width {
    margin-right: -15px;
    margin-left: -15px;
}
.btn-light {
    background-color: #fff;
    color: #212121;
    border-radius: 5px;
    padding: 14px 32px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s ease-out;
}
.btn-cart,
.custom-button2 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.btn-cart {
    margin-top: 15px;
    background-color: #F89C37;
    padding: 6px 16px;
    font-weight: 600;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.btn-cart:hover {
    background-color: #212121;
    color: #fff;
}
.custom-button2:hover,
.trainer-box3 .trainer-img-holder:hover .trainer-title-holder {
    background-color: #fff;
}
.custom-button2 {
    border: 2px solid #fff;
    border-radius: 65px;
    font-weight: 700;
    margin-top: 20px;
    background-color: transparent;
    padding: 14px 40px;
    position: relative;
    text-transform: uppercase;
}
.section-title-default2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    color: #111;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .main-banner .main-banner-inner .button a {
        padding: 10px 20px;
    }
    .main-banner .main-banner-inner .main-banner-link {
        margin-bottom: 20px;
    }
    .main-banner .main-banner-inner .main-banner-link li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .being-body-builder2 .side-text {
        top: 63%;
        right: -63px;
    }
    .being-body-builder3 .being-body-builder3-img {
        margin-top: 30px;
    }
    .why-choose-area .why-choose-img-holder {
        margin-top: 10px;
    }
    .section-title-default2 {
        font-size: 26px;
    }
    .being-body-builder4-wrapper {
        display: block;
    }
    .being-body-builder4-wrapper .being-content {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .main-banner .main-banner-inner .button {
        display: none;
    }
    .being-body-builder2 .side-text {
        top: 70%;
        right: -63px;
    }
    .being-body-builder2-wrapper {
        display: block;
    }
    .being-body-builder2-wrapper .being-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .inner-banner-area {
        margin-top: 0;
    }
    .what-i-do-bottom .featured-box {
        margin-top: 15px;
    }
    .section-title-default2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 479px) {
    .section-title-default,
    .section-title-default2,
    .section-title-white {
        font-size: 22px;
    }
    .sub-title-default,
    .sub-title-white {
        width: 100%;
    }
    .single-latest-news2 .single-news .single-image,
    .single-product-classes2 .single-product {
        display: block;
    }
    .being-body-builder3 h2 {
        font-size: 24px;
    }
    .single-latest-news2 {
        margin-bottom: 15px;
    }
    .what-i-do-top .what-i-do-content h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .what-i-do-bottom .featured-box {
        text-align: center;
        padding: 20px 10px;
    }
    .what-i-do-bottom .featured-box i {
        float: none;
        margin-right: 0;
    }
}
.section-title-default2 p {
    text-align: left;
}
.sub-title-default2 {
    width: 100%;
    margin: 0 auto 50px;
    text-align: left;
    color: #646464;
}
.title-bar-high2 {
    margin-bottom: 40px;
    position: relative;
}
.title-bar-high2:before {
    height: 3px;
    width: 65px;
    background: #F89C37;
    content: "";
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: 0.5s ease-out;
}
.nav-control-left .owl-controls i {
    color: #fff;
    display: block;
    line-height: 40px;
    transition: 0.5s ease-out;
}
.nav-control-left .owl-controls .owl-nav > div {
    opacity: 1;
    font-size: 20px;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 0;
    position: absolute;
    left: -50px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.nav-control-left .owl-controls .owl-prev {
    background-color: #ffffff1a;
    top: 0;
}
.nav-control-left .owl-controls .owl-next {
    background-color: #0000001a;
    bottom: 0;
}
.banner-area {
    background-color: #F89C37;
    padding: 60px 0;
}
.banner-area h2 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}
.banner-area .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .nav-control-left .owl-controls .owl-nav > div {
        left: inherit;
    }
    .nav-control-left .owl-controls .owl-prev {
        left: 0 !important;
        width: 50% !important;
        top: -50px;
    }
    .nav-control-left .owl-controls .owl-next {
        right: 0;
        width: 50% !important;
        top: -50px;
        bottom: inherit;
    }
    .banner-area {
        text-align: center;
    }
    .banner-area h2 {
        margin-bottom: 30px;
    }
    .banner-area .btn-light {
        float: none;
        margin: 0 auto;
    }
    .banner-area .row {
        display: inherit;
    }
}
.feature-classes-area4 {
    padding: 95px 0 85px;
}
.feature-classes-back {
    background: url(img/featured-class.jpg) center/cover no-repeat fixed;
    overflow: hidden;
}
.fitness-summer-back {
    background: url(img/offer-banner.jpg) center/cover no-repeat;
}
.fitness-summer2 .fitness-content h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.fitness-summer2 .fitness-content p {
    font-size: 18px;
    color: #fff;
}
.our-program-area {
    padding: 95px 0 50px;
    text-align: left !important;
}
.news-layout-2 .post-date,
.single-client-say2 .client-picture {
    display: inline-block;
    margin-bottom: 15px;
}
.our-program-area .program-box a span {
    color: #F89C37;
    font-size: 60px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.our-program-area .program-box a span:before {
    color: #F89C37;
    font-size: 60px;
}
.our-program-area .program-box h3 a {
    color: #212121;
    font-weight: 600;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.trainer-box3 .trainer-img-holder .trainer-title-holder,
.trainer-box3 .trainer-img-holder:before {
    position: absolute;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}
.our-program-area .program-img {
    position: absolute;
    top: 70px;
    text-align: center;
}
.upcoming-classes-area .owl-item:nth-child(odd) .upcoming-classes-box {
    background-color: #f8f8f8;
}
.upcoming-classes-area .owl-item:nth-child(2n) .upcoming-classes-box {
    background-color: #ededed;
}
.upcoming-classes-content {
    padding-right: 50px;
    background-color: #F89C37;
}
.upcoming-classes-content h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 42px 0 40px;
    margin-bottom: 0;
}
.upcoming-classes-box {
    padding: 25px 12px 23px;
}
.upcoming-classes-box h3 {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}
.upcoming-classes-box .rt-meta i {
    margin-right: 5px;
    color: #F89C37;
}
.latest-news-area2 {
    padding: 95px 0 65px;
}
.news-layout-2 img {
    margin-bottom: 10px;
}
.news-layout-2 .post-date {
    background-color: #F89C37;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.news-layout-2 h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.what-client-back {
    background: url(img/backgorund_image2.jpg) center/cover no-repeat fixed;
}
.what-client-area2 {
    position: relative;
    padding: 95px 0 125px;
}
.single-client-say2 p {
    color: #fff;
    width: 70%;
    margin: 0 auto 30px;
}
.single-client-say2 .client-content h3 {
    color: #fff;
    margin-bottom: 0;
}
.single-client-say2 .client-content h3 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #b7b7b7;
    font-weight: 300;
}
.being-body-builder4 {
    position: relative;
    background-image: url(img/background-pattren.jpg);
    background-repeat: repeat;
    background-position: center;
    padding: 100px 0 0;
}
.being-body-builder4-wrapper .being-content {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.being-body-builder4-wrapper .being-content h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #fff;
}
.being-body-builder4-wrapper .being-content p {
    margin-bottom: 55px;
    color: #fff;
}
.being-body-builder4-wrapper .being-right-img {
    text-align: center;
    position: relative;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    align-self: flex-end;
}
.trainer-box3 .trainer-img-holder:before {
    opacity: 1;
    visibility: visible;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #21212199;
    transition: 0.5s ease-out;
}
.trainer-box3 .trainer-img-holder .trainer-title-holder {
    text-align: center;
    padding: 15px 5px;
    top: 60%;
    left: 0;
    right: 0;
    z-index: 2;
    transition: 0.5s ease-out;
}
.trainer-box3 .trainer-img-holder .trainer-title-holder h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.trainer-box3 .trainer-img-holder .trainer-title-holder h3 a {
    color: #fff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.trainer-box3 .trainer-img-holder:hover:before {
    opacity: 0;
    visibility: hidden;
}
.trainer-box3 .trainer-img-holder:hover .trainer-title-holder .designation,
.trainer-box3 .trainer-img-holder:hover .trainer-title-holder h3 a:hover {
    color: #212121;
}
.class-schedule2 {
    background: url(img/class-schedule.png) 0 0 / cover no-repeat fixed #000;
    padding: 95px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-classes-area4 {
        padding: 85px 0 75px;
    }
    .our-program-area {
        padding: 85px 0 40px;
    }
    .latest-news-area2 {
        padding: 85px 0 55px;
    }
    .what-client-area2 {
        padding: 85px 0 115px;
    }
    .being-body-builder4 {
        padding: 80px 0 0;
    }
    .class-schedule2,
    .expert-trainer-area3 {
        padding: 85px 0 90px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .feature-classes-area4 {
        padding: 75px 0 65px;
    }
    .our-program-area {
        padding: 75px 0 30px;
    }
    .latest-news-area2 {
        padding: 75px 0 45px;
    }
    .what-client-area2 {
        padding: 75px 0 105px;
    }
    .being-body-builder4 {
        padding: 60px 0 0;
    }
    .class-schedule2,
    .expert-trainer-area3 {
        padding: 75px 0 80px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .feature-classes-area4 {
        padding: 65px 0 55px;
    }
    .our-program-area {
        padding: 65px 0 20px;
    }
    .latest-news-area2 {
        padding: 65px 0 35px;
    }
    .what-client-area2 {
        padding: 65px 0 95px;
    }
    .being-body-builder4 {
        padding: 40px 0 0;
    }
    .class-schedule2,
    .expert-trainer-area3 {
        padding: 65px 0 70px;
    }
}
@media (min-width: 321px) and (max-width: 479px) {
    .feature-classes-area,
    .feature-classes-area2 {
        padding: 60px 0 89px;
    }
    .feature-classes-area3,
    .latest-news-area,
    .what-i-do-area {
        padding: 60px 0 68px;
    }
    .being-body-builder2 {
        padding: 68px 0 0;
    }
    .being-body-builder3 {
        padding: 68px 0;
    }
    .class-schedule {
        padding: 60px 0 0;
    }
    .what-client-area {
        padding: 66px 0 89px;
    }
    .expert-trainer-area {
        padding: 60px 0 56px;
    }
    .expert-trainer-area2 {
        padding: 60px 0 39px;
    }
    .class-schedule2,
    .expert-trainer-area3,
    .fitness-summer-area,
    .online-store-area {
        padding: 55px 0 60px;
    }
    .logo-showcase-area {
        padding: 30px 0;
    }
    .footer-area {
        padding: 60px 0 35px;
    }
    .price-table-area {
        padding: 60px 0 38px;
    }
    .why-choose-area {
        padding: 57px 0 66px;
    }
    .why-choose2-area {
        padding: 57px 0 0;
    }
    .why-choose2-wrapper .why-choose-content {
        margin-bottom: 46px;
    }
    .feature-classes-area4 {
        padding: 55px 0 45px;
    }
    .our-program-area {
        padding: 55px 0 10px;
    }
    .latest-news-area2 {
        padding: 55px 0 25px;
    }
    .what-client-area2 {
        padding: 55px 0 85px;
    }
    .being-body-builder4 {
        padding: 20px 0 0;
    }
}
@media only screen and (max-width: 320px) {
    .section-title-default,
    .section-title-default2,
    .section-title-white {
        font-size: 20px;
    }
    .feature-classes-area,
    .feature-classes-area2 {
        padding: 50px 0 79px;
    }
    .feature-classes-area3,
    .latest-news-area,
    .what-i-do-area {
        padding: 50px 0 58px;
    }
    .being-body-builder2 {
        padding: 48px 0 0;
    }
    .being-body-builder3 {
        padding: 48px 0;
    }
    .class-schedule {
        padding: 50px 0 0;
    }
    .what-client-area {
        padding: 56px 0 79px;
    }
    .expert-trainer-area {
        padding: 50px 0 46px;
    }
    .expert-trainer-area2 {
        padding: 50px 0 29px;
    }
    .class-schedule2,
    .expert-trainer-area3,
    .online-store-area {
        padding: 45px 0 50px;
    }
    .fitness-summer-area,
    .our-program-area {
        padding: 45px 0 0;
    }
    .logo-showcase-area {
        padding: 20px 0;
    }
    .footer-area {
        padding: 50px 0 25px;
    }
    .price-table-area {
        padding: 50px 0 28px;
    }
    .why-choose-area {
        padding: 47px 0 56px;
    }
    .why-choose2-area {
        padding: 47px 0 0;
    }
    .why-choose2-wrapper .why-choose-content {
        margin-bottom: 36px;
    }
    .what-i-do-top .what-i-do-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .feature-classes-area4 {
        padding: 45px 0 35px;
    }
    .latest-news-area2 {
        padding: 45px 0 15px;
    }
    .what-client-area2 {
        padding: 45px 0 75px;
    }
    .being-body-builder4 {
        padding: 10px 0 0;
    }
}
.class-schedule-wrap2 table {
    margin-bottom: 0;
    border: 1px dotted #fff3;
}
.class-schedule-wrap2 table thead tr th {
    padding: 1px;
    border: 1px dotted #fff3;
    border-bottom-width: 1px;
}
.class-schedule-wrap2 table thead tr th .schedule-item-heading {
    background-color: #F89C37;
    color: #fff;
    padding: 20px 10px;
    font-weight: 400;
    text-align: center;
}
.class-schedule-wrap2 table tbody tr th {
    color: #fff;
    padding: 40px 20px;
    font-weight: 400;
    border: 1px dotted #fff3;
}
.class-schedule-wrap2 table tbody tr td {
    padding: 1px;
    border: 1px dotted #fff3;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper {
    text-align: center;
    background-color: #fff;
    padding: 26px 10px 32px;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper .schedule-item-title {
    font-weight: 600;
    line-height: 26px;
    font-size: 15px;
    color: #F89C37;
}
.class-schedule-wrap2 table tbody tr td .schedule-item-wrapper .schedule-item-time {
    font-size: 13px;
    font-weight: 600;
    color: #222;
}
.table-responsive {
    border: 1px dotted #fff3;
    margin-bottom: 0;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #F89C37;
    background-color: #0000004d;
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}


/* add css */

.SmlDescription{font-size: 24px; font-family: 'interstateregular'; background: black;
    color: white;
    padding: 32px;
    text-align: center;
    line-height: 30px; letter-spacing: 1px;}

.OurGymBox h2{font-family: 'interstatebold'; font-weight: normal;}
.OurGymBox p.maye{font-family: 'interstateregular'; font-weight: normal; font-size: 16px;}

.notionalinfosoft-flip-box-inner:hover .notionalinfosoft-flip-box-front h3{display: none;}
.footer-area .about-company img{width: 100px;}
.logo-area img{width: 156px;}

/* add footer css */

.list-social {
  list-style-type: none;
  margin: 0 0 0 -15px;
  padding: 0;
}
.list-social__item {
  display: inline-block;
}
.list-social__item__link {
  display: block;
  padding: 0 5px;
}
.type--gray-light {
  color: #dedede;
}
.icon{font-size: 45px;
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .footer-simple {
  padding: 15px 0;
}
.footer-simple p:first-of-type {
  margin-bottom: 3px;
}
.type--a7 {
  line-height: 18px;
  font-size: 13px;
}
.footer-free-trial-link a{color: #fff; font-size:18px; text-transform: uppercase;}
.footer-right{text-align: right;}

ul.FtrRightList{ margin-top: 20px;}
ul.FtrRightList li{text-align: right;
  list-style-type: disc;
  color: #686868;
  margin-left: 23px;
  float: right}
ul.FtrRightList li a{color: #949494;}
ul.FtrRightList li a:hover{color: #fff;}
.may-hero img{width: 100%; margin-top: 50px; max-height: 655px; object-fit: cover;}
.aboutImg img{width: 100%;max-height: 655px; object-fit: cover;  }
