@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700|Orbitron:400,500,600,700,800,900&display=swap');

/*--------------------------------------------------------
Templete Name: Fitaza
Templete URI: http://www.themechampion.com/templates/fitaza_html_landing_page/
Author: ThemeChampion
Description: Fitness HTML Template
Version: 1.1
/*=====================================================================
Table of Content:
01 - TT-HEADER
02 - SWIPER
03 - TT-MSLIDE
04 - About Us
05 - Top Classes
06 - Testimonial Section
07 - Our Pricing
08 - Latest News
09 - Image Hover Effect
10-	FOOTER
=====================================================================*/


.proeflesbutton {
  position:fixed;
  width:100px;
  height:100px;
  top:220px;
  right:20px;
  background-color:#0C9;
  color:#FFF;
  border-radius:50px;
  border-style: solid;
  text-align:center;
}

.inschrijfbutton {
  position:fixed;
  width:100px;
  height:100px;
  top:335px;
  right:20px;
  background-color:#086;
  color:#FFF;
  border-radius:50px;
  border-style: solid;
  text-align:center;
}

.inlogbutton {
    position:fixed;
    width:100px;
    height:100px;
    top:450px;
    right:20px;
    background-color:#0D112F;
    color:#FFF;
    border-radius:50px;
    border-style: solid;
    text-align:center;
}

a.inlogbutton:hover {
    color: #fd3c3d !important;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    padding: 0;
    margin: 0;
}

p {
    font-family: 'Montserrat', sans-serif !important;
    /*color: #6a6a6a;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

.tt-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
    z-index: 101;
}

.logo-switch.tt-header .logo img.green,
.stick.logo-switch.tt-header .logo img.white {
    display: none;

}

.stick.logo-switch.tt-header .logo img.green {
    display: inline-block;
}

.tt-header ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tt-header .logo {
    display: inline-block;
    position: relative;
    line-height: 70px;
    z-index: 101;
    transition: none;
}

.tt-header .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

/*general navigation*/
.tt-header .main-nav > ul > li > a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #434343;
    letter-spacing: 0.30px;
    text-transform: initial;
    transition: none;
}

.tt-header .main-nav > ul > li.active > a,
.tt-header .main-nav > ul > li:hover > a {
    color: #fff;
    text-decoration: none;
}

/*nav-more*/
.tt-header .nav-more {
    display: inline-block;
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-left: 12px;
    transition: none;
}

/*top line*/
.tt-header .top-line-inner {
    border-bottom: 1px solid #d9d9d9;
}

.tt-header .top-line-left {
    float: left;
}

.tt-header .top-line-right {
    float: right;
}

.tt-header .top-line-left:after,
.tt-header .top-line-right:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 48px;
    vertical-align: middle;
}

.tt-header .top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.tt-header .top-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #adadad;
}

.tt-header .top-info:last-child {
    margin-right: 0;
    padding-right: 0;
}

.tt-header .top-info:last-child:before {
    display: none;
}

.tt-header .top-info a:hover {
    color: #242424;
}

.tt-header .top-social li {
    display: inline-block;
    margin-right: 12px;
}

.tt-header .top-social li:last-child {
    margin-right: 0;
}

.tt-header .top-social a:hover {
    color: #30c3f4;
}

body {
    overflow-x: hidden;
}

/*cmn-toggle-switch*/
.cmn-toggle-switch:focus {
    outline: none;
}

.tt-header .cmn-toggle-switch {
    display: none;
    position: relative;
    float: right;
    margin-top: 12px;
    padding: 0;
    width: 25px;
    height: 17px;
    cursor: pointer;
    z-index: 101;
}

.tt-header .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tt-header .cmn-toggle-switch::before,
.tt-header .cmn-toggle-switch::after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tt-header .cmn-toggle-switch::before {
    margin-top: -7px;
}

.tt-header .cmn-toggle-switch::after {
    margin-top: 7px;
}

.tt-header .cmn-toggle-switch.active::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.tt-header .cmn-toggle-switch.active::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.tt-header .cmn-toggle-switch.active span {
    opacity: 0;
}

.tt-header-margin {
    height: 149px;
}

@media (min-width: 992px) {
    .tt-header .top-inner {
        position: relative;
        float: left;
        padding: 15px 0;
    }

    .tt-header .toggle-block {
        display: block !important;
        float: right;
    }

    .tt-header .toggle-block .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .tt-header .main-nav {
        display: inline-block;
        vertical-align: top;
    }

    .tt-header .main-nav > ul > li {
        position: relative;
        float: left;
        list-style: none;
    }

    .tt-header .main-nav > ul > li.active {
        background: #f2c21a;
    }

    .tt-header .main-nav > ul > li > a {
        display: block;
        position: relative;
        padding: 36px 14px;
    }

    .tt-header .main-nav > ul > li:last-child > a:before {
        display: none;
    }

    /*2nd level*/
    .tt-header .main-nav > ul > li > ul {
        display: block;
        position: absolute;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
        top: 100%;
        left: 0;
        width: 256px;
        background: #0D112F;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .tt-header .main-nav > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .tt-header .main-nav > ul > li > ul > li {
        border-bottom: 1px solid #323b54;
        text-align: left;
        list-style: none;
    }

    .tt-header .main-nav > ul > li > ul > li:last-child {
        border-bottom: 0;
    }

    .tt-header .main-nav > ul > li > ul > li > a {
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #FFF;
        letter-spacing: 0.30px;
        padding: 15px 19px 14px 31px;
        text-decoration: none;

    }

    /*3rd level*/
    .tt-header .main-nav > ul > li > ul > li {
        position: relative;
    }

    .tt-header .main-nav > ul > li > ul > li > ul {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 256px;
        background: #0D112F;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        list-style: none;
    }

    .tt-header .main-nav > ul > li:nth-last-child(1) > ul > li > ul,
    .tt-header .main-nav > ul > li:nth-last-child(2) > ul > li > ul {
        left: auto;
        right: 100%;
        margin-right: 0;
    }

    .tt-header .main-nav > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .tt-header .main-nav > ul > li > ul > li > ul > li:last-child {
        border-bottom: 0;
    }

    .tt-header .main-nav > ul > li > ul > li > ul > li {
        border-bottom: 1px solid #323b54;
        text-align: left;
    }

    .tt-header .main-nav > ul > li > ul > li > ul > li > a {
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #FFF;
        letter-spacing: 0.30px;
        padding: 15px 19px 14px 31px;

    }

    .tt-header .main-nav > ul > li > ul > li > ul > li > a:hover {
        background: #001a57;
        color: #fff;
        text-decoration: none;
    }

    .tt-header .menu-toggle {
        /*display: none;*/
        padding-left: 4px;
    }

    .pull-right ul li a :hover {
        /*color: #729a30;*/
    }

    /*stick*/
    .tt-header.stick {
        position: fixed;
        left: 0;
        width: 100%;
    }

    .tt-header.stick .logo {
        height: 42px;
        line-height: 42px;
    }

    .tt-header.stick .nav-more {
        padding: 16px 0;
    }

    .tt-header .top-line-right {
        float: right;
        padding-top: 10px;
        vertical-align: middle;
    }

    .responsive_logo {
        display: none;
    }

    .tt-header {
        position: relative;
        background: #001a57;
    }

    .tt-header.stick {
        position: fixed;
    }

    .tt-header .main-nav > ul > li:hover {
        background: #f2c21a;
    }

    .tt-header .toggle-block {
        display: block;
        float: left;
    }

    .tt-header .top-inner {
        float: right;
        padding-bottom: 0;
    }

    .tt-header .top-info a {
        color: #f2c21a;
        font-size: 18px;
    }

    .tt-header .top-info a:hover {
        color: #fff;
    }

    .tt-header .nav-more {
        padding: 22px 0px;
    }

    .tt-header .top-info {
        padding-right: 0;
        margin-right: 0;
    }

    .tt-header .top-social li {
        display: inline-block;
        margin-right: 18px;
    }

    .tt-header .fa-search {
        padding-top: 4px;
        height: 26px;
        width: 1px;
        border-left: 1px solid #48474b;
        margin-top: 0px;
    }

    .tt-header .fa-search {
        color: #fff;
        font-size: 15px;
    }

    .tt-header .nav-more {
        padding: 16px 0px;
    }

    .tt-header .fa-search:before {
        padding-left: 18px;
    }

    .tt-header .top-social li:last-child {
        display: inline-block;
        margin-right: 0px;
    }

    .tt-header .main-nav > ul > li.first a {
        padding-left: 0;
    }

    .tt-header .main-nav > ul > li.active ul li a {
        color: #FFF;
        padding-left: 20px;
    }

    .tt-header .main-nav > ul > li > ul > li > a:hover {
        background: #fd3c3d;
        color: #fff;
    }
}

/* ------------------- */
.tt-header .top-line {
    border-bottom: 1px solid #9e958c;
}

.tt-header .top-line-inner {
    border-bottom: 0;
}

.tt-header .top-line-left {
    color: #fff;
}

.tt-header .main-nav > ul > li.active > a {
    color: #fff;
}

.tt-header .main-nav > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.tt-header .c-btn,
.c-btn:focus {
    border-radius: 0;
    background: #676cb8;
}

.tt-header .top-info:before {
    background: #fff;
}

.tt-header .top-info {
    font-size: 14px;
}

.tt-header .fa-search {
    color: #fff;
    font-size: 20px;
}

/* */
.header_top {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 28px;
}

.header_top ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-right-info ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 45px;
    list-style: none;
}

.header-right-info ul li .single-header-right-info .text-box,
.header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: top;
}

.header-right-info ul li .single-header-right-info .text-box p,
.header-right-info ul li .single-header-right-info .text-box p a {
    color: #42435d;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: 0;
    text-transform: initial;
    margin-bottom: 0;
}

.header-right-info ul li .single-header-right-info .text-box h5 {
    color: #001a57;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 2px;
}

.main_menu {
    background: #242424;
    top: 0;
}

.tt-header .nav-more span {
    font-size: 14px;
    padding-top: 4px;
    height: 26px;
    width: 1px;
    border-left: 1px solid #273963;
    margin-top: 0px;
    padding-left: 18px;
}

.header_top a {
    text-decoration: none;
}

.header_top .sim-button {
    color: #fff;
}

.header-right-info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-right-info ul li .single-header-right-info .icon-box {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #dddddd;
    text-align: center;
    margin-right: 25px;
    margin-top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-right-info ul li .single-header-right-info .icon-box i {
    font-size: 20px;
    color: #f2c21a;
    font-size: 18px;
    line-height: 40px;
    color: #f2c21a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.logo {
    margin-top: 3px;
}

.header1 .wrapper-inner-tab-backgrounds-first {
    margin-top: 4px;
}

.header1 .header_top_inner {
    overflow: hidden;
    clear: both;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

.header1 .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header1 .header_top_inner .pull-left i {
    padding-right: 9px;
}

.header1 .header_top_inner .pull-left a {
    line-height: 48px;
    font-size: 15px;
    color: #FFF;
    letter-spacing: .45px;
    margin-right: 22px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
}

.header1 .header_top_inner .pull-left a:last-child {
    margin-right: 0;
}

.header1 .header_social li {
    display: inline-block;
    margin-right: 16px;
}

.header1 .header_social li a {
    line-height: 48px;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    text-decoration: none;
}

.header1 .header_social li a:hover {
    opacity: 0.5;
}

.header1 .header_social li:last-child {
    margin-right: 0;
}

.header1 .header_social {
    margin-bottom: 0;
    padding-left: 0;
}

.header1 .top-line {
    background: #001a57;
    padding: 15px 0;
}

.header1 .top-info i {
    font-size: 18px;
    padding-right: 5px;
}

.header1 .top-line-left {
    float: left;
}

.header1 .icon {
    font-size: 18px;
    color: #dadada;
}

.header1 .top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    color: #dadada;
    line-height: 20px;
    font-weight: 700;
}

.header1 .top-line-right {
    float: right;
}

.header1 .top-line-right ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header1 .top-social li {
    display: inline-block;
    margin-right: 12px;
}

.header1 .top-line-right .top-info a {
    font-size: 20px;
    color: #f2c21a;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

.header1 .top-line-right .top-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #6f6f70;
}

.header1 .top-line-right .top-info:last-child::before {
    display: none;
}

.header1 .top-line-right .top-info:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header1 .top-line-right .top-info ul li a {
    font-size: 16px;
    color: #dadada;
}

.header1 .icon-Pointer:before {
    vertical-align: middle;
    padding-right: 6px;
}

.header1 .tt-header .main-nav > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper {
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    cursor: auto;
}

.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper + .swiper-pagination-bullets {
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #8e8d8d;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #3695cc;
}

/*swiper-pagination-white*/
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #043742;
}

/*swiper position*/
.swiper-pagination.fixed {
    bottom: 32px;
}

.swiper-pagination.fixed.pos-2 {
    bottom: 15px;
}

.swiper-pagination.relative-pagination {
    position: relative;
    top: 0;
    margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TT-MSLIDE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.slider1 .slider_content h5 {
    color: #0d112f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}

.tt-mslide-title h3 {
    color: #001a57;
    font-size: 50px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
}

.tt-mslide-title p {
    width: 707px;
    margin: 0 auto;
    color: #e4e2e2;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.30px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
}

.hmslider1 .tt-mslide-title p {
    font-weight: 600;
}

.slider1 .slider_content {
    width: 44%;
    float: right;
}

.slider_content .sim-button {
    float: left;
}

.tt-mslide-wrapper {
    position: relative;
    overflow: hidden;
}

.tt-mslide {
    position: relative;
    overflow: hidden;
}

.tt-mslide-entry {
    display: table-cell;
    width: 99999px;
    height: 640px;
    text-align: center;
    padding-bottom: 210px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    vertical-align: bottom;
}

.slider1 .tt-mslide:before {
    display: none;
}

.tt-mslide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.25;
}

.tt-mslide-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1090px;
    height: 64px;
    margin-left: -545px;
    background: url(../img/mslider/border.png) no-repeat center center;
    z-index: 1;
}

.tt-mslide-border:before,
.tt-mslide-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -3000px;
    width: 3000px;
    height: 100%;
    background: #fff;
}

.tt-mslide-border:after {
    left: auto;
    right: -3000px;
}

.tt-mslide-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 60px;
    text-transform: initial;
    text-align: center;
    font-weight: 500;
}

.tt-mslide-entry .simple-text {
    margin-bottom: 35px;
}

.tt-mslide .text-animation {
    visibility: hidden;
}

.tt-mslide .text-animation.animated {
    visibility: visible;
}

.hm4slider .tt-mslide-entry {
    height: 789px;
    padding-bottom: 255px;
}

.hm4slider .tt-mslide-entry:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.hm4slider .slider_content h3 span {
    color: #f2c21a;
}

.hm4slider .slider_content {
    width: 70%;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.hm4slider .tt-mslide-title h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

/*=============================== Slider fast======================================*/
.hm4slider .slider_content .sim-button {
    float: none;
    margin-top: 20px;
}

.hm4slider .slide1 {
    background: url(../images/slide-1.jpg) no-repeat;
    background-size: cover;
}

.hm4slider .slide2 {
    background: url(../images/slide-2.jpg) no-repeat;
    background-size: cover;
}

.hm4slider .slide3 {
    background: url(../images/slide-3.jpg) no-repeat;
    background-size: cover;
}

.hm4slider .slider_content .sim-button {
    float: none;
}

.sim-button.button6.yellowbtn {
    background: #729a30;
    display: inline-block;
    color: #fff;
    padding: 10px 36px 10px 36px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    margin-top: 4px;
}

li.active a {
    color: #333;
}

.sim-button.button6.yellowbtn:hover {
    background: #333;
    transition: all .9s;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - About Us */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cellpadding {
    padding: 80px 0;
}

.about .fast {
    padding-left: 25px;

}

.about .fast h2 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-top: 0;
}

.about h2 span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.about .fast p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    margin-bottom: 10px;
}

.about .sim-button.button6.yellowbtn {
    margin-top: 12px;
}

/*===============================get fit======================================*/
.getfit {
    background: url(../images/background-image.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.getfit:before {
    content: '';
    background: rgba(30, 36, 52, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.Weeks {
    text-align: center;
}

.getfit .Weeks h1 {
    color: #fff;
    padding-top: 0px;
    margin-top: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.getfit .Weeks p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    width: 779px;
    margin: 0 auto;
}

.getfit .buttons .sim-button.button6.yellowbtn {
    background: #333;
    margin-top: 25px;
}

.getfit .buttons .sim-button.button6.yellowbtn :hover {
    background: red;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - Top Classes */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.classes {
    text-align: center;
}

.topclass .classes h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.topclass h2 span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.topclass .classes p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 10px;
}

.topclass .runing {
    margin-top: 40px;
    padding: 40px 30px;
}

.topclass .runing h2, .topclass .runing h2 a {
    margin-top: 0;
    padding-top: 25px;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - Testimonial */
/*-------------------------------------------------------------------------------------------------------------------------------*/
h3.tt-title.text-center {
    padding-bottom: 56px;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-top: 0;
}

.content h5 {
    margin-top: 15px;
    padding-top: 0;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
}

.client_say_04 .content p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    margin: 0 auto;
    width: 360px;
}

.client_say_04 .content i.fa.fa-star {
    color: #fd3c3d;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.client_say_04 .content i.fa.fa-star-half-o {
    color: #fd3c3d;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.client_say_04.cellpadding {
    background: #fafafa;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - Our Pricing */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.Our_Pricing .pricing_Features .simple-text {
    width: 100%;
    margin: 0 auto;
}

.Our_Pricing .pricing {
    background-color: #f5f7fa;
    border: 4px solid #ffffff;
    margin-top: 50px;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.1);
}

.Our_Pricing .pricing ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.Our_Pricing .pricing h5 {
    color: #333;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 28px;
    font-family: 'montserrat', sans-serif;
}

.Our_Pricing .pricing h4 {
    background-color: #0D112F;
    color: #ffffff;
    font-size: 40px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.Our_Pricing .pricing h4 span {
    font-size: 14px;
    font-weight: 400;
}

.Our_Pricing .pricing h4 .icofont {
    font-size: 18px;
    font-weight: 500;
    padding-top: -12px;
}

.Our_Pricing .pricing h6 {
    background-color: #fd3c3d;
    color: #ffffff;
    font-size: 40px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.Our_Pricing .pricing h6 span {
    font-size: 14px;
    font-weight: 400;
}

.Our_Pricing .pricing h6 .icofont {
    font-size: 18px;
    font-weight: 500;
    padding-top: -12px;
}

.Our_Pricing .pricing ul li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.Our_Pricing .pricing ul li span {
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.Our_Pricing .pricing ul li {
    color: #333;
    font-weight: 500;
    font-size: 17px;
}

.Our_Pricing .pricing .sim-button1 {
    margin: 0 auto;
    text-transform: capitalize;
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;
}

.Our_Pricing .sim-button {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 27px;
}

.yellowbtn {
    background: #f2ae2b;
}

.yellowbtn.button8:before {
    background: #003366;
}

.pricing_Features {
    text-align: center;
}

.pricing_Features span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.pricing_Features h2 {
    margin-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.pricing_Features p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    margin: 0 auto;
    width: 582px;
}

.sim-buttons.button6.yellowbtn {
    background: #333;
    display: inline-block;
    color: #fff;
    padding: 14px 29px 13px 29px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    margin-top: 4px;
}

.about-fitaza {
    padding-bottom: 80px;
}

/*=============================== get into======================================*/
.getinto {
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.getinto:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 72, 76, 0.6);
    position: absolute;
}

.getinto .book {
    text-align: center;
}

.getinto .book h4 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.getinto .book h5 {
    margin-top: 0;
    font-size: 40px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.getinto .client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
    display: block;
    font-size: -webkit-xxx-large;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - Latest News */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.latest_news .numquam {
    text-align: center;
    margin: 0;
    padding: 0;
}

.latest_news .numquam span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.latest_news .numquam h2 {
    margin-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 45px;
}

.latest_news .content h3 {
    margin-top: 22px;
    padding-top: 0;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 28px;
    margin-bottom: 5px;
}

.latest_news .content p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 2px;
    margin: 0 auto;
    padding: 8px 0 2px 0;
}

.latest_news .content a {
    color: #0D112F;
    font-size: 17px;
    font-weight: 700;
    padding-top: 20px;
}

.latest_news .content a:hover {
    color: #fd3c3d;
}

.datetime {
    background: #0D112F;
    display: inline-block;
    width: 75px;
    height: 98px;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 20px;
}

.news_image {
    position: relative;
}

.datetime h3 {
    color: #fff;
    padding-top: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
}

.datetime span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.latest_news {
    padding-bottom: 60px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - Image Hover Effect */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.image-zoom-on-hover {
    overflow: hidden;
}

.image-opacity-on-hover img,
.image-zoom-on-hover img {
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.image-zoom-on-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-opacity-on-hover:hover img {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.image-opacity-on-hover {
    background: #0D112F;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10-	FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer.xyz {
    background-size: cover;
}

footer {
    background-size: cover;
    background-position: center;
    background: url(../images/footer-background.jpg) no-repeat;
    position: relative;
}

footer:before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
}

.footer .t-footer h2 {
    margin-top: 0px;
    padding-top: 0;
    font-size: 22px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}

.footer .t-footer p {
    font-size: 14px;
    color: #dbdbdb;
    line-height: 28px;
    font-weight: 400;
    padding-top: 25px;
    margin: 0 auto;
    letter-spacing: 0.30px;
}

.footer .contact {
    margin-top: 25px;
}

.footer .contact h4 {
    margin-top: 0px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #dbdbdb;
    margin-bottom: 13px;
}

.footer .contact i.fa.fa-phone {
    color: #fd3c3d;
    padding-right: 16px;
    font-size: 17px;
}

.footer .contact i.fa.fa-clock-o {
    color: #fd3c3d;
    padding-right: 16px;
}

.footer .contact i.fa.fa-map-marker {
    color: #fd3c3d;
    padding-right: 20px;
}

.footer ul.tt-footer-list {
    margin-top: 15px;
    padding: 0;
}

.footer .tt-footer-list li {
    list-style: none;
    border-bottom: 1px dashed #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 73px 0;
    padding-top: 15px 0;
    padding: 6px 0 16px 0;
}

.footer .tt-footer-list li:last-child {
    border: none;
}

.footer .tt-footer-list li a:hover {
    color: #fd3c3d;
    border: none;
    text-decoration: none;
}

.footer .tt-footer-list li a {
    color: #dbdbdb;
}

.footer .t-footer h5:last-child {
    border: none;
}

.footer .t-footer h5 {
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 0;
    border-bottom: 1px dashed #fff;
    font-size: 14px;
    font-weight: 500;
    color: #dbdbdb;
    padding-top: 0;
    margin-top: 0;
    padding: 15px 0;
}

.footer .t-footer span {
    float: right;
}

.footer .Monday {
    margin-top: 17px;
}

/*=============================== footer section css end======================================*/
/*=============================== footer-bottom section css start======================================*/
.footer-bottom {
    background: #0D112F;
    padding: 30px 0px;
}

.tt-copy-left {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
}

.tt-copy-right {
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #403f3f;
}

.tt-copy-right a {
    float: right;
    font-size: 17px;
    line-height: 20px;
    color: #403f3f;
}

/*=============================== footer-bottom section css end======================================*/
/*=====================================================================*/
/*About-section start from here*/
/*=============================== ======================================*/
.abot-banner {
    background: url(https://via.placeholder.com/1920x410) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 241px;
    padding-bottom: 115px;
}

.abot-banner .main-heading h2 {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.abot-banner .about-us h6 {
    text-align: center;
    padding-top: 5px;
    color: #729a30;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.abot-banner .about-us span {
    padding-top: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.about-fitaza img {
    margin-top: 15px;
    float: right;
}

.about-fitaza .fitaza h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.about-fitaza .fitaza h2 span {
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.about-fitaza .sim-button.button6.yellowbtn h3 {
    background: #729a30;
    display: inline-block;
    color: #fff;
    padding: 10px 36px 10px 36px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    margin-top: 4px;
}

.sim-button.button6.yellowbtn h6 {
    background: #729a30;
    display: inline-block;
    color: #fff;
    padding: 10px 36px 10px 36px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    margin-top: 4px;
}

.about-Choose {
    background: #0D112F;
}

.Choose img {
    height: 100%;
    object-fit: cover;
}

.Chooses h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding-top: 70px;
    padding-left: 48px;
    padding-bottom: 15px;
}

.Chooses p {
    font-size: 16px;
    color: #ccc;
    line-height: 28px;
    font-weight: 500;
    padding-top: 17px;
    width: 547px;
    padding-left: 48px;
    font-weight: 500;
    padding-bottom: 18px;
}

.Chooses span {
    color: #fd3c3d;
    font-size: 24px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
}

.Chooses h5 {
    color: #fff;
    font-size: 24px;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    padding-left: 48px;
    margin-bottom: 5px;
}

.trainers {
    padding-top: 61px;
}

.trainers a:hover i {
    color: #fd3c3d;
}

.trainers .main-headings {
    text-align: center;
}

.trainers .main-headings h2 {
    color: #333;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding-left: 0px;
    margin: 0;
    text-transform: uppercase;
}

.trainers .main-headings span {
    color: #fd3c3d;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.trainers .main-headings p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 500;
    padding-top: 17px;
}

.trainers .champian {
    text-align: center;
    padding-top: 52px;
}

.trainers .champian h4 {
    color: #333;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding-top: 16px;
}

.trainers .champian h5 {
    color: #898989;
    font-size: 15px;
    font-weight: 500;
    padding-top: 1px;
}

.client_say h2 {
    color: #333;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    display: inline-block;
}

.client_say h2::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -20px;
}

.client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    position: absolute;
}

.client_say .carousel {
    margin: 50px auto;
}

.client_say .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
}

.client_say .overview b {
    color: #fd3c3d;
}

.client_say .media img {
    width: auto;
    display: block;
    border-radius: 50%;
}

.client_say .testimonial {
    color: #fff;
    position: relative;
    background: #38383e;
    padding: 12px;
    margin: 0 0 -20px 6px;
}

.client_say.cellpadding .media {
    margin-top: 40px;
    margin-left: 20px;
}

.client_say.testimonial:after {
    content: "";
}

.client_say .testimonial::before {
    width: 20px;
    height: 20px;
    background: #9b9b9b;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.client_say .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.client_say .item .row > div:first-child .testimonial {
    margin: 0 20px 20px 0;
}

.client_say .item .row > div:first-child .media {
    margin-left: 0;
}

.client_say .testimonial p {
    line-height: 21px;
    margin: 0;
    font-size: 15px;
    padding: 0px 3px 5px 30px;
    width: 511px;
    margin-top: -15px;
}

.client_say.overview {
    padding: 3px 0 0 15px;
}

.client_say.overview .details {
    padding: 5px 0 8px;
}

.client_say .carousel-control {
    width: 30px;
    height: 30px;
    background: #666;
    text-shadow: none;
    top: 4px;
}

.carousel-control i {
    font-size: 16px;
}

.carousel-control.left {
    left: auto;
    right: 40px;
}

.carousel-control.right {
    left: auto;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin: 1px 4px;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #ff5555;
    border: 5px double;
}

.client_say .star-rating li {
    padding: 0;
    margin: 0;
}

.client_say .star-rating i {
    font-size: 17px;
    color: #ffdc12;
}

.client_say .client_say h3.tt-title.text-owel {
    font-size: 30px;
    color: darkmagenta;
    padding-bottom: 55px;
}

h3.tt-title.text-owel {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    padding-left: 0;
}

h3.tt-title.text-owel span {
    color: #fd3c3d;
    font-size: 32px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.client_say .no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    padding-top: 43px;
}

.client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
    display: block;
}

.client_say .media-body,
.media-left,
.media-right {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

.client_say .media-left,
.media > .pull-left {
    padding-right: 10px;
}

.client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
    display: block;
    font-size: -webkit-xxx-large;
    position: absolute;
    right: 0;
    top: 0;
}

.client_say_content {
    position: relative;
}

.client_say_content p {
    color: #fff;
}

.client_say .owl-next {
    right: 0;
    top: 0;
    top: -25px;
    background: #333;
    color: #fff;
}

.client_say .owl-prev {
    width: 30px;
    right: 37px;
    top: -20px;
    background: #333;
    color: #fff;
    height: 30px;
    font-size: 20px;
    padding-left: 11px;
    padding-top: 1px;
}

.client_say .owl-next {
    width: 30px;
    right: 37px;
    right: 0;
    top: -20px;
    background: #333;
    color: #fff;
    height: 30px;
    font-size: 20px;
    padding-left: 11px;
    padding-top: 1px;
}

.client_say .icofont {
    font-family: 'IcoFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}

.client_say .testimonial::before {
    width: 20px;
    height: 20px;
    background: #9b9b9b;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.client_say .testimonial::before,
.testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.client_say .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.client_say .list-inline {
    margin-left: -5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(30, 36, 52, 0.70);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.champian1:hover .overlay {
    bottom: 0;
    height: 100%;
}

.champian1 {
    overflow: hidden;
    position: relative;
}

.trainers .text {
    padding-top: 150px;
    text-align: center;
}

.trainers i {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

.media-left.d-flex.mr-3 {
    width: 18%;
}

.media-body {
    width: 80%;
}

.about-fitaza .fitaza p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 500;
    width: auto;
    margin-bottom: 15px;
}

/*=====================================================================*/
/*pilates_fitness -section start from here*/
/*=============================== ======================================*/
.service_details .blogAside .categoryList li a i {
    font-size: 16px;
    margin-top: 0px;
    float: right;
    font-weight: 700;
}

categoryList li a i {
    font-size: 16px;
    margin-top: 0px;
    float: right;
    font-weight: 700;
}

.section_2 .image.image_011 {
    float: none;
    margin-bottom: 20px;
}

/* responsive */
@media (min-width: 991px) {
    .col-md-push-8 {
        left: 0;
    }

    .col-md-pull-4 {
        right: 0;
    }
}

/* House Renovation */
.Building_Renovation {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.Building_Renovation li {
    color: #898989;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
}

.Building_Renovation i {
    color: #f2ae2b;
    padding-right: 7px;
}

.House_Renovation_form input,
.House_Renovation_form textarea {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 2px;
}

.House_Renovation_form .form_btn .button8 span {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.House_Renovation_form .form_btn .btn {
    padding: 0;
}

.House_Renovation_form .form_btn .sim-button {
    margin-top: 15px;
    font-size: 18px;
    background: #729a30;
    padding: 14px 36px 14px 36px;
}

.House_Renovation_form .form_btn .sim-button a {
    color: #fff;
    font-family: 'montserrat', sans-serif;
    text-decoration: none;
}

.House_Renovation_form .text-left {
    text-align: left;
    /* margin-bottom:9px; */;
}

.services_all .simple-text .p1,
.services_all .simple-text .p2 {
    color: #595959;
    font-weight: 500;
}

.services_all .simple-text .p2 {
    background-color: #f4f4f4;
    padding: 20px 30px;
}

.services_all .simple-text span {
    text-align: right;
    color: #f2ae2b;
    display: block;
}

.services_all .tt-accordeon-title {
    background-color: #333;
    border: none;
}

.services_all .tt-accordeon-title:after {
    font-weight: 400;
}

.roofing_form textarea {
    height: 125px;
}

.categoryList li.activeCat a,
.categoryList li a:hover {
    background: #fd3c3d;
    color: #fff;
}

.categoryList {
    position: relative;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.categoryList li {
    position: relative;
    margin-bottom: 5px;
}

.categoryList li a {
    display: block;
    background: #f1f1f1;
    color: #0D112F;
    padding: 17px 29px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 16px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-decoration: none;
    border-left: 4px solid #0D112F;
}

.cellpadding.service_details .class-Description p {
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    color: #898989;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}

.cellpadding.service_details .class-Description p :nth-child(2) {
    padding-bottom: 0;
}

.secound-benefits h4 {
    margin-top: 0;
}

.cellpadding.service_details .class-Description p :last-child {
    padding-bottom: 0px;
}

.cellpadding.service_details .benifets h4 {
    padding: 27px 0 0 28px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
}

.cellpadding.service_details .benifets img {
    padding: 20px 0 0 0px;
}

.cellpadding.service_details .check-text {
    padding-top: 20px;
}

.cellpadding.service_details .check-texts {
    padding-top: 24px;
}

.cellpadding.service_details .check-text ul li {
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    color: #898989;
    list-style: none;
    padding-left: 27px;
    padding-bottom: 11px;
}

.cellpadding.service_details .check-texts ul li {
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    color: #898989;
    list-style: none;
    padding-bottom: 11px;
}

.cellpadding.service_details .check-texts ul {
    margin: 0;
    padding: 0;
}

.cellpadding.service_details .check-text ul {
    margin: 0;
    padding: 0;
}

.cellpadding.service_details i.fa.fa-check-square {
    color: #739a31;
    padding-right: 21px;
}

.cellpadding.service_details .leave-coments h5 {
    padding: 27px 0 0 28px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
}

.cellpadding.service_details .tt-title {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-bottom: 31px;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.cellpadding.service_details .tt-titles {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 23px;
    margin-top: 0px;
}

h3.tt-title {
    padding-top: 10px;
    padding-left: 27px;
}

.main-details {
    background: #0D112F;
}

.details {
    padding-top: 31px;
    padding-left: 29px;
}

.details h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    padding-bottom: 19px;
}

.details h4 {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 14px;
}

.details h4 span {
    color: #FFF;
}

.details span {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    padding-left: 5px;
}

.details .btn-default {
    color: #fff;
    background: #739a31;
    border: 1px solid #dddddd;
    font-size: 18px;
    padding: 12px 34px 12px 33px;
    border-radius: 0;
}

.buton {
    padding: 12px 0 38px 0;
}

.contact_us .icon_classes {
    border: 1px solid #dfdfdf;
    background-color: #f5f7fa;
    text-align: center;
    padding: 45px;
}

.contact_us .icon_classes h5 {
    font-size: 18px;
    color: #252525;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-top: 0;
}

.cellpadding.service_details i.fa.fa-check-square-o {
    color: #fd3c3d;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 10px;
}

.contact_us .icon_classes .icofont {
    color: #f2ae2b;
    padding-right: 10px;
    font-size: 18px;
}

.contact_us .icon_classes p {
    color: #252525;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
}

.contact_us .icon_classes a {
    color: #003366;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
}

.contact_form {
    padding-bottom: 100px;
}

.contact_form .simple-text p {
    margin: 0 auto;
    width: 590px;
    margin-bottom: 50px;
}

.contact_us2_form input {
    border: 2px solid #eeeff0;
    height: 44px;
    background-color: #fcfcfc;
    box-shadow: none;
    margin-bottom: 24px;
}

.contact_us2_form label {
    color: #898989;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 500;
}

.contact_us2_form textarea {
    background-color: #fcfcfc;
    border: 2px solid #eeeff0;
    box-shadow: none;
    height: 93px;
}

.contact_us2_form textarea:focus {
    outline: none;
    border: 2px solid #eeeff0;
    box-shadow: none;
}

.contact_form .form-group {
    margin-bottom: 0px;
}

.contact_form .top_bottom label {
    margin-bottom: 10px;
}

.contact_form .sim-button {
    border: 0;
    padding: 0;
}

.contact_form .button8 span {
    position: relative;
}

.contact_form .form_btn {
    text-align: center;
}

/*=====================================================================*/
/*Subscribe-section start from here*/
/*=============================== ======================================*/
.tz-newsletter {
    background: #fd3c3d;
    position: relative;
}

.tz-newsletter .newsletter-left .news-icon {
    float: left;
    padding: 46px 20px 46px 0;
    margin-right: 10px;
}

.tz-newsletter .newsletter-left .news-content {
    display: inline-block;
    padding: 13px 0 36px;
}

.tz-newsletter .newsletter-right {
    margin-top: 48px;
    padding: 0 5px;
}

.tz-newsletter .newsletter-right form .tnp-field-email input {
    border: medium none;
    border-radius: 0;
    float: left;
    padding: 8px 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 44px;
}

.tz-newsletter .newsletter-right form .tnp-field-email input::placeholder {
    color: #383838;
    font-size: 15px;
    font-weight: 400;
}

.newsletter_btn .sim-button.sim2 {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 100%;
    color: #8bc53f;
}

.tz-newsletter i.fa.fa-paper-plane {
    color: fff;
    color: #fff;
    font-size: 37px;
}

.tz-newsletter h3.new-title {
    color: #fff;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.30px;
}

.news-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.tz-newsletter .form-control {
    display: block;
    width: 53%;
    height: 49px;
    padding: 27px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #739a31;
    border: 1px solid #535353;
    border-radius: none;
}

.sim-button.sim2.button8 {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 100%;
    color: #8bc53f;
    background: #fff;
}

.newsletter_btn .sim-button.sim2 {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 100%;
    color: #8bc53f;
    background: #fff;
}

.wrapper-inner-tab-backgrounds-first.sub_button {
    width: 100%;
}

.tz-newsletter .newsletter-right form .tnp-field-email label {
    display: none;
}

.tz-newsletter .newsletter-right form .tnp-field-email input {
    background: #FFF;
    border: medium none;
    border: none;
    float: left;
    padding: 8px 15px;
    width: 72%;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #FFF;
}

.tz-newsletter .btn-success {
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 45px 10px 45px;
    position: absolute;
    right: 0;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    z-index: 0;
}

.footers {
    background: url(../images/footer-background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*=====================================================================*/
/*row fitness-section start from here*/
/*=============================== ======================================*/
.raw-fitnes .img-responsive {
    padding-bottom: ;
}

.raw-fitnes img.img-responsive {
    padding-bottom: 36px;
    padding-left: 13px;
}

.simple {
    background: #f4f4f4;
    width: 838px;
    margin-left: 27px;
    padding-bottom: 30px;
    padding-right: 31px;
    margin-top: 30px;
    margin-bottom: 26px;
}

.simple p {
    font-size: 15px;
    font-weight: 500;
    padding-top: 29px;
    padding-left: 26px;
    padding-bottom: 0px;
    color: #595959;
    line-height: 24px;
}

h5.bradom {
    text-align: right;
    color: #fd3c3d;
    font-size: 15px;
    font-weight: 500;
}

p1 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 125px;
    width: 168px;
    cursor: pointer;
    background: #729a30;
    border: 0;
}

.wrapper-inner-tab-backgrounds-first {
    float: NONE;
    width: 56.33%;
    MARGIN: 0 AUTO;
}

.button8 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    position: relative;
}

.button8 a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.button8 span {
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    background-color: #0D112F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button8:hover::before {
    opacity: 1;
    width: 100%;
}

.hm4slider .slider_content .sim-button {
    float: none;
}

.hm4slider .slider_content .sim-button {
    float: none;
    margin-top: 20px;
}

.slider_content .sim-button {
    float: left;
}

.button8 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    position: relative;
}

.botton-first .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    text-align: center;
    width: 156px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 20px;
    float: left;
    font-weight: 500;
    z-index: 0;
}

.buttones .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 51px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 38px;
    width: 16%;
    cursor: pointer;
    background: #333;
    border: 0;
}

.buttones .button8::before {
    content: '';
    background-color: #fff;
}

.join-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 52px;
    text-align: center;
    width: 38%;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    z-index: 0;
}

.join-now .button8::before {
    content: '';
    background-color: #729a30;
}

.join-now span:hover {
    color: #fff;
}

.book-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    width: 168px;
    cursor: pointer;
    background: #fd3c3d;
    padding-top: -4px;
    border: 0;
    z-index: 0;
}

.book-now .button8::before {
    content: '';
    background-color: #333;
}

.book-now span:hover {
    color: #fff;
}

.botton-first span:hover {
    color: #fff;
}

.contact-buton span:hover {
    color: #333;
}

.contact-buton .button8::before {
    content: '';
    background-color: #fff;
}

.contact-buton .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 49px;
    height: 49px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    width: 168px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    font-weight: 500;
}

.botton-secound .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    margin-top: 23px;
    width: 168px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    text-align: center;
}

.leave-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 34px;
    width: 189px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
}

.leaves-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 190px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
}

.leavess-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 190px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
}

.main-services .cellpadding.service_details .class-Description h3 {
    padding: 40px 0 20px 0;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-services .cellpadding.service_details .benifets h4 {
    padding: 14px 0 4px 0;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-services .cellpadding.service_details .check-text ul li {
    padding-bottom: 11px;
}

.main-sarvices {
    padding-left: 50px;
}

.tt-accordeon {
    position: relative;
}

.tt-accordeon-title {
    background-color: #f4f4f4;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    padding: 15px 55px 15px 20px;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0;
    font-family: 'montserrat', sans-serif;
    margin-bottom: 16px;
}

.tt-accordeon-title.active {
    margin-bottom: 0;
}

.tt-accordeon-title:after {
    position: absolute;
    content: "\f067";
    top: 50%;
    right: 0;
    margin-top: -26px;
    width: 0;
    height: 0;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fd3c3d;
    width: 57px;
    height: 51px;
    padding: 23px;
    padding-top: 16px;
    color: #fff;
}

.tt-panel {
    display: none;
    background-color: #fff;
    padding: 25px 25px;
    border-top: 0px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px;
}

.tt-accordeon-title.active:after {
    position: absolute;
    content: "\f068";
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.simple-text {
    font-size: 15px;
    font-weight: 600;
    color: #595959;
    line-height: 28px;
}

.perspiciatis .simple {
    background: #f4f4f4;
    width: 838px;
    margin-left: 0px;
    padding-bottom: 30px;
    padding-right: 31px;
    margin-top: 25px;
    margin-bottom: 26px;
}

.Strength-main {
    margin-bottom: 40px;
}

.main-simp-text .simple {
    background: #f4f4f4;
    width: 838px;
    margin-left: 0px;
    padding-bottom: 30px;
    padding-right: 31px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.hm4slider .slider_content .sim-button {
    float: none;
    margin-top: 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 168px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 12px;
    margin: 0 auto;
}

.inventore .simple {
    background: #f4f4f4;
    width: 838px;
    padding-bottom: 30px;
    padding-right: 31px;
    margin-top: 17px;
    margin-bottom: 26px;
    margin-left: 0;
}

.laudantium .simple {
    margin-bottom: 26px;
    margin-left: 0;
}

/*=====================================================================*/
/*class-section start from here*/
/*=============================== ======================================*/
.celpading {
    padding-top: 80px;
}

.main-classes {
    padding-bottom: 30px;
}

.main-classes .Running-Classes {
    margin-bottom: 50px;
}

.main-classes .Running-Classes h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding-top: 0;
    padding-bottom: 7px;
}

.main-classes .Running-Classes p {
    font-size: 17px;
    color: #898989;
    line-height: 28px;
}

.main-classes .datetimes {
    background: #fd3c3d;
    padding: 22px 22px 22px 13px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 60px;
    width: 60px;
}

.main-classes .datetimes h3 {
    color: #fff;
    padding-top: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
}

.main-classes .datetimes span {
    padding-left: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.main-classes a.readmore {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 800;
    padding-top: 20px;
    border-bottom: 1px solid #0D112F;
    text-decoration: none;
}

/* blog without sidebar css */
.blog_withoutsidebar .blogs .date {
    left: 20px;
}

.blogs .date {
    background: #fd3c3d;
    width: 77px;
    height: 77px;
    padding: 16px 18px 16px 20px;
    position: absolute;
    top: 300px;
}

.blogs .date {
    top: 0;
    text-align: center;
}

.blogs .blogInfo p {
    display: inline-block;
    color: #b8b8b8;
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-style: initial;
    text-align: left;
    padding-right: 11px;
    margin: 0;
}

.blog_withoutside i {
    padding-right: 8px;
    color: #fd3c3d;
    font-size: 16px;
}

.blogInfo {
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 25px;
}

.blog_withoutside .blog-title {
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    font-size: 20px;
    text-transform: initial;
    line-height: 26px;
    margin-top: 0;
    padding-top: 37px;
}

.blog_withoutside .blog-content {
    font-size: 15px;
    font-weight: 400;
    color: #6a6a6a;
    line-height: 26px;
    margin-top: 26px;
}

.blog_withoutside .blog_btn {
    float: left;
    width: 130px;
}

.blog_withoutside .blogInfo {
    padding-top: 7px;
    padding-bottom: 20px;
}

.paginationWrapper {
    padding-top: 20px;
    clear: both;
}

.completeblog {
    margin-bottom: 80px;
}

.blogs .date h5 {
    color: #fff;
    font-size: 30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 26px;
}

.blogs .date span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.paginationWrapper {
    position: relative;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
    color: #fff;
    background: #fd3c3d;
    border: 2px solid #fd3c3d;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.nubmerPagination {
    display: inline-block;
}

.paginationWrapper a {
    border: 2px solid #d4d4d4;
    background: #fff;
    color: #0d112f;
    padding: 9px 16px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-right: 10px;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.blog_withoutside .blog-title:hover {
    color: #fd3c3d;
}

.completeblog {
    margin-bottom: 150px;
    position: relative;
}

/* blog with rightsidebar page css */
.searchWrapper {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #001a57;
}

.searchWrapper .input1 {
    font-size: 15px;
    color: #898989;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    padding: 0 26px;
    padding-left: 0;
    border: 0;
}

.searchWrapper .input1:focus {
    outline: none;
}

.searchWrapper .input1:active,
.searchWrapper .input1:foucs {
    border: 0;
}

.searchWrapper .simple-input {
    height: 52px;
    padding-right: 50px;
    background: #fff;
    border-radius: 0;
    width: 100%;
}

.searchWrapper .searchBtn {
    padding: 16px 10px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: 0;
    background: #fff;
}

.icon {
    color: #001a57;
    font-size: 16px;
}

.recentTitle .as {
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
}

.categoriesList {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.categoriesList li {
    position: relative;
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 11px;
    margin-bottom: 8px;
}

.categoriesList li:last-child {
    border: none;
}

.categoriesList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.categoriesList li a {
    color: #595959;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding-left: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.categoriesList li a:hover {
    color: #0D112F;
}

.recentNewsBlock a {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 7px;
    display: block;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-family: 'montserrat', sans-serif;
    color: #0d112f;
    font-size: 16px;
}

.recentNewsBlock a:hover {
    color: #001a57;
    font-weight: 700;
}

.recentNewsBlock span {
    display: block;
    color: #b8b8b8;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.tags {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 5px 16px;
    margin-bottom: 8px;
    color: #898989;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 15px;
    font-family: 'montserrat', sans-serif;
    text-transform: none;
    margin-right: 5px;
}

.tags.active,
.tags:hover {
    background: #001a57;
    color: #fff;
    text-decoration: none;
}

.blog_with_rightsidebar .categoriesList .fa-angle-right {
    position: absolute;
    right: 2px;
    left: auto;
    color: #898989;
}

.categoriesList li:last-child {
    padding-bottom: 11px;
}

.recentNews {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.recentNews.last {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.text-widget p {
    color: #898989;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.recentTitle.last {
    margin-bottom: 30px;
}

.blog_with_rightsidebar .image-opacity-on-hover img,
.blog_with_rightsidebar .image-zoom-on-hover img {
    width: 100%;
}

.blog_with_rightsidebar .paginationWrapper {
    padding-top: 12px;
}

.mainBlogContent {
    margin-right: 30px;
}

.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent {
    margin-left: 0;
    margin-right: 30px;
}

h5.leave1 {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 20px;
}

/* blog_left_sidebar css */
.blog_left_sidebar .mainBlogContent {
    margin-left: 18px;
    margin-right: 45px;
}

.blog_left_sidebar .completeblog {
    margin-bottom: 42px;
}

.blog_left_sidebar .date {
    bottom: 0;
    text-align: center;
    position: absolute;
    top: auto;
}

/* blog details page css */
.blockquote {
    background: #f7f7f7;
    padding: 34px 40px 55px 110px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-top: 25px;
}

.blockquote i.fa {
    position: absolute;
    top: 18px;
    left: 33px;
    color: #f2c21a;
    font-size: 55px;
}

.blogdetails blockquote a {
    font-size: 16px;
    color: #f2c21a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    float: right;
    margin-right: 10px;
}

.blockquote a:hover,
blockquote a:focus {
    color: #001a57;
    text-decoration: underline;
}

.commentsWrapper .as {
    margin-top: 30px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.tt-featured-title {
    color: #0d112f;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.commentsWrapper ol {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.commentBlock {
    position: relative;
    border: 1px solid #eeeeee;
}

.commentBlock li {
    border-bottom: 1px solid #eee;
}

.comment {
    position: relative;
    padding: 25px 70px 20px 25px;
}

.comment .commentContent {
    padding-left: 100px;
    margin-bottom: 5px;
    position: relative;
}

.blogWrapper .imgWrapper {
    margin-bottom: 23px;
}

.comment .imgWrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.comment .commentContent a {
    color: #0d112f;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.comment .commentTime {
    padding-left: 100px;
}

.comment .commentTime p {
    color: #0d112f;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.comment .commentTime p a {
    color: #001a57;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
    border-left: 1px solid #001a57;
    padding-left: 7px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 7px;
    font-weight: 400;
    text-decoration: none;
}

.commentsWrapper .simple-text p {
    font-size: 15px;
    color: #898989;
}

.commentBlock li ul li .comment {
    padding-left: 125px;
}

.commentBlock ul {
    padding-left: 0;
    list-style: none;
}

.commentsForm {
    position: relative;
    margin-top: 45px;
}

.commentsForm .as {
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 0;
}

.commentsWrapper ol {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.commentsForm form {
    background: #f6f6f6;
    padding: 52px 67px 93px 30px;
    border: 1px solid #ddd;
}

.commentsForm .simple-input {
    font-size: 15px;
    color: #898989;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #dddddd;
    background: #fff;
    transition: all .15s;
    -webkit-transition: all .15s;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.commentsForm .button {
    padding: 16px 38px;
    color: #fff;
    background: #6ab43e;
    font-size: 13px;
}

.blogdetails.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent {
    margin-bottom: 0;
}

.blogdetails.blog_left_sidebar .completeblog {
    margin-bottom: 0;
}

.blogdetails .blog-title {
    text-transform: initial;
}

.blogdetails .blog-content {
    margin-bottom: 0;
}

.blog_left_sidebar.cellpadding h3.pupler-heading {
    color: #333000;
    font-weight: 500;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    padding-bottom: 4px;
}

.pupler-image {
    border: 1px solid #c0c0c0;
}

/*.pupler-image .img-responsive {
    padding-top: 4px;*/
}

p.pupler-text {
    color: #333;
    font-size: 13px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    width: 192px;
    padding-bottom: 5px;
}

.Popular .col-md-8.col-sm-8.col-xs-9.text {
    padding-left: 2px;
}

.Popular {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 21px;
    padding-top: 23px;
}

.portfolioHover {
    position: relative;
}

p.bloge-text {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 300;
}

.main-weight {
    padding-top: 40px;
}

.main-weight h4 {
    color: #333000;
    font-size: 17px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.main-weight p {
    padding-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.blog-content span {
    color: #333;
}

.Popular a {
    font-size: 13px;
    color: #fd3c3d;
    text-decoration: none;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

aside.blogAside .col-md-8.col-sm-8.col-xs-6.text {
    padding: 0;
}

.mains-simple .simple {
    background: #f4f4f4;
    width: 838px;
    padding-bottom: 30px;
    padding-right: 31px;
    margin-top: 0px;
    margin-bottom: 39px;
    margin-left: 0;
}

.Phasellus p {
    color: #898989;
    font-size: 15px;
    line-height: 28px;
}

.Phasellus {
    margin-left: 15px;
}

.commentsWrapper .as {
    margin-top: 30px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-transform: lowercase;
    font-family: 'montserrat', sans-serif;
}

.tt-featured-title {
    color: #0D112F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.commentsWrapper ol {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.commentBlock {
    position: relative;
    border: 1px solid #eeeeee;
}

.commentBlock li {
    border-bottom: 1px solid #eee;
}

.comment {
    position: relative;
    padding: 25px 70px 20px 25px;
}

.comment .commentContent {
    padding-left: 100px;
    margin-bottom: 5px;
    position: relative;
}

.blogWrapper .imgWrapper {
    margin-bottom: 23px;
}

.comment .imgWrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.comment .commentContent a {
    color: #333;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.comment .commentTime {
    padding-left: 100px;
}

.comment .commentTime p {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.comment .commentTime p a {
    color: #fd3c3d;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
    border-left: 1px solid #fd3c3d;
    padding-left: 7px;
    margin-left: 7px;
    font-weight: 500;
    text-decoration: none;
}

.commentsWrapper .simple-text p {
    font-size: 15px;
    color: #898989;
    font-weight: 400;
}

.commentBlock li ul li .comment {
    padding-left: 125px;
}

.commentBlock ul {
    padding-left: 0;
    list-style: none;
}

.commentsForm {
    padding-left: 14px;
    position: relative;
    margin-top: 30px;
}

.commentsForm .as {
    margin-bottom: -25px;
    border-bottom: 0;
    text-transform: initial;
    font-size: 35px;
    font-family: 'montserrat', sans-serif;
    text-align: center;
    margin-top: 76px;
    font-weight: 600;
}

.commentsWrapper ol {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.commentsForm form {
    background: #f6f6f6;
    padding: 52px 67px 52px 30px;
    border: 1px solid #ddd;
    margin-top: 30px;
    padding-bottom: 83px;
}

.commentsForm textarea#comment {
    height: 170px;
}

.commentsForm .simple-input {
    font-size: 15px;
    color: #898989;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #dddddd;
    background: #fff;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.main-services button {
    border: 0;
    background: 0;
}

.main-froms .commentsForm form textarea {
    height: 175px;
}

.commentsForm .button {
    padding: 16px 38px;
    color: #fff;
    background: #6ab43e;
    font-size: 13px;
}

.commentsForm .simple-input {
    font-size: 15px;
    color: #898989;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #dddddd;
    background: #fff;
    transition: all .15s;
    -webkit-transition: all .15s;
    margin-bottom: 22px;
}

.demonstrate {
    background: #fcfcfc;
}

.commentsWrapper {
    padding-left: 14px;
}

.commentsForm .simple-input::placeholder {
    color: #d0d0d0;
    font-size: 15px;
    font-weight: 400;
}

.Contact-main .contact-buton .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 49px;
    height: 49px;
    text-align: center;
    margin-right: auto;
    margin-left: 0;
    margin-top: 25px;
    width: 168px;
    cursor: pointer;
    background: #333;
    border: 0;
    font-weight: 500;
}

.Contact-main .contact-buton .button8::before {
    content: '';
    background-color: #739a31;
}

.Contact-main .contact-buton span:hover {
    color: #fff;
}

.Frequently-.cellpadding h4.tt-title {
    color: #0D112F;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
    padding-left: 11px;
}

.Frequently- .tt-title:after {
    position: absolute;
    background: #fd3c3d;
    width: 61px;
    height: 2px;
    content: '';
    margin-left: 21px;
    bottom: 0;
}

.main-services .tt-title {
    position: relative;
}

.main-services h4:after {
    position: absolute;
    background: none;
    width: 61px;
    height: 2px;
    content: '';
    margin-left: 21px;
    bottom: 0;
    top: 0;
}

.Frequently-.cellpadding .tt-panel {
    display: none;
    background-color: #fff;
    padding: 25px 4px;
    border-top: 0px;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.Frequently-.cellpadding .tt-panel.tt-panel-open {
    display: block;
}

.Frequently-.cellpadding .tt-accordeon-title {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    padding: 10px 55px 15px 0px;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0;
    font-family: 'montserrat', sans-serif;
    margin-bottom: 16px;
    border-bottom: 1px solid #dddddd;
    background: 0;
}

.main-froms .commentsForm {
    padding-left: 14px;
    position: relative;
    margin-top: 0px;
}

.main-froms {
    background: #f3f3f3;
}

.main-froms .commentsForm form {
    background: 0;
    padding: 52px 67px 78px 30px;
    border: 0;
}

.contact_us2_form .tt-title:after {
    display: none;
}

.main-froms .botton-secounds .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    margin-top: 23px;
    width: 168px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.botton-secounds {
    padding-top: 16px;
}

.main-eventsdetail .blog_left_sidebar .mainBlogContent {
    margin-left: 15px;
    margin-right: -1px;
}

.main-eventsdetail.commentsForm .as {
    padding-top: 37px;
    border-bottom: 0;
    text-transform: initial;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    margin-top: 36px;
    text-align: left;
    padding-left: 28px;
    color: #739a31;
    font-weight: 600;
}

.main-eventsdetail .main-froms .botton-secounds .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    margin-top: 23px;
    width: 106px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.main-froms .commentsForm form {
    background: 0;
    padding: 16px 19px 94px 7px;
    border: 0;
}

.main-froms .button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-froms .commentsForm .sim-button::before {
    background: #0D112F;
}

.main-froms .commentsForm .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 49px;
    height: 49px;
    text-align: center;
    width: 174px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 12px;
    font-weight: 500;
    z-index: 0;
    margin: 0 auto;
}

.main-froms .commentsForm a {
    text-decoration: none;
}

.main-froms .button8:hover::before {
    opacity: 1;
    width: 100%;
}

.main-froms .commentsForm .simple-input {
    font-size: 15px;
    color: #898989;
    line-height: 48px;
    height: 48px;
    padding: 0 24px;
    width: 100%;
    border: 1px solid #dddddd;
    background: #fff;
    transition: all .15s;
    -webkit-transition: all .15s;
    margin-bottom: 20px;
}

.event_details .main-froms .commentsForm form textarea {
    height: 121px;
}

.event_details .class-Description h3 {
    padding: 0px 0 0 0;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.event_details .class-Description p {
    font-size: 17px;
    color: #898989;
    line-height: 28px;
    width: 850px;
    padding-top: 16px;
}

.event_details .benifets h4 {
    padding: 20px 0 0 0;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.event_details .check-text {
    padding-top: 11px;
}

.event_details i.fa.fa-check-square-o {
    color: #fd3c3d;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 10px;
}

.event_details .check-text ul {
    margin: 0;
    padding: 0;
}

.event_details .check-text ul li {
    padding-bottom: 7px;
}

.event_details .check-text ul li {
    font-size: 17px;
    color: #898989;
    list-style: none;
}

.event_details .location-images h4 {
    padding: 22px 0 0 0;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-bottom: 22px;
    margin-top: 0;
    margin-top: 0;
}

.orginc-yoga .tt-title:after {
    position: absolute;
    background: none;
    width: 61px;
    height: 2px;
    content: '';
    margin-left: 21px;
    bottom: 0;
}

.orginc-yoga .tt-title:after {
    position: absolute;
    background: none;
    width: 61px;
    height: 2px;
    content: '';
    margin-left: 21px;
    bottom: 0;
}

/*=====================================================================*/
/*event-section start from here*/
/*=============================== ======================================*/
.main-competitions .Running-Classes {
    margin-bottom: 50px;
}

.main-competitions .Running-Classes h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    padding-top: 0px;
    margin-bottom: -4px;
    margin-top: 0;
}

.main-competitions .Running-Classes p {
    font-size: 17px;
    color: #898989;
    line-height: 28px;
    font-weight: 400;
}

.main-competitions .datetimes {
    background: #fd3c3d;
    padding: 9px 24px 9px 20px;
    display: inline-block;
    position: relative;
    top: auto;
    height: 76px;
    width: 77px;
    MARGIN-TOP: -50px;
    MARGIN-BOTTOM: 32px;
}

.main-competitions .datetimes h3 {
    color: #fff;
    padding-top: 0;
    margin: 0;
    font-size: 30px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.main-competitions .datetimes span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.main-competitions a.readmore {
    border: 1px solid #739a31;
    color: #0d112f;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 31px 12px 31px;
}

.main-competitions .challenges {
    padding-right: 30px;
    padding-left: 30px;
}

.main-competitions .blogInfos {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-competitions .blogInfos p {
    display: inline-block;
    color: #6a6a6a;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    font-style: initial;
    text-align: left;
    padding-right: 5px;
    margin: 0;
}

.main-competitions i.fa.fa-clock-o {
    color: #fd3c3d;
    font-weight: 300;
    padding-right: 15px;
    font-size: 20px;
}

.main-competitions i.fa.fa-map-marker {
    color: #fd3c3d;
    font-weight: 300;
    padding-right: 15px;
    font-size: 20px;
    margin-left: 30px;
}

.main-competitions p.main-p {
    margin-bottom: 35px;
}

.main-competitions .challenges {
    padding-bottom: 54px;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-competitions .paginationWrapper {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}

/*=====================================================================*/
/*Shop-section start from here*/
/*=============================== ======================================*/
.post-list .post-txt {
    width: 70%;
    float: right;
}

.post-list .post-txt h5 {
    font-size: 13px;
    color: #575757;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.post-list .post-txt a.read-more {
    font-size: 13px;
    color: #e29b12;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.post-list .post-txt a.read-more:hover {
    text-decoration: underline;
}

.shop-card .blogAside h5 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
}

.shop-card .filter-price {
    width: 100%;
    float: left;
    margin: 39px 0px 40px;
}

.shop-card .filter-price .gray-line {
    background: #eaeaea;
    width: 100%;
    float: left;
    height: 6px;
    position: relative;
}

.shop-card .left-price {
    width: 30%;
    float: left;
    position: absolute;
    left: -1px;
    top: -5px;
}

.shop-card .left-price .gray-circle {
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 20px;
    float: left;
}

.shop-card .left-price .price {
    font-size: 14px;
    color: #333;
    width: 100%;
    float: left;
    margin: 10px 0px 0px;
}

.shop-card .left-price.right-price .gray-circle {
    float: right;
}

.shop-card .left-price.right-price .price {
    text-align: right;
}

.shop-card .left-price .price {
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: 600;
    float: left;
    margin: 10px 0px 0px;
}

.shop-card .left-price.right-price {
    left: inherit;
    right: -1px;
}

.shop-card a.header-requestbtn.filter-link {
    font-size: 15px;
    text-transform: none;
    float: left;
    font-weight: 600;
    padding: 9px 34px;
    background: #0D112F;
    color: #fff;
    width: 108px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 35px;
}

.shop-card .recentTitle {
    clear: both;
}

.shop-card .blog_left_sidebar.cellpadding h3.pupler-heading {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    padding-bottom: 17px;
    text-transform: uppercase;
}

.shop-card .Populas {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 0px;
    padding-top: 14px;
}

.shop-card h4.fitness-text {
    color: #333;
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 2px;
}

.shop-card h6.econs {
    color: #333;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    margin-top: 0;
    display: inline-block;
}

.shop-card h4.main-filter {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
}

.shop-card i.icofont.icofont-star.icofont1 {
    color: #f2ae2b;
    font-size: 13px;
    margin-left: -5px;
}

.shop-card .star {
    display: inline;
    padding-left: 10px;
}

.shop-card .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 108px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    position: relative;
    margin-bottom: 33px;
}

.shop-card .button8::before {
    background-color: #fd3c3d;
}

.shop-column {
    width: 30%;
    float: left;
    margin-bottom: 60px;
    margin-right: 20px;
}

.shop-column:nth-child(3),
.shop-column:nth-child(6),
.shop-column:nth-child(9),
.shop-column:nth-child(12) {
    margin-right: 0px;
}

.shop-column img {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #c1c1c1;
}

.shop-column-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 19px 0px;
}

.shop-column-head h5 {
    font-size: 17px;
    text-transform: none;
    color: #333;
    float: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.shop-column-head .rating {
    width: auto;
    float: right;
    margin: 3px 0px;
}

.shop-column-head .rating img {
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 0px 1px;
}

.shop-column .shop-price {
    width: auto;
    float: left;
    font-size: 17px;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 7px 0px;
}

.main2-shoping .main.one {
    text-align: center;
}

/*=====================================================================*/
/*Shop Detail-section start from here*/
/*=============================== ======================================*/
.main2-shoping.detail .product-desc h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.main2-shoping.detail p.fnt-17 {
    font-size: 17px;
}

.main2-shoping.detail .product-slider {
    width: 55.4%;
    float: right;
}

.main2-shoping.detail p {
    line-height: 30px;
    color: #6a6a6a;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 18px;
    padding-top: 8px;
}

.main2-shoping.detail .product-slider img {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #ccc;
}

.main2-shoping.detail .product-desc .price {
    font-size: 48px;
    font-weight: 700;
    color: #fd3c3d;
    margin: 5px 0px 10px;
    width: 100%;
    float: left;
}

.main2-shoping.detail .product-desc .quantity-cl .plus-minus {
    width: 42px;
    line-height: 47px;
    background: #dcdcdc;
    color: #333;
    font-size: 20px;
    float: left;
    text-align: center;
}

.main2-shoping.detail .product-desc .quantity-cl .quantity-input {
    width: 114px;
    color: #333;
    font-size: 20px;
    float: left;
    background: #dcdcdc;
    box-shadow: none;
    border: 0px;
    text-align: center;
    padding: 9px 10px 10px;
    margin: 0px 1px;
}

.main2-shoping.detail .product-desc .product-desc .quantity-cl .plus-minus {
    width: 42px;
    line-height: 47px;
    background: #dcdcdc;
    color: #333;
    font-size: 20px;
    float: left;
    text-align: center;
}

.main2-shoping.detail a.header-requestbtn.filter-link.add-cart-link {
    padding: 14px 0px;
    text-align: center;
    width: 199px;
    height: 49px;
    padding-top: 0;
    line-height: 49px;
    z-index: 0;
}

.main2-shoping.detail .product-desc .quantity-cl {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.main2-shoping.detai ul.prd-info-list {
    width: 100%;
    float: left;
    margin: 25px 0px;
    padding: 0px;
}

.main2-shoping.detail ul.prd-info-list li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #729a30;
    margin: -4px -62px 17px -38px;
}

.main2-shoping.detail ul.prd-info-list li {
    color: #fd3c3d;
}

.main2-shoping.detail h4.fnt20 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
}

.main2-shoping.detail .wdt-100 {
    width: 100%;
    float: left;
}

.main2-shoping.detail .header-socials.footer-socials.product-socials {
    clear: both;
    margin-bottom: 35px;
    padding-top: 10px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700px;
}

.main2-shoping.detail .header-socials.footer-socials.product-socials i:hover {
    color: #729a30;
    border: 1px solid #729a30;
}

.main2-shoping.detail .header-socials.footer-socials i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #333;
    border-radius: 30px;
    margin: 0px 3px 0px 0px;
    text-align: center;
    color: #333;
}

.main2-shoping.detail .product-desc {
    width: 40%;
    float: left;
}

.main2-shoping.detail .prd-info-list li span {
    color: #333;
    font-weight: 600;
}

.main2-shoping.detail .fnt-17 strong {
    pading-bottom: 20px;
}

.main2-shoping.detail h5.fnt-17 {
    color: #333;
    padding-top: 20px;
    font-size: 18px;
}

.main2-shoping.detail .rating-cl .rating-img {
    width: auto;
    margin: 4px 5px 5px 5px;
}

.main2-shoping.detail h5.yoe-rt {
    color: #333;
    font-size: 17px;
    margin-bottom: 34px;
    font-weight: 600;
}

.form-field label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main2-shoping.detail .form-field .form-input,
.form-field .form-comment {
    width: 100%;
    font-size: 15px;
    color: #939393;
    border: 1px solid #a3a3a3;
    padding: 18px;
}

.btn {
    padding-top: 20px;
}

.main2-shoping .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 39px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    width: 136px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: right;
    position: relative;
    margin-bottom: 0px;
}

.filter-button .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 108px;
    cursor: pointer;
    background: #fefefe;
    border: 0;
    float: left;
    position: relative;
    margin-bottom: 33px;
}

}

.btn .sim-button {
    margin-top: 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    line-height: 53px;
    text-transform: uppercase;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    width: 139px;
    cursor: pointer;
    background: #333;
    border: 0;
    float: right;
    position: relative;
    margin-bottom: 0px;
}

.pad95-100-top-bottom {
    padding: 80px 0px 100px;
}

.cart-table {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}

.cart-table {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}

ul.cart-table-top {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #f2f2f2;
}

ul.cart-table-top li:nth-child(2) {
    padding-left: 0;
}

ul.cart-table-top li:first-child {
    padding-right: 0;
}

ul.cart-table-top li {
    list-style: none;
    float: left;
    font-size: 15px;
    color: #575757;
    padding: 15px 20px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-wdt1 {
    width: 40%;
    float: left;
    text-align: left !important;
}

.cart-wdt2 {
    width: 17.3%;
    float: left;
    text-align: center;
}

.cart-wdt3 {
    width: 8%;
    float: left;
    text-align: center;
}

.cart-wdt4 {
    width: 38%;
    float: right !important;
}

ul.cart-table-top.cart-table-mid {
    background: none;
    border-bottom: 1px solid #ccc;
}

ul.cart-table-top.cart-table-mid li {
}

.cartproduct-img {
    width: 37%;
    float: left;
    margin-right: 24px;
}

.cartproduct-img img {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    height: auto;
}

.cartproduct-desc {
    width: 55%;
    float: left;
    margin: 15px 0px 0px;
}

.cartproduct-desc h4 {
    text-transform: none;
}

.cartproduct-desc p {
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}

.prdt-price {
    font-size: 17px;
    color: #4a4949;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
}

.cart-prdt-qty {
    width: 55px;
    height: 37px;
    border: 1px solid #ccc;
    font-size: 17px;
    color: #4a4949;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.margin-txt {
    margin: 50px 0px;
}

ul.cart-table-top.cart-table-btm {
    background: #fff;
    padding: 0px 3px;
}

a.continue-shop {
    background: #f6f4f4;
    font-size: 15px;
    color: #5d5d5d;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 10px;
    display: block;
    border: 1px solid #ccc;
    float: left;
    text-transform: none;
    text-decoration: none;
    width: 200px;
    text-align: center;
}

a.continue-shop:hover {
    background: #fd3c3d;
    color: #fff;
    border: 1px solid #fd3c3d;
}

a.continue-shop.clear-shoppingbtn {
    background: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

a.continue-shop.clear-shoppingbtn:hover {
    background: #fd3c3d;
    color: #fff;
    border: 1px solid #fd3c3d;
}

a.continue-shop.update-shoppingbtn {
    background: #333;
    color: #fff;
    border: 1px solid #729a30;
}

a.continue-shop.update-shoppingbtn:hover {
    opacity: .8;
}

.discount-codes {
    width: 45.3%;
    float: left;
    background: #f6f4f4;
    padding: 40px 55px 40px 40px;
    margin-right: 70px;
}

.discount-codes h4 {
    font-size: 20px;
}

.codes-field {
    width: 100%;
    float: left;
}

.codes-field label {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 20px;
}

.codes-field .codes-input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.apply-coupon,
a.proceed-checkout {
    background: #729a30;
    color: #fff;
    border: 1px solid #729a30;
    font-size: 15px;
    padding: 9px 19px;
    border: 0px;
    margin: 13px 0px 0px;
}

.apply-coupon:hover {
    opacity: .8;
}

.discount-codes.your-order {
    background: #fff;
    border: 1px solid #ccc;
    width: 35%;
    margin-right: 0px;
    padding: 40px;
}

ul.order-lst {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    padding: 0px;
}

ul.order-lst li {
    font-size: 18px;
    color: #575757;
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

ul.order-lst li .span1 {
    width: 40%;
    float: left;
}

ul.order-lst li .span2 {
    width: 40%;
    float: right;
    text-align: right;
}

ul.order-lst li:last-child {
    border-bottom: 0px;
}

a.proceed-checkout {
    width: 100%;
    text-decoration: none;
    text-align: center;
}

a.proceed-checkout:hover {
    background: #729a30;
    color: #fff;
}

.returning-customer {
    width: 100%;
    float: left;
    background: #c5f2f0;
    font-size: 15px;
    color: #525252;
    padding: 14px 30px;
    margin-bottom: 10px;
}

.returning-customer a {
    color: #729a30;
    text-decoration: none;
}

.returning-customer a:hover {
    color: #18948e;
}

.returning-customer.coupon-code {
    background: #e6e6e6;
    margin-bottom: 50px;
}

.returning-customer.coupon-code a {
    color: #333;
}

.returning-customer.coupon-code a:hover {
    color: #7b7b7b;
}

.billing-left {
    width: 53%;
}

.order-rght {
    width: 43%;
    float: right;
}

h3.main.hdi {
    color: red;
    font-weight: 600;
    padding-bottom: 35px;
    font-size: 32px;
    color: #242424;
    font-family: 'montserrat', sans-serif;
    margin-top: 0px;
}

.cartproduct-desc h4 {
    color: #333;
    font-size: 19px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.apply-coupon,
a.proceed-checkout {
    background: #333;
    color: #fff;
    border: 1px solid #729a30;
    font-size: 14px;
    padding: 11px 92px;
    border: 0px;
    margin: 13px 0px 0px;
}

section.pad95-100-top-bottom .btn-123 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 41px;
    height: 43px;
    width: 201px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    margin: 0 auto;
    text-align: center;
    text-transform: lowercase;
    font-weight: 500;
}

.apply-coupons,
a.proceed-checkout {
    background: #333;
    color: #fff;
    border: 1px solid #729a30;
    font-size: 14px;
    width: 135px;
    height: 42px;
    border: 0px;
    margin: 13px 0px 0px;
    font-size: 15px;
}

.discount-codes h4 {
    font-size: 20px;
    color: #333;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 18px;
}

section.pad95-100-top-bottom .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 41px;
    height: 43px;
    width: 144px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

section.pad95-100-top-bottom .btn-12 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 41px;
    height: 43px;
    width: 333px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    margin: 0 auto;
    text-align: center;
}

section.pad95-100-top-bottom .button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fd3c3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.pad95-100-top-bottom .button8:hover::before {
    opacity: 1;
    width: 100%;
}

/*=====================================================================*/
/*404 page -section start from here*/
/*=============================== ======================================*/
.page-ero .error_page {
    background: url(https://via.placeholder.com/1920x1095) no-repeat;
    background-size: cover;
}

.page-ero .error_shadow {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 90px;
    padding-bottom: 95px;
}

.page-ero .cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 1060px;
    height: 657px;
    padding: 15px 0;
    padding-left: 85px;
}

.page-ero .pageErroreTitle .cell-view {
    height: 790px;
}

.page-ero .pageErroreTitle .as {
    font-size: 200px;
    line-height: 146px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.page-ero .pageErroreTitle p {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.page-ero .error_page .error .button6 {
    width: 303px;
    height: 64px;
    line-height: 64px;
    float: none;
}

.page-ero .pageErroreTitle {
    position: relative;
    text-align: center;
}

.page-ero .button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-ero .button8:hover::before {
    opacity: 1;
    width: 100%;
}

.go-to .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 20px;
    line-height: 65px;
    height: 62px;
    width: 305px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.page-ero .go-to {
    margin-top: 30px;
    margin-bottom: 0px;
}

span.main-looking {
    font-size: 25px;
    line-height: 57px;
    color: #fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
}

/*=====================================================================*/
/*maintenance page -section start from here*/
/*=============================== ======================================*/
section.main-maintenance .maintenance {
    background: url(https://via.placeholder.com/1920x1095) no-repeat;
    background-size: cover;
    position: Relative;
}

section.main-maintenance .maintenance_text {
    padding: 304.5px 0;
}

section.main-maintenance .maintenance .maintenance_text h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

section.main-maintenance .maintenance .maintenance_text p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

section.main-maintenance .maintenance_text h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
}

section.main-maintenance .barfiller .fill {
    background: red;
    display: block;
    height: 100%;
    z-index: 1;
    width: 0;
}

section.main-maintenance .single-progress {
    margin-top: 70px;
}

section.main-maintenance .barfiller .tip {
    background: #333;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    left: 0;
    line-height: 20px;
    margin-top: -52px;
    padding: 8px 16px 8px 16px;
    position: absolute;
    text-align: center;
    z-index: 2;
    margin-left: 0;
    border-radius: 5px;
}

section.main-maintenance .barfiller .tip:after {
    border-color: #333 transparent;
    border-image: none;
    border-style: solid;
    border-width: 11px 14px 0px 14px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 86%;
    left: 27%;
    -webkit-transform: rotate(-92deg);
    -ms-transform: rotate(-92deg);
    transform: rotate(360deg);
    z-index: 9;
}

section.main-maintenance .barfiller {
    padding: 0;
    background: #fff;
    border: 0;
    height: 6px;
    width: 713px;
    height: 19px;
    margin: 0 auto;
    position: relative;
}

section.main-maintenance .cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
    padding: 15px 0;
}

/*=====================================================================*/
/*coming-soon -section start from here*/
/*=============================== ======================================*/
section.main-coming-soon .commingWrapper {
    background: url(https://via.placeholder.com/1928x1286) no-repeat;
    background-size: cover;
}

section.main-coming-soon .commingTitle .as {
    text-align: center;
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 45px;
    color: #fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

section.main-coming-soon .commingWrapper p {
    font-family: 'montserrat', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
    width: 750px;
    line-height: 26px;
    margin: 0 auto;
}

section.main-coming-soon .timerWrapper .timer {
    display: inline-block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-style: normal;
    text-align: center;
    position: relative;
    top: -21px;
    left: -4px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

section.main-coming-soon .timerWrapper .timer {
    display: inline-block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-style: normal;
    text-align: center;
    position: relative;
    top: -21px;
    left: -4px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

section.main-coming-soon .timerWrapper .timerBlock span {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

section.main-coming-soon .commingDescription form .simple-input {
    border: 0;
    max-width: 545px;
    border-radius: 0;
    margin-right: 22px;
    height: 55px;
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 20px;
    font-size: 17px;
    color: #797979;
    font-weight: 400;
    font-family: 'montserrat', sans-serif;
}

section.main-coming-soon .commingWrapper .cell-view {
    height: 974px;
}

section.main-coming-soon .timerWrapper {
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
}

section.main-coming-soon .comming_shadow {
    width: 830px;
    margin: 0 auto;
}

section.main-coming-soon .timerWrapper .timerBlock {
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 100%;
    padding: 40px 33px;
    min-width: 170px;
    margin: 0 17px;
}

section.main-coming-soon .cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
    padding: 15px 0;
}

section.main-coming-soon .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    line-height: 56px;
    height: 56px;
    text-align: center;
    margin-right: auto;
    width: 194px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
}

/*=====================================================================*/
/*testimonial -section start from here*/
/*=============================== ======================================*/
section.testimonial h3.tt-title.text-owel {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

section.testimonial p.testimonial-texts {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

section.testimonial .client_say .testimonial {
    color: #fff;
    position: relative;
    background: #6a6a6a;
    padding: 12px;
    margin: 0 0 -20px 6px;
}

section.testimonial .owl-next {
    display: none;
}

section.testimonial .owl-prev {
    display: none;
}

section.testimonial .client_say .testimonial p {
    line-height: 21px;
    margin: 0;
    font-size: 15px;
    padding: 10px 3px 17px 30px;
    width: auto;
    margin-top: -15px;
    font-weight: 300;
}

section.testimonial .client_say.cellpadding .media {
    margin-top: 40px;
    margin-left: 20px;
}

section.testimonial .name {
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
}

.croual {
    margin-top: 40px;
}

.testimonial .pricing_Features .tt-title:after {
    display: none;
}

/*=====================================================================*/
/*appointment -section start from here*/
/*=============================== ======================================*/
.main-appointment .tt-title {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-appointment .contact_us2_form input, .main-appointment .contact_us2_form select {
    border: 2px solid #eeeff0;
    height: 55px;
    background-color: #fcfcfc;
    box-shadow: none;
    margin-bottom: 24px;
}

select {
    width: 100%;
    border: 2px solid #eeeff0;
    height: 55px;
    background-color: #fcfcfc;
    box-shadow: none;
    margin-bottom: 0px;
    color: #898989;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}

.custom-select {
    pading-bottom: 20px;
}

.main-appointment .tt-titles {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.main-appointment button.btn.btn-success.sim-button.button8 {
    width: 100%;
    background: #729a30;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    padding-bottom: 18px;
}

.main-appointment .button {
    padding-top: 15px;
}

.main-appointment button.btn.btn-success.sim-button.button8 span {
    padding-top: -5px;
}

/**google-map start **/
.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**footer csss**/
.btn-effect {
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    padding: 0px 45px 10px 45px;
    position: absolute;
    right: 0;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
}

.btn-success.button8 span {
    z-index: 2;
    display: block;
    position: relative;
    height: 100%;
}

.latest_news .btn-effect span:hover {
    color: green;
}

.btn-success.button8:hover span {
    color: #fff;
}

ul.tt-footer-list {
    margin-bottom: 0;
}

ul.tt-footer-list li:last-child {
    padding-bottom: 0;
}

/*=====================================================================*/
/*contact -section start from here*/
/*=============================== ======================================*/
.main-contectus .contect {
    text-align: center;
}

.main-contectus .contect strong {
    color: #fd3c3d;
    font-size: 45px;
}

.contect h4 {
    color: #333;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contect p {
    font-size: 17px;
    color: #6a6a6a;
}

.contect h5 {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 14px;
}

.contect h5 a {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 14px;
}

.contact_form .content {
    text-align: center;
}

.contact_form {
    background: #f1f1f1;
}

.contact_form h4 {
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact_form .simple-text p {
    margin: 0 auto;
    width: 590px;
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #6a6a6a;
    font-family: 'montserrat', sans-serif;
}

.contact_form .form-control {
    border: 1px solid #dddddd;
    height: 49px;
    border-radius: 0;
    padding: 6px 15px;
}

.contact_form .form-group {
    margin-bottom: 20px;
}

.contact_form input {
    color: #898989;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}

.contact_form textarea.form-control {
    height: 100px;
    padding-top: 15px;
    color: #898989;
    font-size: 15px;
}

.contact_form .form-group textarea {
    margin-bottom: 30px;
    box-shadow: none;
    outline: none;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.contact_form .sim-button.button6.yellowbtn {
    background: #729a30;
    display: inline-block;
    color: #fff;
    padding: 10px 36px 10px 36px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    margin-top: 4px;
    width: 100%;
    height: 51px;
}

/*=====================================================================*/
/*checkbox-section start from here*/
/*=============================== ======================================*/
h3.check-heading {
    font-family: 'montserrat', sans-serif;
    margin: 0px;
    padding-bottom: 50px;
    font-weight: 700;
    color: #0D112F;
    font-size: 32px;
    text-transform: uppercase;
}

.checkout-form {
    width: 100%;
    float: left;
}

.checkout-form .form-field {
    width: 100%;
    float: left;
    margin: 2px 0px;
}

.checkout-form .form-field.field-49 {
    width: 49%;
}

.checkout-form .form-field.field-55 {
    width: 55%;
}

.checkout-form .form-field.field-fr {
    float: right;
}

.checkout-form .form-field label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #696969;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 14px;
}

.checkout-form .form-field .form-input,
.checkout-form .form-field .form-select,
.checkout-form .form-field .form-msg {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 14px;
    font-size: 15px;
    color: #969696;
}

.input-marginbtm {
    margin-bottom: 8px;
}

.checkout-form .form-field .checkbox_label {
    width: auto;
    cursor: pointer;
}

.checkout-form .form-field .checkbox_label input[type=checkbox],
input[type=radio] {
    margin: 4px 10px 0 0;
}

.product-orderlst {
    background: #f6f6f6;
    width: 100%;
    float: left;
    padding: 20px 35px 30px;
    margin: 20px 0px;
}

.product-orderlst ul {
    margin: 0px;
    padding: 0px;
}

.product-orderlst ul li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #7e7e7e;
    padding: 14px 0px;
}

.product-orderlst ul li .left-txt {
    width: 45%;
    float: left;
}

.product-orderlst ul li .rght-txt {
    width: 25%;
    float: right;
}

.product-orderlst ul li:first-child {
    font-weight: 700;
    font-size: 18px;
}

.product-orderlst ul li:last-child {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.paypal-img img {
    padding-top: 15px;
}

.paypal-img {
    float: left;
    margin: -13px 20px 0px;
}

.main-h {
    padding-top: 35px;
    padding-bottom: 35px;
}

a.whatpaypal {
    font-size: 16px;
    color: #729a30;
}

.checkout-form .form-field .form-msg {
    height: 95px;
}

.paypal-margin {
    margin: 40px 0px;
}

.wdt-100 {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}

h4.billing {
    color: #242424;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.your {
    color: #242424;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

h4.adisional {
    color: #242424;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

/*=====================================================================*/
/*gallery-2-section start from here*/
/*=============================== ======================================*/
.project_2columns ul.portfolio-sorting {
    margin-bottom: 0;
}

.portfolio-sorting li a {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #8f8f8f;
    text-decoration: none;
    font-size: 14px;
    color: #8f8f8f;
}

.portfolio-sorting li:hover a {
    color: #fff;
}

.portfolio-sorting li:hover {
    background: #fd3c3d;
}

.portfolio-sorting li a:hover {
    color: #fff;
    display: inline-block;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-bottom: 25px;
}

.portfolio-sorting.list-inline > li {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 15px;
}

.project_2columns .portfolio-item {
    padding: 20px;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdfdf;
    margin-top: 40px;
}

.project_2columns .sub-title {
    margin-top: 20px;
}

.sub-title {
    color: #0D112F;
    font-size: 18px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio.project_2columns.cellpadding figure {
    overflow: hidden;
}

.portfolio.project_2columns.cellpadding figure img {
    width: 100%;
    height: auto;
}

.portfolio.project_2columns.cellpadding figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio.project_2columns.cellpadding .isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio.project_2columns.cellpadding figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content.with-icons {
    text-align: center;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content.with-icons a {
    width: 53px;
    height: 53px;
    line-height: 50px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: #242424;
    color: #fff;
    border-radius: 50%;
}

.portfolio.project_2columns.cellpadding figure:hover .overlay-background {
    display: block;
}

.portfolio.project_2columns.cellpadding figure:hover .overlay-background {
    opacity: 1;
    visibility: visible;
}

.portfolio.project_2columns.cellpadding .overlay-background .icon-Search {
    font-size: 15px;
}

.portfolio.project_2columns.cellpadding .isotopeSelector {
    margin-bottom: 30px;
}

.portfolio.project_2columns.cellpadding .cobbies .button {
    text-align: center;
    margin-top: 5px;
}

/*=====================================================================*/
/*gallery-3-section start from here*/
/*=============================== ======================================*/
.portfolio.project_3columns.cellpadding figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.portfolio.project_3columns.cellpadding figure {
    overflow: hidden;
}

.portfolio.project_3columns.cellpadding figure img {
    width: 100%;
    height: auto;
}

.portfolio.project_3columns.cellpadding figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio.project_2columns.cellpadding .isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio.project_3columns.cellpadding figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content.with-icons {
    text-align: center;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content.with-icons a {
    width: 53px;
    height: 53px;
    line-height: 50px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: #242424;
    color: #fff;
    border-radius: 50%;
}

.portfolio.project_3columns.cellpadding figure:hover .overlay-background {
    display: block;
}

.portfolio.project_3columns.cellpadding figure:hover .overlay-background {
    opacity: 1;
    visibility: visible;
}

.portfolio.project_3columns.cellpadding .overlay-background .icon-Search {
    font-size: 15px;
}

.portfolio.project_3columns.cellpadding .isotopeSelector {
    margin-bottom: 30px;
}

.portfolio.project_3columns.cellpadding .cobbies .button {
    text-align: center;
    margin-top: 5px;
}

.project_3columns .sub-title {
    margin-top: 20px;
}

.project_3columns .portfolio-item {
    padding: 15px;
}

.project_3columns .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-bottom: 25px;
}

/*=====================================================================*/
/*gallery-4-section start from here*/
/*=============================== ======================================*/
.portfolio.project_4columns.cellpadding figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.portfolio.project_4columns.cellpadding figure {
    overflow: hidden;
}

.portfolio.project_4columns.cellpadding figure img {
    width: 100%;
    height: auto;
}

.portfolio.project_4columns.cellpadding figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio.project_4columns.cellpadding .isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio.project_4columns.cellpadding figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content.with-icons {
    text-align: center;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 0;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content.with-icons a {
    width: 53px;
    height: 53px;
    line-height: 50px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: #242424;
    color: #fff;
    border-radius: 50%;
}

.portfolio.project_4columns.cellpadding figure:hover .overlay-background {
    display: block;
}

.portfolio.project_4columns.cellpadding figure:hover .overlay-background {
    opacity: 1;
    visibility: visible;
}

.portfolio.project_4columns.cellpadding .overlay-background .icon-Search {
    font-size: 15px;
}

.portfolio.project_4columns.cellpadding .isotopeSelector {
    margin-bottom: 30px;
}

.portfolio.project_4columns.cellpadding .cobbies .button {
    text-align: center;
    margin-top: 5px;
}

.project_4columns .sub-title {
    margin-top: 20px;
}

.project_4columns .list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    margin-bottom: 40px;
}

.overlays {
    padding-left: 0;
    padding-right: 0;
}

/*=====================================================================*/
/*trainers-section start from here*/
/*=============================== ======================================*/
.trainers-1 {
    margin-left: 40px;
    margin-top: 60px;
}

.trainers-1 h5 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
}

.trainers-1 span {
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    color: #fd3c3d;
}

.border-1 {
    border-bottom: 2px solid #0D112F;
    width: 10%;
    padding-top: 10px;
}

.harry-bron span {
    color: #6a6a6a;
    font-weight: 300;
}

.harry-bron li {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    list-style: none;
    margin-bottom: 19px;
}

.harry-bron p {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left: 206px;
    width: 437px;
    color: #6a6a6a;
    line-height: 28px;
}

.harry-bron ul {
    padding-top: 30px;
    padding-left: 0;
}

.harry-bron ul li a {
    color: #333;
    font-weight: 300;
    font-family: 'montserrat', sans-serif;
}

li.last {
    padding-top: 104px;
}

.trainers-Detail i.fa.fa-facebook {
    font-size: 18px;
    color: #6a6a6a;
    padding-right: 10px;
    font-weight: 300;
}

.trainers-Detail i.fa.fa-twitter {
    font-size: 18px;
    color: #6a6a6a;
    padding-right: 10px;
    font-weight: 300;
}

.trainers-Detail i.fa.fa-google-plus {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 300;
}

.trainers-Detail i.fa.fa-facebook:hover {
    color: #729a30;
}

.trainers-Detail i.fa.fa-twitter:hover {
    color: #729a30;
}

.trainers-Detail i.fa.fa-google-plus:hover {
    color: #729a30;
}

section.my-class {
    background: #f5f5f5;
}

.class-2 h5 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
}

.class-2 span {
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    color: #fd3c3d;
}

.class-2 {
    padding-top: 80px;
}

.bodrs {
    border: 1px solid #0D112F;
}

.simpleee-text p {
    padding-top: 38px;
    font-size: 17px;
    font-weight: 300;
    width: 791px;
    color: #6a6a6a;
    line-height: 28px;
}

section.my-class .check-text ul {
    margin: 0;
    padding: 0;
}

section.my-class .check-text {
    padding-top: 32px;
}

section.my-class i.fa.fa-check-square-o {
    color: #fd3c3d;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 10px;
    padding-bottom: 10px;
}

section.my-class .check-text ul li {
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    color: #898989;
    list-style: none;
}

.body-f h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    color: #333;
}

.body-f {
    margin-bottom: 80px;
}

.f-right {
    float: right;
}

i.fa.fa-chevron-right {
    color: #729a30;
}

i.fa.fa-chevron-left {
    color: #729a30;
}

/*=====================================================================*/
/*index-2-section start from here*/
/*=============================== ======================================*/
.header-2 .header-top {
    background: #0D112F;
}

.header-2 .call-us {
    display: inline-block;
}

.header-2 .call-us a {
    line-height: 48px;
    font-size: 20px;
    color: #FFF;
    letter-spacing: .45px;
    text-decoration: none;
    font-weight: 600;
}

.header-2 .call-us span {
    line-height: 48px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: .45px;
    padding-right: 10px;
}

.header-2 .call-us span {
    border-left: 1px solid #96b06b;
    padding-left: 20px;
}

.header-2.header1 .tt-header .main-nav > ul > li > a {
    color: #333;
}

.header-2.header1 .tt-header .main-nav > ul > li.active > a span {
    border-bottom: 1px solid #fd3c3d;
}

.header-2.header1 .tt-header .main-nav > ul > li a:hover span {
    border-bottom: 1px solid #fd3c3d;
}

.header-2 .pull-right ul li a :hover {
    /*color: #333;*/
}

.header-2.header1 .tt-header {
    background: #fff;
}

.header-2 .leave-now {
    float: right;
}

.header-2 .leave-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    margin-top: 21px;
    width: 189px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    height: 46px;
    font-weight: 500;
    line-height: 44px;
}

.header-2 .leave-now .sim-button span {
    color: #FFF;
    font-size: 16px;
}

.header-2 .leave-now .sim-button span:hover {
    color: #fff;
}

.header-2.header1 {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 2;
}

.header-2.header1 .white {
    display: none;
}

.header-2.header1 .header_social {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
    padding-right: 20px;
}

/*banner-2-section css start*/
.slider-2.hm4slider .slide1 {
    background: url(../images/slider-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-2.hm4slider .slide2 {
    background: url(../images/slider-four.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-2.hm4slider .slide3 {
    background: url(../images/slider-five.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-2.hm4slider .slide1:before {
    content: '';
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-2.hm4slider .slide2:before {
    content: '';
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-2.hm4slider .slide3:before {
    content: '';
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

/*fitaza-2-section css start*/
.fitaza-1 .fitaza h2 {
    padding-top: 50px;
    margin-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 21px;
}

.fitaza-1.about-fitaza img {
    margin-top: 0px;
    float: right;
}

.fitaza-1 .botton-first .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    text-align: center;
    width: 141px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 20px;
    float: left;
    font-weight: 500;
}

/*class-be offer-2-section css start*/
.main-offer {
    background: url(https://via.placeholder.com/3908x2595) no-repeat;
    background-size: cover;
    background-position: center;
    height: 463px;
    background-attachment: fixed;
}

.main-offer .traning h2 {
    color: #fff;
    font-size: 41px;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
}

.main-offer .traning h3 {
    color: #fff;
    font-size: 50px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.main-offer .traning span {
    color: #fd3c3d;
}

.main-offer .traning {
    padding-top: 65px;
    padding-bottom: 15px;
}

.main-offer .main-classes .Running-Classes {
    margin-bottom: 0;
}

.main-offer .main-classes .Running-Classes p {
    font-size: 17px;
    color: #898989;
    line-height: 28px;
    padding-bottom: 15px;
}

.main-offer .c-enter {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    padding-bottom: 40px;
}

.main-offer .Running-Classes img {
    width: 100%;
}

.c-enter {
    border: 1px solid #cccccc;
}

/*work-out-section css start*/
.stripes-1 {
    margin-top: 380px;
    background: #0D112F;
}

.stripes-1 .border-left22 h2 {
    color: #fd3c3d;
    font-size: 50px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}

.stripes-1 .border-left22 h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.care .getfit {
    background: url(../images/index-2/bc-image.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.care .getfit:before {
    content: '';
    background: rgba(30, 36, 52, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.care .getfit .Weeks h1 {
    color: #FFF;
    padding-top: 0px;
    margin-top: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

/*your pricing section css start*/
.your-pricing .classes h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.your-pricing .classes h2 span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.your-pricing .classes p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 10px;
}

.dedecate {
    margin-top: 45px;
}

.basics ul {
    margin: 0;
    padding: 0;
}

.basics ul li {
    list-style: none;
    padding-left: 56px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: 0.30px;
}

.basics ul li i {
    padding-right: 18px;
    color: #0D112F;
    font-size: 17px;
}

.basics {
    background: #f5f7fa;
    padding-top: 120px;
    padding-bottom: 45px;
}

.parmonth h3 {
    margin: 0;
    padding: 0;
}

.parmonth {
    background: #fd3c3d;
}

.parmonth h3 {
    font-size: 73px;
    color: #fff;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-top: 70px;
}

.parmonth span {
    font-size: 18px;
    font-weight: 300;
}

.dedecate .botton-secound .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 168px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
    text-align: center;
}

.dedecate .btn-default {
    border-radius: 11px;
    margin-top: 30px;
    border: 0;
    color: #333;
    background-color: #fff;
    padding: 7px 30px 7px 30px;
    margin-left: 46px;
    margin-bottom: 26px;
}

.dedecate .btn {
    color: #0D112F;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
}

.basic {
    background: #fd3c3d;
    padding: 5px 0 5px 00px;
    transform: rotate(-30deg);
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    right: 92px;
    overflow: hidden;
}

.basics {
    overflow: hidden;
    position: relative;
}

.basic h4 {
    padding-right: 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
}

.parmonth:hover {
    background: #333;
}

.basic:hover {
    background: #333;
}

.hover-1:hover {
    background: #0D112F;
}

.hover-1 {
    background: #333;
}

.hover-2 {
    background: #333;
}

.hover-2:hover {
    background: #fd3c3d;
}

/* client carousel */
.client_say_05 {
    background: url(../images/index-2/client-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.client_say_05:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.90;
    content: '';
}

.client_say_05 .icon {
    color: #f2c21a;
    font-size: 40px;
}

.client_say_05 .tt-testimonial-info {
    padding: 30px;
    text-align: center;
    padding-top: 50px;
    z-index: -1;
}

.client_say_05 .tt-testimonial-name {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.client_say_05 .tt-testimonial-position {
    color: #f2c21a;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 3px;
}

.client_say_05 .tt-testimonial-info:after {
    background: url(../images/home5/decor5.png);
    display: block;
    position: absolute;
    top: 100%;
    left: 68px;
    width: 27px;
    height: 22px;
    content: '';
}

.client_say_05 .swiper-pagination.relative-pagination {
    display: block;
}

.client_say_05 .tt-testimonial-info {
    position: relative;
    background: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 33px 14px 36px 71px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.client_say_05 .tt-testimonial-info:before {
    content: "\f10d";
    display: block;
    position: absolute;
    top: 20px;
    left: 18px;
    width: 35px;
    height: 26px;
    font-family: FontAwesome;
    font-size: 35px;
    color: #f2c21a;
}

.client_say_05 .tt-testimonial-user {
    padding-left: 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.client_say_05 .tt-testimonial-img {
    padding-left: 0;
    padding-top: 0;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.client_say_05 .tt-block {
    position: relative;
}

.client_say_05 .tt-testimonial .simple-text p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 auto;
    width: 473px;
}

/* changes */
/*  homepage 5 client section changes */
.client_say_05 .image {
    text-align: center;
}

.client_say_05 .image img {
    margin: 0 auto;
    margin-bottom: -40px;
}

.client_say_05 .tt-testimonial-info:after {
    display: none;
}

.client_say_05 .tt-testimonial-info:before {
    display: none;
}

.client_say_05 .tt-testimonial-info {
    padding: 30px;
    text-align: center;
    padding-top: 50px;
    z-index: -1;
}

.client_say_05 .tt-testimonial-user {
    margin-top: 15px;
}

.client_say_05 .icon {
    color: #0D112F;
    font-size: 16px;
}

.client_say_05 .tt-testimonial-info {
    background: #fff;
}

.client_say_05 .cilent-crousal {
    color: #fff;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
}

.headings h2 {
    color: #fd3c3d;
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.icon i {
    margin: 0;
    padding: 0;
}

.text-v {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 50px;
}

/*=====================================================================*/
/*latest_news-section start from here*/
/*=============================== ======================================*/
.tt-archive {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
}

.tt-archive li {
    padding: 24px 30px 24px 30px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #ffffff;
}

.tt-archive li:last-child {
    border-bottom: 0;
}

.tt-archive-title:hover a {
    color: #fff;
}

.tt-archive-title {
    display: inline-block;
    font-family: 'montserrat', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #fd3c3d;
    margin-bottom: 15px;
    text-decoration: none;
}

.tt-archive-bottom {
    font-size: 15px;
    line-height: 19px;
}

.tt-archive-bottom span {
    display: inline-block;
    margin-right: 20px;
    color: #6a6a6a;
    font-weight: 300;
    font-family: 'montserrat', sans-serif;
    font-size: 17px;
}

.tt-archive-bottom span:last-child {
    margin-right: 0;
}

.tt-archive-all {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #0D112F;
    font-family: 'montserrat', sans-serif;
}

.tt-archive li:hover .tt-archive-all {
    color: #fff;
    text-decoration: none;
}

.tt-archive li:hover {
    background: #0D112F;
}

.tt-archive li:hover .tt-archive-title {
    color: #fff;
    text-decoration: none;
}

.tt-archive li:hover .tt-archive-bottom span {
    color: #FFF;
}

.tt-archive li:hover .tt-archive-title:hover {
    color: #fff;
}

/*=====================================================================*/
/*new-botton-section start from here*/
/*=============================== ======================================*/
.f-buton button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    z-index: 0;
}

.f-buton .button8 span {
    position: relative;
}

.f-buton .btn.focus,
.main-services .btn:focus,
.main-services .btn:hover {
    color: #fff;
}

.n-btns button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
}

.n-btns .button8 span {
    position: relative;
}

.n-btns .btn.focus,
.n-btns .btn:focus,
.n-btns .btn:hover {
    color: #fff;
}

.btun-2 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    z-index: 0;
}

.btun-2 .btn.focus,
.btun-2 .btn:focus,
.btun-2 .btn:hover {
    color: #fff;
}

.btun-2 .button8 span {
    position: relative;
}

.btn-3 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
}

.btn-3 .button8 span {
    position: relative;
    z-index: 0;
}

.btn-3 .btn.focus,
.btn-3 .btn:focus,
.btn-3 .btn:hover {
    color: #fff;
}

.btn-4 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    float: left;
}

.btn-4 .button8 span {
    position: relative;
}

.btn-4 .btn.focus,
.btn-4 .btn:focus,
.btn-4 .btn:hover {
    color: #fff;
}

.btn-5 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    float: left;
}

.btn-5 .button8 span {
    position: relative;
    z-index: 0;
}

.btn-5 .btn.focus,
.btn-5 .btn:focus,
.btn-5 .btn:hover {
    color: #fff !important;
}

.btn-6 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 212px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    float: left;
}

.btn-6 .button8 span {
    position: relative;
}

.btn-6 .btn.focus,
.btn-6 .btn:focus,
.btn-6 .btn:hover {
    color: #fff !important;
}

.btn-7 button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 55px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    float: left;
}

.btn-7 .button8 span {
    position: relative;
}

.btn-7 .btn.focus,
.btn-7 .btn:focus,
.btn-7 .btn:hover {
    color: #fff;
}

.commentsForm button {
    border: 0;
    background: 0;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    margin-right: auto;
    margin-top: 3px;
    width: 160px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    padding-top: 0;
    border-radius: 0;
    float: left;
}

.commentsForm .button8 span {
    position: relative;
}

.commentsForm .btn.focus,
.commentsForm .btn:focus,
.commentsForm .btn:hover {
    color: #fff !important;
}

.commentsForm .button8::before {
    background: #fd3c3d;
}

/*=====================================================================*/
/*index-3-section start from here*/
/*=============================== ======================================*/


/*=====================================================================*/
/*index-6-section start from here*/
/*=============================== ======================================*/

/*=====================================================================*/
/*index-6-section start from here*/
/*=============================== ======================================*/
@media (min-width: 992px) {
    .header-3 .tt-header.stick .top {
        position: relative;
        background: #fff;
    }

    .header-3.header1 .tt-header .logo {
        margin-top: 0;
        padding-left: 40px;
    }

    .header-3.header1 .tt-header.stick .logo {
        margin-top: 0;
        padding-left: 0;
    }

    .header-3 .tt-header.stick .main-nav > ul > li > a:last-child {
        padding-right: 0;
    }

    .header-3.header-2.header1 .tt-header {
        background: none;
    }

    .header-3.header-2.header1 .tt-header.stick {
        background: #fff;
    }

    .top-3 {
        background: #fff;
    }

    .header-3.header-2 .header-top {
        background: #fd3c3d;
        padding-bottom: 0px;
        height: 95px;
        border-bottom: none;
    }

    .header-3 .tt-header {
        top: -20px;
    }

    .top-3 {
        position: absolute;
        margin-top: -24px;
        background: #f7f4f4;
        width: 93%;
        margin-left: 45px;
    }

    .header-3 .tt-header .main-nav {
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
    }

    .header-3.header1 {
        border: 0;
    }

    .header-3 .tt-header.stick {
        top: 0;
    }

    .header-3 .tt-header.stick .top-3 {
        margin-top: 0;
        position: relative;
    }
}

/*slider css start*/
.slider-3.hm4slider .slide1 {
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-3.hm4slider .slide2 {
    background: url(../images/background-two.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.hm4slider.slider-3 .slide3 {
    background: url(../images/background-three.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hm4slider.slider-3 .tt-mslide-title h3 {
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
    float: none;
}

.hm4slider.slider-3.slider_content .sim-button {
    float: left;
    margin-top: 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 168px;
    cursor: pointer;
    background: #729a30;
    border: 0;
    margin-top: 12px;
}

.slider-3 .wrapper-inner-tab-backgrounds-first {
    float: NONE;
    width: 100%;
}

.slider-3.hm4slider .slider_content {
    width: 50%;
    float: right;
}

.slider-3.hm4slider .slider_content .tt-mslide-title p {
    width: 100%;
    margin: 0;
    text-align: left;
}

.slider-3.hm4slider .slider_content .sim-button {
    float: left;
    margin-top: 30px;
}

.slider-3.hm4slider .slide1:before {
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-3.hm4slider .slide2:before {
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-3.hm4slider .slide3:before {
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

/**slider css end**/
.about-fit .fast h2 {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.about-fit h2 span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.about-fit .fast p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    width: 719px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-fit .fast {
    margin-top: 50px;
    padding-left: 10px;
}

.main-cls {
    background: #fafafa;
}

.main-cls .runing {
    /*border: 1px solid#e4e8dd;*/
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.main-cls .runing:hover {
    background: #fd3c3d;
}

.main-cls .runing h2 {
    padding-top: 0;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.main-cls .runing:hover h2 {
    color: #fff;
}

.main-cls .runing:hover p {
    color: #fff;
}

.main-cls .runing p {
    font-size: 17px;
    color: #898989;
    line-height: 28px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-weight: 300;
}

.main-cls .runing .btn-u a {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 0px;
}

.main-cls .runing:hover .btn-u a {
    color: #333;
}

.stripes-2.stripes-1 {
    margin-top: 0;
}

.stripes-2 {
    background: url(../images/index-3/background-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.stripes-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D112F;
    opacity: 0.70;
}

.stripes-2 .border-left22 h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/* client say section css */
.client-22 .client_say .owl-carousel.owl-drag .owl-item {
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.60);
    border: 0;
}

.client-22.client_say_content {
    position: relative;
}

.client-22.client_say {
    background: url(../images/index-3/background-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.client-22.client_say:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(30, 36, 52, 0.7);
}

.client-22.client_say .owl-carousel.owl-drag .owl-item {
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.60);
    border: 0;
    padding-bottom: 0;
}

.client-22.client_say .owl-carousel .owl-item img {
    width: auto;
}

.client-22.client_say .test_slider .right_content p {
    font-family: 'PT Serif', serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 0.30px;
}

.client-22.client_say .test_slider .content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.30px;
}

.client-22.client_say .test_slider .image {
    display: inline-block;
    float: left;
    padding-right: 30px;
}

.client-22.client_say .test_slider .content {
    border-right: 1px solid #bfbfbf;
    height: 70px;
    display: inline-block;
    padding-right: 35px;
    padding-top: 6px;
}

.client-22 .test_slider {
    width: 820px;
    margin: 0 auto;
}

.client-22 .client_say .left_content {
    padding-top: 4px;
}

.client-22.client_say .simple-text p {
    width: 560px;
    margin: 0 auto;
    font-weight: 300;
}

.client-22 .client_say .owl-nav {
    display: none;
}

.client-22 .client_say .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: none;
    margin: 0 auto;
    padding-right: 10px;
}

.client-22.client_say .owl-theme .owl-dots {
    transform: rotate(-90deg);
}

.client-22.client_say .owl-theme .owl-dots .owl-dot {
    padding-top: 10px;
}

.client-22.client_say .owl-theme .owl-dots .owl-dot.active span {
    background: #fd3c3d;
}

.client-22 .owl-prev {
    display: none;
}

.client-22 .owl-next {
    display: none;
}

.tt-title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    padding-bottom: 5px;
}

.client_say .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: none;
    margin: 0 auto;
    padding-right: 10px;
}

.text-centers {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

.client_say .test_slider .content p {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.container.top {
    position: relative;
}

/*=====================================================================*/
/*index-4-section start from here*/
/*=============================== ======================================*/
.header-4 .header_top {
    border-top: none;
    padding-top: 28px;
    padding-bottom: 22px;
    background: #0D112F;
}

.header-4 .header_top ul {
    background: none;
    box-shadow: none;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.header-4 .right_content1 .icon i {
    color: #ffffff;
    font-size: 20px;
    background: #fd3c3d;
    border-radius: 3px;
    padding: 10px;
    vertical-align: middle;
}

.header-4 .header1.header_social li {
    display: inline-block;
    margin-right: 16px;
}

.header-4 .right_content1 ul li:last-child {
    margin-right: 0;
}

.header-4.header1 .icon {
    font-size: 18px;
    color: #dadada;
    display: inline-block;
}

.header-4.header1 .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.header-4 .header_top .right_content1 ul li {
    margin-left: 0px;
    float: left;
    list-style: none;
    margin-right: 150px;
}

.header-4 .header_top .right_content1 ul li:last-child {
    margin-right: 0;
}

.header-4.header1 .text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-family: 'montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
}

.header-4.header1 .text h6 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e2e2;
    margin-bottom: 0;
    margin-top: 0;
}

.header-4.header1 .text h6 a {
    color: #e2e2e2;
    font-weight: 300;
    font-size: 15px;
}

.header-4.social-icon li {
    color: #333;
}

.header-4.header1 .header_social li a {
    /*color: #333;*/
    font-size: 18px;
    font-weight: 600;
}

.header-5.header1 .header_social li a {
    color: #0D112F;
}

.header-4.header1 .header_social li:hover a {
    color: #fff;
}

.header-4 .header_top .right_content1 .header_social li {
    margin-left: 0px;
    float: left;
    list-style: none;
    margin-right: 20px;
}

.header-4.header1 .header_social {
    padding-right: 0px;
}

/*nav baar css start */
@media (min-width: 992px) {
    .header-4.header1 .tt-header .toggle-block {
        float: left;
    }

    .header-4 .logo {
        margin-top: 8px;
    }

    .header-4.header1 .tt-header .main-nav > ul > li > a {
        padding: 17px 20px;
    }

    .header-4.header-2 .leave-now .sim-button {
        font-family: 'montserrat', sans-serif;
        font-size: 18px;
        text-align: center;
        margin-right: auto;
        width: 189px;
        cursor: pointer;
        background: #fd3c3d;
        border: 0;
        float: left;
        height: 62px;
        line-height: 62px;
        margin-top: 0;
    }

    .header-4.header-2 .leave-now .sim-button span {
        color: #fff;
    }

    .header-4.header1 .tt-header .main-nav > ul > li.active {
        background: #fd3c3d;
    }

    .header-4.header1 .tt-header .main-nav > ul > li:hover {
        background: #fd3c3d;
    }

    .header-4.header1 .tt-header .main-nav > ul > li:hover a {
        color: #fff;
    }

    .header-4.header1 .tt-header .main-nav > ul > li.active > a {
        color: #fff;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li > a span {
        /*color: #333;*/
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li:hover span {
        color: #fff;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li:hover a {
        color: #fff;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li.parent a {
        color: #FFF;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li > ul > li span {
        /*color: #333;*/
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li span {
        /*color: #333;*/
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li.parent ul li:hover span {
        color: #fff;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li.parent:hover span {
        /*color: #333;*/
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li > ul > li > a {
        color: #333;
    }

    .header-4 .tt-header .main-nav > ul > li > ul > li.parent a:hover span {
        color: #fff;
    }
}

/*slider-4 css start */
.slider-4.hm4slider .tt-mslide-entry {
    padding-bottom: 300px;
}

.slider-4.hm4slider .slide1 {
    background: url(../images/home-4/bck-1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-4.hm4slider .slide2 {
    background: url(../images/home-4/bck-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-4.hm4slider.slider-4 .slide3 {
    background: url(../images/home-4/bck-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-4.hm4slider .slide1:before {
    content: '';
    background: rgba(1, 1, 1, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-4.hm4slider .slide2:before {
    content: '';
    background: rgba(1, 1, 1, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.slider-4.hm4slider .slide3:before {
    content: '';
    background: rgba(1, 1, 1, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

/*runing css start */
.what_we_offers_05 {
    background: 0;
    margin-top: -117px;
    z-index: 1;
}

.what_we_offers .icon {
    margin-bottom: 15px;
}

.what_we_offers li {
    float: left;
    width: 33.3333333333%;
    list-style: none;
    background: #fff;
    padding: 40px 50px;
    text-align: center;
}

.tt-sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 0.30px;
    margin-top: 0;
    margin-bottom: 0;
}

.what_we_offers .content {
    position: relative;
}

.what_we_offers li:hover {
    background: #0;
}

.what_we_offers {
    position: relative;
}

.what_we_offers_05 ul {
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.what_we_offers_05 .icon {
    color: #fd3c3d;
    font-size: 35px;
}

.what_we_offers_05 .text p {
    color: #898989;
    font-size: 17px;
    font-weight: 300;
    padding-top: 20px;
}

.what_we_offers_05 li:hover {
    background: #fd3c3d;
}

.what_we_offers_05 li:hover .icon {
    color: #fff;
}

.what_we_offers_05 li:hover p {
    color: #e2e2e2;
}

.what_we_offers_05 .backk-active .text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-top: 20px;
}

.provid-u .provide h6 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
}

.provid-u .provide span {
    color: #fd3c3d;
}

.provid-u img {
    float: right;
}

.provid-u .provide p {
    color: #6a6a6a;
    font-size: 17px;
    font-weight: 300;
    padding: 18px 0 18px 0;
    line-height: 28px;
}

.your-products {
    background: url(../images/home-4/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.your-products .secound-product {
    text-align: center;
}

.your-products .secound-product h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    margin: 0;
}

.your-products .secound-product span {
    color: #fd3c3d;
}

.your-products .owl-carousel {
    padding-top: 0;
}

.your-products .secound-product p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 50px;
}

.your-products .prodct {
    background: #fff;
}

.your-products .prodct img {
    padding: 40px 25px 40px 30px;
}

.your-products .heading-p {
    background: #fafafa;
    text-align: center;
}

.your-products .heading-p h5 {
    padding-top: 0;
    margin-top: 0;
    font-size: 17px;
    color: #333000;
    font-weight: 600;
    padding-top: 30px;
    font-family: 'montserrat', sans-serif;
}

.your-products .heading-p h6 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    font-family: 'montserrat', sans-serif;
}

.heading-p .fitness-btn .sim-button {
    float: none;
    margin-top: 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    height: 39px;
    text-align: center;
    width: 138px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 12px;
    margin: 0 auto;
    z-index: 0;
}

.heading-p .fitness-btn {
    padding-top: 20px;
    padding-bottom: 35px;
}

.client-logo .stripes-1 {
    margin-top: 0;
    background: #0D112F;
}

.fa-fa-icon {
    color: #f2ae2b;
}

.fa-fa-icon li:last-child {
    color: #b8b8b8;
}

.fa-fa-icon ul {
    padding-left: 0;
}

.fa-fa-icon li {
    display: inline-block;
}

/*******your-parcing css*********/
.your-prcing-2 .basic {
    background: #0D112F;
    padding: 5px 0 5px 0px;
    transform: none;
    position: absolute;
    top: -2px;
    width: 100%;
    text-align: center;
    right: 0px;
    overflow: hidden;
}

.your-prcing-2 .basic h4 {
    padding-right: 0px;
    color: #fff;
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
}

.your-prcing-2 .basics {
    background: #f5f5f5;
    padding-top: 79px;
    padding-bottom: 21px;
}

.your-prcing-2 .basics.basic-2 {
    background: #f5f5f5;
    padding-top: 79px;
    padding-bottom: 21px;
}

.your-prcing-2 .basics ul li i {
    padding-right: 18px;
    color: #fd3c3d;
    font-size: 14px;
}

.your-prcing-2 .parmonth {
    background: #0D112F;
}

.your-prcing-2 .parmonth h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding-left: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.your-prcing-2 .parmonth span {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 90px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.your-prcing-2 .dedecate .btn-default {
    border-radius: 11px;
    margin: 15px 0;
    border: 0;
    color: #fff;
    background-color: #739a31;
    padding: 7px 30px 7px 30px;
    margin-bottom: 21px;
}

.your-prcing-2 .secound-btn {
    text-align: center;
}

.your-prcing-2 .secound-btn {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.your-prcing-2 .sim-button {
    border-radius: 11px;
    margin: 15px 0;
    border: 0;
    color: #333;
    background-color: #739a31;
    padding: 7px 30px 7px 30px;
    width: 150px;
    height: 37px;
    line-height: 0px;
}

.your-prcing-2 .sim-button span {
    color: #fff;
    padding-right: 50px;
    padding-top: 0;
    z-index: 0;
}

.basics.basic-2 ul li {
    list-style: none;
    padding-left: 56px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 4px;
}

.your-prcing-2 .basic.basic-4 {
    background: #fd3c3d;
    padding: 5px 0 5px 0px;
    transform: none;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    right: 0px;
    overflow: hidden;
}

.your-prcing-2 .parmonths h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding-left: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.your-prcing-2 .parmonths {
    background: #fd3c3d;
}

.your-prcing-2 .parmonths span {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 90px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.your-prcing-2 .button8::before {
    border-radius: 11px;
    border: 1px
    solid: #fff;
}

.your-prcing-2 .btn-12 .button8:before {
    background: #fd3c3d;
}

.your-prcing-2 .btn-12 .button8 {
    border-radius: 11px;
    border: 1px
    solid: #fff;
    background: #333;
}

/*****Success slider css start******/
.main-owal {
    margin-top: 80px;
}

.main-owal {
    background: url(../images/home-4/background-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.main-owal:before {
    content: '';
    background: rgba(30, 36, 52, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    clear: both;
}

.main-owal .owel-crousal {
    text-align: center;
}

.main-owal .owel-crousal h2 {
    color: #fd3c3d;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
}

.main-owal .owel-crousal span {
    color: #fff;
}

.main-owal .owel-crousal .border {
    border-bottom: 2px solid #FFF;
    width: 106px;
    margin: 0 auto;
    padding-top: 10px;
}

.main-owal .owel-crousal img {
    padding-top: 20px;
    margin: 0 auto;
    width: auto;
}

.main-owal .owel-crousal p {
    padding-top: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 27px;
    font-weight: 300;
}

.main-owal .owel-crousal h3 {
    color: #fd3c3d;
    font-size: 18px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.main-owal .owel-crousal h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 0;
}

.main-owal .client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    position: absolute;
    display: none;
}

.latest_news2.latest_news4 {
    padding-top: 80px;;
}

.main-owal .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: none;
    margin: 0 auto;
    padding-right: 10px;
}

.main-owal .owl-theme .owl-dots .owl-dot.active span {
    background: #fd3c3d;
}

.main-owal .owl-theme .owl-dots {
    display: block;
}

.main-owal .owl-theme .owl-dots {
    transform: rotate(-90deg);
}

.main-owal .owl-theme .owl-dots .owl-dot {
    padding-top: 10px;
}

.latest_news4 .news_grid1 {
    background: url(https://via.placeholder.com/371x276) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
}

.latest_news4 .news_grid2 {
    background: url(https://via.placeholder.com/371x276) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
}

.latest_news4 .news_grid3 {
    background: url(https://via.placeholder.com/371x276) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
}

.latest_news2 .news_grid_info {
    background: rgba(30, 36, 52, 0.7);
    padding: 40px;
    height: 300px;
    display: none;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.latest_news2 .tt-title {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: initial;
}

.latest_news2 .news_grid_info p {
    font-size: 16px;
    letter-spacing: 0.30px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
}

.latest_news2 .news_grid1:hover .news_grid_info,
.news_grid2:hover .news_grid_info,
.news_grid3:hover .news_grid_info {
    display: block;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1 ease;
    -moz-transition: 1s ease;
}

.latest_news2 .news_grid_info p.date {
    font-size: 17px;
    letter-spacing: 0.30px;
    color: #fff;
    font-weight: 400;
}

.latest_news2 .news_grid_info h3 {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.30px;
    margin-bottom: 10px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    color: #fd3c3d;
    line-height: 26px;
    margin-top: 10px;
}

.latest_news2 .news_grid_info a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.30px;
}

.latest_news2 .news_grid_info i {
    color: #333;
}

.latest_news2 .onely {
    margin-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.latest_news2 .onely span {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fd3c3d;
}

.latest_news2 .tt-title {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: initial;
}

.latest_news2 .simple-text p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    text-align: center;
    padding-bottom: 40px;
}

.header-4.header1 {
    border: 0;
}

.event_details .google-maps {
    height: 400px;;
}

.tt-header .main-nav > ul > li > ul > li > ul > li > a:hover {
    background: #fd3c3d;
    color: #fff;
    text-decoration: none;
}

.extracellpadding {
    padding: 100px 0;
}

footer .tt-copy-right p {
    margin-bottom: 0;
}

.your-pricing .sim-button {
    font-size: 18px;
    font-family: 'montserrat', sans-serif;
    border-radius: 11px;
    margin-top: 30px;
    border: 0;
    background-color: #fff;
    padding: 7px 30px 7px 30px;
    margin-left: 46px;
    margin-bottom: 26px;
    width: 150px;
    height: 39px;
    line-height: 39px;
    padding-top: 0;
}

.your-pricing .button8 span {
    position: relative;
    z-index: 1;
}

.your-pricing .button8::before {
    background-color: #fd3c3d;
    border-radius: 11px;
}

.your-pricing .button8:hover span {
    color: #fff;
}

.your-pricing .parmonth.hover-2 .sim-button {
    color: #333;
}

.your-pricing .parmonth.hover-2 .button8::before {
    background-color: #333;
}

.home3projects .list-inline {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 10px;
}

.home3projects .portfolio-item {
    padding: 0;
    margin-top: 40px;
}

.home3clients .owl-nav {
    display: none;
}

.home3clients .owl-theme .owl-dots .owl-dot {
    position: relative;
}

.home3clients {
    padding-bottom: 40px;
}

.home4pricing .sim-button {
    background-color: #fd3c3d;
    margin: 0;
}

.home4pricing .button8::before {
    background-color: #333;
    border-radius: 11px;
}

.home4pricing .secound-btn {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-owal .owl-carousel {
    padding-top: 0;
}

.main-owal .owl-nav {
    display: none;
}

.main-owal {
    padding-bottom: 40px;
    overflow: hidden;
}

.main-owal i {
    font-size: 30px;
    color: #fd3c3d;
    margin-top: 40px;
}

.home1topclass .runing {
    margin-top: 40px;
    padding: 0;
}

.about_client h3.tt-title.text-owel {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.about_client .owl-carousel .owl-nav .owl-next, .about_client .owl-carousel .owl-nav .owl-prev {
    text-align: inherit;
    top: -50px;
}

.about_client .owl-carousel .owl-nav .owl-prev {
    right: 6px;
}

.typesetting {
    margin-top: 19px;
}

.book-nows .sim-button {
    color: #fff;
    background: #FFF;
    border: 1px solid #dddddd;
    font-size: 18px;
    height: 47px;
    width: 143px;
    margin-bottom: 29px;
    text-align: center;
    line-height: 45px;
    z-index: 0;
}

.book-nows {
    padding-bottom: 10px;
}

.coming-btn .button8 span {
    z-index: 2;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.book-nowss .sim-button {
    border: 1px solid #fd3c3d;
    color: #0d112f;
    font-size: 17px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 31px 12px 31px;
    height: 47px;
    width: 148px;
    z-index: 0;
}

.book-nowss .sim-button:hover span {
    color: #fff;
}

.tt-panel .simple-text p {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
}

p.wdt-100.line-height24.p-pading {
    margin-bottom: 25px;
}

.faq_page .sim-button {
    float: none;
    line-height: 49px;
}

.faq_page .botton-firsts {
    text-align: center;
}

/* .class-Description { */
/* margin-bottom: 15px; */
/* } */
.btun-2 {
    margin-top: 15px;
}

.btun-2 textarea {
    height: 195px;
}

.top_bottom textarea {
    height: 195px;
}

.econs img {
    padding-left: 0;
    margin-left: 0;
}

.main-89 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 39px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    width: 189px;
    cursor: pointer;
    background: #333;
    border: 0;
    float: right;
    position: relative;
    margin-bottom: 0px;
}

.btn-122 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 55px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    width: 130px;
    cursor: pointer;
    background: #333;
    border: 0;
    float: left;
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 55px;
}

.text-area textarea {
    height: 150px;
}

.imagesss img {
    width: 100%;
}

.imagessss img {
    height: 370px;
}

.service_details textarea {
    height: 193px;
    padding-top: 15px;
}

.service_details .text-area textarea {
    height: 93px;
}

text-area
.main-servicess textarea {
    height: 194px;
}

.field-box.date_picker {
    padding-top: 25px;
}

.header-4.header1 .tt-header.stick .main-nav > ul > li:hover > a {
    color: #fff;
}

.detailss {
    padding-top: 17px;
    padding-left: 29px;
}

.detailss h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    padding-bottom: 10px;
}

.detailss h4 {
    color: #fd3c3d;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}

.detailss span {
    color: #e1e1e1;
    font-size: 17px;
    font-weight: 400;
    padding-left: 5px;
}

.detailss h4:last-child {
    padding-bottom: 30px;
}

.commentsForm .regus {
    color: #fd3c3d;
    font-weight: 600;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    padding-top: 38px;
    padding-left: 5px;
    margin-top: 37px;
    margin-bottom: 0;
}

/****new fom css****/
.froms-to.main-froms .commentsForm form {
    background: 0;
    padding: 0 19px 80px 7px;
    border: 0;
}

.froms-to.main-froms .commentsForm .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 44px;
    height: 45px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    margin-top: 12px;
    font-weight: 500;
    z-index: 0;
    margin: 0 auto;
}

.froms-to.main-froms .commentsForm textarea#comment {
    height: 110px;
}

.froms-to.main-froms .commentsForm form {
    margin-top: 20px;
}

.portfolio-items .froms-to.main-froms .detailss {
    padding-top: 485px;
}

.portfolio-item.item {
    margin-top: 40px;
}

.project_3columns .portfolio-item {
    padding: 0px 0;
}

.project_3columns .list-inline {
    margin-bottom: 10px;
}

.form-field p {
    padding-top: 10px;
}

.skill-2 {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-bottom: 17px;
    padding-top: 0px;
}

.leave-only {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-bottom: 19px;
    padding-top: 3px;
    padding-bottom: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.cellpadding.service_details .tt-titless {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 5px;
}

.text-btne .btn-122 .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 55px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    width: 130px;
    cursor: pointer;
    background: #0D112F;
    border: 0;
    float: left;
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 55px;
}

.cellpadding.service_details .class-Description p:last-child {
    padding-top: 0;
}

.main-services .service_details .benifets.five-benefits h4 {
    padding: 9px 0 9px 0;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.five-haadings {
    padding-top: 20px;
}

.main-servicess .Leave-five {
    padding-top: 15px;
}

.orginc-yoga .Skill-five {
    margin-top: 10px;
}

.main-detailsssss .leave-11 {
    padding-top: 14px;
}

.main-services .Skill-five {
    margin-top: 10px;
}

.main-services .leave-11 {
    padding-top: 14px;
}

.service_details.main-784 .class-Description.Description-89 h3
.service_details.class-Description .Description-89 h3 {
    padding-top: 800px;
}

.Leave-f {
    padding-top: 10px;
}

.main-competitions img {
    width: 100%;
}

.hm1slider .tt-mslide-entry:before {
    background: #333;
    opacity: 0.50;
}

.slider-2.hm4slider .tt-mslide-entry {
    height: 699px;
    padding-bottom: 240px;
}

.slider-four.hm4slider .tt-mslide-entry {
    height: 699px;
    padding-bottom: 320px;
}

.slider-four .tt-mslide-entry.slide3 .slider_content {
    float: left;
}

.image-section .portfolio-item.item {
    margin-top: 0px;
}

/*=====================================================================*/
/*index-5-section start from here*/
/*=============================== ======================================*/
.header-5 .header_top {
    border-top: none;
    padding-top: 25px;
    padding-bottom: 22px;
    background: #333;
}

.header-5 .right_content1 .icon i {
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    padding: 14px 16px 14px 16px;
    vertical-align: middle;
}

.header-5 .social-icon {
    padding-top: 6px;
    float: right;
}

.header-5.header1 .header_social li:hover a {
    color: #fd3c3d;
    font-size: 18px;
    opacity: 1;
    font-weight: 600;
}

.header-5.header1 .text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'montserrat', sans-serif;
}

.header-5.header1 .text h6 a {
    color: #e2e2e2;
    font-weight: 300;
}

.header-5 .leave-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-right: auto;
    width: 189px;
    cursor: pointer;
    background: rebeccapurple;
    border: 0;
    float: left;
    height: 62px;
    line-height: 62px;
    margin-top: 0;
}

.header-5 .leave-now .button8::before {
    background-color: #fff;
}

.header-5.header-2 .leave-now .sim-button span:hover {
    color: #fd3c3d;
}

/*****slider-5 css**********/
.slider-5.hm4slider .slide1 {
    background: url(../images/home-5/back.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-5.hm4slider .slide2 {
    background: url(../images/home-5/back-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slider-5.hm4slider .slide3 {
    background: url(../images/home-5/back-4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.we-offer .Daily-Exercise {
    text-align: center;
}

.we-offer .Daily-Exercise h2 {
    margin: 0;
    color: #333;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.we-offer .Daily-Exercise span {
    color: #fd3c3d;
}

.we-offer .Daily-Exercise p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 50px;
    padding-top: 28px;
}

.we-offer .Exercise {
    text-align: center;
}

.we-offer .Exercise .icon {
    color: #fd3c3d;
    font-size: 35px;
    padding-top: 35px;
}

.we-offer .Exercise .tt-sub-title {
    color: #343434;
    font-size: 20px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    padding-top: 20px;
}

.we-offer .Exercise p {
    color: #6a6a6a;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    padding-top: 21px;
    width: 358px;
    padding-bottom: 40px;
}

.we-offer .radius-b {
    box-shadow: 0 8px 43px rgba(114, 154, 48, 0.30);
    border-radius: 30px;
    margin-bottom: 30px;
}

/***fitness-relationship css start***/
.fitness-relationship {
    background: url(../images/home-5/heading--back.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.fitness-relationship:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(30, 36, 52, 0.2);
}

.fitness-relationship .top-haeding h3 {
    color: #FFF;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    text-align: center;
    font-size: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 900px;
    margin: 0 auto;
}

.runings h2 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #0D112F;
    text-align: center;
    padding-bottom: 19px;
}

.runings h2 a {
    text-decoration: none;
    color: #fff;
}

.topclass .classess h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.topclass .classess p {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 50px;
}

.trainers-2 .owl-carousel.owl-carousel17.owl-theme.owl-loaded.owl-drag {
    padding-top: 0;
}

.trainers-2 .owl-carousel .owl-nav.disabled,
.trainers-2 .owl-carousel .owl-nav {
    display: block;
    font-size: -webkit-xxx-large;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-top: 25px;
}

.trainers-2.main-owal .client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    position: relative;
    display: block;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.trainers-2 .owl-nav i {
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    background: #0D112F;
    margin-right: 16px;
    padding: 10px 10px 0 8px;
}

.trainers-2 .owl-nav .owl-next:hover i,
.trainers-2 .owl-nav .owl-prev:hover i {
    background: #fd3c3d;
}

.box-shadows {
    box-shadow: 23px 0px 43px rgba(0, 0, 0, 0.03);
}

.topclass-5 .Running-padding {
    padding-top: 30px;
}

.trainers-2.trainers .champian h4 {
    font-size: 18px;
    color: #fd3c3d;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    padding-top: 20px;
}

.trainers-2.trainers .champian h5 {
    padding-bottom: 25px;
}

/***swiper-slider-5 css start***/
.swiper-slider-5 .simple-text {
    width: 100%;
}

.swiper-slider-5.client_say_05 .tt-testimonial .simple-text p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
}

.swiper-slider-5 {
    background: url(../images/index-2/client-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.swiper-slider-5:before {
    position: absolute;
    background: #0D112F;
    opacity: 0.70;
}

.swiper-slider-5 h3 {
    color: #fd3c3d;
    font-size: 32px;
    text-align: center;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.swiper-slider-5 span {
    color: #fff;
}

.swiper-slider-5 .border-bb {
    border-bottom: 2px solid #FFF;
    width: 90px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.swiper-slider-5 .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
    margin-right: 1px;
}

.swiper-slider-5 .swiper-pagination.fixed {
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.swiper-slider-5 .swiper-slide {
    margin-bottom: 30px;
}

.swiper-slider-5 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fd3c3d;
}

/***gallery css start***/
.our-gallery-05 {
    background: #f1f1f1;
}

.gallery-heading {
    text-align: center;
}

.gallery-heading h2 {
    color: #333;
    font-size: 35px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.gallery-heading span {
    color: #fd3c3d;
}

.gallery-heading p {
    color: #6a6a6a;
    font-size: 17px;
    font-weight: 500px;
    padding-top: 24px;
}

.our-gallery-05 .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}

.our-gallery-05 .owl-carousel .owl-nav .owl-next, .our-gallery-05 .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    background: #fd3c3d;
    border-radius: 50%;
    height: 50px;
    padding-top: 10px;
    width: 50px;
}

.our-gallery-05 .owl-carousel .owl-nav.disabled i {
    font-size: 30px;
    color: #fff;
}

.our-gallery-05 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 30px;
}

.our-gallery-05 .owl-carousel .owl-nav .owl-prev {
    float: left;
    left: 0;
    position: relative;
    margin-left: 20px;
}

.gallery-04 .portfolio-item.item {
    margin-top: 0;
}

.main-services.sagittis-2 .cellpadding.service_details .tt-titles {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
}

.contact-btn .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 51px;
    height: 51px;
    text-align: center;
    width: 20%;
    cursor: pointer;
    background: #fd3c3d;
    border-radius: 0;
    float: right;
}

.contact_form .button8 span:hover {
    color: #fff;
}

.client_common .owl-nav {
    display: none;
}

.header-5.header-4.header-2 .leave-now .sim-button {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-right: auto;
    width: 192px;
    cursor: pointer;
    background: #fd3c3d;
    border: 0;
    float: left;
    height: 51px;
    line-height: 51px;
    margin-top: 0;
}

/* banner section css */
.banner {
    background: url(https://via.placeholder.com/1920x410) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 241px;
    padding-bottom: 90px;
    background-position: center;
}

.banner_title {
    color: #fff;
    font-size: 45px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}

.breadcrumb {
    background: none;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    margin-top: 3px;
}

.breadcrumb ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb ul li {
    list-style: none;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    background: 0;
}

.breadcrumb ul li.active a {
    color: #fff;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.breadcrumb ul li a {
    color: #fd3c3d;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.breadcrumb ul li i {
    color: #fd3c3d;
    font-size: 14px;
    font-weight: 600;
}

.banner .about-us h6 {
    color: #729a30;
}

a:focus, a:active {
    outline: none;
}

.parmonth a:focus, .parmonth a:active {
    outline: none;
}

.footer.cellpadding {
    padding-bottom: 70px;
}

.header-3.header-2.header1 .header_social {
    padding-right: 0px;
}

h5 {
    letter-spacing: 0.3px;
}

.client_say_content .tt-title {
    padding-bottom: 10px;
}

.slider-4.slider-four .tt-mslide-title {
    margin-bottom: 0px;
}

.your_products_4 .secound-product h2 {
    margin-bottom: 10px;
}

.classes_1 .Running-Classes h4 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.classes_1 .Running-Classes p {
    margin-bottom: 15px;
}

.sub_classes .details {
    padding: 50px 40px;
}

.sub_classes .details .book-nows {
    padding-bottom: 0;
}

.sub_classes .book-nows .sim-button:hover span {
    color: #FFF;
}

.sub_classes .details h3 {
    margin-top: 0px;
    padding-bottom: 15px;
}

.sub_classes .book-nows .sim-button {
    margin-bottom: 0;
    margin-top: 20px;
}

.benifits_01 .typesetting .tt-titles {
    padding-bottom: 30px;
}

.strength_01 .Leave-f {
    padding-top: 2px;
}

.power_yoga .skill-2 {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.power_yoga .tt-accordeon-title {
    margin-top: 15px;
    margin-bottom: 0;
}

.commingDescription {
    margin-left: 30px;
}

.faq_page_01 .tt-accordeon-title:after {
    margin-top: -28px;
}

.faq_page_01 .typesetting {
    margin-top: 0;
}

.faq_page_01 .typesetting .tt-title {
    margin-top: 0;
}

.faq_page_01 {
    padding-bottom: 60px;
}

.faq_page .commentsForm h5 {
    margin-bottom: 0px;
}

.faq_page .commentsForm form {
    margin-top: 20px;
}

.faq_page .commentsForm form {
    padding-bottom: 80px;
}

.Frequently-.faq_page_01.cellpadding .tt-panel.tt-panel-open {
    padding-top: 0;
}

.shop_del .categoriesList li a {
    padding-left: 0;
}

.contact_01 {
    padding-bottom: 80px;
}

.contact_01 .simple-text p {
    margin-bottom: 40px;
}

.checkout_01 {
    padding: 80px 0;
}

.latest_n1 .content h3 {
    margin-top: 30px;
}

.client_say_2 {
    padding-bottom: 60px;
}

.client_say3 .tt-title {
    margin-top: 0px;
}

h3.tt-title {
    padding-top: 0px;
}

.main-appointment textarea {
    padding-top: 15px;
}

.tt-copy-right p,
.tt-copy-right p a {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;

}

/*------------------------------------------*/
/*    Scroll To Top Style
/*------------------------------------------*/
#mkdf-back-to-top {
    display: block;
    visibility: hidden;
    position: fixed;
    text-decoration: none;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    opacity: 0;
    z-index: 10000;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    background-color: #fd3c3d;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    -moz-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
}

#mkdf-back-to-top:hover {
    background-color: #333;
}

#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}

#mkdf-back-to-top:hover .mkdf-icon-stack {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

#mkdf-back-to-top:hover .mkdf-back-to-top-text {
    opacity: 0;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #333;
}

.scrollup.open {
    display: block;
}


/********************************************New Style css*************************************************/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700&display=swap');
.custom-slider-content {
    background: linear-gradient(to right, #0d102e 43%, rgba(0, 0, 0, .1) 86%);
    color: #FFF;
    padding: 40px;
    text-align: left;
    max-width: 760px;
    padding-right: 30px;
}

.custom-slider-content-inner p {
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.custom-slider-content-inner h2 {
    font-size: 65px;
    font-weight: bold;
}

.custom-slider-content-inner h2 span {
}

.custom-slider-content-inner h2 span {
    color: #fd3c3d;
}

.thin {
    font-size: 20px !important;
}

.radios-btn a {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    font-size: 16px;
    transition: .4s;
}

.action-btn.radios-btn a {
    background: #fd3c3d;
    color: #FFF;
    border: 1px solid #fd3c3d;
    transition: .4s;
    margin-top: 30px;
}

.action-btn.radios-btn a:hover {
    background: 0 0;
    color: #F25820;
    text-decoration: navajowhite;
}

.slider-four.hm4slider .tt-mslide-entry.custom-banner-bg {
    height: 900px;
    padding: 0;
    position: relative;
}

/*changed height*/
.tt-mslide-entry.custom-banner-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.tt-mslide-entry.custom-banner-bg .container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.tt-mslide-entry.custom-banner-bg .container .row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#health-coach {
    padding: 100px 0;
}

.health-services {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    top: -160px;
    z-index: 1;
    position: absolute;
    width: 95%;
    left: 0;
}

.single-health-service-box {
    width: 46%;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 7px #999;
    border-radius: 3px;
    padding: 50px 0;
    margin: 2%;
}

.health-services .single-health-service-box:first-child, .health-services .single-health-service-box:nth-child(3) {
    position: relative;
    top: -51px;
}

#progress-movement {
    padding: 50px 0;
    background: #0D112F;
    color: #FFF;
}

.health-service-title h4 {
    color: #0D112F;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    margin-top: 20px;
}

.health-service-content h3, .health-service-content h1 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 30px;
}

.health-service-content h3 span, .health-service-content h1 span {
    color: #fd3c3d;
    font-weight: 600;
}

.health-service-content p {
    line-height: ;
    margin: 30px 0;
    line-height: 24px;
}

a:hover {
    text-decoration: none;
}

.health-service-content .view-btn.radios-btn {
    text-align: right;
}

.health-service-content .view-btn.radios-btn {
    text-align: right;
}

.health-service-content .view-btn.radios-btn a {
    color: #fd3c3d;
    border: 2px solid #333;
}

.health-service-content .view-btn.radios-btn a:hover {
    background: #F25820;
    color: #FFF;
    border: 2px solid;
}

.underline {
    width: 100px;
    height: 2.5px;
    background: #fd3c3d;
    display: inline-block;
    position: relative;
}

.custom-slider-content-inner .underline {
    top: -7px;
    left: 2px;
}

.health-service-content .underline {
    background: #333;
    top: -11px;
    left: 5px;
}


.progress-movement-contents h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.progress-movement-contents h2 span {
    color: #fd3c3d;
    font-weight: 800;
}

.progress-movement-contents p {
    font-size: 15px;
}

.progress-counter.strip_05 {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single-counter {
    text-align: center;
    width: 50%;
    padding: 20px 0;
}

.single-counter h2 {
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
    position: relative;
}

.single-counter h5 {
    color: #fd3c3d;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}

#progress-movement .row {
    display: flex;
    align-items: center;
}

.single-counter h2::after {
    content: "+";
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
}

.progress-movement-contents .underline {
    position: relative;
    top: -15px;
    right: -11px;
}

.progress-movement-contents .underline {
    position: relative;
    top: -15px;
    right: -11px;
}

#offer-6 {
    text-align: center;
    padding: 50px 0;
}

.section-title h2, .section-title h1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title h2 span, .section-title h1 span {
    color: #fd3c3d;
    font-weight: 800;
    position: relative;
}

.section-title h2 span::after, .section-title h1 span::after {
    content: "";
    width: 100px;
    height: 2.5px;
    background: #0D112F;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
}

.section-title p {
    font-size: 17px;
    max-width: 600px;
    margin: auto;
    color: #6A6A6A;
}

.section-title {
    margin-bottom: 55px;
}

.single-offer-6-carousel {
    padding-top: 0 !important;
}

.single-offer-6-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.single-offer-6-clicker {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.single-offer-6-content {
    width: 100%;
    display: block;
    text-align: left;
    padding: 50px 35px;
    background: #fd3c3d;
    color: #FFF;
    transform: skew(0, 9deg);
    padding-bottom: 122px;
    position: absolute;
    bottom: -57px;
    bottom: -340px;
    transition: .4s;
}

.plus-action:hover {
    cursor: pointer;
}

.single-offer-6:hover .single-offer-6-content {
    bottom: -57px;
}

.single-offer-6-content-inner {
    transform: skew(0, -9deg);
}

.single-offer-6-content h3 {
    margin: 0;
    font-size: 30px;
    max-width: 50%;
    margin-bottom: 20px;
}

.single-offer-6-content p {
    font-size: 17px;
}

.single-offer-6-clicker span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    background: #fd3c3d;
    font-size: 50px;
    font-weight: normal;
    color: #FFF;
}

.single-offer-6-clicker span::after {
    content: "";
    position: absolute;
    top: -14px;
    background: #fd3c3d;
    width: 100%;
    height: 50%;
    left: -5px;
    z-index: 0;
    transform: rotate(18deg);
}

#gallery6 {
    padding: 0;
    text-align: center;
}

.gallery-inner {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single-galllery-image {
    width: 25%;
}

#trainers6 {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.trainers6-inner {
    display: flex;
}

.single-trainer {
    position: relative;
    overflow: hidden;
}

.trainer-image img {
    width: 100%;
    height: 100%;
}

.trainer-image {
    position: relative;
    height: 380px;
}

.trainer-overlay li {
    display: ;
    list-style: none;
    display: inline-block;
    margin: ;
}

.overlay-social ul {
    padding: 0;
}

.overlay-social a {
    font-size: 20px;
    display: block;
    padding: 15px 20px;
    color: #FFF;
}

.trainer-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    top: -100%;
    transition: .4s;
}

.overlay-social {
    position: absolute;
    width: 100%;
    bottom: -140%;
    transition: .4s;
}

.single-trainer:hover .trainer-overlay {
    top: 0;
}

.single-trainer:hover .overlay-social {
    bottom: 0;
}

.overlay-social a:hover {
    color: #fd3c3d;
}

.single-trainer-inner {
    width: 25%;
}

.trainer6-content h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.trainer6-content p {
    font-size: 13px;
}

.trainer6-content {
    padding: 20px;
}

#package6 {
    padding: 70px 0;
    text-align: center;
}

.single-package6 {
    background: #FFF;
    padding: 45px 30px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 15px;
    text-align: left;
}

.single-package6 ul {
    padding: 0;
}

.single-package6 li {
    list-style: none;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}

.single-package6 li::after {
    content: "";
    background-image: url(../images/check.png);
    position: absolute;
    left: 0;
    top: 57%;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.package6-description h2 {
    margin: 0;
    color: #fd3c3d;
    font-weight: bold;
    font-size: 35px;
}

.package6-description h3 {
    color: #0D112F;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.package6-serivces {
    padding-top: 20px;
    border-top: 1px solid #DDD;
}

.package6-description {
    margin-bottom: 20px;
}

.package-btn a {
    background: #fd3c3d;
    color: #FFF;
    border: 1px solid #fd3c3d;
}

.package-btn a:hover {
    background: 0 0;
    color: #fd3c3d;
}

.break {
    color: #fd3c3d;
    font-weight: 800 !important;
}

.break span {
    color: #333 !important;
    font-weight: 500 !important;
}

#clients-review {
    padding: 70px 0 75px 0;
}

.clients-reviews-content {
    background: #fd3c3d;
    color: #FFF;
    padding: 100px 70px 100px 151px;
    margin-left: 300px;
    position: relative;
    z-index: -1;
    top: 50px;
}

.clients-image {
    max-width: 360px;
    background: #FFF;
    padding: 0px;
    box-shadow: 0 0 2px 1px #ccc;
    position: absolute;
    left: 0;
    margin: 4px;
}

.single-clients-review-inner {
    position: relative;
}

.clients-reviews-content p {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding: 40px 0;
    position: relative;
}

.clients-reviews-content p i.fa {
    position: absolute;
    top: -20px;
    font-size: 27px;
    left: -20px;
}

.clients-details p {
    padding: 0;
    font-style: inherit;
    font-weight: 400;
    font-size: 14px;
}

.clients-details h4 {
    color: #0A0C25;
    text-transform: uppercase;
    font-size: 22px;
}

#help {
    background: linear-gradient(to right, #fb642d 51%, #0a0c25 51%);
    color: #FFF;
}

.help-content {
    background: #fd3c3d;
    padding: 50px 0;
}

.help-content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    line-height: 40px;
}

.help-content h3 span {
    color: #0D112F;
}

.joint-now-btn.radios-btn {
    background: #0A0C25;
    padding: 53px 0;
    border-left: 3px dashed #fd3c3d;
    margin-left: -25px;
    padding-left: 80px;
}

.joint-now-btn.radios-btn a {
    background: #FFF;
    color: #fd3c3d;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    border: 1px solid #FFF;
}

.joint-now-btn.radios-btn a:hover {
    background: 0 0;
    color: #FFF;
    border: 1px solid;
}

#help .row {
    display: flex;
    align-items: center;
}

.package-inner {
    max-width: 1093px;
    margin: auto;
}

.single-offer-6-carousel .owl-prev, .single-offer-6-carousel .owl-next {
    display: block;
    background: #fd3c3d;
    width: 40px;
    height: 50px;
    font-size: 37px;
    color: #FFF;
    line-height: 50px;
    margin: ;
    margin: 0 2px !important;
}

.single-offer-6-carousel .owl-nav {
    margin-top: 20px;
}

.clients-review-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 80px;
}

.clients-review-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -10px;
}

.clients-review-carousel .owl-prev, .clients-review-carousel .owl-next {
    width: 40px;
    height: 50px;
    display: block;
    text-align: center;
    background: #D9D9DB;
    font-size: 37px;
    margin: 0 2px !important;
}

.clients-review-carousel {
    padding-top: 0 !important;
}

.main-offer.client_common.home7 .main-classes a.readmore {
    border-bottom: none;
}

.m-help {
    margin-top: 310px;
}

#pinky-gray {
    background: #EEEFF3;
}

#home7 .hover-1 {
    background: #0D112F;
}

#home7 .hover-2 {
    background: #0D112F;
}

#home7 .parmonth:hover {
    background: #fd3c3d;
}

#home7 .parmonth:hover {
    background: #0D112F;
}

#home7 .basic:hover {
    background: #0D112F;
}

.home7-member-social li img {
    max-width: 24px;
}

.single-home7-team {
    text-align: center;
    padding: 0 15px;
}

.single-home7-team li {
    display: inline-block;
    list-style: none;
}

.single-home7-team li a {
    margin: 0 10px;
    display: block;
}

.home7-member-image img {
    width: 100%;
    height: 100%;
    overflow: ;
}

.home7-member-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 0 18px #ccc;
}

.home7-member-details {
    margin: 20px 0;
}

.name {
    color: #fd3c3d;
    font-weight: 600;
    font-size: 18px;
}

.designation {
    font-weight: 600;
    color: #0D112F;
    font-style: italic;
    font-size: 18px;
}

.home7-member-social ul {
    padding: 0;
}

.home7-member-social {
    margin-top: 15px;
}

#home7-team {
    text-align: center;
    padding: 70px 0;
}

.single-home7-bottom-banner {
    text-align: center;
    border-bottom: 5px solid #fd3c3d;
    background: #FFF;
    padding: 60px 15px;
    box-shadow: 0 0 5px #ccc;
}

.single-home7-bottom-banner h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#home7-bottom-banner {
    position: relative;
    height: 50px;
    top: -140px;
    z-index: 1;
}

#why-helth-coach {
    position: relative;
}

.home7-bottom-banner-inner .container .row .col-md-4:nth-child(2) {
    display: ;
    position: relative;
    top: -45px;
}

.why-health-coach-inner {
    position: relative;
    padding-bottom: 157px;
}

.why-health-coach-content {
    max-width: 50%;
}

.why-health-coach-inner .section-title {
    margin-bottom: 40px;
}

.why-health-coach-image {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.home8-bannner-content {
    max-width: 480px;
    background: rgba(255, 255, 255, .7);
    position: relative;
    padding: 35px;
    border-top: 7px solid #0D112F;
    text-align: left;
}

.home8-bannner-content h3, .home8-bannner-content h2 {
    margin: 0;
}

.home8-bannner-content h3 {
    color: #fd3c3d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}

.home8-bannner-content h2 {
    font-weight: bold;
    color: #0D112F;
    text-transform: uppercase;
    font-size: 42px;
    margin: 5px 0 10px 0;
}

.home8-bannner-content p {
    color: #0D112F;
    font-size: 17px;
    line-height: 28px;
}

.home8-banner-btn ul {
    padding: 0;
}

.home8-banner-btn ul li {
    display: inline-block;
}

.home8-banner-btn li a {
    display: block;
    padding: 5px 25px;
    color: #0D112F;
    font-size: 18px;
    border: 2px solid #fd3c3d;
    transition: .4s;
}

.home8-banner-btn |li:first-child a {
    background: #fd3c3d;
    color: #FFF;
}

.home8-banner-btn li:first-child a {
    background: #fd3c3d;
    color: #FFF;
    margin-right: 10px;
}

.home8-banner-btn li a:hover {
    background: #fd3c3d;
    color: #FFF;
    text-decoration: none;
}

.home8-banner-btn li:first-child a:hover {
    background: 0 0;
    color: #0D112F;
}

.home8-banner-btn {
    margin-top: 20px;
}

#welcome {
    padding: 70px 0;
}

.section-title h3, .section-title h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title h3 span, .section-title h1 span {
    color: #fd3c3d;
}

.welcome-counter.strip_05 {
    text-align: left;
    margin-top: 20px;
}

.single-welcome-counter {
    display: inline-block;
    max-width: 32%;
    padding: 0 15px 0 0;
}

.single-welcome-counter h2 {
    color: #FF5F33;
    font-weight: bold;
    font-size: 45px;
    position: relative;
}

.single-welcome-counter h2::after {
    content: "+";
    position: absolute;
}

.single-welcome-counter h5 {
    font-size: 18px;
    color: #0D112F;
    line-height: 25px;
}

#welcome .section-title {
    margin: 0;
}

.welcome-counter.strip_05 {
}

.welcome-image {
    background: #fd3c3d;
    position: relative;
    margin: 40px;
}

.welcome-image-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 15px;
    left: -15px;
}

.welcome-image-inner img {
    width: 100%;
}

#top-classes {
    padding: 50px 0 70px 0;
}

.single-class {
    padding: 35px 25px;
    position: relative;
}

.single-class-image {
    width: 65px;
    text-align: center;
    height: 65px;
    border-radius: 10px;
    border: 2px solid;
    line-height: 60px;
    background: 0 0;
    overflow: hidden;
}

.single-class h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}

.single-class:hover, .single-class.active {
    background: #fd3c3d;
}

.single-class:hover p, .single-class.active p {
    color: #FFF;
}

.single-class:hover .single-class-image, .single-class.active .single-class-image {
    background: #FFF;
    border: 2px solid #FFF;
}

.single-class:hover ::after, .single-class.active ::after {
    content: "";
    background: #FFF;
    width: 90px;
    height: 50px;
    position: absolute;
    right: -47px;
    top: -10px;
    transform: rotate(45deg);
}

.single-class.active h4 {
    color: #fff;
}

#top-classes .section-title {
    text-align: center;
}

#top-classes .section-title {
    text-align: center;
}

#why-us8 {
    background: #F7F8FA;
    padding: 80px 0 0 0;
    position: relative;
}

.why-choose-content {
    width: 42%;
    margin-left: 58%;
}

.why-us-image {
    position: absolute;
    bottom: 0;
    left: -7%;
}

.single-choose-reason {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

.single-choose-image {
    position: absolute;
    left: 0;
}

.single-choose-content {
    position: relative;
    top: -5px;
}

.single-choose-content h3 {
    font-size: 18px;
    color: #303030;
}

.single-choose-content p {
    font-size: 15px;
    line-height: 27px;
}

.why-choose-inner {
    position: relative;
    padding-bottom: 45px;
}

.why-us-image img {
    width: 100%;
}

.portfolio.project_3columns .section-title {
    text-align: center;
    margin-bottom: 30px;
}

#pinky-gray .sim-button {
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

#home8 .section-title {
    text-align: center;
    margin-bottom: 35px;
}

#home8 .content {
    padding: 26px;
}

#home8 .news_box_item {
    border: 1px solid #B2B1B1;
}

#home8 .datetime {
    background: #FFF;
    left: 15px;
    bottom: -13px;
}

#home8 .datetime span, #home8 .datetime h3 {
    color: #fd3c3d;
}

#home8 .datetime h3 {
    font-weight: bold;
}

.slider-3.hm4slider .slide1::before {
    display: none;
}

#home8::before {
    background: rgba(19, 21, 53, .7);
}

.radious {
    border-radius: 50px;
    overflow: hidden;
}

#home7-team.home9 .single-home7-team {
    border: 1px solid #ccc;
    padding: 35px 25px;
    border-left: none;
}

#home7-team.home9 .col-md-3 {
    padding: 0;
}

.left-border {
    border-left: 1px solid #ccc !important;
}

#home9.stripes-1 {
    margin: 0;
}

#home9 .border-left22 h2::after {
    content: "+";
}

#home9 .border-left22 h2 {
    position: relative;
    color: #FFF;
}

#home9 .border-left22 h5 {
    color: #fd3c3d;
    font-weight: 500;
}

#home9 .runing {
    text-align: center;
    position: relative;
}

#home9 .image-opacity-on-hover {
    position: relative;
    overflow: hidden;
}

#home9 .image-opacity-on-hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -110%;
    background: rgba(0, 0, 0, .4);
    transition: .4s;
}

#home9 .image-opacity-on-hover:hover::after {
    top: 0;
}

#home9 .image-opacity-on-hover a {
    position: absolute;
    bottom: -51px;
    left: 50%;
    display: inline-block;
    height: ;
    transform: translate(-50%, 50%);
    z-index: 5;
    border: 2px solid #fd3c3d;
    margin: ;
    padding: 6px 18px;
    color: #FFF;
    transition: .4s;
}

#home9 .image-opacity-on-hover:hover a {
    bottom: 50%;
}

#home9 .image-opacity-on-hover a:hover {
    background: #fd3c3d;
}

#about-fitaza {
    background: linear-gradient(to right, #F1F1F3 55%, #fd3c3d 42%);
}

.about-fitaza-icons {
    background: #fd3c3d;
    position: relative;
    height: 100%;
    text-align: center;
    padding: 100px 0;
}

.single-fitaza-icon {
    display: inline-block;
    padding: 25px;
    border: 2px solid #FED1C0;
    margin: 0 3px;
}

#about-fitaza .section-title {
    margin: 0;
    margin-bottom: ;
}

.about-fitaza-left-content {
    padding: 60px 0;
    position: relative;
}

#about-fitaza .row {
    display: flex;
    align-items: center;
}

.about-fitaza-left-content p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.signature {
    position: absolute;
    right: 0;
    bottom: -10px;
}

#home10 .slider_content {
    margin-left: 0;
    float: none;
}

#home10 .tt-mslide-title h3 span {
    color: #fd3c3d;
    display: block;
    font-weight: bold;
}

#home10 .tt-mslide-title h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

#life {
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.life-content h2 {
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.life-content p {
    color: #fd3c3d;
    font-size: 36px;
    text-transform: uppercase;
    background: ;
    font-weight: 600;
    margin: 15px 0;
}

.life-content {
    background: #12173F;
    padding: 76px 0;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

#life::before {
    content: "";
    width: 40%;
    height: 100%;
    background: #12173F;
    left: 0;
    position: absolute;
    top: 0;
}

.life-content p.thin {
    color: #FFF;
    font-weight: 400;
    font-size: 16px !important;
    text-transform: inherit;
}

.life-content a {
    color: #FFF;
    display: inline-block;
    border: 2px solid #fd3c3d;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    transition: .4s;
}

.life-content a:hover {
    background: #fd3c3d;
    color: #FFF;
}

.life-imaeg {
    position: absolute;
    right: 26px;
    top: 0;
    z-index: 0;
}

#what-we-offer {
    padding: 50px 0 70px 0;
    text-align: center;
}

.single-offer {
    box-shadow: 0 0 15px #ccc;
    padding: 60px 20px;
    border-radius: 1px;
}

.single-offer p {
    font-size: 16px;
    font-weight: ;
    font-family: 'Montserrat', sans-serif;
}

.single-offer h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: ;
    margin: 25px 0 20px 0;
}

#home10 .datetime {
    background: #fd3c3d;
    top: 10px;
    left: 10px;
}

#home10 .readmore {
    color: #fd3c3d;
}

#client-10 {
    background: #0F1235;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

.client10-review {
    max-width: 760px;
    margin: auto;
}

.client10-review p {
    color: #FFF;
    line-height: 25px;
}

.client10-image {
    margin: 30px 0;
}

#client-10 h2 {
    text-transform: uppercase;
}

.client10-name p {
    color: #F85A21;
    font-size: 16px;
}

.client10-review i {
    font-size: 29px;
    color: #fd3c3d;
    display: block;
    margin: 25px 0;
}

.client10-image {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px auto;
}

#client-10 .owl-dot span {
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
}

#client-10 .owl-dot.active span {
    background: #fd3c3d;
}

#client-10 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#client-10 .owl-dots {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.client10-review {
    padding-top: 0 !important;
}

#top-classes.homee10 {
    background: #F1F2F6;
}

.top-class-image {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    overflow: hidden;
}

.top-class-overlay {
    position: absolute;
    top: 105%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 25px;
    transition: .4s;
}

.top-class-overlay-inner {
    border: 2px solid #FFF;
    height: 100%;
}

.top-class-overlay a {
    color: #F85A21;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.top-class-overlay p {
    color: #FFF;
}

.top-class-overlay-content {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding: 0 10px;
}

.top-class-title span {
    text-align: center;
    display: block;
    color: #0D112F;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.top-class-image:hover .top-class-overlay {
    top: 0;
}

.homee10 .owl-dot span {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
}

.homee10 .owl-dot.active span {
    background: #fd3c3d;
}

.homee10 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.homee10 .owl-dots {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
}

#customize-footer {
    background: #0D112F;
}

#customize-footer .footer-bottom {
    background: #0A0C25;
}

#customize-footer .footer-bottom {
    background: #0A0C25;
    padding: 60px 0px;
    border-top: 1px solid #0F1549;
}

.footer-title h3 {
    color: #fd3c3d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.footer-social ul {
    padding: 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social li a {
    color: #FFF;
    margin-right: 28px;
    display: block;
    font-size: 20px;
}

.footer-social a:hover {
    color: #fd3c3d;
}

.footer-helper {
    padding-top: ;
    padding-right: 120px;
}

.footer-helper {
    padding-top: ;
    padding-right: 120px;
}

.footer-newsletter {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: #0A0C25;
    margin-top: 25px;
    border: 1px solid;
}

.footer-newsletter input {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    color: #FFFFFF;
    border: none;
    padding: 0 60px 0 15px;
    z-index: 2;
}

.news-letter-send-btn-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.news-letter-send-btn-inner img {
    position: absolute;
    right: 0;
    overflow: ;
    top: 50%;
    transform: translateY(-50%);
    right: ;
    background: #fd3c3d;
    padding: 15px;
    pointer-events: ;
    pointer-events: none;
}

#newsletter-send-btn {
    width: 55px;
    right: 0;
    border: none;
    height: 100%;
    padding: 0;
}

#customize-footer .footer-bottom p, #customize-footer .footer-bottom a, #customize-footer .footer-bottom .tt-copy-left {
    color: #727272;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.footer-social {
    margin-top: 30px;
}

#customize-footer::before {
    display: none;
}

#customize-footer .t-footer p {
    line-height: 26px;
    font-size: 16px;
}

.t-footer.small-padding {
    padding-right: 39px;
}

.container {
    padding: 0 15px;
}

.swiper-slide .action-btn.radios-btn a {
    margin-top: 0;
}

.orrange {
    background: #fd3c3d !important;
}

/*.blue {
  background: #1e2434 !important;
}*/
.blue {
    background: #0D112F !important;
}

#home10.hm4slider .tt-mslide-entry::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, #0d102f 0, rgba(0, 0, 0, .01) 90%);
}

.offer-icon {
    min-height: 40px;
}

#client-new-say {
    text-align: center;
    background: #fd3c3d;
    padding: 75px 0;
}

.section-title2 h2 {
    color: #FFFF;
    text-transform: uppercase;
}

.section-title2 h2 span {
    color: #333;
}

.section-title2 p {
    max-width: 550px;
    margin: auto;
    color: #FFF;
    font-size: 16px;
}

.single-new-client-details p {
    color: #fd3c3d;
    font-size: 16px;
    font-weight: 600;
}

.single-new-client-say-content {
    margin: 20px 0;
}

.section-title2 {
    margin-bottom: 60px;
}

.single-new-client-details {
    margin-top: 5px;
}

.single-client-new-image {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 7px #DDD;
}

.client-new-carousel {
    max-width: 760px;
    margin: auto;
}

.single-client-new-carousel {
    background: #FFF;
    padding: 20px 20px 40px 20px;
    border-radius: 4px;
    width: 75%;
    margin: auto;
    position: relative;
}

.single-new-client-say-content p {
    font-size: 15px;
    color: #333;
    font-style: italic;
    font-weight: 600;
}

.client-new-carousel {
    padding-top: 0 !important;
}

.client-new-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.client-new-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #333;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
}

.client-new-carousel .owl-dots .owl-dot.active span {
    background: #fd3c3d;
}

.client-new-carousel .owl-dots {
    text-align: center;
    position: relative;
    top: -40px;
}

.client-new-carousel .owl-nav {
    position: absolute;
    top: 45%;
    transform: translate(-50%, 50%);
    width: 83%;
    margin: auto;
    left: 50%;
}

.client-new-carousel .owl-prev {
    left: 0;
    position: absolute !important;
}

.client-new-carousel .owl-next {
    position: absolute !important;
    right: 0;
}

.single-client-new-carousel::before {
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    left: -12%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.single-client-new-carousel::after {
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    right: -12%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.client-new-carousel .owl-prev i.fa, .client-new-carousel .owl-next i.fa {
    color: #fd3c3d;
    font-size: 34px;
    font-weight: bold;
}

.swiper-slide .custom-slider-content .action-btn.radios-btn a {
    margin-top: 30px;
}

#gallery6 .cellpadding {
    padding: 0;
}

.traning .underline {
    background: #FFF;
    height: 2px;
    top: -10px;
}

.home7.main-offer .traning h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.home7.main-offer .traning h3 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: ;
    margin-top: 12px;
    margin-top: ;
    margin-bottom: 0;
}

.home7 .Running-Classes .image {
    /* background: #FFF; */
    border: 3px solid #FFF;
    border-bottom: ;
}

.home7 .main-classes .datetimes {
    left: 4px;
    top: 4px;
}

.home7 .c-enter {
    border: none;
}

.home7.main-offer .main-classes .Running-Classes {
    border: 1px solid #ccc;
    margin: 1px;
}

.home7 .classes h2 {
    text-transform: uppercase;
}

.home7 .classes h2 {
    font-weight: 300;
    letter-spacing: 1px;
}

.home7 .classes .underline, .home7.latest_news2 .onely .underline {
    background: #333;
    height: 2px;
    bottom: 10px;
    left: -4px;
}

.home7.latest_news2 .onely {
    text-transform: uppercase;
    font-weight: 300;
}

#home8.getinto .book h5 {
    text-transform: uppercase;
}

/*#pinky-gray .join-now .button8::before {
  background: #1E2434;
}*/
#pinky-gray .join-now .button8::before {
    background: #0D112F;
}

.hm4slider .slider_content p {
    margin-bottom: 0;
}

#home9.stripes-1 {
    background: #0D112F;
}

#home9.topclass .runing h2 a {
    color: #0D112F;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.home9.Our_Pricing .pricing h5 {
    color: #333;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

#home10 .button8::before {
    background: #FFF;
}

#home10 .main-contc a:hover, #home10 .main-contc a:hover span {
    color: #fd3c3d;
}

.topclass .classes h2 {
    text-transform: uppercase;
}

.pricing_Features h2 {
    text-transform: uppercase;
}

.class10-carousel.owl-carousel {
    padding: 0;
}

@media (max-width: 1399px) {
    .single-offer-6-content h3 {
        font-size: 21px;
    }

    .single-offer-6-content p {
        font-size: 14px;
    }

    .single-offer-6-content {
        padding: 30px 35px;
        padding-bottom: 90px;
    }

    .single-galllery-image img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .single-health-service-box {
        padding: 50px 10px;
    }

    .health-service-title h4 {
        font-size: 14px;
    }

    .health-service-content h3, .health-service-content h1 {
        font-size: 27px;
    }

    .progress-movement-contents h2 {
        font-size: 35px;
    }

    #gallery6 {
        padding-top: 0;
    }

    .trainer-image {
        position: relative;
        height: 302px;
    }

    .package6-description h2 {
        font-size: 28px;
    }

    .package6-description h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .single-package6 li {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .radios-btn.package-btn {
        margin-top: 30px;
    }

    .clients-reviews-content {
        padding: 70px 70px 70px 120px;
    }

    .help-content h3 {
        font-size: 23px;
    }

    .single-offer-6-content h3 {
        max-width: 80%;
    }

    .custom-slider-content-inner h2 {
        font-size: 50px;
    }

    .thin {
        font-size: 16px !important;
    }

    .custom-slider-content {
        max-width: 670px;
    }

    .why-us-image img {
        width: 73%;
    }

    .why-us-image {
        left: 0;
    }

    .why-choose-content {
        width: 45%;
        margin-left: 55%;
    }

    .latest_news .content h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .single-fitaza-icon {
        max-width: 30%;
        padding: 10px;
    }

    .life-imaeg {
        top: 60px;
        max-width: 50%;
    }

    .life-content h2 {
        font-size: 41px;
    }

    .life-content p {
        font-size: 27px;
    }

    .top-class-overlay {
        padding: 15px;
    }
}

@media (max-width: 984px) {
    .health-services {
        top: 0;
        position: relative;
        left: 0;
    }

    #progress-movement .row {
        display: inherit;
    }

    .progress-counter.strip_05 {
        margin-top: 20px;
    }

    .trainer-image {
        position: relative;
        height: 240px;
    }

    .trainer6-content h3 {
        font-size: 14px;
    }

    .trainer6-content p {
        font-size: 12px;
    }

    .single-package6 {
        max-width: 300px;
        margin: auto;
        margin-bottom: 20px;
    }

    .clients-reviews-content p {
        font-size: 15px;
        padding: 40px 0;
    }

    .help-content h3 {
        font-size: 19px;
        line-height: 33px;
    }

    .joint-now-btn.radios-btn {
        padding-left: 10px;
    }

    #help .col-lg-8.col-md-7 {
        width: 70%;
    }

    .slider-four.hm4slider .tt-mslide-entry.custom-banner-bg {
        height: 570px;
    }

    .clients-reviews-content {
        padding: 70px 70px 0px 120px;
    }

    #clients-review {
        padding: 50px 0 80px 0;
    }

    .footer-helper {
        padding-right: 0;
    }

    .home7-bottom-banner-inner .container .row .col-md-4:nth-child(2) {
        position: inherit;
        top: 0;
    }

    #home7-bottom-banner {
        position: inherit;
        height: auto;
        top: 0;
        z-index: 0;
        padding: 50px 0;
    }

    .single-home7-bottom-banner {
        max-width: 350px;
        margin: auto;
        margin-bottom: 30px;
    }

    .why-health-coach-image img {
        width: 85%;
    }

    .single-home7-team {
        max-width: 350px;
        margin: auto;
        margin-bottom: 50px;
    }

    .section-title p {
        max-width: 100%;
    }

    .welcome-image {
        margin: 40px;
        max-width: 500px;
        margin-top: 40px;
    }

    .single-class {
        max-width: 350px;
        margin: auto;
    }

    .why-us-image {
        display: none;
    }

    .why-choose-content {
        width: 100%;
        margin-left: 0;
    }

    .why-choose-inner {
        padding-bottom: 50px;
    }

    #about-fitaza .row {
        display: inherit;
    }

    #about-fitaza {
        background: 0 0;
    }

    .about-fitaza-left-content {
        margin-bottom: 50px;
    }

    #home9 .image-opacity-on-hover a {
        padding: 6px 12px;
    }

    #home7-team.home9 .single-home7-team {
        border: 1px solid #ccc;
    }

    .life-imaeg {
        display: none;
    }

    #life::before {
        content: none;
    }

    .life-content {
        padding: 80px 20px;
    }
}

@media (max-width: 767px) {
    .custom-slider-content {
        max-width: 500px;
        margin: auto;
    }

    .custom-slider-content-inner h2 {
        font-size: 39px;
    }

    .single-counter h2 {
        font-size: 40px;
    }

    .section-title {
        margin-bottom: 75px;
        padding: 0 15px;
    }

    .single-galllery-image {
        width: 33.33%;
    }

    .trainers6-inner {
        display: flex;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
        -webkit-flex-wrap: ;
    }

    .single-trainer-inner {
        width: 50%;
    }

    .trainer-image {
        position: relative;
        height: 310px;
    }

    .section-title p {
        font-size: 14px;
    }

    .section-title {
        text-align: left;
    }

    .clients-image {
        max-width: 250px;
    }

    .clients-reviews-content {
        padding: 70px 70px 0px 102px;
        margin-left: 180px;
    }

    .clients-reviews-content p {
        font-size: 13px;
        padding: 28px 0;
    }

    .clients-details h4 {
        font-size: 17px;
        margin: 0;
    }

    .clients-details p {
        padding: 20px 0 !important;
    }

    .help-content h3 {
        font-size: 14px;
        line-height: 24px;
    }

    #help .col-lg-8.col-md-7 {
        width: 62%;
    }

    .help-content {
        padding: 58px 0;
    }

    .joint-now-btn.radios-btn a {
        font-size: 14px;
    }

    .section-title h2, .section-title h1 {
        font-size: 24px;
    }

    .why-health-coach-image {
        display: none;
    }

    .why-health-coach-content {
        width: inherit;
        max-width: 550px;
        padding: 0 15px;
    }

    .why-health-coach-inner {
        padding-bottom: 50px;
    }

    .Running-Classes {
        max-width: 350px;
        margin: auto;
    }

    #home7.dedecate {
        max-width: 320px;
        margin: auto;
    }

    .basic {
        top: 0;
        right: 23px;
    }

    .single-offer {
        max-width: 330px;
        margin: auto;
        margin-bottom: 30px;
        border-radius: 5px;
    }
}


@media (max-width: 575px) {
    .custom-slider-content {
        max-width: 350px;
        margin: auto;
        padding: 20px;
    }

    .custom-slider-content-inner p {
        font-size: 20px;
    }

    .custom-slider-content-inner h2 {
        font-size: 26px;
    }

    .custom-slider-content-inner h2 {
        font-size: 26px;
    }

    .single-health-service-box {
        padding: 35px 10px;
    }

    .health-service-content h3, .health-service-content h1 {
        font-size: 20px;
    }

    #progress-movement {
        padding: 50px 0;
    }

    .progress-movement-contents h2 {
        font-size: 26px;
    }

    .progress-movement-contents .underline {
        top: -10px;
    }

    .single-counter {
        padding: 20px 15px;
    }

    .single-counter h2 {
        font-size: 30px;
    }

    .single-counter h2::after {
        font-size: 30px;
    }

    .single-counter h5 {
        font-size: 12px;
    }

    .single-galllery-image {
        width: 50%;
    }

    .trainers6-inner {
        display: inherit;
    }

    .single-trainer-inner {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }

    .trainer-image {
        height: auto;
    }

    #trainers6 {
        padding-bottom: 20px;
    }

    #package6 {
        padding: 50px 0;
    }

    .clients-image {
        max-width: inherit;
        margin: auto;
        width: 350px;
        position: inherit;
    }

    .single-clients-review-inner {
        text-align: center;
    }

    .clients-reviews-content {
        position: inherit;
        padding: 40px;
        margin: 0;
        text-align: left;
    }

    #help .row {
        display: inherit;
    }

    #help .col-lg-8.col-md-7 {
        width: 100%;
    }

    .joint-now-btn.radios-btn {
        padding-left: 0;
        text-align: center;
    }

    #help {
        background: 0 0;
    }

    .joint-now-btn.radios-btn {
        padding-left: 0;
        text-align: center;
        margin-left: 0;
        border: 0;
    }

    .help-content {
        padding: 58px 25px;
    }

    #help .container {
        padding: 0;
    }

    .main-offer .traning h2 {
        font-size: 30px;
    }

    .main-offer .traning h3 {
        font-size: 28px;
        margin-top: 0;
    }

    .hm4slider .tt-mslide-title h3 {
        font-size: 25px;
    }

    .slider-top.slider1.hm4slider .tt-mslide-title p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .slider-3.hm4slider .slider_content {
        width: 100%;
    }

    .home8-bannner-content {
        margin: auto;
    }

    .home8-banner-btn li a {
        padding: 5px 15px;
        font-size: 16px;
    }

    .single-welcome-counter h2 {
        font-size: 32px;
    }

    .single-welcome-counter h5 {
        font-size: 15px;
        line-height: 19px;
    }

    .why-choose-content {
        padding: 15px;
    }

    .section-title {
        text-align: left !important;
    }

    #customize-footer .footer-bottom p, #customize-footer .footer-bottom a, #customize-footer .footer-bottom .tt-copy-left {
        font-size: 14px;
    }

    .footer.cellpadding {
        padding: 50px 15px;
    }

    .stripes-1 .border-left22 h2 {
        font-size: 32px;
    }

    .single-fitaza-icon {
        width: 160px;
        display: block;
        max-width: inherit;
        margin: auto;
        margin-bottom: 20px;
    }

    .life-content h2 {
        font-size: 28px;
    }

    .life-content p {
        font-size: 21px;
    }

    .life-content p.thin {
        font-size: 14px !important;
    }

    .life-content a {
        padding: 10px 25px;
    }

    #client-10 h2 {
        font-size: 22px;
    }

    .single-new-client-say-content p {
        font-size: 14px;
    }
}

.tet {
    text-align: center;
}
