@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);

* {
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
}

a:focus, a:hover, button:focus, input:focus {
    text-decoration: none;
    outline: 0;
    color: #d96331;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4em;
}

h1 {
    line-height: 1.2em;
}

body, html {
    height: 100%;
}

body {
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: #d7d7d7;
    outline: 0;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.relative {
    position: relative;
    z-index: 1;
}

.pink {
    color: #d96331;
}

.bg-black {
    background: -webkit-linear-gradient(top, rgba(11, 18, 24, 0) 0, rgba(11, 18, 24, 0.7) 10%, #0b1218 20%, #0b1218 80%, rgba(11, 18, 24, 0.7) 90%, rgba(11, 18, 24, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 18, 24, 0)), color-stop(10%, rgba(11, 18, 24, 0.7)), color-stop(20%, #0b1218), color-stop(80%, #0b1218), color-stop(90%, rgba(11, 18, 24, 0.7)), to(rgba(11, 18, 24, 0)));
    background: -o-linear-gradient(top, rgba(11, 18, 24, 0) 0, rgba(11, 18, 24, 0.7) 10%, #0b1218 20%, #0b1218 80%, rgba(11, 18, 24, 0.7) 90%, rgba(11, 18, 24, 0) 100%);
    background: linear-gradient(to bottom, rgba(11, 18, 24, 0) 0, rgba(11, 18, 24, 0.7) 10%, #0b1218 20%, #0b1218 80%, rgba(11, 18, 24, 0.7) 90%, rgba(11, 18, 24, 0) 100%);
}

.section-padding {
    padding: 120px 0;
}

.section-padding-top {
    padding-top: 120px;
}

.space-50 {
    height: 50px;
    display: block;
    width: 100%;
}

.space-30 {
    height: 30px;
    display: block;
    width: 100%;
}

.bttn {
    display: inline-block;
    background-color: #d96331;
    border-radius: 2px;
    padding: 0.6em 2em;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 0 #d96331;
    box-shadow: 0 0 0 0 #d96331;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bttn.bttn-lg {
    padding: 1em 2.2em;
}

.bttn:focus, .bttn:hover {
    background-color: #fff;
    color: #d96331;
    -webkit-box-shadow: 0 0 15px 0 rgba(235, 49, 90, 0.2);
    box-shadow: 0 0 15px 0 rgba(235, 49, 90, 0.2);
}

.bttn.bttn-round {
    border-radius: 100px;
}

.bttn.bttn-xs {
    padding: 5px 25px;
    font-size: 14px;
}

.v-bttn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff85;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.5);
}

.v-bttn:hover {
    background-color: #d96331;
    color: #fff;
}

.top-bar {
    padding: 15px 0;
}

.top-bar .modal-box {
    float: left;
    margin-right: 10px;
}

.modal-box {
    position: relative;
    padding-left: 40px;
    margin-top: 4px;
}

.modal-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}

.modal-box p {
    margin-bottom: 0;
}

.social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0 5px;
}

.social-menu li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
}

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(35, 42, 53, 0.5);
    -webkit-box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    top: 0;
    background-color: rgba(35, 42, 53, 0.9);
    -webkit-box-shadow: 0 0 30px -5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px -5px rgba(255, 255, 255, 0.2);
}

.mainmenu-area.navbar-inverse {
    border: none;
    border-radius: 0;
}

.mainmenu-area .navbar-brand {
    display: block;
    height: auto;
}

.mainmenu-area ul.nav.navbar-nav > li > a {
    padding: 45px 28px;
    background: 0 0;
    overflow: hidden;
    position: relative;
    display: block;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
}

.mainmenu-area ul.nav.navbar-nav > li.active > a:before, .mainmenu-area ul.nav.navbar-nav > li:hover > a:before {
    left: 0;
}

.mainmenu-area ul.nav.navbar-nav > li > a:focus, .mainmenu-area ul.nav.navbar-nav > li > a:hover {
    background: 0 0;
}

.home-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-area .headline {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-video {
    position: relative;
}

.banner-video:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

video#myVideo {
    width: 100%;
    height: auto;
}

.bg-slider {
    width: 100%;
}

.bg-slider .item {
    background-image: url('images/gymbg.png');
    background-color: #000;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bg-slider .owl-item.active .item .bttn {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}

.bg-slider .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
}

.bg-slider .owl-controls {
    position: absolute;
    right: 15%;
    top: 93%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 0;
    display: none;
}

.bg-slider .owl-controls .owl-dots {
    counter-reset: slider-count;
}

.bg-slider .owl-controls .owl-dots .owl-dot {
    display: block;
    text-align: center;
    margin: 5px;
}

.bg-slider .owl-controls .owl-dots .owl-dot:before {
    counter-increment: slider-count;
    content: "0" counter(slider-count);
    color: #fff;
    font-weight: 600;
    padding: 0px 9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}

.bg-slider .owl-controls .owl-dots .owl-dot.active:before {
    color: #d96331;
    font-weight: 600;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.bg-slider .owl-controls .owl-nav > div {
    position: absolute;
    top: 3px;
    left: 84%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    font-size: 26px;
}

.bg-slider .owl-controls .owl-nav > div.owl-next {
    top: auto;
    bottom: 0;
}

.join-button {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 9999;
}

.join-button a {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 20px;
    background-color: #d96331;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    padding: 15px 18px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px;
    -webkit-animation: shadowbounce 0.5s linear 0.5s infinite alternate;
    animation: shadowbounce 0.5s linear 0.5s infinite alternate;
}

@-webkit-keyframes shadowbounce {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    }
}

@keyframes shadowbounce {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    }
}

.join-button a:hover {
    color: #fff;
}

.page-title {
    margin-bottom: 80px;
}

.page-title .title {
    font-size: 44px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sub-title {
    font-size: 16px;
    text-transform: capitalize;
    border-left: 5px solid #d96331;
    padding-left: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.service-box {
    padding: 60px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.service-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232a35;
    opacity: 0.7;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-box:hover:before {
    background-color: #d96331;
    opacity: 0.9;
}

.service-box h3 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.service-box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.service-box .bttn {
    background-color: transparent;
    color: #d96331;
    border: 2px solid #d96331;
}

.service-box:hover .bttn {
    color: #fff;
    border: 2px solid #fff;
}

.service-box .bttn:hover {
    background-color: #fff;
    color: #d96331;
}

#service_page {
    position: relative;
}

#service_page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/bg-section.png) no-repeat scroll left top/auto 100%;
    background-position: center;
    background-size: cover;
}

ul.parallax {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30%;
    bottom: 10%;
    z-index: -1;
}

ul.parallax li {
    display: inline-block;
}

ul.parallax li span {
    width: 40px;
    margin: 15px;
    height: 200px;
    background-color: #fff;
    display: block;
    border-radius: 100px;
    opacity: 0.1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shidiul-area {
    position: relative;
}

.shidiul-area .shidiul-content {
    border-top: 5px solid #d96331;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.shidiul-area .filter-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.shidiul-area .filter-menu li {
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.shidiul-area .filter-menu li.active, .shidiul-area .filter-menu li:hover {
    background-color: #d96331;
}

.shidiul-content table {
    width: 100%;
}

.shidiul-content table thead {
    background-color: #2a2b30;
}

.shidiul-content table thead tr th {
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.shidiul-content table tbody tr td {
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 150px;
}

.shidiul-content table tbody tr td:first-child {
    border-left: none;
}

.shidiul-content table tbody tr td:last-child {
    border-right: none;
}

.shidiul-content table tbody tr:last-child td {
    border-bottom: none;
}

.shidiul-content table tbody tr td h3 {
    margin-bottom: 2px;
    font-size: 20px;
    display: block;
}

.shidiul-content table tbody tr td .time {
    color: #d96331;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.shidiul-content table tbody tr td h5 {
    border-left: 3px solid #d96331;
    display: inline-block;
    padding: 0 10px;
}

.mix {
    display: none;
    width: 100%;
    overflow: hidden;
}

#schedule_page .parallax {
    position: absolute;
    right: auto;
    left: 10%;
}

.single-work {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-work figure.work-photo {
    margin: 0;
    padding: 0;
}

.single-work figure.work-photo img {
    width: 100%;
}

.gallery-content, .gallery-content .row, .gallery-content .row > div {
    margin: 0;
    padding: 0;
}

.single-work .work-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #d96331;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-work .work-details .table-cell {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 50px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-work:hover .work-details {
    opacity: 1;
}

.single-work .work-details h4 {
    font-size: 26px;
}

.single-work .work-details h4, .single-work .work-details h5, .single-work .work-details p {
    -webkit-transition: all 0.4s linear 0.9s;
    -o-transition: all 0.4s linear 0.9s;
    transition: all 0.4s linear 0.9s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.single-work .work-details h5 {
    -webkit-transition: all 0.4s linear 0.6s;
    -o-transition: all 0.4s linear 0.6s;
    transition: all 0.4s linear 0.6s;
}

.single-work .work-details p {
    -webkit-transition: all 0.4s linear 0.3s;
    -o-transition: all 0.4s linear 0.3s;
    transition: all 0.4s linear 0.3s;
}

.single-work:hover .work-details h4, .single-work:hover .work-details h5, .single-work:hover .work-details p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.single-work .work-details .link {
    font-size: 26px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.single-work .work-details .link:hover {
    color: #fff;
}

.single-price {
    padding: 50px 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.single-price.popular:before {
    content: "\eb8e";
    font-family: icofont;
    position: absolute;
    right: 30px;
    top: 0;
    height: 60px;
    width: 40px;
    background-color: #fff;
    color: #d96331;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    z-index: 3;
    border-radius: 0 0 50px 50px;
}

.single-price:hover {
    background-color: #d96331;
}

.single-price .price-icon {
    font-size: 45px;
    margin-bottom: 20px;
}

.single-price h3 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #d96331;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-price:hover h3 {
    color: #fff;
}

.single-price h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}

.single-price h4 small {
    color: #fff;
    font-size: 16px;
}

.single-price ul {
    list-style: none;
    margin: 50px 0;
    padding: 0;
}

.single-price ul li {
    position: relative;
    margin: 10px 0;
}

.single-price ul li:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-price .bttn {
    border: 2px solid #d96331;
}

.single-price:hover .bttn {
    border-color: #fff;
}

.single-price .bttn:hover {
    background-color: #fff;
    color: #d96331;
}

.video-section {
    padding: 130px 0;
    position: relative;
    background: url(images/video-bg.png) no-repeat scroll center center/cover;
    z-index: 1;
    background-position: bottom;
    opacity: 1.6;
    margin-bottom: 40px;
}

.video-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0c0c61;
    opacity: 0.8;
    z-index: -1;
}

.single-team {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover {
    background-color: #d96331;
}

.signle-testimonial .testimonial-photo, .single-team .team-photo {
    margin: 0;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto auto 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
}

.single-team .name {
    font-size: 20px;
}

.single-team .position {
    margin-bottom: 20px;
}

.single-team .social-menu a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    margin: 3px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
}

.single-team .social-menu a:hover {
    background-color: #fff;
    color: #d96331;
}

.testimonials {
    margin-top: 50px;
}

.signle-testimonial {
    margin-left: 50px;
    margin-right: 50px;
    padding: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signle-testimonial .testimonial-photo {
    margin: 0 0 20px;
    position: absolute;
    left: -50px;
    top: -50px;
    -webkit-box-shadow: 0 0 0 10px #20252d;
    box-shadow: 0 0 0 10px #20252d;
    border-radius: 50% 50% 0 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.signle-testimonial:nth-child(even) .testimonial-photo {
    left: auto;
    right: -50px;
    border-radius: 50% 50% 50% 0;
}

.signle-testimonial:first-child {
    border-radius: 5px 5px 0 0;
}

.signle-testimonial:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.signle-testimonial h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.single-blog figure.blog-image {
    margin: 0;
    padding: 0;
}

.single-blog figure.blog-image img {
    width: 100%;
}

.single-blog {
    background-color: #1f2025;
    border-radius: 3px;
    overflow: hidden;
}

.single-blog .post-tags {
    padding: 20px;
    border-bottom: 1px solid #36383e;
}

.single-blog .post-tags a {
    padding: 5px 22px;
    background-color: #36383e;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 5px;
    font-weight: 500;
}

.single-blog .post-tags a:hover {
    background-color: #fff;
}

.single-blog .content {
    padding: 30px 20px;
}

.single-blog .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.single-blog .post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.single-blog .post-meta li {
    display: inline-block;
    margin-right: 10px;
}

.single-blog .post-meta li i.icofont {
    margin-right: 5px;
    color: #d96331;
}

.single-blog .bttn {
    margin-top: 20px;
}

.footer-area {
    background: -webkit-linear-gradient(top, rgba(31, 32, 37, 0) 0, rgba(31, 32, 37, 0.25) 5%, rgba(31, 32, 37, 0.5) 10%, rgba(31, 32, 37, 0.75) 15%, #1f2025 20%, #1f2025 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 32, 37, 0)), color-stop(5%, rgba(31, 32, 37, 0.25)), color-stop(10%, rgba(31, 32, 37, 0.5)), color-stop(15%, rgba(31, 32, 37, 0.75)), color-stop(20%, #1f2025), to(#1f2025));
    background: -o-linear-gradient(top, rgba(31, 32, 37, 0) 0, rgba(31, 32, 37, 0.25) 5%, rgba(31, 32, 37, 0.5) 10%, rgba(31, 32, 37, 0.75) 15%, #1f2025 20%, #1f2025 100%);
    background: linear-gradient(to bottom, rgba(31, 32, 37, 0) 0, rgba(31, 32, 37, 0.25) 5%, rgba(31, 32, 37, 0.5) 10%, rgba(31, 32, 37, 0.75) 15%, #1f2025 20%, #1f2025 100%);
    padding-top: 120px;
}

.col-lg-6.footer-icon ul li {
    list-style: none;
    display: inline-block;
}

.footer-area .footer-bottom {
    padding: 30px 0;
    margin-top: 120px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area .footer-bottom p {
    margin-bottom: 0;
}

#map {
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.preloade {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloade span {
    background: #3a7bd5;
    background: -webkit-linear-gradient(left, #a21030, #ef5d7c);
    background: -webkit-gradient(linear, left top, right top, from(#a21030), to(#ef5d7c));
    background: -o-linear-gradient(left, #a21030, #ef5d7c);
    background: linear-gradient(to right, #a21030, #ef5d7c);
    border-radius: 100%;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {

0
{
    -webkit-box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
}
25
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
}
50
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 20px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 20px rgba(235, 49, 90, 0.5)
;
}
75
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
}
100
%
{
    -webkit-box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
}
}
@keyframes mymove {

0
{
    -webkit-box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
}
25
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
}
50
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 20px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 20px rgba(235, 49, 90, 0.5)
;
}
75
%
{
    -webkit-box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 10px rgba(235, 49, 90, 0.5), 0 0 0 10px rgba(235, 49, 90, 0.5)
;
}
100
%
{
    -webkit-box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
    box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.5), 0 0 0 0 rgba(235, 49, 90, 0.5)
;
}
}
.preloade span i {
    bottom: -7px;
    color: #fff;
    font-size: 28px;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

#scrollUp {
    right: 60px;
    bottom: 83px;
    width: 43px;
    height: 41px;
    text-align: center;
    background-color: #d96331 !important;
    color: #d96331;
    font-size: 26px;
    line-height: 42px;
    border-radius: 2px;
}

#scrollUp:hover {
    background-color: #d96331;
    color: #fff;
}

.form-control {
    border-radius: 2px;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
}

.subscrie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.subscrie-form .subs-close {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    z-index: 999;
}

.subscrie-form form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 600px;
    max-width: 100%;
    padding: 40px;
    border-radius: 5px;
    background-color: rgba(235, 49, 90, 0.8);
}

.subscrie-form .bttn {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}

.subscrie-form .bttn:focus, .subscrie-form .bttn:hover {
    background-color: #fff;
    color: #d96331;
}

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgb(35 42 53 / 0%) !important;
    -webkit-box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mt-35 {
    margin-top: 27px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}

.owl-dots {
    display: flex;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}

.owl-prev {
    margin-left: 100px;
    margin-top: 42px;
}

.owl-next {
    margin: 45px 59px;
}

.icofont-rounded-right:before {
    content: "\eb83" !important;
}

.icofont-rounded-left:before {
    content: "\eb86" !important;
}

.headline p {
    font-size: 30px;
    margin: -12px 0 0;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.mydesign li {
    width: 24.2rem;
    font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-16) /    21px var(--unnamed-font-family-campton) !important;
    letter-spacing: var(--unnamed-character-spacing-0) !important;
    opacity: 1;
    list-style: none !important;
    color: #fff !important;
    background: #d96331;
    height: 5.8rem;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 6rem !important;
    position: relative;
    transition: 0.3s;
    margin: 0 5rem;
}

.mydesign li::after, .mydesign li::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.mydesign li::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgb(225 133 85 / 0%);
}

.mydesign li::after {
    background-color: #b5562e;
    transform: translate(-7px, 6px);
    z-index: -2;
}

.mydesign li:hover {
    color: #000;
}

.mydesign span:hover::before {
    background-color: #daa520;
}

.mydesign span:hover::after {
    background-color: #fff;
    transform: translate(-1.5rem, -1.5rem);
}

.read-btn {
    padding: 37px 47px 40px 18px;
    position: absolute;
    background: 0 0;
    margin-left: 23px;
    color: #fff !important;
    border-left: 3px solid #f6671d;
    border-radius: 0 !important;
    display: block;
    margin-top: -9.1%;
    z-index: 10000;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.mt-190 {
    margin-top: 217px;
    margin-bottom: 95px;
}

.container-fluid {
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.home-area .headline {
    font-size: 65px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    opacity: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    background: #000 !important;
}

.mt-06 {
    margin-top: 6%;
}

.bg-slider .owl-controls .owl-dots .owl-dot {
    display: block;
    text-align: center;
    margin: 5px 20px;
}

.drop-langu {
    background: 0 0;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
}

.heading-1 p {
    font: normal normal normal 14px/60px Campton;
    letter-spacing: 1.4px;
    color: #d96331;
    opacity: 1;
    font-family: sans-serif;
    margin-bottom: -15px;
}

.heading-1 h2 {
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    font-size: 40px;
    font-weight: 700;
    font-family: inherit;
}

.p-text {
    text-align: center;
    font: normal normal normal 20px/24px Campton;
    letter-spacing: 0;
    color: #5e5e5e;
    margin-left: 22%;
    margin-right: 22%;
    font-family: inherit;
    opacity: 1;
    margin-bottom: 40px;
}

.p-text span {
    font-size: 17px;
}

.body-1 {
    background-image: url(images/box-1.png);
    padding: 6rem 4rem 12rem 3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-2 {
    background-image: url(images/box-2.png);
    padding: 6rem 4rem 12rem 3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-3 {
    background-image: url(images/box-3.png);
    padding: 6rem 4rem 4.8rem 3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-1 h5 {
    text-align: left;
    font: normal normal bold 20px/40px Campton;
    letter-spacing: 0;
    color: #ffffffc7;
    opacity: 1;
    font-family: inherit;
}

.title-1 p {
    font: normal normal normal 16px/24px Campton;
    letter-spacing: 0;
    color: #ffffffc7;
    opacity: 1;
    text-align: left;
    font-family: inherit;
}

.p-0 {
    padding: 0;
}

.img__description_layer {
    position: absolute;
    background: rgb(21 21 25 / 32%);
    top: 0;
    padding: 45px 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.2s, visibility 0.2s;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: 0.2s;
    transform: translateY(1em);
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}

.f-lex {
    display: flex;
    width: 100%;
}

.w-h {
    width: 26%;
    margin-top: 13px;
    background: #fff;
    height: 2px;
    margin-right: 10%;
}

.btn-get {
    font-size: 16px;
    color: #fff !important;
}

.section-padding {
    padding: 90px 17px 0 !important;
}

.mt-40 {
    margin-bottom: 40px;
}

.body-lr {
    margin-left: 10%;
    margin-right: 10%;
}

.mybtn li {
    display: inline-grid;
    width: 24.2rem;
    font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-16) /    21px var(--unnamed-font-family-campton) !important;
    letter-spacing: var(--unnamed-character-spacing-0) !important;
    opacity: 1;
    list-style: none !important;
    color: #fff !important;
    background: #d96331;
    height: 5.8rem;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 6rem !important;
    position: relative;
    transition: 0.3s;
    margin: 0 6.8rem;
}

.mybtn li::after, .mybtn li::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.mybtn li::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgb(225 133 85 / 0%);
}

.mybtn li::after {
    background-color: #b5562e;
    transform: translate(-7px, 6px);
    z-index: -2;
}

.mybtn li:hover {
    color: #000;
}

.mybtn span:hover::before {
    background-color: #daa520;
}

.mybtn span:hover::after {
    background-color: #fff;
    transform: translate(-1.5rem, -1.5rem);
}

.mystory li {
    display: inline-grid;
    width: 16.2rem;
    font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-16) /    21px var(--unnamed-font-family-campton) !important;
    letter-spacing: var(--unnamed-character-spacing-0) !important;
    opacity: 1;
    list-style: none !important;
    color: #fff !important;
    background: #d96331;
    height: 3.8rem;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 4rem !important;
    position: relative;
    transition: 0.3s;
    margin: 0 6.8rem;
}

.mystory li::after, .mystory li::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.mystory li::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgb(225 133 85 / 0%);
}

.mystory li::after {
    background-color: #b5562e;
    transform: translate(-7px, 6px);
    z-index: -2;
}

.mystory li:hover {
    color: #000;
}

.mystory span:hover::before {
    background-color: #daa520;
}

.mystory span:hover::after {
    background-color: #fff;
    transform: translate(-1.5rem, -1.5rem);
}

.mybtn-mobile li {
    display: inline-grid;
    width: 24.2rem;
    font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-16) /    21px var(--unnamed-font-family-campton) !important;
    letter-spacing: var(--unnamed-character-spacing-0) !important;
    opacity: 1;
    list-style: none !important;
    color: #fff !important;
    background: #b5562e;
    height: 5.8rem;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 5rem !important;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

.mybtn-mobile li::after, .mybtn-mobile li::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.mybtn-mobile li::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgb(225 133 85 / 0%);
}

.mybtn-mobile li::after {
    background-color: #d96331;
    transform: translate(6px, -5px);
    z-index: -2;
}

.mybtn-mobile li:hover {
    color: #000;
}

.mybtn-mobile span:hover::before {
    background-color: #daa520;
}

.mybtn-mobile span:hover::after {
    background-color: #fff;
    transform: translate(-1.5rem, -1.5rem);
}

.mt-120 {
    margin-top: 120px;
}

.mb-10 {
    margin-bottom: 10px;
}

.title-s p {
    font: normal normal normal 16px/24px Campton;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    font-family: inherit;
}

.title-s span {
    font: normal normal normal 16px/24px Campton;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    font-family: inherit;
}

.title-s .fa {
    color: #4cc564;
    font-weight: 100;
    opacity: 1;
    margin-left: -4px;
}

.btn-store {
    color: #fff;
    padding: 13px 59px 10px 25px;
    border-color: #000;
    background: #000;
    border-radius: 5px;
    margin-left: 15px;
}

.btn-store:focus, .btn-store:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #000 !important;
}

.btn-store .btn-caption, .btn-store .btn-label {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption, .btn-store .btn-label {
    display: block;
    text-align: left;
    font-size: 10px;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 15px;
    font-weight: 700;
}

.fa.pull-left {
    font-size: 27px;
    margin-right: 0.3em;
}

.mt-20 {
    margin-top: 20px;
    margin-right: 0.3em;
}

.mb-100 {
    margin-bottom: 100px;
}

.price-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-price {
    background: #dedede94;
    padding: 5rem 0 10rem;
    position: relative;
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px;
}

.card-price h2 {
    text-align: center;
    font: normal normal bold 32px/42px Noto Sans;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    font-family: inherit;
    margin-bottom: 6rem;
}

.card-price h2 {
    text-align: center;
    font: normal normal bold 61px/42px Noto Sans;
    letter-spacing: 0;
    color: #d96331;
    font-family: inherit;
}

.card-price h6 {
    font-family: inherit;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    opacity: 1;
    margin-bottom: 5rem;
}

.card-price h5 {
    font-family: inherit;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}

.card-price p {
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    opacity: 0.7;
    font-weight: 400;
    font-size: 16px;
}

.d-flexx {
    display: flex;
    padding: 28px 74px 0 46px;
}

.d-flexx .fa {
    color: #4cc564;
}

.pad-box {
    padding: 25px 60px;
}

.pd-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.price-btn li {
    display: inline-grid; /*width: 24.2rem;*/
    font: var(--unnamed-font-style-normal) normal 600 var(--unnamed-font-size-16) /    21px var(--unnamed-font-family-campton) !important;
    letter-spacing: var(--unnamed-character-spacing-0) !important;
    opacity: 1;
    list-style: none !important;
    color: #fff !important;
    background: #d96331;
    height: 5.8rem;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 6rem !important;
    position: relative;
    transition: 0.3s;
    margin: 0 5.8rem;
}

.price-btn li::after, .price-btn li::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.price-btn li::before {
    z-index: -1;
    box-shadow: 0.2rem 0.2rem 0.5rem rgb(225 133 85 / 0%);
}

.price-btn li::after {
    background-color: #b5562e;
    transform: translate(-4px, 4px);
    z-index: -2;
}

.price-btn li:hover {
    color: #000;
}

.price-btn span:hover::before {
    background-color: #daa520;
}

.price-btn span:hover::after {
    background-color: #fff;
    transform: translate(-1.5rem, -1.5rem);
}

.card-set h5 {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}

.card-set p {
    font: normal normal normal 16px/24px;
    font-family: inherit;
    margin-top: 13px !important;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}

.mt-40 {
    margin-top: 13px !important;
}

.about-bg {
    background-image: url(images/about-bg.png);
    padding: 15rem 4rem 14rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 993px) {
    .about-bg {
        margin-top: -8rem;
        z-index: -1;
        background-image: url(images/mobile-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 23rem 0 21rem !important;
    }
}

.dropdown-menu > li > a {
    color: #333 !important;
}

.title-about h6 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.title-about h1 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.heading-1 h6 {
    text-align: left;
    font: normal normal normal 16px/24px Campton;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    font-family: inherit;
}

.mb-30 {
    margin-bottom: -30px !important;
}

.text-pare h6 {
    text-align: left;
    margin-top: 14px;
    letter-spacing: 0;
    color: #3c3c3c;
    font-size: 16px;
    opacity: 1;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 17px;
}

.text-pare p {
    text-align: left;
    letter-spacing: 0;
    color: #000;
    font-size: 16px;
    opacity: 1;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 0;
}

.column {
    float: left;
    width: 25%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100000000;
    padding-top: 65px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000a6;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 30%;
}

.close {
    color: #fff;
    position: absolute;
    opacity: 1;
    background: #7f7979;
    top: 61px;
    right: 100px;
    font-size: 49px;
    font-weight: 700;
    padding: 2px 11px;
}

.close:focus, .close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.next, .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.next:hover, .prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

.demo {
    opacity: 0.6;
}

.active, .demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .img-slider { */ /* width: 100%; */ /* height: 376px; *//* } */
.img-slider1 {
    width: 100%;
    height: 300px;
    padding: 5px 1px;
}

.prev {
    background-color: transparent;
    margin-left: -100px;
    width: 77px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #fff;
    height: 76px;
    padding: 17px 27px;
}

.column {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.next {
    background-color: transparent;
    margin-right: -100px;
    width: 77px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #fff;
    height: 76px;
    padding: 17px 27px;
}

.border-width {
    width: 65px;
    margin-top: 20px;
    background: #fff;
    height: 3px;
    color: #fff;
}

.dot {
    cursor: pointer;
    height: 2px;
    margin-top: 55px;
    width: 64px;
    margin: 0 2px;
    background-color: #717171;
    border-radius: 0;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fitness {
    background-image: url(images/fitness-bg.png);
    padding: 15rem 4rem 8rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.img-sec2 {
    max-width: 97.5%;
    margin-top: 5px;
    margin-left: -15px !important;
}

.footer {
    background: #000;
}

.logo a {
    font: normal normal bold 38px/62px Noto Sans;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.footer-header ul {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-header ul li {
    padding: 10px 0;
    text-align: end;
    width: auto;
    margin-left: 10px;
    list-style: none;
}

.footer-header ul li, a {
    color: #fff !important;
}

.footer-pd {
    padding: 3rem 0;
    border-bottom: 1px solid #ffffff6e;
}

.footer-copy p {
    font: normal normal normal 14px/18px Campton;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.footer-copy span {
    color: #d96331;
    font-size: 18px;
    margin-left: -3px;
    margin-right: 5px;
}

.footer-copy {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 15px;
}

.footer-icon {
    margin-top: 10px;
    text-align: end;
    padding: 0;
    margin-bottom: 15px;
}

.footer-icon .fa {
    font-size: 20px;
    opacity: 1;
    margin-left: 15px;
}

.section-postion {
    position: absolute;
}

.icon-1 {
    width: 40px;
    height: 38px;
    border: 1px solid #c6c5c5;
    border-radius: 84px;
}

.icon-2 {
    transform: rotate(-46deg);
    width: 49px;
    height: 1px;
    margin: -17px 6px;
    margin-top: -12px;
    border-bottom: 1px solid #c6c5c5;
}

.icon-4 {
    width: 36px;
    height: 33px;
    border: 1px solid #c6c5c5;
}

.icon-5 {
    transform: rotate(-126deg);
    width: 50px;
    height: 1px;
    margin: 0 0;
    margin-top: -24px;
    border-bottom: 1px solid #c6c5c5;
}

.gg-shape-triangle {
    position: relative;
    transform: rotate(-93deg);
    width: 48px;
    height: 10px;
    margin-top: 17px;
    border-left: 6px solid transparent;
    border-bottom: 1px solid;
    margin-bottom: -17px;
}

.gg-shape-triangle, .gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 0 solid transparent;
}

.gg-shape-triangle::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: -1px;
    bottom: -21px;
}

.icon-7 {
    transform: rotate(-108deg);
    width: 44px;
    height: 1px;
    margin: -13px -11px;
    margin-top: 12px;
    border-bottom: 1px solid #c6c5c5;
}

.box-icon {
    margin-bottom: 95px;
}

.mt-3rem {
    margin-bottom: 3.4rem;
}

.contact-title h3 {
    text-align: left;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
}

.contact-title1 h3 {
    text-align: left;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
}

.contact-title p {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    margin-bottom: 0;
}

.mb-50 {
    margin-bottom: 50px !important;
}

#background-50 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #dcd8d86e;
    z-index: 0;
}

#content-50 {
    position: relative;
    z-index: 2;
}

textarea.form-control {
    height: 148px;
}

.form-control {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #f3f3f3 !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000000d;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #211f1f;
    opacity: 1;
    font-weight: 400;
    font-size: 16px !important;
}

.form-check-label {
    text-align: left;
    font: normal normal normal 13px/90px Campton;
    letter-spacing: 0;
    color: #3c3c3c;
    cursor: pointer;
    font-family: inherit;
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
}

.container1 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -5px;
    left: 10px;
    box-shadow: 0 0 3px 0 #b9b6b6;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background-color: #eee;
}

.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

.container1 input:checked ~ .checkmark {
    background-color: #f3f3f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container1 input:checked ~ .checkmark:after {
    display: block;
}

.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #d96321;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button05 {
    width: 183px;
    position: absolute;
    display: block;
    margin-top: 13px;
    z-index: 2;
    background: 0 0;
    border: none;
}

#mySidebar {
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    background-image: url(images/header-bg.png);
    z-index: 10000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.w3-button {
    display: none;
}

.mobile-home {
    display: none;
}

.mobile-home {
    background-image: url(images/mobile-bg.png);
    padding: 37rem 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10rem;
}

.mobile {
    display: flex;
}

.mobile h5 {
    margin-bottom: 4px;
    margin-top: 8px;
    margin-left: 10px;
}

.mobile-headline h2 {
    font-size: 45px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    opacity: 1;
}

.mobile-headline p {
    font-size: 24px;
    margin-bottom: 37px;
    line-height: 64px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.button-mobile {
    padding: 15px;
    background: 0 0 !important;
    border: none !important;
    margin-top: 13rem;
    text-align: center;
    font: normal normal bold 16px/60px Campton;
    letter-spacing: 0.8px;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.bnt-box p {
    color: #d96331;
    font-size: 60px;
    height: 27px;
}

.menu-mobile a {
    font: normal normal bold 27px/70px Campton;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: uppercase;
    opacity: 1;
    font-family: inherit;
}

.fnt-13 {
    font-size: 13px !important;
}

.my-header {
    display: flex;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: 30px;
    margin-right: 30px;
}

.my-header a {
    font: normal normal bold 16px/26px Noto Sans;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-family: inherit;
}

.w-50 {
    width: 50%;
}

.text-end {
    text-align: end;
}

.btn-55 {
    background: 0 0;
    border: none;
    font-size: 30px;
    margin-top: -8px;
    color: #fff;
}

.mt-10rem {
    margin-top: 10rem;
}

.w3-button:hover {
    color: #000 !important;
    background-color: transparent !important;
}

.followclasss {
    position: absolute;
    margin-top: -38px;
    z-index: 10000000;
}

.instagram_gallery a {
    margin: 0 !important;
    width: 20% !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: 5px !important;
    left: -34px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 154px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.my-classp {
    font: normal normal normal 14px/60px Campton;
    letter-spacing: 1.4px;
    color: #d96331;
    opacity: 1;
    font-family: sans-serif;
}

.title-story p {
    font: normal normal normal 16px/24px Campton;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
    opacity: 1;
    font-family: inherit !important;
}

.mt-30 {
    margin-top: 30px;
}

.card-set p {
    font-size: 16px;
    line-height: 2;
}

.title-story p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    padding-bottom: 15px;
}

footer-icon ul li {
    display: inline-block;
    list-style: none;
}

a.price-btn {
    background: #d96331;
    width: 250px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 15px 0;
    position: relative;
}

a.price-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -5px;
    top: 5px;
    background: #b5562e;
    z-index: -1;
}

.col-container {
    display: table;
    width: 100%;
}

.col-box {
    display: table-cell;
    padding: 16px;
}

.price-btn-div {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    a.price-btn {
        max-width: 170px;
    }

    .card-price h2 {
        font-size: 40px;
    }
}

/* index */
.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-content {
    width: 100%;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.bg-slider {
    position: relative
}

.bg-slider:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
}

.bg-slider .item {
    background-image: url('./images/gymbg.png');
    background-color: #000;
}

.at-rate {
    color: #D96331;
}

ul.learn-about-text li {
    list-style-type: lower-alpha;
    padding-bottom: 6px;
    color: #000;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
}

/* about us */
section.section-padding.relative.bg-gray {
    margin-bottom: 80px;
}

ul.about-02 {
    padding-left: 13px;
}

ul.about-02 li {
    color: #000;
    padding-bottom: 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 993px) {
    .mystory li {
        width: 12.2rem !important;
        margin: 0rem 0.8rem;
        height: 2.8rem !important;
        font-size: 12px !important;
        line-height: 3rem !important;
    }

    .my-ctn {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: -40px;
    }
}

/* @media only screen and (max-width: 1250px) and (min-width: 1024px) *//* {.mainmenu-area ul.nav.navbar-nav { */ /* text-align: end;width: 100% !important; margin: -4.4rem 0rem !important; *//* } *//* } *//* schedule */
.active, .dot:hover {
    background-color: white;
}

.price-btn li {
    color: white !important;
    background: #D96331;
    height: 4.8rem !important;
    margin-top: 18px !important;
    line-height: 5rem !important;
    margin: 0rem -0.2rem !important;
}

/* .about-bg { padding: 29rem 4rem 14rem !important;} */
@media only screen and (max-width: 993px) {
    .mt-35 {
        margin-top: 35px;
        margin-bottom: -6px;
    }

    .about-bg {
        padding: 28rem 1rem 29rem !important;
    }

    .footer-header ul {
        float: unset !important;
        justify-content: center;
    }

    .footer {
        background: #000;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1024px) {
    .mainmenu-area ul.nav.navbar-nav {
        text-align: end;
        width: 100% !important;
        margin: -4.4rem 0rem !important;
    }

    .about-bg {
        padding: 27rem 4rem 20rem !important;
    }
}

/* story */
.active, .dot:hover {
    background-color: white;
}

.story-image {
    border-radius: 5px;
}

.title-story p {
    line-height: 30px;
}

/* 26/04/2021 */
.bg-slider {
    display: none !important;
}

/*17/05/2021*/
.text-pare h3 {
    color: #000;
}

.text-pare ul {
    padding: 0;
}

.text-pare ul li {
    display: flex;
    align-items: center;
    list-style: none;
    color: #000;
    padding: 5px 0;
}

.text-pare ul li i {
    margin-right: 10px;
    font-size: 18px;
    color: #d96331;
}

.img-box.b-img-01 {
    position: relative;
    margin-top: 40px;
}

.img-box .img_01 {
    position: relative;
    left: 78px;
    z-index: 3;
    top: 20px;
}

.img-box.b-img-01:before {
    position: absolute;
    content: '';
    background: #d96331;
    width: 97%;
    height: 100%;
    left: 92px;
    z-index: 2;
    top: 6px;
}

.img-box.b-img-01:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 97%;
    height: 100%;
    left: 107px;
    z-index: 1;
    top: -8px;
}

.img-box.b-img-03 img {
    position: relative;
    left: 40px;
}

.img-box.b-img-04 img {
    position: absolute;
    left: -50px;
    top: 223px;
}

.img-box.b-img-04 {
    position: relative;
}

.img-box.b-img-04:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 200px;
    background: #ffffff;
    left: -70px;
    top: 204px;
}

.img-box.b-img-04:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 200px;
    background: #d96331;
    left: 380px;
    top: 202px;
    z-index: -1;
}

.img-box.b-img-03 {
    position: relative;
}

.img-box.b-img-03:before {
    position: absolute;
    content: '';
    background: #d96331;
    width: 150px;
    height: 199px;
    left: 22px;
    top: 61%;
}

.img-box.b-img-03:after {
    position: absolute;
    content: '';
    background: #d96331;
    width: 5px;
    height: 199px;
    left: 103px;
    top: -80px;
}

.row.mr-box {
    margin: 90px 0 0;
}

/*.story-gray-section {    margin: 0 0 300px 0 !!mportant;}*/
.space {
    margin-top: 300px;
}

.register-button{
    width: 20rem;
    height: 6rem;
    color: #ffffff;
    background-color: #d96331;
    margin: 0 6.8rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.register-button span{
    font-size: 20px;
}

@media only screen and  (max-width: 1023px) {
    .img-box.b-img-04:after {
        left: 243px;
    }
}

@media only screen and (max-width: 991px) {
    .img-box.b-img-01:before {
        width: 75%;
        left: -8px;
        top: 6px;
    }

    .img-box.b-img-01:after {
        width: 67%;
        left: -15px;
        top: 0px;
    }

    .img-box.b-img-04 img {
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .img-box.b-img-04:before {
        left: -5%;
        top: 37%;
        width: 80%;
        height: 70%;
    }

    /*.img-box.b-img-04:after { top: -57px; z-index: 0;left: 534px;}*//*.img-box.b-img-04:after,.img-box.b-img-03:after,  .img-box.b-img-01:before , .img-box.b-img-01:after, .img-box.b-img-04:before, .img-box.b-img-03:before {display:none;}*/
    .img-box.b-img-03 img {
        left: 0;
        margin-bottom: 15px;
    }

    .img-box .img_01 {
        left: 0;
        margin-bottom: 35px;
    }

    /*.img-box.b-img-03:after { width: 5px; height: 100px;left: 30px;  top: -29px;}*/
    .img-box.b-img-03:after {
        display: none;
    }

    .img-box.b-img-03:before {
        width: 75%;
        height: 80%;
        left: -8px;
        top: 23%;
    }

    .space {
        margin-top: 0;
    }

    section.section-padding.relative.bg-gray.story-gray-section {
        margin-bottom: 0 !important;
        padding-bottom: 61px !important;
    }

    /*.img-responsive.img_01 {width: 100%;}*//*.img-box.b-img-04:after {display:none;}*/
    .img-box.b-img-04:after {
        z-index: 1;
        top: 20%;
        left: -2%;
        width: 90%;
        height: 83%;
    }

    .img-box.b-img-02 {
        position: relative;
    }

    .img-box.b-img-02:before {
        position: absolute;
        content: '';
        width: 80%;
        height: 80%;
        background: #d96331;
        left: -2%;
        top: 22%;
        z-index: -1;
    }
}

.youtube-video {
    margin-top: 90px;
    display: none;
}

.instagram-gallery-medium {
    width: 100%;
    justify-content: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.instagram-gallery-medium > a {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.instagram-gallery-medium > a > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-text{
    font: normal normal normal 20px/24px Campton;
    text-align: center;
    font-family: inherit;
    opacity: 1;
    margin-bottom: 40px;
    color: #000000 !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .instagram-gallery-medium {
        width: 320px;
    }

    .instagram-gallery-medium > a {
        width: 100px;
        height: 100px;
        margin: 2px;
    }
}

@media only screen and (max-width: 768px) {
    .bg-slider {
        display: block;
    }

    .navbar-brand > img {
        display: block;
        width: 90px;
    }

    .youtube-video {
        display: block;
    }

    .schedule-button-div {
        display: flex;
        justify-content: center;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        padding: 15px 0 0 0;
    }
}