@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
body {
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: normal;
    color: #5a646e
}
.ripplelink {
    display: block;
    position: relative;
    overflow: hidden;
    -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;
    z-index: 0
}
.ripplelink:hover {
    z-index: 1000
}
.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.animate {
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5)
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5)
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5)
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}
a {
    color: #444;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    outline: none !important;
}
a:hover {
    color: #000;
    text-decoration: none
}
p {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-size: 18px
}


h1 {
    font-size: 45px;
    font-family: 'Ubuntu';
    color: #5a646e
}
h1 b {
    font-family: 'Ubuntu';
    font-weight: normal
}
h2 {
    font-size: 44px;
    font-family: 'Ubuntu';
    color: #5a646e
}
h3 {
    font-size: 24px;
    font-family: 'Ubuntu';
    color: #5a646e;
    font-weight: normal
}
h4 {
    font-size: 20px
}
h1,
h2,
h3,
h4 {
    color: #504f4f;
    font-weight: lighter;
    line-height: 1.2;
    margin: 30px 0 10px 0
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: bold;
    text-transform: none
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.btn {
    border-radius: 0;
    border: 0
}
.btn.common_shutter {
    padding: 10px 28px;
    background: url(../images/offer_tab_hover.jpg) 0 0 no-repeat;
    border: 0;
    font-family: 'SansationBold';
    font-size: 18px;
    color: #fff;
    outline: 0
}
.btn.common_shutter:before {
    background: url(../images/bg_header.jpg) 0 0 no-repeat
}
.btn-shutter {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #474e59;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 8px
}
.btn-shutter:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #9d9d9d;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 8px
}
.btn-shutter:hover,
.btn-shutter:focus,
.btn-shutter:active {
    color: white
}
.btn-shutter:hover:before,
.btn-shutter:focus:before,
.btn-shutter:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}
#page {
    display: block;
    position: relative;
    overflow: hidden
}
#page:after {
    display: table;
    width: 100%;
    content: ""
}
.common_div {
    position: absolute;
    height: 0;
    display: block;
    z-index: -999999;
    top: -20px
}
.slider_container {
    position: relative;
    padding: 0;
    margin: 0;
   
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 767px;
    transition: ease-in-out 0.3s
}
.slider_container .slider_content {
    position: relative;
    z-index: 999
}
.slider_container .slider_header {
    padding: 30px 0;
    margin: 0
}
.slider_container .slider_header .logo {
    outline: 0
}
.slider_container .slider_header .nav {
    padding: 0;
    margin: 30px 0
}
.slider_container .slider_header .nav li {
    padding: 0 15px;
    margin: 0
}
.slider_container .slider_header .nav li:last-child {
    padding-right: 0
}
.slider_container .slider_header .nav li a {
    padding: 0;
    margin: 0;
    color: #fff;
    opacity: 1;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px
}
.slider_container .slider_header .nav li a:focus,
.slider_container .slider_header .nav li a:hover {
    background: transparent
}
.slider_container .slide_top_warp {
    padding: 20px 0 0;
    margin: 0;
    display: inline-block;
    width: 100%
}
.slider_container .slide_top_warp .text-content {
    padding: 100px 0
}
.slider_container .slide_top_warp .hand_img {
    margin-bottom: -5px;
    text-align: center
}
.slider_container .slide_top_warp .hand_img img {
    margin-right: -80px;
    max-width: 100%;
    margin: 0 auto
}
.play_store_btn {
    position: relative;
    padding: 12px 20px 12px 70px;
    min-height: 68px;
    text-align: left;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    display: inline-block
}
.play_store_btn .icon {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 44px;
    height: 53px;
    display: block
}
.play_store_btn span {
    color: #fff;
    font-size: 13px;
    font-family: 'Ubuntu';
    font-weight: normal;
    display: block;
    line-height: 17px
}
.play_store_btn b {
    font-size: 19px;
    font-family: 'Ubuntu';
    font-weight: 500;
    line-break: 28px
}
.slider_container .slide_top_warp .btn_google_play {
    margin-right: 20px;
    outline: 0
}
.slider_container .btn .icon.google_play_icon {
    background: url(../images/google_play_ico.png) 0 0 no-repeat
}
.slider_container .btn.btn_google_play:before {
    background: #02a8f3
}
.slider_container a.btn_google_play span {
    color: #000;
    text-transform: uppercase
}
.slider_container a.btn_google_play b {
    color: #343434
}
.slider_container .slide_top_warp .btn_app_play {
    background: #d54f2c;
    color: #fff
}
.slider_container .slide_top_warp .btn_app_play span {
    color: #fff
}
.slider_container .slide_top_warp .btn_app_play b {
    color: #fff
}
.slider_container .btn .icon.app_play_icon {
    background: url(../images/app_play_ico.png) 0 0 no-repeat
}
.slider_container .btn.btn_app_play:before {
    background: #fff
}
.slider_container a.btn_app_play.play_store_btn span {
    color: #fff;
    text-transform: uppercase
}
.slider_container a.btn_app_play b {
    color: #fff
}
.slider_container .slide_top_warp h1 {
    color: #fff;
    display: block;
    margin: 0 0 20px
}
.slider_container .slide_top_warp h1 b {
    display: block;
    font-size: 54px;
    font-weight: bold;
    line-height: 28px;
}
.slider_container .slide_top_warp h1 span {
    font-size: 35px;
    font-weight: 300
}
.slider_container .slide_top_warp p {
    display: block;
    color: #fff;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal
}
.slider_container .bottom_subline {
    padding: 0;
    margin: 15px 0 0;
    display: block
}
.slider_container .bottom_subline p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.30);
    font-style: italic
}
.common_padd {
    padding: 100px 0;
    position: relative
}
.benefits_warp {
    background: #fff
}
.heading_main {
    padding: 0;
    margin: 0 0 60px;
    text-align: center
}
.heading_main h2 {
    padding: 0;
    margin: 0 0 5px;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: 37px;
    color: #000000
}
.heading_main h2 b {
    font-weight: bold;
    color: #343434;
}
.heading_main p {
    line-height: 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #8d8d8d;
    font-family: 'Titillium Web';
    font-weight: 600;
}
.heading_main .dot_head {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 0px
}
.heading_main .dot_head span {
    display: inline-block;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #e8e8e8;
    margin: 0 4px;
    vertical-align: middle;
}
.heading_main .dot_head span.large {
    width: 12px;
    height: 12px;
}
.whyus_warp .choose-images {
    padding: 0px;
    margin: 0px;
    padding-bottom: 80px;
}
.whyus_warp .choose-images img {
    margin-top: -80px;
}
.whyus_warp .choose-text {
    padding: 0px;
    margin: 0px;
}
.whyus_warp .choose-text h2 {
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #2c2c2c;
}
.whyus_warp .choose-text p {
    font-size: 17px;
    font-weight: normal;
    color: #474747;
    margin-bottom: 20px;
}
.whyus_warp .choose-text ul {
    padding: 0px;
    margin: 0px;
}
.whyus_warp .choose-text ul li {
    font-size: 17px;
    font-weight: normal;
    color: #474747;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
.whyus_warp .choose-text ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #585858;
    margin-right: 8px;
}
.whyus_warp .any_time {
    text-align: center;
    display: block;
    font-family: 'Titillium Web';
    font-weight: 100;
    font-size: 32px;
}
.whyus_warp .any_time b {
    font-weight: 600;
}
.app_feature_warp {
    background: #fafafa;
    border-top: solid 1px #eaeaea;
}
.app_feature_warp .app-images {
    position: relative;
    right: -10px;
    text-align;
    right;
    padding-bottom: 88px;
}
.app_feature_warp .app-images img {
    float: right;
    margin-right: -90px;
    margin-top: -80px;
}
.app_feature_warp .app-text {
    padding: 0px;
    margin: 0px;
}
.app_feature_warp .app-text .app-head {
    padding: 0px;
    margin: 0px 0 40px;
}
.app_feature_warp .app-text .app-head span {
    font-family: "Titillium Web";
    font-size: 18px;
    color: #13153f;
    font-weight: 600;
    margin-bottom: 15px;
    display: block
}
.app_feature_warp .app-text .app-head h3 {
    font-family: "Titillium Web";
    font-size: 36px;
    font-weight: 100;
    line-height: 46px;
    margin: 0px;
}
.app_feature_warp .app-text .app-service {
    margin: 20px 0 40px;
    min-height: 145px;
    text-align: center;
}
.app_feature_warp .bx-padd {
    padding: 0 10px
}
.app_feature_warp .app-text .app-service i {
    display: block
}
.app_feature_warp .app-text .app-service p {
    font-family: "Titillium Web";
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7e7e7e;
}
.app_feature_warp .app-text .app-service .sepreter {
    width: 17px;
    height: 17px;
    bottom: -28px;
    position: absolute;
    right: -8px;
}
.app_feature_warp .app-text .app-service .sepreter:before,
.app_feature_warp .app-text .app-service .sepreter:after {
    content: "";
    display: block;
    background: #e1e1e1;
    position: absolute
}
.app_feature_warp .app-text .app-service .sepreter:before {
    width: 1px;
    height: 100%;
    left: 7.5px;
}
.app_feature_warp .app-text .app-service .sepreter:after {
    width: 100%;
    height: 1px;
    top: 7.5px;
}
.trainer_feature_warp {
    background: #fafafa;
    padding: 0px;
    z-index: 1;
}
.trainer_feature_warp .featuer_bx_warp {
    padding: 150px 0 32px;
    margin: 0
}
.trainer_feature_warp .featuer_bx_warp .feature_box {
    position: relative;
    margin-bottom: 25px;
    min-height: 115px
}
.trainer_feature_warp .featuer_bx_warp .feature_box h3 {
    font-size: 16px;
    color: #262949;
    padding: 0;
    margin: 0 0 15px;
    font-family: "Titillium Web";
    font-weight: 600;
    text-transform: uppercase
}
.trainer_feature_warp .featuer_bx_warp .feature_box p {
    font-size: 16px;
    color: #7c7c7c;
    font-family: "Titillium Web";
    font-weight: normal
}
.trainer_feature_warp .featuer_bx_warp.left_side_bx .feature_box {
    padding-right: 110px;
    text-align: right;
    margin-right: -20px;
}
.trainer_feature_warp .featuer_bx_warp.left_side_bx .feature_box .feature_icon {
    right: 0
}
.trainer_feature_warp .featuer_bx_warp.right_side_bx .feature_box {
    padding-left: 110px;
    margin-left: -20px;
}
.trainer_feature_warp .featuer_bx_warp.right_side_bx .feature_box .feature_icon {
    left: 0
}
.trainer_feature_warp .featuer_bx_warp .feature_box .feature_icon {
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    border: solid 1px transparent;
    border-radius: 50%;
    font-size: 35px;
    color: #02a8f3;
    line-height: 66px;
    text-align: center;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s
}
.trainer_feature_warp .featuer_bx_warp .feature_box .feature_icon img {
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s
}
.trainer_feature_warp .featuer_bx_warp .feature_box:hover .feature_icon {
    border-color: #473f84;
    color: #fff
}
.trainer_feature_warp .featuer_bx_warp .feature_box:hover .feature_icon img {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
.trainer_feature_warp .nav-tabs {
    border-bottom: 0
}
.mobile_featuer {
    text-align: center;
    margin-bottom: -230px;
    position: relative;
    text-align: center;
    z-index: 999999;
}
.mobile_featuer img {
    max-width: 100%;
}
.download_app_warp {
    background: #a04f3e url("../images/bg_download_app.jpg") no-repeat;
    padding: 230px 0 100px;
    text-align: center
}
.download_app_warp .heading_main span {
    font-size: 21px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.download_app_warp .heading_main h2 {
    font-size: 44px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.download_app_warp .heading_main p {
    font-size: 18px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}
.download_app_warp .btn_google_play {
    margin-right: 20px;
    outline: 0
}
.download_app_warp .icon.google_play_icon {
    background: url(../images/google_play_ico.png) 0 0 no-repeat
}
.download_app_warp .icon.app_play_icon {
    background: url(../images/app_play_ico.png) no-repeat;
}
.download_app_warp .btn.btn_google_play {
    margin-right: 20px;
    outline: none;
}
.download_app_warp a.btn_google_play span {
    color: #000;
    text-transform: uppercase
}
.download_app_warp a.btn_google_play b {
    color: #343434
}
.download_app_warp .btn_app_play {
    background: #d54f2c;
    color: #fff;
    outline: none;
}
.download_app_warp .btn_app_play span {
    color: #fff
}
.download_app_warp .btn_app_play b {
    color: #fff
}
.benefits_outlets_wrap .choose-images {
    padding: 0px;
    margin: 0px;
    padding-bottom: 80px;
    position: relative;
    min-height: 716px;
    width: 570px;
    margin-left: -80px;
}
.benefits_outlets_wrap .inner-image {} .inner-image .img-first,
.inner-image .img-last {
    position: absolute;
    top: 126px;
}
.inner-image .img-middle {
    position: absolute;
    display: block;
    text-align: center;
    width: 384px;
    height: 716px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.inner-image .img-first {
    left: -45px;
    width: 278px;
    height: 447px;
}
.inner-image .img-last {
    right: -45px;
    width: 278px;
    height: 447px;
}
.benefits_outlets_wrap .choose-images img {} .benefits_outlets_wrap .choose-text {
    padding: 200px 0px;
    margin: 0px;
}
.benefits_outlets_wrap .choose-text h2 {
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #2c2c2c;
}
.benefits_outlets_wrap .choose-text p {
    font-size: 17px;
    font-weight: normal;
    color: #474747;
    margin-bottom: 20px;
}
.benefits_outlets_wrap .choose-text ul {
    padding: 0px;
    margin: 0px;
}
.benefits_outlets_wrap .choose-text ul li {
    font-size: 17px;
    font-weight: normal;
    color: #474747;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
.benefits_outlets_wrap .choose-text ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #585858;
    margin-right: 8px;
}
.benefits_outlets_wrap .any_time {
    text-align: center;
    display: block;
    font-family: 'Titillium Web';
    font-weight: 100;
    font-size: 32px;
}
.benefits_outlets_wrap .any_time b {
    font-weight: 600;
}
.benefits_outlets_wrap .choose-text .sub_line {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    margin: 30px 0 0;
    line-height: 18px;
    display: block
}
.contact_warp .heading_main span {
    font-size: 21px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.contact_warp .heading_main h2 {
    font-size: 44px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.contact_warp .heading_main p {
    font-size: 18px;
    font-family: "Titillium Web";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
}
.contact_warp {
    position: relative;
    background: url(../images/contact_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.contact_warp::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.contact_warp .form_contect {
    position: relative;
    z-index: 1
}
.contact_warp .form_contect .heading_main h2 {
    color: #fff
}
.quick_contact_warp {
    text-align: center
}
.quick_contact_warp .quick_contact_bx {
    display: block;
    margin-bottom: 50px
}
.quick_contact_warp .quick_contact_bx a {
    outline: 0;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 300;
    display: inline-block;
}
.quick_contact_warp .quick_contact_bx a .icon_contect {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 58px;
}
.quick_contact_warp a:focus {
    outline: none;
    text-decoration: none;
}
.quick_contact_warp .quick_contact_bx a .icon_contect span {
    display: block;
    text-align: center;
    color: #fff
}
.quick_contact_warp .contact_details .contect_filleds {
    padding: 0px;
    margin: 0px;
}
.form_contect .contact_details .contect_filleds .form-group {
    margin-bottom: 30px;
}
.form_contect .contact_details .contect_filleds .form-group input,
.form_contect .contact_details .contect_filleds .form-group textarea {
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
    height: 50px;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: 16px;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.form_contect .contact_details .contect_filleds .form-group textarea {
    height: 131px;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.form_contect .contact_details .contect_filleds .form-group input::-webkit-input-placeholder {
    color: #fff;
}
.form_contect .contact_details .contect_filleds .form-group input::-moz-placeholder {
    color: #fff;
}
/* firefox 19+ */

.form_contect .contact_details .contect_filleds .form-group input:-ms-input-placeholder {
    color: #fff;
}
/* ie */

.form_contect .contact_details .contect_filleds .form-group input:-moz-placeholder {
    color: #fff;
}
.form_contect .contact_details .contect_filleds .form-group textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form_contect .contact_details .contect_filleds .form-group textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* firefox 19+ */

.form_contect .contact_details .contect_filleds .form-group textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
/* ie */

.form_contect .contact_details .contect_filleds .form-group textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form_contect .contact_details .btn_row {
    text-align: center
}
.form_contect .contact_details .btn_row .submit_bt {
    min-width: 252px;
    padding: 10px 20px;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
    background: transparent;
    border-radius: 35px;
    border: solid 2px #fff;
    outline: none;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    display: inline-block;
}
.form_contect .contact_details .btn_row .submit_bt:hover {
    background: #fff;
    color: #121922;
}
.multi_round_slide {
    position: relative
}
#wrapper_bu {
    position: relative;
    top: 0;
    width: 100%;
    height: 697px
}
.txt_Center {
    margin: 50% 0 0 20%
}
.txt_h1 {
    font-size: 2em
}
.holder_bu {
    cursor: pointer
}
.holder_bu_awayL1 {
    position: absolute;
    top: 7%;
    left: 16%;
    width: 30%;
    height: 85%;
    overflow: hidden;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s;
    z-index: 1
}
.holder_bu_awayL2 {
    position: absolute;
    top: 14%;
    left: 0;
    width: 30%;
    height: 73%;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu_center {
    position: absolute;
    top: 0;
    left: 33%;
    width: 35%;
    height: 100%;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s;
    z-index: 9
}
.holder_bu_awayR1 {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 35%;
    height: 85%;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s;
    z-index: 1
}
.holder_bu_awayR2 {
    position: absolute;
    top: 14%;
    left: 70%;
    width: 30%;
    height: 73%;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu img {
    width: 100%;
    height: 100%
}
.left_arrow,
.right_arrow {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 45%;
    cursor: pointer
}
.left_arrow {
    left: -50px
}
.right_arrow {
    right: -50px
}
.footer_container {
    background: #ffffff;
    padding: 40px 0 15px;
    position: relative
}
.footer_container .foot_logo {
    padding: 0;
    margin: 0;
    position: absolute;
    width: auto;
    top: -55px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}
.footer_container .footer_menu {
    padding: 40px 0 0;
    margin: 0
}
.footer_container .footer_menu ul {
    padding: 0;
    margin: 0 0 20px;
    display: block;
    text-align: center
}
.footer_container .footer_menu ul li {
    padding: 0;
    margin: 8px 10px;
    display: inline-block;
    text-align: center
}
.footer_container .footer_menu ul li a {
    font-size: 15px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: normal;
    outline: 0;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.footer_container .footer_menu ul li a:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -4px;
    color: #000
}
.footer_container .footer_menu ul li:last-child a:after {
    display: none;
}
.footer_container .footer_menu ul li a:hover {
    color: #f44236
}
/* =============================================================== */
/* 2 MARCH CSS
/* =============================================================== */

.footer_container .copyright_bar {
    font-size: 13px;
    text-align: center;
    color: #5a646e
}
.footer_container .social_icon {
    padding: 0;
    margin: 30px 0px 10px 0px;
    text-align: center
}
.footer_container .social_icon ul {
    padding: 0;
    margin: 0
}
.footer_container .social_icon ul li {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}
.footer_container .social_icon ul li:last-child {
    margin-right: 0
}
.footer_container .social_icon ul li .roundsocial {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #64c7cc;
    margin: 0px;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    display: inline-block
}
.footer_container .social_icon ul li .roundsocial i {
    line-height: 40px;
    display: block;
    margin-top: 10px;
}
.footer_container .social_icon ul li .roundsocial .icon_pt {
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0;
    line-height: 40px;
    top: 0px;
    z-index: 55;
    outline: inherit;
    color: #fff;
    outline: 0
}
.footer_container .social_icon ul li .roundsocial.facebook {
    background-color: #3b5998
}
.footer_container .social_icon ul li .roundsocial.twitter {
    background-color: #28a9e0
}
.footer_container .social_icon ul li .roundsocial.instagram {
    background-color: #9c6f52
}
.footer_container .social_icon ul li:hover .roundsocial {
    background-color: #171717;
    color: #fff;
}
/* =============================================================== */
/* END
/* =============================================================== */

.footer_container .social_icon ul li:hover .hexagon {
    background-color: #000
}
.header_container {
    padding: 0;
    margin: 0;
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s
}
.header_container.fixed {
    display: block;
    top: 0
}
.header_container .navbar {
    border-radius: 0;
    border: 0;
    height: inherit;
    margin: 0;
    background: #fff;
    border-bottom: solid 1px #e6eaeb
}
.header_container .navbar .nav {
    padding: 0;
    margin: 0
}
.header_container .navbar .nav li {
    list-style: none
}
.header_container .navbar .nav li a {
    padding: 22px 12px;
    font-size: 15px;
    font-weight: normal;
    color: #576067;
    outline: inherit
}
.header_container .navbar .nav li a:hover {
    color: #02a8f3
}
.menu-piker {
    position: fixed;
    top: auto;
    bottom: 0;
    left: -50px;
    right: -50px;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    min-width: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}
.menu-piker.open {
    height: 100%;
    overflow-y: auto
}
.menu-piker .menu_slider {
    padding: 0;
    margin: 50px 0
}
.menu-piker .menu_slider li {
    display: block;
    padding: 20px 0
}
.menu-piker .menu_slider li a {
    color: #fff
}
.menu-piker .close-menu {
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
    border: solid 1px #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 32px;
    font-weight: normal;
    outline: 0
}
.menu-piker .container {
    position: relative
}
/* =============================================================== */
/* MEDIA CSS
/* =============================================================== */

@media (min-width: 1300px) and (max-width: 1366px) {
    .benefits_outlets_wrap .choose-images {
        margin-left: -40px;
    }
}
@media (min-width: 1199px) and (max-width: 1200px) {
    .benefits_outlets_wrap .choose-images {
        margin-left: -100px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8)
    }
}
@media (min-width: 1099px) and (max-width: 1299px) {
    .app_feature_warp .app-images img {
        margin-right: -55px;
    }
    .benefits_outlets_wrap .choose-text {
        padding: 100px 0
    }
    .benefits_outlets_wrap .choose-images {
        max-width: 520px;
        min-height: 620px;
        margin: 0px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-first,
    .benefits_outlets_wrap .choose-images .inner-image .img-last {
        width: auto;
        max-width: 50%;
        height: auto;
        top: 80px;
    }
    .inner-image .img-first {
        left: 0
    }
    .inner-image .img-last {
        right: 0
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-middle {
        width: auto;
        max-width: 60%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1198px) {
    .app_feature_warp .app-images img {
        margin-right: -55px;
    }
    .benefits_outlets_wrap .choose-text {
        padding: 50px 0
    }
    .benefits_outlets_wrap .choose-images {
        max-width: 420px;
        min-height: 540px;
        margin: 0px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-first,
    .benefits_outlets_wrap .choose-images .inner-image .img-last {
        width: auto;
        max-width: 50%;
        height: auto;
        top: 80px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-middle {
        width: auto;
        max-width: 60%;
        height: auto;
    }
}
@media (min-width: 1199px) and (max-width: 1366px) {
    .slider_container {
        height: 100%;
        width: auto;
        background-size: cover;
        background-position: 35% 0
    }
    .slider_container .slide_top_warp .text-content {
        padding: 73px 0
    }
}
@media (min-width: 992px) and (max-width: 1098px) {
    .slider_container {
        height: 100%;
        width: auto;
        background-size: cover;
        background-position: 50% 0
    }
    .slider_container .slide_top_warp .text-content {
        padding: 73px 0
    }
}
@media (min-width: 992px) {
    .slider_container .slide_top_warp .slider_custom_top {
        width: 56%;
    }
}
@media (max-width: 991px) {
.slider_container{background-size: cover;  min-height:auto;}
	.container{padding-left:25px; padding-right:40px;}
	.form_contect .contact_details .btn_row .submit_bt{min-width:233px}
	#page .scroller-nav {right:1%;}
	.whyus_warp .any_time{font-size:28px;}
	
    .slider_container .slide_top_warp .hand_img {
        display: none;
    }
    .slider_container .slide_top_warp .text-content {
        padding: 50px 20px 0px;
    }
    .app_feature_warp .app-images img {
        margin-right: 0px;
        margin-top: 20px;
    }
    .mobile_pt_feature {
        display: none;
    }
    .trainer_feature_warp .featuer_bx_warp {
        padding: 0px;
    }
    .trainer_feature_warp .featuer_bx_warp.left_side_bx .feature_box .feature_icon {
        left: 0
    }
    .trainer_feature_warp .featuer_bx_warp.left_side_bx .feature_box,
    .trainer_feature_warp .featuer_bx_warp.right_side_bx .feature_box {
        padding-left: 115px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 15px;
        text-align: left
    }
    .benefits_outlets_wrap .choose-images {
        margin: 0px auto;
        text-align: center
    }
    .benefits_outlets_wrap .choose-text {
        padding: 50px 0 0
    }
    .common_padd {
        padding: 50px 0
    }
    .footer_container .foot_logo {
        top: -45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .heading_main h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .heading_main p {
        font-size: 16px;
    }
    .slider_container {
        min-height: auto;
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .slider_container .slide_top_warp {
        text-align: center
    }
    .slider_container .slide_top_warp p br {
        display: none;
    }
    .whyus_warp .choose-images {
        text-align: center
    }
    .whyus_warp .choose-images img {
        margin: 0px auto
    }
    .app_feature_warp .app-text .app-head {
        text-align: center;
        margin-bottom: 20px;
    }
    .heading_main {
        margin-bottom: 30px;
    }
    .app_feature_warp .app-text .app-service .sepreter {
        display: none;
    }
    .app_feature_warp .app-text .app-service {
        min-height: auto;
        margin-bottom: 20px;
    }
    .app_feature_warp .app-images img {
        float: none;
        margin: 0 auto;
    }
    .app_feature_warp .app-images {
        right: 0;
        left: 0;
        padding: 0px;
    }
    .benefits_outlets_wrap .choose-images {
        max-width: 520px;
        min-height: 600px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-first,
    .benefits_outlets_wrap .choose-images .inner-image .img-last {
        width: auto;
        max-width: 50%;
        height: auto;
        top: 80px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-middle {
        width: auto;
        max-width: 60%;
        height: auto;
    }
    .inner-image .img-first {
        left: 0;
    }
    .inner-image .img-last {
        right: 0;
    }
    .slider_container .slide_top_warp h1 b {
        font-size: 40px;
    }
    .slider_container .slide_top_warp h1 span {
        font-size: 32px;
    }
    .slider_container .slide_top_warp .text-content {
        padding-bottom: 50px;
    }
    .whyus_warp .choose-images {
        padding-bottom: 25px;
    }
    .whyus_warp .choose-text h2 {
        font-size: 20px;
    }
    .whyus_warp .choose-text p {
        font-size: 16px;
    }
    .whyus_warp .choose-text p br {
        display: none;
    }
    .app_feature_warp .app-text .app-head h3 {
        font-size: 30px;
        line-height: 1.6
    }
    .heading_main h2,
    .contact_warp .heading_main h2,
    .download_app_warp .heading_main h2 {
        font-size: 32px;
    }
}
@media (min-width: 520px) and (max-width: 766px) {
    .play_store_btn span {
        font-size: 13px;
    }
    .play_store_btn b {
        font-size: 20px;
    }
}
@media (min-width: 320px) and (max-width: 519px) {
	
	.form_contect .contact_details .btn_row .submit_bt {
    width: 100%;
}
    .benefits_outlets_wrap .choose-images {
        max-width: 320px;
        min-height: 350px;
    }
    .benefits_outlets_wrap .choose-images .inner-image .img-first,
    .benefits_outlets_wrap .choose-images .inner-image .img-last {
        top: 50px;
    }
 
    .slider_container .slide_top_warp .btn_google_play {
        margin: 0px auto 15px;
    }
    .play_store_btn {
        display: block;
        max-width: 225px;
        margin: 0 auto;
    }
    .categories_tabs_warp span.round-tabs,
    .categories_tabs_warp .nav-tabs > li a {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .categories_tabs_warp span.round-tabs .icon_pt img {
        max-width: 100%;
    }
    .download_app_warp .btn.btn_google_play {
        margin: 0 auto 15px;
    }
}
.scroller-nav {
    width: 22px;
    position: fixed;
    z-index: 999999;
    top: 50%;
    right: 2%;
    padding: 0;
    border-radius: 0px;
    list-style: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.scroller-nav a {
    font-size: 0;
    display: block;
    position: relative;
    background: #695575;
    border: 1px solid transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0px 0;
}
.scroller-nav li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.scroller-nav li a.current {
    background: #f15832;
}
.scroller-nav li a:before {
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    bottom: -6px;
    left: -6px;
    height: 22px;
    width: 22px;
    border: solid 1px transparent;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
}
.scroller-nav li a.current:before {
    border-color: #f15832;
}
.parallex {
    background-attachment: fixed !important;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
}





.contact_details .contect_filleds {
    padding: 0px;
    margin: 0px;
}
.contact_details .contect_filleds .wpcf7-form-control-wrap { position: relative; display: block;  }
.contact_details .contect_filleds .wpcf7-form-control-wrap .wpcf7-not-valid-tip { color: #d62e1f; height: 40px; font-style: italic; line-height: 40px; width: 100px; font-size: 13px; right: 20px; top: 5px; position: absolute !important; text-align: right;}

.contact_details .contect_filleds .wpcf7-validation-errors {color: #d62e1f; height: 40px; font-style: italic; line-height: 40px; width: 325px; font-size: 15px; left: 0px; top: 22px; border: none; width: 100%;  text-align: center;}

.contact_details .contect_filleds .wpcf7-mail-sent-ok  {color: #4c8e34; height: 40px; font-style: italic; line-height: 40px; width: 325px; font-size: 15px; left: 0px; top: 22px; border: none; width: 100%;  text-align: center;}

.camcellation_page{padding:15px}
.camcellation_page p{text-transform:none;}
.camcellation_page h3{margin:0 0 15px;}
.camcellation_page ul{margin-bottom:15px;}