@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&amp;display=swap");

.color-red {
    color: #BC2534
}

.transition-5ms {
    transition: all 500ms ease-in-out
}

.transition-3ms,
a {
    transition: all 300ms ease-in-out
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font: normal 14px "Oswald", sans-serif, FontAwesome;
    color: #4f4f4f
}

a:hover {
    text-decoration: none
}

h2,
.h2 {
    color: #BC2534;
    margin-bottom: 50px
}

h3 {
    font: normal 27px "Oswald", sans-serif;
    color: #BC2534
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 20px
    }
}

p {
    font-size: 20px
}

figure {
    margin: 0
}

.title {
    font: 700 3.42857em "Oswald", sans-serif;
    position: relative;
    color: #565656
}

.title span {
    color: #BC2534
}

.title.seperator:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #BC2534;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    margin: auto
}

.title.seperator.left {
    text-align: left
}

.title.seperator.left:after {
    left: 0
}

.title.seperator.center {
    text-align: center
}

.title.seperator.center:after {
    left: 0;
    right: 0
}

.title.seperator.right {
    text-align: right
}

.title.seperator.right:after {
    right: 0
}

@media (max-width: 767.98px) {
    .title {
        font-size: 28px
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 3rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font: normal 1.42857em "Oswald", sans-serif
}

.btn-primary {
    color: #fff;
    background-color: #BC2534;
    border-color: #BC2534
}

.btn-primary:hover {
    background-color: #4f4f4f;
    border-color: #4f4f4f
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #BC2534;
    border-color: #BC2534
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary:after {
    content: '';
    background: url("../images/spirit.html") 0 -100px no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-left: 6px
}

.btn-outline-primary {
    color: #BC2534;
    border-color: #BC2534
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #BC2534;
    border-color: #BC2534
}

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 104, 149, 0.5)
}

.form-control {
    font-size: 20px;
    /* border-radius: 50px; */
    height: 50px
}

textarea {
    resize: none
}

.scrollTop {
    width: 50px;
    height: 50px;
    background: #BC2534;
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 1px 2px #fff;
    border-radius: 50px
}

.scrollTop:after {
    content: '\f077'
}

.scrollTop:hover {
    color: #fff
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: all 300ms ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
    width: 20px
}

.site-header {
    position: absolute;
    z-index: 100;
    top: 10px
}

.site-header a {
    display: inline-block
}

@media (min-width: 768px) {
    .site-header {
        right: 91px
    }

    .site-header a {
        width: 360px
    }

    .site-header a img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 991.98px) {
    .site-header {
        position: unset;
        display: flex;
        align-items: center;
        padding: 0 15px
    }

    .site-header img {
        max-width: 100%
    }

    .site-header a+a {
        margin-left: 15px
    }
}

.banner {
    position: relative
}

.banner form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    width: 360px;
    position: absolute;
    z-index: 100;
    right: 90px;
    top: 100px
}

.banner form h1 {
    text-transform: none;
    font-size: 1.57143em;
    font-weight: normal;
    color: #4f4f4f;
    margin-bottom: 20px
}

.banner form h1 strong {
    display: block;
    color: #BC2534;
    font-size: 1.78571rem;
    font-style: italic;
    font-weight: normal
}

.banner form .form-group {
    margin-bottom: 7px
}

.banner form label {
    font-size: 1.28571em;
    color: #4f4f4f;
    display: block;
    text-align: left;
    margin-bottom: 2px
}

.banner form .form-control {
    background: #dfdfdf;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    height: 40px
}

.banner form .btn {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 50px;
    border-radius: 10px;
    margin-top: 5px
}

.banner form p {
    margin-top: 15px;
    font-weight: bold;
    color: #4f4f4f;
    margin-bottom: 0
}

.banner form p span {
    display: block
}

.banner form .callus {
    font-size: 21px;
    color: #BC2534
}

.banner .owl-theme .owl-nav [class*='owl-'] {
    background: #BC2534;
    border-radius: 100px;
    color: #fff;
    width: 50px;
    height: 50px
}

.banner .owl-theme .owl-prev {
    left: 15px
}

.banner .owl-theme .owl-next {
    right: 15px
}

@media screen and (min-width: 768px) {
    .banner .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 45%;
        margin-top: 0px
    }
}

@media (min-width: 576px) {
    .banner .owl-carousel .owl-item .banner1 {
        margin: 0px 0 0 278px;
        text-align: center;
        width: 470px;
        position: relative
    }

    .banner .owl-carousel .owl-item .banner1 .h1 {
        font-size: 30px;
        color: #0ff;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0
    }

    .banner .owl-carousel .owl-item .banner1 .h1 strong {
        display: block
    }

    .banner .owl-carousel .owl-item .banner1 .h1 .date {
        background: #010f32;
        display: inline-block;
        font-size: 24px;
        line-height: normal;
        margin-top: 15px;
        padding: 0px 15px 3px
    }

    .banner .owl-carousel .owl-item .banner1 .h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        top: 250px
    }

    .banner .owl-carousel .owl-item .banner1 .h2 strong {
        font-weight: 600
    }

    .banner .owl-carousel .owl-item .banner1 .h2 span {
        display: block;
        font-size: 24px
    }

    .banner .owl-carousel .owl-item .banner1 .h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        position: absolute;
        top: 470px;
        left: 0;
        right: 0
    }

    .banner .owl-carousel .owl-item .banner2 .h1 {
        color: #0ff;
        font-size: 30px;
        left: 500px;
        position: absolute;
        text-align: center;
        top: 190px;
        width: 300px
    }

    .banner .owl-carousel .owl-item .banner2 .h1 strong {
        display: block
    }

    .banner .owl-carousel .owl-item .banner2 .h1 .date {
        background: #010f32;
        display: inline-block;
        font-size: 24px;
        line-height: normal;
        margin-top: 15px;
        padding: 0px 15px 3px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff25f;
        color: #111928;
        margin: 0 0 25px;
        padding: 10px
    }

    .banner .owl-carousel .owl-item .banner2 .h2::after {
        border-color: #fff25f transparent transparent transparent;
        border-style: solid;
        border-width: 122px 100px 0 0;
        content: '';
        height: 0;
        position: absolute;
        right: -100px;
        top: 0;
        width: 0
    }

    .banner .owl-carousel .owl-item .banner2 .h2 p {
        text-align: center;
        font-size: 33px;
        font-weight: 300;
        text-transform: uppercase
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li {
        display: inline-flex;
        border-right: 2px solid #111928;
        padding-right: 10px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li figure img {
        max-width: 100%;
        height: auto;
        width: unset
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li strong {
        font-size: 18px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li:last-child {
        vertical-align: top;
        border: none
    }
}

@media (max-width: 767.98px) {
    .banner .owl-carousel .owl-item .container {
        padding: 0
    }

    .banner .owl-carousel .owl-item .banner1 {
        text-align: center
    }

    .banner .owl-carousel .owl-item .banner1 .h1 {
        color: #0ff;
        font-size: 18px;
        margin-top: 20px;
        position: absolute;
        right: 0
    }

    .banner .owl-carousel .owl-item .banner1 .h1 strong {
        font-weight: 600;
        display: block
    }

    .banner .owl-carousel .owl-item .banner1 .h1 .date {
        background: #010f32;
        display: inline-block;
        font-size: 14px;
        line-height: normal;
        margin-top: 5px;
        padding: 0px 15px 3px
    }

    .banner .owl-carousel .owl-item .banner1 .h2 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        position: absolute;
        right: 5px;
        text-transform: uppercase;
        top: 115px;
        width: 125px
    }

    .banner .owl-carousel .owl-item .banner1 .h2 strong {
        font-weight: normal
    }

    .banner .owl-carousel .owl-item .banner1 .h2 span {
        display: block;
        font-size: 11px
    }

    .banner .owl-carousel .owl-item .banner1 .h3 {
        background: #111112;
        bottom: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding: 8px 0;
        position: absolute;
        text-transform: uppercase;
        width: 100%
    }

    .banner .owl-carousel .owl-item .banner1 .h3 br {
        display: none
    }

    .banner .owl-carousel .owl-item .banner1 .h3 p {
        font-size: 11px
    }

    .banner .owl-carousel .owl-item .banner2 .h1 {
        color: #0ff;
        font-size: 20px;
        right: 5px;
        position: absolute;
        text-align: center;
        top: 28px;
        width: 170px
    }

    .banner .owl-carousel .owl-item .banner2 .h1 strong {
        display: block
    }

    .banner .owl-carousel .owl-item .banner2 .h1 .date {
        background: #010f32;
        display: inline-block;
        font-size: 16px;
        line-height: normal;
        margin-top: 15px;
        padding: 0px 15px 3px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff25f;
        color: #111928;
        margin: 0 0 25px;
        padding: 10px;
        width: 100%
    }

    .banner .owl-carousel .owl-item .banner2 .h2 p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        font-size: 0
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li {
        display: inline-flex;
        border-right: 1px solid #111928;
        padding-right: 5px;
        padding-left: 5px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li figure {
        margin: 0;
        width: 15px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li figure img {
        max-width: 100%;
        height: auto;
        width: unset
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li strong {
        font-size: 9px
    }

    .banner .owl-carousel .owl-item .banner2 .h2 ul li:last-child {
        vertical-align: top;
        border: none
    }
}

.banner .owl-carousel .owl-item img.mobile {
    display: none
}

@media (max-width: 991.98px) {
    .banner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column
    }

    .banner form {
        position: unset;
        width: 100%;
        order: 2;
        background: #efefef;
        border-radius: 0
    }

    .banner form h1 strong {
        font-size: 28px
    }

    .banner .owl-carousel .owl-item img.desktop {
        display: none
    }

    .banner .owl-carousel .owl-item img.mobile {
        display: block
    }

    .banner .owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 0
    }

    .banner .owl-carousel .owl-dots .owl-dot.active span,
    .banner .owl-carousel .owl-dots .owl-dot:hover span {
        background: #BC2534
    }
}

.gym-at-home {
    text-align: center;
    padding: 70px 0;
    background: url("../images/gym-at-home.html") center 0 no-repeat;
    background-size: cover
}

.gym-at-home ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 50px 0 0
}

.gym-at-home ul li {
    display: inline-block;
    width: calc((100% / 5) - 30px);
    margin-right: 30px;
    vertical-align: top
}

.gym-at-home ul li:last-child {
    margin-right: 0
}

.gym-at-home .title span {
    display: block
}

.gym-at-home .info-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.gym-at-home .info-box.icon-top {
    flex-direction: column
}

.gym-at-home .info-box.icon-top figure {
    margin-bottom: 20px
}

.gym-at-home .info-box.icon-left figure {
    margin-right: 20px
}

.gym-at-home .info-box h4 {
    font-size: 1.85714em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #BC2534
}

.gym-at-home .info-box p {
    font-size: 16px
}

@media (max-width: 991.98px) {
    .gym-at-home {
        padding: 30px 0
    }

    .gym-at-home ul li {
        width: 100%;
        margin-right: 0
    }
}

.gallery {
    padding: 50px 0
}

.gallery .title {
    text-align: center;
    margin-bottom: 50px
}

.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.gallery ul li {
    position: relative
}

.gallery ul li span {
    background: rgba(188, 37, 52, 0.8);
    bottom: 15px;
    color: #fff;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 200px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .gallery ul {
        font-size: 0
    }

    .gallery ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
        display: inline-block;
        font-size: 14px
    }

    .gallery ul li:nth-child(4n) {
        margin-right: 0
    }

    .gallery ul li img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 991.98px) {
    .gallery ul li {
        width: 100%;
        margin-bottom: 15px
    }

    .gallery ul li img {
        max-width: 100%;
        height: auto
    }
}

.get-started {
    background: url("../images/get-started-bg.html") center 0 no-repeat;
    background-size: cover;
    padding: 100px 0
}

.get-started .title {
    color: #BC2534;
    font-size: 3.57143em;
    line-height: 3.92857rem
}

.get-started .title span {
    font-size: 35px;
    font-weight: normal;
    color: #BC2534;
    display: block
}

.get-started .btn {
    margin-top: 50px;
    font-size: 1.78571em;
    border-radius: 15px
}

.get-started .btn-outline-primary {
    color: #fff;
    border-color: #fff
}

.get-started .btn-outline-primary:hover,
.get-started .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #BC2534;
    background-color: #fff;
    border-color: #fff
}

.get-started .btn-outline-primary:focus,
.get-started .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 104, 149, 0.5)
}

@media (max-width: 991.98px) {
    .get-started {
        padding: 50px 0;
        background-position: -75px 0
    }

    .get-started .title {
        font-size: 28px;
        line-height: normal;
        text-shadow: 1px 1px 1px #fdf5dc
    }

    .get-started .title span {
        max-width: 250px
    }

    .get-started .btn {
        font-size: 18px;
        margin-top: 30px
    }
}

.customers-say {
    background: url("../images/customer-say.html") center 0 no-repeat;
    background-size: cover;
    padding: 50px 0
}

.customers-say .row>div {
    text-align: center
}

.customers-say .box {
    background: #BC2534;
    color: #fff;
    margin: 50px 100px;
    padding: 30px 50px 15px;
    font-size: 1.71429em
}

.customers-say .item {
    font-style: italic;
    line-height: 35px
}

.customers-say .item strong {
    display: block;
    margin-top: 20px
}

.customers-say .owl-carousel .owl-dots .owl-dot.active span,
.customers-say .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff
}

@media (max-width: 991.98px) {
    .customers-say .box {
        margin-bottom: 30px;
        margin: 50px 0;
        padding: 15px
    }
}

.why-choose {
    background: url("../images/why-choose.html") center bottom no-repeat;
    background-size: cover;
    padding: 50px 0
}

.why-choose .title {
    color: #fff;
    font-size: 3.85714em;
    line-height: 60px
}

.why-choose ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0
}

.why-choose ul li {
    position: relative;
    color: #fff;
    padding-left: 70px;
    font-size: 1.71429em;
    font-weight: bold;
    min-height: 65px
}

.why-choose ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #BC2534;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 1.42857rem
}

@media (max-width: 991.98px) {
    .why-choose .title {
        font-size: 28px;
        line-height: normal
    }

    .why-choose ul {
        margin: 30px 0 0
    }

    .why-choose ul li {
        font-size: 18px;
        line-height: normal
    }
}

footer {
    background-color: #d4d4d4;
    padding: 20px 0;
    text-align: center
}

footer img {
    max-width: 300px
}

footer p {
    color: #BC2534;
    font-size: 3.35714em;
    line-height: 52px;
    max-width: 500px
}

@media (max-width: 991.98px) {
    footer .container {
        flex-direction: column
    }

    footer p {
        font-size: 28px;
        line-height: normal
    }

    footer a {
        margin-bottom: 30px
    }
}

.product-carousel {
    padding: 50px 0;
    text-align: center
}

.product-carousel .title {
    margin-bottom: 50px
}

.product-carousel .owl-theme .owl-nav [class*='owl-'] {
    background: #BC2534;
    border-radius: 100px;
    color: #fff;
    width: 50px;
    height: 50px
}

.product-carousel .owl-theme .owl-prev {
    left: 15px
}

.product-carousel .owl-theme .owl-next {
    right: 15px
}

@media screen and (min-width: 768px) {
    .product-carousel .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 45%;
        margin-top: 0px
    }
}

.map-sec {
    display: flex
}

.map-sec iframe {
    width: 100%;
    height: 500px
}

.about-sec {
    padding: 50px 0 0
}

.about-sec .title {
    text-align: center;
    margin-bottom: 50px
}

.about-sec p {
    text-align: justify
}

.virtual-exhibition {
    padding: 0 0 50px
}

.virtual-exhibition .title {
    margin-bottom: 50px;
    text-align: center
}

.virtual-exhibition h2 {
    margin-top: 30px;
    margin-bottom: 15px
}

.virtual-exhibition ul {
    margin-top: 30px
}

.virtual-exhibition ul li {
    font-size: 20px
}

@media (min-width: 576px) {
    .ev-space {
        background: #fff25f;
        color: #111928;
        margin: 0 0 25px;
        padding: 10px;
        text-align: center
    }

    .ev-space p {
        text-align: center;
        font-size: 33px;
        font-weight: 300;
        text-transform: uppercase
    }

    .ev-space ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .ev-space ul li {
        display: inline-flex;
        border-right: 2px solid #111928;
        padding-right: 10px
    }

    .ev-space ul li figure img {
        max-width: 100%;
        height: auto;
        width: unset
    }

    .ev-space ul li strong {
        font-size: 18px
    }

    .ev-space ul li:last-child {
        vertical-align: top;
        border: none
    }
}

@media (max-width: 767.98px) {
    .ev-space {
        background: #fff25f;
        color: #111928;
        margin: 0 0 25px;
        padding: 10px;
        text-align: center
    }

    .ev-space p {
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        text-transform: uppercase
    }

    .ev-space ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .ev-space ul li {
        display: flex;
        padding-right: 10px;
        align-items: center;
        margin-bottom: 15px
    }

    .ev-space ul li figure {
        margin: 0 10px 0 0;
        width: 35px
    }

    .ev-space ul li figure img {
        max-width: 100%;
        height: auto;
        width: unset
    }

    .ev-space ul li strong {
        font-size: 15px;
        font-weight: 600
    }

    .ev-space ul li strong br {
        display: none
    }

    .ev-space ul li:last-child {
        vertical-align: top;
        border: none
    }
}

/*# sourceMappingURL=styleregister.css.map */