﻿@charset "UTF-8";

/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
    clear: both;
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

div#preloader {
    background: #0f1217 url(../img/preloader.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: 0;
    }

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

body.mobiletoggleSlide {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: inherit;
        font-family: "Poppins", sans-serif;
    }

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

    p img {
        margin: 0;
    }

span {
    font-family: "Poppins", sans-serif;
}

/* em and strong */
em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */
blockquote {
    border-left: 0 none;
    font-family: "Poppins", sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

    blockquote::before {
        color: #4e5665;
        content: "∩äì";
        font-family: FontAwesome;
        font-size: 36px;
        left: 20px;
        line-height: 0;
        margin: 0;
        opacity: 0.5;
        position: absolute;
        top: 20px;
    }

    blockquote p {
        font-style: italic;
        padding: 0;
        font-size: 18px;
        line-height: 36px;
    }

    blockquote cite {
        display: block;
        font-size: 12px;
        font-style: normal;
        line-height: 18px;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #8B9798;
            border: none;
        }

/* abbreviations */
abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

    abbr:hover {
        cursor: help;
    }

/* links */
a,
a:visited {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

    a:hover,
    a:active {
        color: #00b0ff;
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48 !important;
}

/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 0;
}

    ul ul li,
    ul ol li,
    ol ul li,
    ol ol li {
        margin-bottom: 0px;
    }

li {
    line-height: 18px;
    margin-bottom: 0px;
}

/* definition list */
dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

i[class^="flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

.section-padding {
    padding: 30px 0px;
}

.no-pad-top {
    padding-top: 0px;
}

.no-pad-bot {
    padding-top: 0px;
}

.section-titleV1 {
    position: relative;
    text-align: center;
    max-width: 750px;
    padding: 25px;
    margin: 25px auto;
}

    .section-titleV1 p {
        font-size: 18px;
        letter-spacing: 0px;
        color: #545361;
        font-weight: 500;
        line-height: 24px;
    }

    .section-titleV1 h3 {
        font-size: 36px;
        letter-spacing: 0px;
        color: #17171a;
        line-height: 40px;
        font-weight: 600;
        margin: 10px auto;
    }

.section-titleV2 {
    position: relative;
    text-align: center;
    max-width: 750px;
    padding: 25px;
    margin: 25px auto;
}

    .section-titleV2 h3 {
        font-size: 48px;
        line-height: 50px;
        color: #101012;
        letter-spacing: 0px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 10px auto;
    }

.section-text {
    position: relative;
}

    .section-text p {
        font-size: 16px;
        color: #101012;
        line-height: 24px;
        margin: 25px auto;
    }

    .section-text .section-titleV1 {
        margin: 0 auto;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 0px;
    }

        .section-text .section-titleV1 p {
            font-size: 24px;
        }

    .section-text a.btn-style-8 {
        margin-right: 10px;
    }

/* Button Style */
a.btn-style-a {
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    z-index: 1;
}

    a.btn-style-a:hover {
        color: #ec1f26 !important;
    }

        a.btn-style-a:hover::before {
            opacity: 0;
            -moz-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
        }

        a.btn-style-a:hover::after {
            opacity: 1;
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    a.btn-style-a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ec1f26;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.btn-style-a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid #ec1f26;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

a.btn-style-b {
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    z-index: 1;
}

    a.btn-style-b:hover {
        color: #fff;
    }

        a.btn-style-b:hover::before {
            opacity: 0;
            -moz-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
        }

        a.btn-style-b:hover::after {
            opacity: 1;
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    a.btn-style-b::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ec1f26;
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.btn-style-b::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #101012;
        border: 1px solid #101012;
        z-index: -2;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

a.hero3-btn {
    position: relative;
    font-size: 22px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    z-index: 1;
}

    a.hero3-btn:after {
        position: absolute;
        content: '';
        background-image: url(../img/bg/btn-bg-1-hover.png);
        background-size: 100% 100%;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: .5s ease;
    }

    a.hero3-btn:hover:after {
        width: 100%;
    }

a.focused-btn {
    padding: 10px 12px !important;
    -webkit-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
}

    a.focused-btn:hover {
        color: #fff !important;
    }

        a.focused-btn:hover::before {
            opacity: 0;
            -moz-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
        }

        a.focused-btn:hover::after {
            opacity: 1;
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    a.focused-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ec1f26;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.focused-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid #fff;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

a.focused-btn-b {
    color: #fff;
    padding: 10px 15px !important;
    -webkit-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
}

    a.focused-btn-b:hover {
        color: #fff !important;
    }

        a.focused-btn-b:hover::before {
            opacity: 0;
            -moz-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
        }

        a.focused-btn-b:hover::after {
            opacity: 1;
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    a.focused-btn-b::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: rgba(33, 37, 41, 0.99);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.focused-btn-b::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid #fff;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

a#scrollUp {
    bottom: 8px;
    right: 10px;
    background-color: #ec1f26;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
}

/* -------- KeyFrames -------- */
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes AntiClockWiseSpin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes AntiClockWiseSpin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes AntiClockWiseSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
/* -------- KeyFrames END -------- */
/* ---------- Theme default CSS END ---------- */
/*----------------------------------------*/
/*  Header Style
/*----------------------------------------*/
header.rexfit-header.navbar-fixed-top {
    background-color: #121a23;
}

.rexfit-header {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rf-topbar {
    position: relative;
    padding: 10px 0px;
}

.rft {
    position: relative;
    border-bottom: 1px solid #ec1f26;
    padding: 5px 0px;
}

.tb-social {
    position: relative;
}

ul.rf-social-icon {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

    ul.rf-social-icon li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

        ul.rf-social-icon li a {
            font-size: 18px;
            color: #fff;
        }

            ul.rf-social-icon li a:hover {
                color: #ec1f26;
            }

.tb-contact {
    position: relative;
    text-align: right;
}

ul.tbc-list {
    position: relative;
    padding: 0;
    list-style-type: none;
}

    ul.tbc-list li {
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }

        ul.tbc-list li a {
            color: #fff;
            font-size: 16px;
            letter-spacing: 0px;
            line-height: 22px;
        }

.rf-navbar {
    position: relative;
}

.rexfit-nav {
    position: relative;
}

    .rexfit-nav > ul > li {
        margin: 0px 5px;
    }

        .rexfit-nav > ul > li.has-sub > a:after {
            display: none;
        }

    .rexfit-nav ul {
        position: relative;
        text-align: right;
        margin: 10px auto;
    }

        .rexfit-nav ul li {
            position: relative;
        }

            .rexfit-nav ul li a {
                font-size: 14px;
                letter-spacing: 0px;
                font-weight: 400;
                color: #fff;
                padding: 10px;
            }

                .rexfit-nav ul li a:hover {
                    color: #ec1f26;
                }

            .rexfit-nav ul li ul li.has-sub > a:after {
                margin-right: 5px;
                margin-left: 5px;
                float: right;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff;
                border-right: 0px;
                position: relative;
                top: 4px;
            }

            .rexfit-nav ul li.drop-left li.has-sub > a:after {
                float: right;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff;
                border-right: 0px;
                margin-right: 5px;
                margin-left: 5px;
            }

        .rexfit-nav ul ul {
            background: #121a23;
            margin: 0 auto;
        }

            .rexfit-nav ul ul li a:hover {
                background: #ec1f26;
                color: #fff;
            }

            .rexfit-nav ul ul li.drop3-left ul {
                left: unset;
                right: 220px;
            }

    .rexfit-nav a.menu-toggle {
        text-align: right;
    }

        .rexfit-nav a.menu-toggle span.bars {
            float: right;
            margin-right: 0;
        }

            .rexfit-nav a.menu-toggle span.bars span {
                width: 20px;
                background-color: #fff;
            }

    .rexfit-nav a.call-btn-mobile,
    .rexfit-nav a.close-menu {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0px;
        padding: 5px 10px;
        width: 80px;
        margin-left: calc(100% - 80px);
        cursor: pointer;
    }

        .rexfit-nav a.call-btn-mobile span.icon-close,
        .rexfit-nav a.close-menu span.icon-close {
            height: 17px;
            width: 11px;
        }

            .rexfit-nav a.call-btn-mobile span.icon-close:after, .rexfit-nav a.call-btn-mobile span.icon-close:before,
            .rexfit-nav a.close-menu span.icon-close:after,
            .rexfit-nav a.close-menu span.icon-close:before {
                border-color: #fff;
                width: 13px;
                left: -5px;
                top: 10px;
            }

.rf-logo {
    margin: 10px auto;
}

.rexfit-nav.mobile {
    text-align: right;
}

    .rexfit-nav.mobile > ul {
        margin: 0 auto;
        background-color: #121a23;
        opacity: 1 !important;
        z-index: 9;
    }

    .rexfit-nav.mobile ul ul {
        background-color: #0b0f15;
        margin: 0 auto;
    }

        .rexfit-nav.mobile ul ul li.drop3-left ul {
            right: 0;
        }

        .rexfit-nav.mobile ul ul ul {
            background-color: #000;
        }

    .rexfit-nav.mobile a.dd-toggle:hover {
        background-color: transparent;
    }

.rf2h .rexfit-nav.mobile ul li a:hover {
    color: #fff;
    background-color: #ec1f26;
}

.rexfit-nav.mobile > ul {
    right: -100% !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rexfit-nav.mobile.active > ul {
    right: 0% !important;
}

.mobiletoggleSlide .rexfit-nav a.menu-toggle span.bars span {
    opacity: 0;
    position: relative;
    transition: .5s ease;
}

    .mobiletoggleSlide .rexfit-nav a.menu-toggle span.bars span:first-child {
        opacity: 1;
        transform: rotate(45deg);
        top: 4px;
    }

    .mobiletoggleSlide .rexfit-nav a.menu-toggle span.bars span:last-child {
        opacity: 1;
        transform: rotate(-45deg);
        bottom: 6px;
    }

/* ---------- Header Style END ---------- */
/*----------------------------------------*/
/*  Header Style 2
/*----------------------------------------*/
.rf2h .rft {
    border-bottom: 1px solid #fff;
}

.rf2h ul.rf-social-icon li a:hover {
    color: #101012;
}

.rf2h .rexfit-nav ul li a:hover {
    color: #101012;
}

header.rf2h.navbar-fixed-top {
    background-color: #ec1f26;
}

    header.rf2h.navbar-fixed-top .rft {
        border-color: #fff;
    }

/* ---------- Header Style 2 END ---------- */
/*----------------------------------------*/
/*  Hero 1 Style
/*----------------------------------------*/
.hero-area {
    position: relative;
    padding: 160px 0px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hero_V1 {
    background-image: url(../img/bg/hero-1.jpg);
    background-size: cover;
}

    .hero_V1:before {
        position: absolute;
        content: '';
        background-color: #101013;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .70;
    }

    .hero_V1 .hero-btn a:hover {
        color: #fff !important;
    }

        .hero_V1 .hero-btn a:hover::after {
            border-color: #fff;
        }

.hero1-carousel {
    position: relative;
    margin: 25px auto 40px;
}

    .hero1-carousel .item {
        position: relative;
        margin: 25px auto;
    }

    .hero1-carousel .owl-dots {
        counter-reset: dots;
        max-width: 60px;
        display: inline-block;
        position: absolute;
        top: 25%;
        left: -100px;
    }

        .hero1-carousel .owl-dots .owl-dot {
            position: relative;
            display: block;
        }

            .hero1-carousel .owl-dots .owl-dot:before {
                counter-increment: dots;
                content: counter(dots);
                color: #fff;
                font-size: 20px;
            }

            .hero1-carousel .owl-dots .owl-dot:after {
                position: absolute;
                content: '';
                width: 15px;
                height: 2px;
                background-color: #fff;
                left: -2px;
                top: 15px;
                opacity: 0;
            }

            .hero1-carousel .owl-dots .owl-dot span {
                display: none;
            }

            .hero1-carousel .owl-dots .owl-dot.active:after {
                opacity: 1;
            }

.hero-text {
    position: relative;
    text-align: center;
    max-width: 960px;
    margin: 60px auto;
}

    .hero-text h3 {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 600;
    }

    .hero-text p {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        line-height: 26px;
        margin: 26px;
    }

.hero-btn a {
    margin: 5px;
}

/* ---------- Hero 1 Style END ---------- */
/*----------------------------------------*/
/*  Hero 2 Style
/*----------------------------------------*/
.vidBoxbg {
    position: absolute;
    width: 100%;
    height: 625px;
    top: 0;
    left: 0;
}

    .vidBoxbg video {
        width: 100%;
        height: 760px;
    }

    .vidBoxbg video {
        object-fit: cover;
        height: 100%;
    }

.hero_Video {
    padding-top: 140px;
    height: 625px;
    overflow: hidden;
}

    .hero_Video:before {
        position: absolute;
        content: '';
        background-color: #101013;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.75;
        z-index: 1;
    }

.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 160px;
}

/* ---------- Hero 2 Style END ---------- */
/*----------------------------------------*/
/*  Hero 3 Style
/*----------------------------------------*/
.hero_V3 {
    background-image: url(../img/bg/hero-3.jpg);
    padding-bottom: 0px;
    background-size: cover;
    overflow: hidden;
}

    .hero_V3:before {
        position: absolute;
        content: '';
        background-color: #f25d2c;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .94;
    }

    .hero_V3:after {
        position: absolute;
        content: '';
        height: 670px;
        width: 840px;
        background-image: url(../img/section-img/hero3-right-bg.png);
        background-size: 100% 100%;
        bottom: -10px;
        right: 0;
    }

    .hero_V3 .container-fluid {
        padding: 0px;
    }

    .hero_V3 .hero1-carousel {
        margin: 25px 0px 0px;
    }

        .hero_V3 .hero1-carousel .item {
            margin-bottom: 0px;
        }

    .hero_V3 .hero-content {
        position: relative;
    }

        .hero_V3 .hero-content .hero-text {
            max-width: 535px;
            margin-right: 5px;
            margin-left: auto;
            text-align: left;
            margin-top: 10px;
        }

            .hero_V3 .hero-content .hero-text h3 {
                font-size: 60px;
                text-transform: capitalize;
                line-height: 80px;
            }

            .hero_V3 .hero-content .hero-text p {
                font-size: 45px;
                line-height: 50px;
                text-transform: capitalize;
                font-weight: 600;
                margin: 10px auto 20px;
            }

.hero1-carousel .owl-dots {
    left: 25px;
}

/* ---------- Hero 3 Style END ---------- */
/*----------------------------------------*/
/*  Features Style
/*----------------------------------------*/
.features-area {
    position: relative;
}

.features-box {
    position: relative;
    margin-top: -100px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 55px 0px rgba(17, 22, 29, 0.1);
    padding: 0px 15px;
}

.single-features {
    position: relative;
    max-width: 280px;
    width: 100%;
    padding: 25px;
    transition: .5s ease;
    text-align: left;
    border: 1px solid #f1f1f1;
    border-top: none;
    border-bottom: none;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

    .single-features:hover {
        background-color: #ec1f26;
        border-color: #ec1f26;
    }

        .single-features:hover .sf-icon i {
            color: #fff;
        }

        .single-features:hover .sf-text h4 {
            color: #fff;
        }

        .single-features:hover .sf-text p {
            color: #fff;
        }

    .single-features .sf-icon {
        position: relative;
    }

        .single-features .sf-icon i {
            color: #ec1f26;
            font-size: 50px;
            line-height: 60px;
            font-weight: 600;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            -ms-transition: all 0.75s ease;
            -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }

    .single-features .sf-text h4 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        margin: 15px auto;
        letter-spacing: 0px;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

    .single-features .sf-text p {
        font-size: 15px;
        color: #403f4a;
        line-height: 24px;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

/* ---------- Features Style END ---------- */
/*----------------------------------------*/
/*  About Style 1
/*----------------------------------------*/
.page-title-area {
    position: relative;
    padding: 160px 0px 40px;
}

    .page-title-area .pta-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .page-title-area .pta-bg img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .page-title-area .pta-bg:before {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            background-color: #101013;
            opacity: .70;
            top: 0;
            left: 0;
        }

.page-titleV1 {
    position: relative;
    text-align: center;
    padding: 25px 0px 40px;
    margin: 25px auto;
}

    .page-titleV1 h2 {
        font-size: 48px;
        color: #fff;
        line-height: 60px;
        letter-spacing: 0px;
        font-weight: 600;
        margin: 15px auto;
    }

.breadcrumbV1 {
    position: relative;
}

    .breadcrumbV1 ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 15px auto;
    }

        .breadcrumbV1 ul li {
            position: relative;
            display: inline-block;
            color: #ec1f26;
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 26px;
            margin: 0px 8px;
        }

            .breadcrumbV1 ul li:after {
                position: absolute;
                content: '';
                height: 18px;
                width: 2px;
                background-color: #ec1f26;
                right: -12px;
                top: 4px;
                -moz-transform: rotate(25deg);
                -o-transform: rotate(25deg);
                -ms-transform: rotate(25deg);
                -webkit-transform: rotate(25deg);
                transform: rotate(25deg);
            }

            .breadcrumbV1 ul li a {
                position: relative;
                display: inline-block;
                color: #ec1f26;
                font-size: 18px;
                letter-spacing: 0px;
                line-height: 26px;
            }

            .breadcrumbV1 ul li:last-child:after {
                transform: rotate(0deg);
                height: 2px;
                width: 110px;
                right: -125px;
                top: 12px;
            }

.YTembed {
    height: 420px;
    width: 100%;
}

.YTVidModal .modal-dialog {
    max-width: 767px;
    width: 100%;
    position: relative;
    top: 140px;
}

.YTVidModal button.close {
    position: absolute;
    top: 5px;
    right: 6px;
    color: #fff;
    font-size: 30px;
    z-index: 9;
    opacity: 1;
    font-weight: 200;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #f00;
}

.YTVidModal .modal-body {
    padding: 0;
}

.YTVidModal .Ytvid {
    display: none;
}

.YTVidModal iframe {
    border: none;
    margin-bottom: -10px;
}

/*--------- About Style 1 END ------------*/
/*----------------------------------------*/
/*  About Style 2
/*----------------------------------------*/
.page-titleV2 {
    position: relative;
    text-align: left;
    padding: 25px 0px 40px;
    margin: 25px auto;
}

    .page-titleV2 h2 {
        position: relative;
        font-size: 48px;
        color: #fff;
        line-height: 60px;
        letter-spacing: 0px;
        font-weight: 600;
        margin: 15px auto;
        z-index: 1;
    }

        .page-titleV2 h2:after {
            position: absolute;
            content: '';
            width: 120px;
            height: 65px;
            left: -25px;
            top: 0;
            background-image: url(../img/bg/btn-bg-1.png);
            background-size: 100% 100%;
            z-index: -1;
        }

.breadcrumbV2 {
    position: relative;
}

    .breadcrumbV2 ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 15px auto;
    }

        .breadcrumbV2 ul li {
            position: relative;
            display: inline-block;
            color: #101012;
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 26px;
            margin: 0px 8px;
        }

            .breadcrumbV2 ul li:after {
                position: absolute;
                content: '';
                height: 18px;
                width: 2px;
                background-color: #101012;
                right: -12px;
                top: 4px;
                transform: rotate(25deg);
            }

            .breadcrumbV2 ul li a {
                position: relative;
                display: inline-block;
                color: #101012;
                font-size: 18px;
                letter-spacing: 0px;
                line-height: 26px;
            }

            .breadcrumbV2 ul li:last-child:after {
                transform: rotate(0deg);
                height: 2px;
                width: 110px;
                right: -125px;
                top: 12px;
            }

.page-title-area .pta-bgV2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .page-title-area .pta-bgV2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .page-title-area .pta-bgV2:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #ec1f26;
        opacity: .95;
        top: 0;
        left: 0;
    }

/*--------- About Style 2 END ------------*/
/*----------------------------------------*/
/*  Get In Touch Style 
/*----------------------------------------*/
.get-in-touch-area {
    position: relative;
    background-image: url(../img/bg/get-in-touch-bg.jpg);
    background-size: 100% 100%;
    padding-top: 80px;
    overflow: hidden;
}

    .get-in-touch-area:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(45deg, white 0%, #ec1f26 0%, #ae3b14 0%, black 100%);
        background-image: -webkit-linear-gradient(45deg, white 0%, #ec1f26 0%, #ae3b14 0%, black 100%);
        background-image: -ms-linear-gradient(45deg, white 0%, #ec1f26 0%, #ae3b14 0%, black 100%);
        opacity: .80;
    }

.gita-text {
    position: relative;
    margin: 25px auto;
    padding: 80px 0px 40px;
}

    .gita-text h3 {
        color: #fff;
        font-size: 48px;
        line-height: 54px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .gita-text p {
        color: #fff;
        line-height: 25px;
        margin: 20px auto;
        font-size: 16px;
    }

/*--------- Get In Touch Style END ------------*/
/*----------------------------------------*/
/*  Get In Touch Style 2
/*----------------------------------------*/
.get-in-touch-area2 {
    position: relative;
    overflow: hidden;
}

.gitouch-img2 {
    position: relative;
    margin-left: -100px;
    z-index: 1;
}

    .gitouch-img2:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        background-image: url(../img/bg/get-your-body-fit.png);
        background-size: 100% 100%;
        z-index: -1;
    }

    .gitouch-img2.giti2-alt {
        margin-right: -100px;
        margin-left: 0px;
        text-align: center;
    }

.gitouch-text {
    position: relative;
    margin: 80px auto;
}

    .gitouch-text h3 {
        font-size: 48px;
        letter-spacing: 0px;
        line-height: 56px;
        text-transform: capitalize;
        margin: 25px auto;
        font-weight: 700;
    }

    .gitouch-text p {
        font-size: 16px;
        color: #403f4a;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .gitouch-text:after {
        position: absolute;
        content: '01';
        font-size: 420px;
        line-height: 420px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: -1;
        color: #ffeee9;
        font-weight: 700;
    }

.gitt2:after {
    content: '02';
}

/*--------- Get In Touch Style 2 END ------------*/
/*----------------------------------------*/
/*  Get In Touch Style 3
/*----------------------------------------*/
.get-in-touch3-area {
    position: relative;
    background-color: #ec1f26;
    padding-top: 80px;
    overflow: hidden;
}

    .get-in-touch3-area:before {
        position: absolute;
        content: '';
        background-image: url(../img/section-img/hero3-right-bg.png);
        background-size: 100% 100%;
        right: 0;
        top: 0;
        height: 100%;
        width: 800px;
    }

/*--------- Get In Touch Style 3 END ------------*/
/*----------------------------------------*/
/*  Get In Touch Style 4
/*----------------------------------------*/
.fitness-video {
    position: relative;
    overflow: hidden;
}

.fvideo-img-area {
    position: relative;
    padding-bottom: 80px;
}

    .fvideo-img-area:after {
        position: absolute;
        content: '';
        background-image: url(../img/shape/shape-2.png);
        background-size: 100% 100%;
        height: calc(100% + 100px);
        width: calc(100% + 50px);
        top: -35px;
        left: -50px;
        z-index: -1;
    }

    .fvideo-img-area .ocb-img {
        position: relative;
    }

        .fvideo-img-area .ocb-img .fvdimg-btn {
            position: absolute;
            left: 25%;
            bottom: -60px;
            max-width: 300px;
        }

.bpw-btn {
    position: absolute;
    top: calc(50% - 64px);
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .bpw-btn a {
        margin: 15px auto;
        color: #fff;
        font-size: 30px;
        z-index: 1;
        display: block;
        padding-top: 18px;
    }

/* pulse in CSS */
.pulse-css {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ec1f26;
    position: relative;
    margin: 25px auto;
    z-index: 1;
}

    .pulse-css:before, .pulse-css:after {
        content: "";
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-color: #ec1f26;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: scale(0.5);
        transform-origin: center center;
        -webkit-animation: pulse-btn 3s linear infinite;
        -moz-animation: pulse-btn 3s linear infinite;
        -ms-animation: pulse-btn 3s linear infinite;
        animation: pulse-btn 3s linear infinite;
        z-index: -1;
    }

    .pulse-css:after {
        animation-delay: 2s;
    }

@keyframes pulse-btn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.25;
    }

    70% {
        opacity: 0.50;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.ocb-text2-area {
    position: relative;
    margin: 40px auto;
}

    .ocb-text2-area .ocb-title {
        position: relative;
    }

        .ocb-text2-area .ocb-title h3 {
            font-size: 36px;
            letter-spacing: 0px;
            line-height: 48px;
            font-weight: 600;
            margin: 25px auto;
            color: #17171a;
        }

    .ocb-text2-area .ocb-text {
        position: relative;
    }

        .ocb-text2-area .ocb-text p {
            color: #403f4a;
            font-size: 16px;
            line-height: 22px;
            margin: 25px auto;
        }

/*--------- Get In Touch Style 4 END ------------*/
/*----------------------------------------*/
/*  Let's Give Area Style
/*----------------------------------------*/
.lets-give-area {
    position: relative;
    background-image: url(../img/bg/lets-give.jpg);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}

.lga-text {
    position: relative;
    padding: 100px 40px 100px 120px;
    min-height: 500px;
    background-color: #ec1f26;
    margin-right: -15px;
    clip-path: polygon(40px 0, 100% 0%, 100% 100%, 0% 100%);
}

    .lga-text h3 {
        font-size: 72px;
        letter-spacing: 0px;
        color: #fff;
        line-height: 110px;
        font-weight: 600;
    }

        .lga-text h3 span {
            position: relative;
            display: block;
            z-index: 1;
        }

            .lga-text h3 span:before {
                position: absolute;
                content: '';
                height: 100%;
                width: 150%;
                background-color: #000;
                left: -25%;
                top: 0;
                z-index: -1;
            }

/*--------- Let's Give Area Style END ------------*/
/*----------------------------------------*/
/*  404 Area Style
/*----------------------------------------*/
.error-area {
    position: relative;
    background-color: #ef5e2a;
    min-height: 100vh;
    padding: 15px;
    text-align: center;
    padding-top: 240px;
    overflow: hidden;
    z-index: 1;
}

.ea-img {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.ea-text {
    position: relative;
}

    .ea-text h3 {
        font-size: 100px;
        line-height: 120px;
        letter-spacing: 0px;
        color: #ffeded;
        font-weight: 800;
        text-transform: uppercase;
    }

    .ea-text h4 {
        font-size: 36px;
        color: #ffeded;
        letter-spacing: 0px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 36px;
    }

a.bth-btn {
    position: relative;
    font-size: 24px;
    letter-spacing: 0px;
    display: inline-block;
    background-color: #fff;
    padding: 18px 30px;
    color: #ef5e2a;
    text-transform: uppercase;
    margin: 15px auto;
}

.ea-social-box {
    position: relative;
    margin: 10px auto;
}

    .ea-social-box h4 {
        font-size: 24px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        line-height: 34px;
    }

.ea-social {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 25px;
}

    .ea-social li {
        display: inline-block;
    }

        .ea-social li a {
            font-size: 24px;
            letter-spacing: 0px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            display: block;
            line-height: 34px;
            margin: 0 9px;
        }

            .ea-social li a:hover {
                color: #171820;
            }

.copyright-text-ep {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.ctep-text {
    position: relative;
}

    .ctep-text p {
        color: #fff;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 24px;
    }

/*--------- 404 Area Style END ------------*/
/*----------------------------------------*/
/*  Trainer 1 Style
/*----------------------------------------*/
.our-trainers-area {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}

.single-trainer {
    position: relative;
    max-width: 350px;
    margin: 0px auto 30px;
    text-align: center;
    border: 1px solid #f1f0f0;
    border-radius: 5px;
    padding: 30px 0px;
    transition: .5s ease;
}

    .single-trainer .st-img {
        position: relative;
        margin: 15px auto;
    }

        .single-trainer .st-img img {
            border-radius: 50%;
        }

    .single-trainer .st-info h4 {
        font-size: 24px;
        color: #17171a;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 30px;
        margin: 3px auto;
    }

        .single-trainer .st-info h4 a {
            font-size: 24px;
            color: #17171a;
            letter-spacing: 0px;
            font-weight: 600;
            line-height: 30px;
            margin: 3px auto;
        }

    .single-trainer .st-info p {
        font-size: 18px;
        letter-spacing: 0px;
        color: #17171a;
        line-height: 24px;
        margin: 0px auto;
        font-weight: 500;
    }

    .single-trainer .st-info ul.st-social-list {
        position: relative;
        padding: 0;
        list-style-type: none;
        margin: 15px auto;
    }

        .single-trainer .st-info ul.st-social-list li {
            position: relative;
            display: inline-block;
            margin: 2px;
        }

            .single-trainer .st-info ul.st-social-list li a {
                display: block;
                font-size: 18px;
                margin: 0 auto;
                line-height: 30px;
                color: #d1d2df;
                border: 1px solid #d1d2df;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                text-align: center;
                padding-top: 5px;
            }

                .single-trainer .st-info ul.st-social-list li a:hover {
                    background-color: #ec1f26;
                    border-color: #ec1f26;
                    color: #fff;
                    transform: rotate(360deg);
                }

    .single-trainer:hover {
        box-shadow: 0px 0px 40px 0px rgba(241, 93, 43, 0.1);
    }

.stV2 {
    position: relative;
    padding: 0;
    min-height: 380px;
    overflow: hidden;
    border-radius: 5px;
}

    .stV2 .st-img {
        position: relative;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

        .stV2 .st-img img {
            border-radius: 0px;
            object-fit: cover;
        }

    .stV2 .st-info {
        position: absolute;
        bottom: 15px;
        left: -100%;
        width: 100%;
        height: auto;
        z-index: 2;
        transition: .5s ease;
    }

        .stV2 .st-info h4 {
            color: #fff;
        }

            .stV2 .st-info h4 a {
                color: #fff;
            }

        .stV2 .st-info p {
            color: #fff;
        }

        .stV2 .st-info ul.st-social-list li a {
            border: 1px solid #ec1f26;
            background-color: #000;
        }

            .stV2 .st-info ul.st-social-list li a:hover {
                background-color: #ec1f26;
            }

    .stV2:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        right: -100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.65);
        opacity: .65;
        z-index: 1;
        transition: .5s;
    }

    .stV2:hover .st-info {
        left: 0;
    }

    .stV2:hover:after {
        right: 0;
    }

/*--------- Trainer 1 Style END ------------*/
/*----------------------------------------*/
/*  Trainer Details Style
/*----------------------------------------*/
.trainer-details-area {
    position: relative;
    padding-top: 180px;
}

.trainer-details {
    position: relative;
    padding-top: 100px;
}

    .trainer-details .td-img {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .trainer-details .td-text {
        position: relative;
        padding: 80px 25px 80px 240px;
        background-color: #ec1f26;
        max-width: 880px;
        margin-right: 0;
        margin-left: auto;
    }

        .trainer-details .td-text h4 {
            font-size: 30px;
            letter-spacing: 0px;
            color: #fff;
            font-weight: 600;
            line-height: 40px;
        }

        .trainer-details .td-text h5 {
            font-size: 18px;
            letter-spacing: 0px;
            font-weight: 400;
            color: #fff;
            line-height: 26px;
            margin: 5px auto;
        }

        .trainer-details .td-text p {
            font-size: 16px;
            color: #fff;
            line-height: 24px;
            margin: 3px auto;
        }

    .trainer-details ul.bsicon-list {
        margin-top: 25px;
    }

.about-trainer {
    position: relative;
    padding: 80px 0px;
    background-color: #f3f3f3;
}

    .about-trainer h4 {
        font-size: 30px;
        letter-spacing: 0px;
        color: #000;
        font-weight: 600;
        line-height: 44px;
        margin: 20px auto;
    }

    .about-trainer .at-info {
        position: relative;
        padding: 25px;
    }

        .about-trainer .at-info:after {
            position: absolute;
            content: '';
            height: 100%;
            width: 2px;
            background-color: #000;
            top: 0;
            right: -10px;
        }

        .about-trainer .at-info p {
            color: #403f4a;
            font-size: 16px;
            line-height: 24px;
            margin: 20px auto;
        }

    .about-trainer .at-skill {
        position: relative;
        padding: 25px;
    }

.at-info h4 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 600;
    line-height: 44px;
    margin: 20px auto;
}

.trainer-details-wrapper {
    position: relative;
    padding: 80px 0px;
}

.td2 {
    padding-top: 125px;
}

    .td2 .td-img {
        max-width: 300px;
        margin-left: -100px;
    }

        .td2 .td-img .td-text {
            padding: 50px 0px;
            max-width: 460px;
            padding-left: 140px;
        }

.ats2 {
    position: relative;
    margin: 20px auto;
    padding-top: 100px;
}

    .ats2 h4 {
        font-size: 30px;
        color: #17171a;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 40px;
        margin: 25px auto;
    }

.atinfo2 {
    position: relative;
    margin: 80px auto;
    padding-top: 60px;
}

.ati2-img {
    position: relative;
    margin: 50px auto;
}

    .ati2-img:after {
        position: absolute;
        content: '';
        height: 140px;
        width: 40px;
        background-color: #ec1f26;
        top: 25px;
        right: -20px;
        z-index: 1;
    }

    .ati2-img:before {
        position: absolute;
        content: '';
        height: 140px;
        width: 175px;
        background-color: #ec1f26;
        bottom: -65px;
        left: -75px;
        z-index: 1;
    }

/*--------- Trainer Details Style END ------------*/
.profoSkill {
    position: relative;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}

    .profoSkill li {
        position: relative;
        margin-bottom: 35px;
        padding: 0;
        list-style-type: none;
    }

        .profoSkill li p {
            font-size: 16px;
            letter-spacing: 0px;
            color: #2b2941;
            font-weight: 500;
            line-height: 24px;
            padding-bottom: 12px;
        }

        .profoSkill li .bar_container,
        .profoSkill li .bar {
            position: absolute;
            left: 0;
            height: 15px;
            border-radius: 5px;
            content: "";
        }

        .profoSkill li .bar_container {
            bottom: -8px;
            width: 100%;
            background-color: #fff;
            text-align: right;
        }

        .profoSkill li .bar {
            top: 0;
            background-color: #ec1f26;
        }

        .profoSkill li .pct {
            position: absolute;
            top: -25px;
            right: 0;
            opacity: 0;
            transition: opacity 0.3s linear;
            font-size: 16px;
            letter-spacing: 0px;
            color: #2b2941;
            font-weight: 500;
            line-height: 24px;
            padding-bottom: 12px;
        }

/*----------------------------------------*/
/*  Gallery 1 Style
/*----------------------------------------*/
.single-gallery-V1 {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
}

    .single-gallery-V1 .sg-img {
        position: relative;
    }

        .single-gallery-V1 .sg-img .sg-hover {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background-color: rgba(54, 53, 74, 0.65);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            overflow: hidden;
        }

            .single-gallery-V1 .sg-img .sg-hover a {
                display: block;
                height: 75px;
                width: 75px;
                border: 1px solid #fff;
                color: #fff;
                text-align: center;
                font-size: 28px;
                line-height: 40px;
                border-radius: 0px;
                padding-top: 18px;
                position: relative;
                top: calc(50% - 32px);
                left: calc(50% - 32px);
                -webkit-transition: all 0.99s ease;
                -moz-transition: all 0.99s ease;
                -ms-transition: all 0.99s ease;
                -o-transition: all 0.99s ease;
                transition: all 0.99s ease;
                opacity: 0;
            }

    .single-gallery-V1:hover .sg-img .sg-hover {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .single-gallery-V1:hover .sg-img .sg-hover a {
            opacity: 1;
        }

/* ---------- Gallery 1 Style END ---------- */
/*----------------------------------------*/
/*  Gallery 2 Style
/*----------------------------------------*/
.single-gallery-V2 {
    position: relative;
    max-width: 540px;
    margin: 15px auto;
}

    .single-gallery-V2 .sg-img {
        position: relative;
    }

        .single-gallery-V2 .sg-img .sg-hover {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background-color: rgba(54, 53, 74, 0.65);
            overflow: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .single-gallery-V2 .sg-img .sg-hover a {
                display: block;
                height: 85px;
                width: 85px;
                background-color: #fff;
                color: #000;
                text-align: center;
                font-size: 28px;
                line-height: 40px;
                border-radius: 50%;
                padding-top: 25px;
                position: relative;
                top: calc(50% - 42px);
                left: calc(50% - 42px);
                opacity: 0;
            }

    .single-gallery-V2:hover .sg-img .sg-hover {
        top: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }

        .single-gallery-V2:hover .sg-img .sg-hover a {
            opacity: 1;
        }

/* ---------- Gallery 2 Style END ---------- */
/*----------------------------------------*/
/*  Gallery 3 Style
/*----------------------------------------*/
.gallery3-grid {
    margin: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.grid3-item {
    position: relative;
    max-width: 340px;
    margin: 0px auto 30px;
}

.shuffle-wrapper {
    position: relative;
    text-align: center;
}

.shuffle-filter-btn {
    position: relative;
    display: inline-block;
    margin: 25px auto;
    padding-bottom: 40px;
}

    .shuffle-filter-btn label.btn {
        font-size: 16px;
        letter-spacing: 0px;
        color: #36354a;
        font-weight: 500;
        line-height: 22px;
        padding: 0px 5px;
        margin: 10px;
        box-shadow: none;
    }

        .shuffle-filter-btn label.btn:focus {
            box-shadow: none;
        }

        .shuffle-filter-btn label.btn.active {
            color: #ec1f26;
            border-bottom: 2px solid #ec1f26;
        }

.grid3-item .g3-img {
    position: relative;
}

    .grid3-item .g3-img a {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        font-size: 26px;
        border: 1px solid #fff;
        padding: 14px;
        height: 60px;
        width: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        opacity: 0;
        -webkit-transition: all 0.99s ease;
        -moz-transition: all 0.99s ease;
        -ms-transition: all 0.99s ease;
        -o-transition: all 0.99s ease;
        transition: all 0.99s ease;
    }

    .grid3-item .g3-img:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        height: 0;
        width: 100%;
        background-color: #1d1d27;
        opacity: .85;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.grid3-item:hover .g3-img:before {
    top: 0;
    height: 100%;
}

.grid3-item:hover .g3-img a {
    opacity: 1;
}

/* ---------- Gallery 3 Style END ---------- */
/*----------------------------------------*/
/*  Blog 1 Style
/*----------------------------------------*/
.our-recentUpdate-area {
    position: relative;
    padding-bottom: 80px;
}

.single-blogV1 {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
    overflow: hidden;
}

    .single-blogV1 .sb-img {
        position: relative;
    }

        .single-blogV1 .sb-img img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            border-radius: 1px;
        }

    .single-blogV1 .sb-text {
        position: relative;
        padding-top: 40px;
    }

        .single-blogV1 .sb-text .sb-date {
            position: absolute;
            height: 60px;
            width: 60px;
            background-color: #ec1f26;
            top: -30px;
            left: 20px;
        }

            .single-blogV1 .sb-text .sb-date span {
                color: #fff;
                letter-spacing: 0px;
                display: block;
                font-size: 14px;
                line-height: 18px;
                padding: 12px 8px;
                text-align: center;
            }

        .single-blogV1 .sb-text .sbt {
            position: relative;
        }

            .single-blogV1 .sb-text .sbt a {
                font-size: 24px;
                letter-spacing: 0px;
                line-height: 36px;
                font-weight: 600;
                margin: 10px auto;
                color: #17171a;
                display: block;
            }

            .single-blogV1 .sb-text .sbt p {
                font-size: 16px;
                color: #17171a;
                line-height: 22px;
                margin: 10px auto;
            }

    .single-blogV1:hover .sb-text .sbt a {
        color: #ec1f26;
    }

    .single-blogV1:hover .sb-img img {
        transform: scale(1.05);
    }

/*--------- Blog 1 Style END ------------*/
/*----------------------------------------*/
/*  Blog Style 2
/*----------------------------------------*/
.blog-page-wrapper {
    position: relative;
}

.blog-wrapper {
    position: relative;
}

.single-blogV2 {
    position: relative;
    max-width: 730px;
    margin: 0px auto 30px;
}

    .single-blogV2 .sb-img {
        position: relative;
        margin-bottom: 20px;
    }

    .single-blogV2 .sb-text h4 {
        font-size: 30px;
        line-height: 36px;
        color: #101012;
        letter-spacing: 0px;
        margin-bottom: 20px;
        font-weight: 600;
    }

        .single-blogV2 .sb-text h4 a {
            font-size: inherit;
            line-height: inherit;
            color: inherit;
            font-weight: inherit;
        }

    .single-blogV2 .sb-text p {
        color: #101012;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align:justify;
    }

    .single-blogV2 .sb-text a {
        margin-bottom: 20px;
    }

    .single-blogV2 .sb-meta {
        position: relative;
        margin-bottom: 20px;
    }

        .single-blogV2 .sb-meta ul.meta-list {
            position: relative;
            padding: 0;
            list-style-type: none;
        }

            .single-blogV2 .sb-meta ul.meta-list li {
                position: relative;
                letter-spacing: 0px;
                color: #ec1f26;
                font-size: 18px;
                line-height: 24px;
                display: inline-block;
                margin-right: 15px;
                font-weight: 500;
            }

                .single-blogV2 .sb-meta ul.meta-list li a {
                    font-size: inherit;
                    color: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                }

                .single-blogV2 .sb-meta ul.meta-list li:last-child {
                    margin: 0;
                }

                    .single-blogV2 .sb-meta ul.meta-list li:last-child:after {
                        display: none;
                    }

                .single-blogV2 .sb-meta ul.meta-list li:after {
                    position: absolute;
                    content: '';
                    height: 20px;
                    width: 2px;
                    top: 2px;
                    right: -12px;
                    background-color: #ec1f26;
                }

/*--------- Blog Style 2 END ------------*/
/*----------------------------------------*/
/*  Blog 1 Style
/*----------------------------------------*/
.single-blogV3 {
    position: relative;
    max-width: 350px;
    margin: 0px auto 30px;
    background-color: #f9f9f9;
}

    .single-blogV3 .sb-img {
        position: relative;
    }

        .single-blogV3 .sb-img img {
            border-radius: 1px;
        }

    .single-blogV3 .sb-text {
        position: relative;
        padding: 5px 15px 20px;
    }

        .single-blogV3 .sb-text .sb-date {
            position: relative;
        }

            .single-blogV3 .sb-text .sb-date span {
                letter-spacing: 0px;
                display: block;
                font-size: 16px;
                line-height: 25px;
                color: #ec1f26;
                margin: 15px auto;
            }

        .single-blogV3 .sb-text .sbt {
            position: relative;
        }

            .single-blogV3 .sb-text .sbt a {
                font-size: 24px;
                letter-spacing: 0px;
                line-height: 36px;
                font-weight: 600;
                margin: 10px auto;
                color: #101012;
                display: block;
            }

            .single-blogV3 .sb-text .sbt p {
                font-size: 16px;
                color: #101012;
                line-height: 22px;
                margin: 10px auto;
            }

    .single-blogV3:hover .sb-text .sbt a {
        color: #ec1f26;
    }

/*--------- Blog 1 Style END ------------*/
/*----------------------------------------*/
/*  Blog Details Style
/*----------------------------------------*/
.blog-details .sb-text p {
    margin: 20px auto;
}

.bdp-share {
    position: relative;
    margin: 25px auto;
}

    .bdp-share h5 {
        font-size: 18px;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 26px;
        display: inline-block;
        margin-right: 10px;
    }

ul.bsicon-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

    ul.bsicon-list li {
        position: relative;
        display: inline-block;
    }

        ul.bsicon-list li a {
            position: relative;
            height: 44px;
            width: 44px;
            border-radius: 50%;
            background-color: #101012;
            display: block;
            color: #fff;
            text-align: center;
            font-size: 20px;
            line-height: 26px;
            padding-top: 11px;
            margin: 2px;
        }

            ul.bsicon-list li a:hover {
                background-color: #ec1f26;
            }

.bdp-author {
    position: relative;
    background-color: #f9f9f9;
    margin: 25px auto;
}

    .bdp-author .bdpa-img {
        position: relative;
        width: 30%;
        display: inline-block;
        max-width: 200px;
        float: left;
    }

    .bdp-author .bdpa-info {
        position: relative;
        width: 70%;
        display: inline-block;
        height: 100%;
        min-height: 202px;
        padding: 20px;
    }

        .bdp-author .bdpa-info h4 {
            font-size: 24px;
            letter-spacing: 0px;
            font-weight: 600;
            color: #101012;
            line-height: 30px;
            margin: 5px auto;
        }

        .bdp-author .bdpa-info p {
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 24px;
            color: #101012;
            font-weight: 300;
            margin: 15px auto;
        }

.related-post-area {
    position: relative;
}

h4.rtpt {
    position: relative;
    color: #101012;
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 36px;
    margin: 25px auto;
}

.comment-area {
    position: relative;
}

form.c-form {
    position: relative;
}

    form.c-form input,
    form.c-form textarea {
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        letter-spacing: 0px;
        line-height: 26px;
        padding: 10px;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    form.c-form textarea {
        height: 185px;
    }

    form.c-form input.cfb {
        width: 160px;
        background-color: #13142c;
        color: #fff;
        text-transform: capitalize;
    }

/*--------- Blog Details Style END ------------*/
.pagination-wrapper {
    position: relative;
    text-align: center;
}

ul.pagination {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

    ul.pagination li {
        position: relative;
        display: inline-block;
    }

        ul.pagination li a {
            position: relative;
            background-color: transparent;
            margin: 5px;
            height: 50px;
            width: 50px;
            display: block;
            font-size: 18px;
            text-align: center;
            padding-top: 16px;
            border-radius: 50%;
            border: 1px solid #ec1f26;
        }

            ul.pagination li a:hover {
                background-color: #ec1f26;
                color: #fff;
            }

        ul.pagination li:first-child a, ul.pagination li:last-child a {
            background-color: #f4f4f4;
            border: 1px solid #f4f4f4;
        }

            ul.pagination li:first-child a:hover, ul.pagination li:last-child a:hover {
                background-color: #ec1f26;
                color: #fff;
            }

        ul.pagination li.active a {
            background-color: #ec1f26;
            color: #fff;
        }

.sidebar-wrapper {
    position: relative;
}

.rf-widget {
    position: relative;
    max-width: 350px;
    margin: 0px auto 30px;
    background-color: #f9f9f9;
    padding: 25px;
}

    .rf-widget h4.rfw-title {
        font-size: 24px;
        letter-spacing: 0px;
        color: #101012;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .rf-widget form {
        position: relative;
    }

        .rf-widget form input {
            width: 100%;
            background-color: #d94c1d;
            height: 50px;
            border: none;
            padding: 10px;
            font-size: 18px;
            letter-spacing: 0px;
            color: #fff;
            margin-bottom: 20px;
        }

        .rf-widget form ::-webkit-input-placeholder {
            /* Edge */
            color: #ffa282;
        }

        .rf-widget form :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #ffa282;
        }

        .rf-widget form ::placeholder {
            color: #ffa282;
        }

        .rf-widget form button {
            position: absolute;
            top: 0;
            right: 0;
            height: 50px;
            width: 60px;
            color: #fff;
            font-size: 30px;
            background-color: #d94c1d;
            border: none;
        }

.rf-search {
    background-color: #ec1f26;
}

    .rf-search h4.rfw-title {
        color: #fff;
    }

.rf-pp-single {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    margin: 0px auto 25px;
}

    .rf-pp-single .rfpp-img {
        position: absolute;
        left: 0;
        top: 0;
    }

        .rf-pp-single .rfpp-img img {
            max-width: 85px;
        }

    .rf-pp-single .rfpp-text {
        position: relative;
        padding: 1px;
    }

        .rf-pp-single .rfpp-text h5,
        .rf-pp-single .rfpp-text h5 a {
            font-size: 18px;
            letter-spacing: 0px;
            font-weight: 500;
            line-height: 20px;
            color: #101012;
            margin: 5px auto;
        }

        .rf-pp-single .rfpp-text p {
            color: #ec1f26;
            font-size: 14px;
            line-height: 22px;
        }

ul.rhw-links {
    position: relative;
    padding: 0;
    list-style-type: none;
}

    ul.rhw-links li {
        position: relative;
        padding-left: 15px;
        margin: 5px auto;
        margin-bottom:10px;
    }

        ul.rhw-links li a {
            color: #101012;
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 26px;
        }

        ul.rhw-links li:after {
            position: absolute;
            content: '';
            height: 8px;
            width: 8px;
            background-color: #ec1f26;
            left: 0;
            top: 8px;
        }

ul.rht-links {
    position: relative;
    padding: 0;
    list-style-type: none;
}

    ul.rht-links li {
        position: relative;
        display: inline-block;
    }

        ul.rht-links li a {
            font-size: 16px;
            display: inline-block;
            letter-spacing: 0px;
            background-color: #101012;
            color: #fff;
            padding: 10px;
            min-width: 85px;
            text-align: center;
            margin: 5px 3px;
        }

/*----------------------------------------*/
/*  Pricing 1 Style
/*----------------------------------------*/
.pricing-area {
    position: relative;
    padding-bottom: 40px;
}

.single-pricing {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
    padding: 25px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 10px;
    transition: .5s ease;
}

    .single-pricing:hover {
        background-color: #fff;
        box-shadow: 0px 0px 35px 0px rgba(22, 17, 83, 0.18);
    }

    .single-pricing h4 {
        color: #101012;
        letter-spacing: 0px;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        margin: 15px auto;
    }

    .single-pricing .sp-price {
        position: relative;
        margin: 15px auto;
        padding-bottom: 15px;
        border-top: 3px dashed #ec1f26;
        border-bottom: 3px dashed #ec1f26;
        max-width: 200px;
    }

        .single-pricing .sp-price h4 {
            font-size: 24px;
            padding-top: 20px;
            color: #101012;
            margin: 0 auto;
        }

        .single-pricing .sp-price p {
            font-size: 16px;
            letter-spacing: 0px;
            color: #101012;
            font-weight: 500;
        }

ul.sp-features {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 25px auto;
}

    ul.sp-features li {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 24px;
        margin: 5px auto;
    }

a.sp-btn {
    position: relative;
    background-color: #ec1f26;
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    min-width: 125px;
    font-size: 20px;
    font-weight: bold;
    margin: 15px auto 25px;
    line-height: 30px;
}

/* ---------- Pricing 1 Style END ---------- */
/*----------------------------------------*/
/*  Our Classes Better Style
/*----------------------------------------*/
.our-classes-better {
    position: relative;
    padding: 40px 0px 40px;
    overflow: hidden;
}

.ocb-text-area {
    position: relative;
    margin: 60px auto;
}

    .ocb-text-area .ocb-title h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        color: #17171a;
        background-color: #fadcd1;
        display: inline-block;
        padding: 14px 40px 14px 20px;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }

    .ocb-text-area .ocb-title h3 {
        font-size: 36px;
        letter-spacing: 0px;
        color: #17171a;
        line-height: 44px;
        font-weight: 600;
        margin: 25px auto;
    }

        .ocb-text-area .ocb-title h3 span {
            color: #ec1f26;
            text-decoration: underline;
        }

    .ocb-text-area .ocb-text p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        color: #403f4a;
        margin: 25px auto;
    }

.ocb-img-area {
    position: relative;
}

    .ocb-img-area:before {
        position: absolute;
        content: '';
        height: 725px;
        width: 725px;
        background-image: url(../img/shape/about-circle-1.png);
        background-size: 100% 100%;
        right: -100px;
        top: -50px;
    }

    .ocb-img-area .ocb-img {
        position: relative;
    }

        .ocb-img-area .ocb-img img {
            border: 15px solid #ec1f26;
        }

    .ocb-img-area .ocb-counter {
        position: absolute;
        right: 15px;
        bottom: 40px;
    }

.active-member-counter {
    position: relative;
    z-index: 1;
    padding: 15px 25px;
}

    .active-member-counter:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 80%;
        background-color: #ec1f26;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .active-member-counter h4 {
        font-size: 68px;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 600;
        line-height: 60px;
    }

        .active-member-counter h4 span {
            line-height: unset;
            font-size: inherit;
            padding-right: 10px;
        }

    .active-member-counter p {
        font-size: 18px;
        letter-spacing: 0px;
        color: #fff;
    }

/*--------- Our Classes Better Style END ------------*/
/*----------------------------------------*/
/*  Our Classes 1 Style
/*----------------------------------------*/
.our-new-classes-area {
    position: relative;
    padding-bottom: 60px;
}

.single-classes {
    position: relative;
    margin: 0px auto 30px;
    width: 100%;
    max-width: 665px;
    overflow: hidden;
    transition: .5s ease;
}

    .single-classes .scs-img {
        position: relative;
    }

        .single-classes .scs-img img {
            width: 100%;
        }

    .single-classes .scs-hover {
        position: absolute;
        top: 40px;
        left: -100%;
        height: calc(100% - 80px);
        width: calc(100% - 80px);
        background-color: rgba(241, 93, 43, 0.95);
        transition: .5s ease;
        overflow: hidden;
    }

        .single-classes .scs-hover .scs-text {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            align-content: center;
        }

            .single-classes .scs-hover .scs-text h4 {
                margin-bottom: 0px;
            }

            .single-classes .scs-hover .scs-text p {
                margin-bottom: 20px;
            }

    .single-classes .scs-text {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
        padding: 15px;
        z-index: 1;
    }

        .single-classes .scs-text i {
            position: absolute;
            font-size: 240px;
            line-height: 100%;
            left: calc(50% - 120px);
            color: #dd4c1b;
            z-index: -1;
            height: 0px;
            top: 50%;
            margin-top: -120px;
        }

        .single-classes .scs-text h4 {
            color: #fff;
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 36px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .single-classes .scs-text p {
            font-size: 14px;
            letter-spacing: 0px;
            color: #fff;
            line-height: 22px;
            margin: 12px auto;
        }

    .single-classes:hover .scs-hover {
        left: 40px;
    }

/*--------- Our Classes Style 1 END ------------*/
/*----------------------------------------*/
/*  Our Classes Style 2
/*----------------------------------------*/
.our-classes2-area {
    position: relative;
}

.classes2-title {
    position: relative;
    padding: 25px;
    background-color: #ec1f26;
    min-height: 284px;
    z-index: 1;
}

    .classes2-title:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-image: url(../img/bg/classes2-title-bg.png);
        background-size: 100% 100%;
        top: 0;
        left: 0;
        opacity: .15;
        z-index: -1;
    }

    .classes2-title h3 {
        font-size: 48px;
        color: #fff;
        line-height: 195px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0px;
        margin: 15px auto;
    }

        .classes2-title h3 span {
            font-weight: 600;
        }

.single-classes-V2 {
    position: relative;
    /*max-width: 350px;*/
    /*margin: 0px auto 30px;*/
    overflow: hidden;
    transition: .5s ease;
}

    .single-classes-V2:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        bottom: 0;
        left: -100%;
        background-image: -moz-linear-gradient(-99deg, #101012 0%, #ec1f26 100%);
        background-image: -webkit-linear-gradient(-99deg, #101012 0%, #ec1f26 100%);
        background-image: -ms-linear-gradient(-99deg, #101012 0%, #ec1f26 100%);
        opacity: .80;
        z-index: 1;
        transition: .5s ease;
    }

    .single-classes-V2:hover:before {
        left: 0;
    }

    .single-classes-V2:hover .sc-text {
        left: 0;
    }

    .single-classes-V2 .sc-img {
        position: relative;
        width: 100%;
    }

    .single-classes-V2 .sc-text {
        position: absolute;
        left: 0 !important;
        z-index: 1;
        transition: .5s ease;
        bottom: 0;
        left: 100%;
        height: auto;
        width: 100%;
        padding: 25px;
        z-index: 2;
        transition: .5s ease;
    }

        .single-classes-V2 .sc-text h4 {
            font-size: 24px;
            letter-spacing: 0px;
            color: #fff;
            font-weight: 600;
            line-height: 30px;
            text-transform: uppercase;
        }

        .single-classes-V2 .sc-text p {
            font-size: 18px;
            color: #fff;
            line-height: 22px;
            text-transform: uppercase;
            font-weight: 400;
            margin: 10px auto;
        }

        .single-classes-V2 .sc-text a {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0px;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: underline;
        }

.sc-services:before {
    left: 0;
}

.sc-services .sc-text {
    left: 0;
}

/*--------- Our Classes Style 2 END ------------*/
/*----------------------------------------*/
/*  Our Classes Style 3
/*----------------------------------------*/
.single-classesV3 {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
}

    .single-classesV3 .sc-text {
        position: relative;
        width: calc(100% - 20px);
        left: 10px;
        top: -25px;
        background-color: #fff;
        box-shadow: 0px 0px 35px 0px rgba(6, 4, 36, 0.05);
    }

        .single-classesV3 .sc-text h4 {
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 32px;
            font-weight: 600;
            padding: 15px 25px 0px;
            display: block;
        }

            .single-classesV3 .sc-text h4 a {
                font-size: 22px;
                letter-spacing: 0px;
                line-height: 32px;
                font-weight: 600;
                display: block;
                text-align:center;
            }

                .single-classesV3 .sc-text h4 a:hover {
                    color: #ec1f26;
                }

        .single-classesV3 .sc-text p {
            font-size: 18px;
            letter-spacing: 0px;
            color: #66666f;
            padding: 5px 25px 20px;
        }

            .single-classesV3 .sc-text p a {
                font-size: inherit;
                letter-spacing: 0px;
                color: #66666f;
            }

        .single-classesV3 .sc-text .sc-time {
            display: block;
            font-size: 14px;
            letter-spacing: 0px;
            font-weight: 500;
            color: #fff;
            background-color: #ec1f26;
            padding: 8px;
            text-align: center;
        }

/*--------- Our Classes Style 3 END ------------*/
/*----------------------------------------*/
/*  Class Details Style 1
/*----------------------------------------*/
.class-details-area {
    position: relative;
}

.cda-top {
    position: relative;
    text-align: center;
    padding: 60px 0px;
    background-color: #f8f8f8;
}

    .cda-top .cdat-text {
        position: relative;
    }

        .cda-top .cdat-text h4 {
            font-size: 48px;
            font-weight: 600;
            letter-spacing: 0px;
            line-height: 60px;
        }

        .cda-top .cdat-text svg {
            font-size: 65px;
            color: #d4d4d4;
            line-height: 80px;
            margin: 15px auto;
        }

.class-details-box {
    position: relative;
    padding: 80px 0px;
}

.cdb-img {
    position: relative;
}

    .cdb-img img {
        width: 100%;
    }

    .cdb-img .cdbi-text {
        position: absolute;
        top: 25%;
        left: 5%;
        background-color: #ec1f26;
        max-width: 280px;
        padding: 25px;
        width: 100%;
    }

        .cdb-img .cdbi-text p {
            color: #fff;
            font-size: 32px;
            text-align: center;
            line-height: 40px;
            letter-spacing: 0px;
            font-style: italic;
            margin: 25px auto;
        }

.cdb-text-box {
    position: relative;
}

    .cdb-text-box .cdb-text {
        position: relative;
    }

        .cdb-text-box .cdb-text p {
            font-size: 16px;
            letter-spacing: 0px;
            color: #313134;
            line-height: 24px;
            margin: 25px auto;
        }

    .cdb-text-box .cdb-info {
        position: relative;
        margin: 25px auto;
        background-color: #f8f8f8;
    }

ul.cdbi-list {
    position: relative;
    list-style-type: none;
    padding: 25px;
}

    ul.cdbi-list li {
        position: relative;
        letter-spacing: 0px;
        margin: 12px auto;
        font-size: 16px;
        line-height: 24px;
        color: #66666f;
    }

        ul.cdbi-list li span {
            font-weight: 600;
            color: #313134;
        }

a.cd-book-seat {
    position: relative;
    display: block;
    background-color: #ec1f26;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 8px;
}

.cdb-qoutes-text {
    position: relative;
    background-color: #ec1f26;
    padding: 50px 25px;
    margin: 25px auto;
}

    .cdb-qoutes-text p {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #fff;
        font-style: italic;
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
    }

.class-details-gallery-area {
    position: relative;
    padding-bottom: 80px;
}

    .class-details-gallery-area .section-titleV1 {
        margin-top: 0px;
        padding-top: 0px;
    }

        .class-details-gallery-area .section-titleV1 h3 {
            text-transform: uppercase;
        }

.cd-gallery-slider {
    position: relative;
    border: 15px solid #ec1f26;
    margin: 25px auto;
}

.cdgallery-carousel {
    position: relative;
}

    .cdgallery-carousel .owl-nav {
        display: none;
    }

    .cdgallery-carousel .owl-dots {
        display: none;
    }

/*--------- Class Details Style 1 END ------------*/
/*----------------------------------------*/
/*  Schedule Style
/*----------------------------------------*/
.our-classes-schedule {
    position: relative;
    background-image: url(../img/bg/class-shedeule-bg.jpg);
    background-size: cover;
}

    .our-classes-schedule:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #101012;
        opacity: .60;
    }

.classes-schedule-wrapper {
    position: relative;
}

    .classes-schedule-wrapper h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 48px;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        margin: 25px auto 60px;
    }

.class-schedule {
    position: relative;
    margin-bottom: 40px;
}

.cs-time-filter {
    position: relative;
}

    .cs-time-filter form.sct-f {
        position: relative;
        text-align: center;
        margin: 25px auto;
    }

        .cs-time-filter form.sct-f .sct-control {
            font-size: 18px;
            line-height: 26px;
            width: 16%;
            padding: 0;
            max-width: 165px;
            margin: 0px 8px;
            padding: 10px;
            letter-spacing: 0px;
            color: #fff;
            border: 1px solid #ec1f26;
            background-color: #101012;
        }

            .cs-time-filter form.sct-f .sct-control:first-child {
                margin-left: 0px;
            }

            .cs-time-filter form.sct-f .sct-control:last-child {
                margin-right: 0px;
            }

input.input-btn-a {
    font-size: 18px;
    width: 16%;
    max-width: 160px;
    margin: 0px 10px;
    padding: 10px;
    letter-spacing: 0px;
    color: #fff;
    border: 1px solid #ec1f26;
    background-color: #ec1f26 !important;
    line-height: 28px !important;
    padding-top: 11px;
    cursor: pointer;
}

.cs-time-table {
    position: relative;
    border: 1px solid #ec1f26;
}

table.cst-table {
    position: relative;
    width: 100%;
    border: 1px solid #ec1f26;
    border-collapse: collapse;
}

    table.cst-table thead {
        position: relative;
    }

        table.cst-table thead tr {
            position: relative;
        }

            table.cst-table thead tr th {
                font-size: 16px;
                letter-spacing: 0px;
                font-weight: 400;
                color: #fff;
                text-align: center;
                padding: 10px;
                width: 16%;
                background-color: rgba(241, 93, 43, 0.75);
                border: 1px solid #2d2d2f;
            }

    table.cst-table tbody {
        position: relative;
    }

        table.cst-table tbody tr {
            position: relative;
        }

            table.cst-table tbody tr td {
                font-size: 16px;
                letter-spacing: 0px;
                font-weight: 400;
                color: #fff;
                text-align: center;
                padding: 10px;
                width: 16%;
                border: 1px solid #2d2d2f;
                background-color: #000;
            }

.our-classes2-schedule {
    background-color: #f6f6f6;
}

    .our-classes2-schedule h3 {
        color: #000;
    }

.our-classes3-schedule {
    background-color: #eeeeee;
}

    .our-classes3-schedule h3 {
        color: #000;
    }

.csV3 .cs-time-filter form.sct-f .sct-control {
    color: #000;
    background-color: #fff;
}

.csV3 table.cst-table {
    border: 1px solid #000;
}

    .csV3 table.cst-table thead tr th {
        background-color: #eee;
        color: #000;
    }

    .csV3 table.cst-table tbody tr td {
        background-color: #fff;
        color: #000;
    }

.csV3 .cs-time-table {
    border-color: #000;
}

/*--------- Schedule Style END ------------*/
/*----------------------------------------*/
/*  Services 1 Style
/*----------------------------------------*/
.single-servicesV1 {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 25px;
    z-index: 1;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

    .single-servicesV1:before {
        position: absolute;
        content: '';
        background-image: url(../img/bg/services-logo-bg.png);
        background-size: 100% 100%;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

    .single-servicesV1 .ss-icon {
        position: relative;
        height: 80px;
        width: 80px;
        background-color: #ec1f26;
        text-align: center;
        border-radius: 5px;
        padding-top: 10px;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

        .single-servicesV1 .ss-icon i {
            font-size: 44px;
            line-height: 60px;
            color: #fff;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            -ms-transition: all 0.75s ease;
            -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }

    .single-servicesV1 .ss-text {
        position: relative;
    }

        .single-servicesV1 .ss-text h4 {
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 36px;
            margin: 15px auto;
            color: #17171a;
            font-weight: 600;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            -ms-transition: all 0.75s ease;
            -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }

        .single-servicesV1 .ss-text p {
            color: #72727c;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            margin: 12px auto;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            -ms-transition: all 0.75s ease;
            -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }

        .single-servicesV1 .ss-text a {
            color: #403f4a;
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: underline;
            letter-spacing: 0px;
            font-weight: 500;
            display: inline-block;
        }

    .single-servicesV1:hover {
        background-color: #ec1f26;
    }

        .single-servicesV1:hover .ss-icon {
            /*background-color: #fff;*/
            border:1px solid black;
        }

            .single-servicesV1:hover .ss-icon i {
                color: #ec1f26;
            }

        .single-servicesV1:hover .ss-text h4,
        .single-servicesV1:hover .ss-text p,
        .single-servicesV1:hover .ss-text a {
            color: #fff;
        }

/* ---------- Services 1 Style END ---------- */
/*----------------------------------------*/
/*  Services Details Style
/*----------------------------------------*/
.service-details-area {
    position: relative;
}

.sdetails-title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sdetails-title h3 {
        font-size: 36px;
        letter-spacing: 0px;
        color: #17171a;
        line-height: 40px;
        font-weight: 600;
        margin: 15px auto;
    }

.service-details-text {
    position: relative;
    margin-bottom: 40px;
}

    .service-details-text p {
        font-size: 16px;
        color: #17171a;
        line-height: 22px;
        margin: 15px auto;
    }

.sdetails-img {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 40px;
}

ul.sp-list li {
    font-size: 16px;
    color: #17171a;
    line-height: 22px;
    margin: 5px auto;
    letter-spacing: 0px;
}

/* ---------- Services Details Style END ---------- */
/*----------------------------------------*/
/*  Testimonial 1 Style
/*----------------------------------------*/
.testimonial-area {
    position: relative;
    background-color: #f3f3f4;
    padding-top: 80px;
    overflow: hidden;
}

    .testimonial-area:before {
        position: absolute;
        content: '';
        background-image: url(../img/section-img/logo-icon.png);
        background-size: 100% 100%;
        right: 0;
        top: 0;
        height: 100%;
        width: 700px;
    }

.testimonial-slider {
    position: relative;
    margin: 25px auto;
}

.testimonial-carousel {
    position: relative;
}

    .testimonial-carousel .item {
        position: relative;
    }

    .testimonial-carousel .owl-dots {
        margin-top: 0px !important;
        margin-bottom: 25px;
    }

        .testimonial-carousel .owl-dots .owl-dot span {
            width: 25px;
            height: 12px;
            margin: 5px;
            background-color: #e5e5e5;
        }

        .testimonial-carousel .owl-dots .owl-dot.active span {
            background-color: #ec1f26;
        }

.single-testimonial {
    position: relative;
    margin: 10px auto 25px;
}

    .single-testimonial p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #17171a;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 40px;
    }

        .single-testimonial p span {
            color: #ec1f26;
            font-weight: 600;
        }

    .single-testimonial h4 {
        font-size: 34px;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 48px;
        color: #17171a;
        font-style: italic;
    }

    .single-testimonial > span {
        font-size: 16px;
        letter-spacing: 00px;
        display: block;
        line-height: 22px;
        color: #17171a;
        font-style: italic;
    }

/* ---------- Testimonial 1 Style END ---------- */
/*----------------------------------------*/
/*  Contact 1 Style
/*----------------------------------------*/
.contact-map {
    position: relative;
    border: 15px solid #ec1f26;
    margin: 50px auto;
}

#googleMap {
    width: 100%;
}

.contact-area {
    position: relative;
}

.contact-info {
    position: relative;
    margin: 25px auto;
}

    .contact-info h4 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 40px;
    }

.cp-wrapper {
    position: relative;
    margin: 25px auto;
}

    .cp-wrapper h4 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 40px;
    }

.ci-single {
    position: relative;
    background-color: #f8f8f8;
    margin: 25px auto 25px 0px;
    max-width: 450px;
}

    .ci-single .cis-icon {
        width: 75px;
        min-height: 75px;
        background-color: #ec1f26;
        text-align: center;
        font-size: 24px;
        padding-top: 25px;
        color: #fff;
        display: inline-block;
        float: left;
    }

    .ci-single .cis-text {
        position: relative;
        display: inline-block;
        width: calc(100% - 75px);
        min-height: 75px;
        padding: 10px;
        vertical-align: middle;
    }

        .ci-single .cis-text p {
            font-size: 18px;
            color: #000;
            margin-left: 14px;
            line-height: 26px;
        }

.cp-wrapper div input {
    height: 50px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 5px 15px;
    line-height: 55px;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 25px;
}

.cp-wrapper div textarea {
    height: 125px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 0px 15px;
    line-height: 55px;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 25px;
}

.cf-btn {
    border: none;
    background-color: #ec1f26;
    padding: 10px 25px !important;
    -webkit-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

    .cf-msg p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #717484;
        text-transform: capitalize;
    }

/* ---------- Contact 1 Style END ---------- */
/*----------------------------------------*/
/*  Contact 2 Style
/*----------------------------------------*/
.contact-info-t {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    padding: 25px 0px;
}

    .contact-info-t h4 {
        font-size: 44px;
        letter-spacing: 0px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 60px;
    }

.ci-singleV2 {
    position: relative;
    max-width: 350px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
    min-height: 200px;
}

    .ci-singleV2 .cis-icon {
        font-size: 40px;
        background-color: #ec1f26;
        width: 100px;
        height: 100px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -80px;
        margin-bottom: 25px;
    }

    .ci-singleV2 .cis-text {
        position: relative;
    }

        .ci-singleV2 .cis-text h4 {
            font-size: 26px;
            letter-spacing: 0px;
            font-weight: 600;
            margin: 15px auto;
            line-height: 30px;
        }

        .ci-singleV2 .cis-text p {
            color: #6f6f6f;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            margin: 0 auto;
        }

/* ---------- Contact 2 Style END ---------- */
/*----------------------------------------*/
/*  Footer 1 Style
/*----------------------------------------*/
.footer-area {
    position: relative;
    background-color: #2e2e2e;
}

.footer-widget-area {
    position: relative;
    padding: 50px 0px;
}

.footer-widget {
    position: relative;
}

    .footer-widget h4 {
        font-size: 24px;
        letter-spacing: 0px;
        color: #f1f1f1;
        line-height: 36px;
        margin: 10px auto;
        font-weight: 500;
        text-transform: uppercase;
    }

.footer-text {
    position: relative;
}

    .footer-text p {
        font-size: 16px;
        letter-spacing: 0px;
        color: #fff;
        line-height: 22px;
        margin: 15px auto;
    }

.footer-logo {
    position: relative;
}

ul.flinks {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 25px auto;
}

    ul.flinks li {
        position: relative;
        margin-bottom: 10px;
    }

        ul.flinks li a {
            font-size: 16px;
            letter-spacing: 0px;
            color: #fff;
            font-weight: 400;
            display: block;
        }

            ul.flinks li a:hover {
                color: #ec1f26;
            }

ul.insta-img-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 25px auto;
}

    ul.insta-img-list li {
        position: relative;
        display: inline-block;
        margin: 5px 3px;
    }

.fw-subscribe {
    position: relative;
    text-align: right;
    margin: 25px auto;
}

    .fw-subscribe div {
        margin-bottom: 25px;
    }

        .fw-subscribe div input {
            background-color: #434343;
            border: none;
            box-shadow: none;
            width: 100%;
            font-size: 16px;
            letter-spacing: 0px;
            padding: 10px;
            line-height: 24px;
            text-align: left;
            margin-bottom: 10px;
            color: #fff;
        }

    .fw-subscribe form button.sf-btn {
        font-size: 30px;
        padding: 6px 22px;
        background-color: #ec1f26;
        border: none;
        cursor: pointer;
        color: #fff;
    }

.follow-social {
    position: relative;
}

ul.fsc-social {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 15px auto;
}

    ul.fsc-social li {
        position: relative;
        display: inline-block;
        margin: 0px 5px;
    }

        ul.fsc-social li a {
            color: #fff;
            font-size: 24px;
            display: block;
            line-height: 30px;
            margin: 5px;
        }

            ul.fsc-social li a:hover {
                color: #ec1f26;
            }

.footer-copyright {
    position: relative;
    background-color: #161616;
    padding: 15px 0px;
}

.copyright-text {
    position: relative;
    text-align: center;
}

    .copyright-text p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
    }

h1.ui-loader-header {
    display: none;
}

/*--------- Footer 1 Style END ------------*/
@media only screen and (min-width: 1368px) {
    .hero_V3 .hero-content .hero-text {
        margin-top: 160px;
    }
}
/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) {
    ul.fsc-social {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        ul.fsc-social li a {
            font-size: 22px;
        }
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1360px) {
    .copyright-text-ep {
        position: relative;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .copyright-text-ep {
        position: relative;
    }

    .rexfit-nav ul li a {
        font-size: 12px;
        padding: 5px;
    }

    ul.tbc-list li a {
        font-size: 14px;
    }

    ul.rf-social-icon li a {
        font-size: 16px;
    }

    .single-classes .scs-text i {
        opacity: 0;
    }

    .single-classes .scs-text h4 {
        font-size: 18px;
    }

    .single-classes .scs-text p {
        font-size: 12px;
        line-height: 20px;
    }

    a.btn-style-b {
        font-size: 14px;
        padding: 8px 20px;
    }

    .hero_V3:after {
        bottom: -25px;
        right: 0;
        height: calc(100% - 125px);
        width: 45%;
    }

    .hero_V3 .hero-content .hero-text {
        margin-left: 65px;
    }

        .hero_V3 .hero-content .hero-text h3 {
            font-size: 48px;
            line-height: 60px;
        }

        .hero_V3 .hero-content .hero-text p {
            font-size: 32px;
            line-height: 40px;
        }

    .cs-time-filter form.sct-f .sct-control {
        font-size: 15px;
        margin-bottom: 20px;
        max-width: 120px;
        padding: 5px;
    }

    input.input-btn-a {
        line-height: 25px !important;
    }

    .get-in-touch3-area:before {
        display: none;
    }

    .gita-text h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .classes2-title {
        min-height: 390px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-classesV3 .sc-text h4 a {
        font-size: 18px;
        line-height: 28px;
    }

    .single-classesV3 .sc-text p {
        font-size: 16px;
    }

    .single-classesV3 .sc-text .sc-time {
        font-size: 12px;
    }

    .td2 .trainer-details .td-text {
        padding-left: 160px;
    }

    .td2 .td-img {
        max-width: 240px;
        margin-left: -85px;
    }

    .trainer-details .td-img {
        max-width: 275px;
    }

    .lga-text h3 {
        font-size: 40px;
        line-height: 65px;
    }

    .stV2 {
        min-height: unset;
        padding: 0;
    }

    .grid3-item {
        max-width: 285px;
    }

    .cs-time-filter form.sct-f .sct-control {
        font-size: 15px;
        margin-bottom: 20px;
        max-width: 120px;
        padding: 5px;
    }

    input.input-btn-a {
        line-height: 25px !important;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sdetails-title h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 10px auto;
    }

    ul.sp-list li,
    .service-details-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .sdetails-title {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 991px) {
    .error-area {
        padding-top: 170px;
    }

    .ea-text h3 {
        font-size: 80px;
        line-height: 90px;
    }

    .ea-text h4 {
        font-size: 24px;
    }

    a.bth-btn {
        font-size: 16px;
        padding: 8px 20px;
        line-height: 24px;
    }

    .trainer-details .td-img {
        max-width: 220px;
    }

    .trainer-details .td-text {
        padding-bottom: 20px;
    }

    .trainer-details-area {
        padding-top: 0px;
    }

    .lga-text h3 {
        font-size: 40px;
        line-height: 65px;
    }

    .stV2 {
        min-height: unset;
        padding: 0 !important;
    }

    .grid3-item {
        max-width: 200px;
    }

    .copyright-text-ep {
        position: relative;
    }

    .bdp-author .bdpa-info {
        padding: 10px 20px;
        min-height: 155px;
    }

        .bdp-author .bdpa-info h4 {
            font-size: 20px;
            line-height: 20px;
        }

        .bdp-author .bdpa-info p {
            font-size: 14px;
            line-height: 20px;
        }

    h4.rtpt {
        text-align: center;
    }

    .cs-time-filter form.sct-f .sct-control {
        font-size: 15px;
        margin-bottom: 5px;
        max-width: 120px;
        padding: 5px;
        margin-left: 0;
        margin-right: 0px;
        width: 100%;
    }

    input.input-btn-a {
        line-height: 25px !important;
    }

    ul.tbc-list li a {
        font-size: 14px;
    }

    .rf-topbar {
        padding-top: 5px;
    }

    .hero-text {
        max-width: 600px;
    }

        .hero-text h3 {
            font-size: 30px;
            line-height: 40px;
        }

        .hero-text p {
            font-size: 16px;
            line-height: 24px;
            margin: 15px auto;
        }

    .hero_V1 {
        padding-top: 100px;
    }

    .get-in-touch3-area:before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-servicesV1 .ss-text h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .single-servicesV1 .ss-text p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px auto;
    }

    .single-servicesV1 .ss-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .td2 .td-img {
        display: none;
    }

    .td2 .td-text {
        padding: 50px 25px;
    }

    .ati2-img:before {
        display: none;
    }

    .ati2-img:after {
        display: none;
    }

    .atinfo2 {
        margin: 15px auto;
        padding-top: 0px;
    }

    .ci-singleV2 .cis-text p {
        font-size: 13px;
        line-height: 22px;
    }

    .ci-singleV2 .cis-text h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .single-classes-V2 .sc-text h4, .single-classes-V2 .sc-text h4 a {
        font-size: 22px;
        line-height: 28px;
    }

    .single-classes-V2 .sc-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .single-classes-V2 .sc-text a {
        font-size: 14px;
    }

    .single-classesV3 .sc-text h4, .single-classesV3 .sc-text h4 a {
        font-size: 16px;
        line-height: 22px;
    }

    .stV2 {
        min-height: unset;
        padding: 0;
    }

    .single-classesV3 .sc-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .single-classesV3 .sc-text .sc-time {
        font-size: 10px;
        line-height: 16px;
        padding: 5px 3px;
    }

    .ocb-text2-area .ocb-title h3 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .ocb-text2-area {
        margin-top: 0px;
    }

        .ocb-text2-area .ocb-text p {
            font-size: 14px;
            margin: 15px auto;
        }

    .single-blogV3 .sb-text .sb-date span {
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
    }

    .single-blogV3 .sb-text .sbt a {
        font-size: 20px;
        line-height: 26px;
        margin: 5px auto;
    }

    .single-blogV3 .sb-text .sbt p {
        font-size: 14px;
        line-height: 20px;
    }

    .single-blogV2 .sb-img {
        margin-bottom: 5px;
    }

    .single-blogV2 .sb-meta ul.meta-list li {
        font-size: 14px;
        line-height: 24px;
    }

    .single-blogV2 .sb-meta {
        margin-bottom: 10px;
    }

    .single-blogV2 .sb-text h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .single-blogV2 .sb-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    a.btn-style-a {
        font-size: 14px;
        padding: 5px 20px;
    }

    .single-blogV2 .sb-text a {
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        height: 40px;
        width: 40px;
        padding-top: 10px;
        margin: 2px;
    }

    .rf-widget {
        padding: 15px;
    }

        .rf-widget form input {
            margin-bottom: 10px;
            font-size: 16px;
        }

        .rf-widget h4.rfw-title {
            font-size: 18px;
            margin-bottom: 12px;
        }

    .rf-search h4.rfw-title {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .rf-pp-single {
        padding-left: 60px;
        margin-bottom: 10px;
        min-height: 55px;
    }

        .rf-pp-single .rfpp-img img {
            width: 55px;
        }

        .rf-pp-single .rfpp-text h5, .rf-pp-single .rfpp-text h5 a {
            font-size: 13px;
            line-height: 16px;
            margin-top: 0px;
            margin-bottom: 2px;
        }

        .rf-pp-single .rfpp-text p {
            font-size: 12px;
            line-height: 15px;
        }

    ul.rhw-links li a {
        font-size: 14px;
        line-height: 24px;
    }

    ul.rhw-links li:after {
        top: 8px;
    }

    ul.rhw-links li {
        margin: 3px auto;
    }

    ul.rht-links li a {
        font-size: 10px;
        padding: 5px 12px;
        min-width: 60px;
    }

    .hero_V3:after {
        bottom: -25px;
        right: 0;
        height: calc(100% - 125px);
        width: 45%;
    }

    .hero_V3 .hero-content .hero-text {
        margin-left: 65px;
    }

        .hero_V3 .hero-content .hero-text h3 {
            font-size: 34px;
            line-height: 44px;
        }

        .hero_V3 .hero-content .hero-text p {
            font-size: 26px;
            line-height: 34px;
        }

    .single-pricing h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .single-pricing .sp-price h4 {
        font-size: 48px;
    }

    .gitouch-text h3 {
        font-size: 36px;
        line-height: 44px;
        margin: 15px auto;
    }

    .gitouch-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .gitouch-text {
        padding-top: 0px;
        margin-top: 0px;
    }

    .classes2-title {
        min-height: 280px;
    }

        .classes2-title h3 {
            font-size: 28px;
            line-height: 36px;
        }

    a.hero3-btn {
        font-size: 16px;
    }

    .single-features .sf-text h4 {
        font-size: 15px;
        line-height: 22px;
        margin: 10px auto;
    }

    .single-features .sf-text p {
        font-size: 13px;
        line-height: 18px;
    }

    .ocb-text-area .ocb-title h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 12px auto;
    }

    .ocb-text-area .ocb-title h4 {
        font-size: 16px;
    }

    .ocb-text-area {
        margin: 0px auto 25px;
    }

        .ocb-text-area .ocb-text p {
            font-size: 14px;
            line-height: 20px;
            margin: 12px auto;
        }

    .gita-text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .gita-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .single-trainer {
        padding: 15px;
    }

        .single-trainer .st-info h4,
        .single-trainer .st-info h4 a {
            font-size: 20px;
            line-height: 28px;
        }

        .single-trainer .st-info p {
            font-size: 16px;
        }

        .single-trainer .st-info ul.st-social-list li a {
            margin: 5px auto;
        }

        .single-trainer .st-info ul.st-social-list li a {
            font-size: 14px;
            width: 30px;
            height: 30px;
            padding-top: 0px;
        }

    .single-blogV1 .sb-text .sbt a {
        font-size: 20px;
        line-height: 26px;
    }

    .single-blogV1 .sb-text {
        padding-top: 30px;
    }

        .single-blogV1 .sb-text .sbt p {
            font-size: 15px;
        }

    .footer-widget h4 {
        font-size: 22px;
    }

    .single-classes .scs-text i {
        opacity: 0;
    }

    .single-classes .scs-hover {
        height: 100%;
        width: 100%;
        top: 0;
    }

    .single-classes:hover .scs-hover {
        left: 0;
    }

    a.btn-style-b {
        font-size: 12px;
        padding: 8px 20px;
    }

    .single-classes .scs-text h4 {
        margin-bottom: 5px;
    }

    .single-classes .scs-text p {
        margin: 8px auto;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 800px) {
    .YTVidModal .modal-dialog {
        max-width: 100% !important;
        top: 10%;
        left: -5px;
    }

    .YTembed {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .classes-schedule-wrapper h3,
    .our-classes3-schedule h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .gitouch-img2.giti2-alt {
        margin: 0px auto 60px;
    }

    .ea-social li a {
        font-size: 20px;
        line-height: 26px;
        margin: 5px;
    }

    .ea-social-box h4 {
        font-size: 20px;
    }

    .ea-text h3 {
        font-size: 60px;
    }

    .error-area {
        padding-top: 130px;
    }

    .at-info.atinfo2 {
        padding: 15px;
        padding-top: 0px;
        margin: 25px auto;
    }

    .trainer-details-wrapper {
        padding-bottom: 20px;
    }

    .trainer-details.td2 {
        padding-top: 40px;
    }

    .trainer-details .td-img {
        position: relative;
        margin: 0 auto;
    }

    .trainer-details .td-text {
        padding: 25px;
        text-align: center;
    }

    .at-info h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .about-trainer {
        padding: 40px 0px;
    }

        .about-trainer .at-info p {
            font-size: 14px;
            line-height: 20px;
        }

        .about-trainer .at-info:after {
            display: none;
        }

    .contact-info-t h4 {
        font-size: 28px;
    }

    .ci-singleV2 {
        margin-left: auto;
        margin-right: auto;
    }

    .lga-text h3 {
        font-size: 25px;
        line-height: 50px;
    }

        .lga-text h3 span:before {
            width: 100%;
            left: 0;
        }

    .lga-text {
        padding: 25px;
        clip-path: none;
        margin-right: 0px;
        text-align: center;
        min-height: unset;
    }

    .testimonial-area:before {
        display: none;
    }

    .single-testimonial {
        text-align: center;
    }

    .grid3-item {
        max-width: 340px;
    }

    .gallery3-grid {
        text-align: center;
        max-width: 380px;
        margin: 0 auto;
    }

    .cdb-qoutes-text p {
        font-size: 20px;
        line-height: 30px;
    }

    .cdb-img .cdbi-text {
        top: 2%;
        left: 2%;
    }

    .breadcrumbV2 {
        overflow: hidden;
    }

    .page-titleV2 h2 {
        font-size: 36px;
        margin: 5px auto;
    }

    .page-titleV2 {
        margin: 15px auto;
        padding: 15px 20px;
    }

    .bdp-author .bdpa-img {
        padding: 15px;
    }

    .page-title-area {
        padding-top: 120px;
    }

    .page-titleV1 {
        padding: 10px 0px 20px;
        margin: 15px auto;
    }

        .page-titleV1 h2 {
            font-size: 36px;
            line-height: 44px;
            margin: 5px auto;
        }

    .page-titleV1 {
        padding: 10px 0px 15px;
        margin: 5px auto;
    }

    .breadcrumbV1 ul {
        margin-bottom: 0px;
        overflow: hidden;
    }

    .sidebar-wrapper {
        margin-top: 60px;
    }

    .hero_V1 {
        padding-top: 100px;
        padding-bottom: 40px;
        background-size: cover;
    }

    .vidBoxbg {
        height: 100%;
    }

        .vidBoxbg video {
            object-fit: cover;
            height: 100%;
        }

    .hero_Video {
        height: auto;
    }

    .hero-text {
        max-width: 380px;
        padding: 10px;
        margin: 25px auto;
    }

        .hero-text h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .hero-text p {
            font-size: 12px;
            line-height: 18px;
            margin: 10px auto;
        }

    a.btn-style-a {
        font-size: 12px;
        padding: 8px 15px;
        line-height: 20px;
    }

    .features-box {
        margin: 25px auto;
        max-width: 280px;
        box-shadow: none;
    }

    .single-features {
        margin: 15px auto;
        box-shadow: 0px 0px 55px 0px rgba(17, 22, 29, 0.1);
    }

    .our-classes-better {
        padding: 30px 15px 80px;
        text-align: center;
    }

    .gita-img {
        position: relative;
        max-width: 260px;
        margin: 0 auto;
    }

    .gita-text h3 {
        font-size: 28px;
        line-height: 37px;
    }

    .gita-text p {
        margin: 15px auto;
        font-size: 15px;
        line-height: 23px;
    }

    .gita-text {
        padding: 25px 0px;
        margin: 15px auto;
    }

    .get-in-touch-area {
        padding-top: 40px;
    }

    .footer-widget {
        position: relative;
        max-width: 320px;
        margin: 25px auto;
        text-align: center;
    }

    .footer-widget-area {
        padding: 25px 0px;
    }

    .fw-subscribe form {
        margin: 0 auto;
        text-align: center;
    }

    a#scrollUp {
        display: none !important;
    }

    .hero_V3 .hero-content .hero-text {
        max-width: 480px;
        margin: 5px auto;
        text-align: center;
    }

    .hero_V3 .hero1-carousel .item {
        margin-top: 0px;
    }

    .hero_V3 .hero-content .hero-text h3 {
        font-size: 44px;
        line-height: 55px;
    }

    .hero_V3 .hero-content .hero-text p {
        font-size: 30px;
        line-height: 40px;
    }

    .hero_V3 .hero-content .hero-img {
        max-width: 480px;
        margin: 0 auto;
    }

    .hero_V3:after {
        height: 45%;
        width: 80%;
        right: 0;
    }

    .classes2-title {
        max-width: 350px;
        margin: 25px auto;
    }

    table.cst-table tbody tr td {
        font-size: 10px;
        line-height: 17px;
        padding: 5px;
    }

    table.cst-table thead tr th {
        font-size: 11px;
        line-height: 17px;
        padding: 5px;
    }

    .cs-time-filter form.sct-f .sct-control:last-child {
        margin-bottom: 0px;
    }

    .gitouch-text h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .hero_V3 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 499px) {
    .single-classes-V2 .sc-text h4, .single-classes-V2 .sc-text h4 a {
        font-size: 22px;
        line-height: 28px;
    }

    .single-classes-V2 .sc-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .single-classes-V2 .sc-text a {
        font-size: 14px;
    }

    .ci-single .cis-text p {
        font-size: 16px;
    }

    .contact-info h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cp-wrapper form input {
        height: 40px;
        font-size: 16px;
    }

    .cp-wrapper form textarea {
        font-size: 16px;
    }

    .cp-wrapper h4 {
        font-size: 22px;
    }

    .grid3-item {
        max-width: 3100px;
    }

    .gallery3-grid {
        max-width: 310px;
    }

    .page-titleV2 h2 {
        font-size: 25px;
    }

    .breadcrumbV2 ul li {
        font-size: 14px;
    }

        .breadcrumbV2 ul li a {
            font-size: 14px;
        }

    .cdb-img .cdbi-text p {
        font-size: 20px;
        line-height: 30px;
    }

    .cdb-img .cdbi-text {
        top: 10px;
        padding: 15px;
    }

    .cda-top .cdat-text h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .cda-top {
        padding-bottom: 25px;
    }

    .single-classesV3 .sc-text h4, .single-classesV3 .sc-text h4 a {
        font-size: 20px;
        line-height: 22px;
    }

    .single-classesV3 .sc-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .single-classesV3 .sc-text .sc-time {
        font-size: 11px;
        line-height: 16px;
    }

    .ocb-text2-area .ocb-title h3 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .ocb-text2-area {
        padding: 15px;
        margin-top: 0px;
    }

        .ocb-text2-area .ocb-text p {
            font-size: 14px;
            margin: 15px auto;
        }

    .single-blogV2 .sb-img {
        margin-bottom: 5px;
    }

    .single-blogV2 .sb-meta ul.meta-list li {
        font-size: 14px;
        line-height: 24px;
    }

    .single-blogV2 .sb-meta {
        margin-bottom: 10px;
    }

    .single-blogV2 .sb-text h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .single-blogV2 .sb-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    a.btn-style-a {
        font-size: 14px;
        padding: 5px 20px;
    }

    .single-blogV2 .sb-text a {
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        height: 40px;
        width: 40px;
        padding-top: 10px;
        margin: 2px;
    }

    .rf-widget {
        padding: 15px;
    }

        .rf-widget form input {
            margin-bottom: 10px;
            font-size: 16px;
        }

        .rf-widget h4.rfw-title {
            font-size: 18px;
            margin-bottom: 12px;
        }

    .rf-search h4.rfw-title {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .rf-pp-single {
        padding-left: 60px;
        margin-bottom: 10px;
        min-height: 55px;
    }

        .rf-pp-single .rfpp-img img {
            width: 55px;
        }

        .rf-pp-single .rfpp-text h5, .rf-pp-single .rfpp-text h5 a {
            font-size: 13px;
            line-height: 16px;
            margin-top: 0px;
            margin-bottom: 2px;
        }

        .rf-pp-single .rfpp-text p {
            font-size: 12px;
            line-height: 15px;
        }

    ul.rhw-links li a {
        font-size: 14px;
        line-height: 24px;
    }

    ul.rhw-links li:after {
        top: 8px;
    }

    ul.rhw-links li {
        margin: 3px auto;
    }

    ul.rht-links li a {
        font-size: 10px;
        padding: 5px 12px;
        min-width: 60px;
    }

    .hero_V3 .hero-content .hero-text h3 {
        font-size: 36px;
    }

    .hero_V3 .hero-content .hero-text p {
        font-size: 24px;
        line-height: 36px;
    }

    .hero_V3 .hero-content .hero-text {
        max-width: 375px;
        padding: 15px;
    }

    .classes2-title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .classes-schedule-wrapper h3 {
        font-size: 30px;
        margin: 25px auto 40px;
        line-height: 36px;
    }

    .section-titleV2 h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .hero_V3 {
        padding-top: 100px;
    }

    ul.rf-social-icon li a {
        font-size: 10px;
    }

    ul.tbc-list li a {
        font-size: 10px;
    }

    .rf-topbar {
        padding-top: 0px;
    }

    .hero_V1 {
        padding-bottom: 0px;
    }

    .hero1-carousel {
        margin: 12px auto 40px;
    }

    .hero-text {
        max-width: 280px;
        padding: 10px;
        margin: 15px auto;
    }

        .hero-text h3 {
            font-size: 16px;
            line-height: 22px;
        }

    .hero1-carousel .owl-dots {
        display: none;
    }

    .hero1-carousel .owl-dots {
        display: none;
    }

    .active-member-counter h4 {
        font-size: 44px;
    }

    .active-member-counter p {
        font-size: 16px;
    }

    .ocb-text-area .ocb-title h3 {
        font-size: 24px;
        line-height: 36px;
        margin: 12px auto;
    }

    .ocb-text-area .ocb-title h4 {
        font-size: 16px;
    }

    .ocb-text-area .ocb-text p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px auto;
    }

    .single-features .sf-text h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 12px auto;
    }

    .single-features .sf-text p {
        font-size: 14px;
    }

    .section-titleV1 h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .section-titleV1 p {
        font-size: 13px;
        line-height: 20px;
    }

    .section-titleV1 {
        padding: 15px;
    }

    .single-classes:hover .scs-hover {
        left: 0;
    }

    .single-classes .scs-hover {
        height: 100%;
        width: 100%;
        top: 0;
    }

    .gita-text h3 {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 28px;
    }

    .gita-text p {
        font-size: 13px;
        line-height: 20px;
    }

    .gita-text {
        text-align: center;
        padding-top: 0px;
    }

    .footer-text p {
        font-size: 13px;
        line-height: 20px;
    }

    ul.flinks li a {
        font-size: 14px;
    }

    .gitouch-text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .gitouch-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .single-blogV3 .sb-text .sb-date span {
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
    }

    .single-blogV3 .sb-text .sbt a {
        font-size: 20px;
        line-height: 26px;
        margin: 5px auto;
    }

    .single-blogV3 .sb-text .sbt p {
        font-size: 14px;
        line-height: 20px;
    }

    .hero_V3 .hero-content .hero-text h3 {
        font-size: 30px;
    }

    .hero_V3 .hero-content .hero-text p {
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto;
    }

    .single-classes-V2 .sc-text h4, .single-classesV2 .sc-text h4 a {
        font-size: 30px;
        line-height: 36px;
    }

    .single-classes-V2 .sc-text p {
        font-size: 16px;
    }

    .single-classes-V2 .sc-text a {
        font-size: 16px;
    }

    table.cst-table tbody tr td {
        padding: 2px;
        font-size: 9px;
        line-height: 14px;
    }

    table.cst-table thead tr th {
        font-size: 10px;
        padding: 2px;
    }

    ul.rf-social-icon li {
        margin-right: 1px;
    }

    ul.tbc-list li {
        margin-left: 0px;
    }

        ul.tbc-list li a {
            font-size: 9px;
        }
}
/* Wide Mobile Layout: 480px. */
/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */

/*# sourceMappingURL=style.css.map */


.navbar-fixed-top .rf-logo img {
    width: 40%;
}

.navbar-fixed-top .rf-topbar {
    display: none;
}

.pad-b-10 {
    padding-bottom: 10px !important;
}

.pckg {
    margin: 0;
    color: #999;
    font-size: 20px;
    letter-spacing: 0.2px;
}

.pckg-price {
    color: #000;
    font-size: 30px;
    margin: 0 0 5px 0;
    font-family: 'product_sansbold';
}

.pad-0 {
    padding: 0px !important;
}



@media (max-width:767px) {
    ul.flinks {
        position: relative;
        padding: 0;
        list-style-type: none;
        margin: 25px auto;
        text-align: left;
        padding-left: 10px;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 25% !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 73% !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50% !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    .bx .features-box {
        max-width: 100%;
        margin-top: 0px;
    }

        .bx .features-box .single-features {
            margin: 5px auto;
            padding: 10px 15px;
        }

            .bx .features-box .single-features .sf-text h4 {
                font-size: 16px;
                margin-top: 0px;
            }

            .bx .features-box .single-features .sf-icon i {
                line-height: 50px;
            }

            .bx .features-box .single-features .sf-text p {
                font-size: 13px;
                line-height: 20px;
            }

    .our-classes-better {
        padding: 10px 15px 80px;
        text-align: center;
    }

    .ocb-text-area {
        position: relative;
        margin: 30px auto;
    }

    .classes2-title {
        max-width: none;
        margin: auto;
        min-height: 0px;
    }

        .classes2-title h3 {
            line-height: normal;
        }

    .single-classes-V2 .sc-text h4, .single-classes-V2 .sc-text h4 a {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
        padding: 5px 10px;
        background-color: black;
    }

    .single-classes-V2 .sc-text {
        text-align: center;
    }

    .pad-t-0-xs {
        padding-top: 0px;
    }

    .our-classes-area .section-titleV1 {
        margin-top: 0px;
        padding: 0px;
    }

    .cls .single-classesV3 .sc-text h4 {
        padding: 10px !important;
    }

    .cls .single-classesV3 {
        margin: 0px;
    }

        .cls .single-classesV3 .sc-text h4 a {
            font-size: 16px;
            line-height: 22px;
        }

    .prc .section-titleV2 {
        padding-top: 5px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .whyus .single-servicesV1 {
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 10px;
        min-height:50px;
    }

        .whyus .single-servicesV1 .ss-text h4 {
            font-size: 14px;
            line-height: 22px;
        }

        .whyus .single-servicesV1 .ss-icon {
            position: relative;
            height: 60px;
            width: 50px;
        }

        .x-hide{
            display:none!important;
        }
}

.justify{
    text-align:justify;
}
