/*============================================================
* Template Name    : MyFitness - One Page Gym Html Template
* Author           : Vishal Lad
* Version          : 1.0
* Created          : 05/Apr/2020;
* File Description : Main CSS file of the template
===========================================================*/
/*====================== TABLE 
    1.GOOGLE FONT
    2.BASIC
    3.COMMON
        4.PRELOADER
    5.NAVIGATION
    6.HOME
        7.GALLERY
    8.ABOUT 
    9.COUNTER
    10.SERVICES
    11.PRICING
    12.TESTIMONIAL
        13.NUTRITION
        14.TEAM
    15.ADDRESS
        16.CONTACT
    17.FOOTER
        18.SCROLL-TOP
    19.RESPONSIVE
 ========================*/
.google-ads {
    position: fixed;
    bottom: 0;
    z-index: 99;
    margin: auto;
    width: 100%;
    height: 100px;
    display: block;
}

.ads {
    background: #fff;
    position: relative;
}

.ads button {
    position: absolute;
    left: 0;
    top: -33px;
    background: yellow;
    color: #000;
    border: none;
    padding: 6px 15px;
    font-weight: bold;
    cursor: pointer;
}

/*====================== GOOGLE FONTS ========================*/
//@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&amp;display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); /*====================== BASIC ========================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font-size: 15px;
}

a, a:hover, a:focus, button, button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

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

img {
    width: 100%;
}

/*========================== END BASIC ============================*/
/*========================== START COMMON ============================*/
.section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.effect::before {
    content: '';
    position: absolute;
    background: url(../images/before-effect.png);
    top: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.effect::after {
    content: '';
    position: absolute;
    background: url(../images/after-effect.png);
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.common-title h2 {
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}

.nutrition-title, .icon, .contact-det h3, .about-title h2, .pricing .pricing-name .pricing-round h3 {
    color: #fff;
}

.contact-det p, .home-detail h2, .gallery-data h3, .pricing .pricing-list, .pricing .pricing-value span.amount, .team-info span {
    color: #ccc;
}

.common-title h2::before {
    border: 2px solid #ff3131;
    content: "";
    left: 0px;
    position: absolute;
    width: 60px;
    right: 0;
    margin: auto;
    bottom: -9px;
}

.common-title h2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    border: 1px solid #ff3131;
    bottom: -12px;
}

.common-desc {
    max-width: 700px;
    margin: auto;
    color: rgba(255, 255, 255, 0.70);
}

.common-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn {
    padding: 15px 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600;
    border-radius: 0;
}

.custom-btn {
    border: 2px solid #ff3131;
    background-color: #ff3131;
    position: relative;
    z-index: 0;
}

.custom-btn i {
    margin-left: 10px;
}

.custom-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background-color: #fff;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-btn:hover::before {
    width: 100%;
}

.custom-btn:hover {
    color: #ff3131;
    border-color: #fff;
}

.custom-btn:focus {
    color: #ea4c23;
    background-color: #fff;
    border-color: #fff;
}

.custom-navbar .navbar-nav li a:hover, .custom-navbar .navbar-nav li a.active, .common-color {
    color: #ff3131;
}

.common-back-color {
    background-color: #ff3131;
}

.layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.layer::before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.bg-black {
    background-color: #101010;
}

.owl-carousel .owl-dots {
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel .owl-dot.active {
    background-color: #ff3131 !important;
}

.owl-carousel .owl-dot {
    height: 15px;
    margin-right: 10px;
    width: 15px;
    background-color: #fff !important;
    border: 1px solid #ff3131!important;
    border-radius: 50%;
}

/*========================== END COMMON ============================*/
/*========================== START PRELOADER ============================*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ff3131;
    display: none !important;
}

#preloader .loader {
    /* animation: 1.6s infinite preloader; */
    /* border-color: transparent #fff; */
    /* border-radius: 50%; */
    /* border-style: solid; */
    /* border-width: 25px; */
    bottom: 50%;
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    width: 100px;
    transform: translate(-50%, -50%);
    display: inline-block;
}

/*
#preloader .loader::before {
    border-color: #fff transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    content: '';
}
*/
@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes preloader {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes preloader {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

/*========================== END PRELOADER ============================*/
/*==========================  START NAVIGATION ============================*/
.custom-navbar {
    background-color: transparent;
    z-index: 99;
    padding: 8px 0;
}

.custom-navbar .navbar-nav li a {
    line-height: 24px;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 7px;
    position: relative;
    font-weight: bold;
}

.bar-toggler {
    display: none;
    cursor: pointer;
}

.custom-navbar.sticky, .custom-navbar.active {
    background: #222;
}

.back-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    content: "";
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.custom-navbar.sticky .back-effect {
    opacity: 0;
}

.navbar img {
    width: 164px;
    padding: 12px;
}

.navbar.sticky img {
    width: 128px;
}

.custom-navbar img.two {
    display: none;
}

.custom-navbar.sticky img.two {
    display: block;
}

.custom-navbar.sticky img.one {
    display: none;
}

.menu-bar {
    position: fixed;
    top: 172px;
    right: -40px;
    width: 0px;
    height: 100%;
    padding: 15px 15px 80px 15px;
    z-index: 99;
    display: none;
    background-color: #363636;
    border-radius: 0px;
    overflow: auto;
}

.sticky .menu-bar {
    top: 136px;
}

.menu-bar.active {
    width: 75%;
    max-width: 320px;
    right: 0;
}

.menu-bar ul li a {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.menu-bar ul li a:hover, .menu-bar ul li a.active {
    color: #ff3131;
}

.menu-bar ul li.menu-logo {
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.menu-bar .menu-logo img {
    width: 120px;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*==========================  END NAVIGATION ============================*/
/*==========================  START HOME ============================*/
.home {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh; */
}

.home .home-image::before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

.home .home-detail {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    height: 340px;
    text-align: center;
    padding: 0 70px;
    z-index: 1;
}

.home .home-title {
    font-size: 100px;
    line-height: 110px;
    color: #fff;
}

.home .owl-item.active h1.home-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.home .owl-item.active .home-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.wow {
    visibility: hidden;
}

/*==========================  END HOME ============================*/
/*==========================  START GALLERY ============================*/
.gallery .gallery-data {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-data::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

.gallery .gallery-data:hover .gallery-image img {
    transform: scale(1.2);
}

.gallery .gallery-name {
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    z-index: 1;
}

.gallery .gallery-data:hover .gallery-name {
    bottom: 0;
}

.gallery .gallery-name a.gallery-btn {
    background: #ff3131;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 0;
    margin-top: 10px;
}

.gallery .gallery-name a.gallery-btn i {
    font-size: 20px;
    line-height: 24px;
}

/*==========================  END GALLERY ============================*/
/*==========================  START ABOUT ============================*/
.about {
    background-image: none;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.about .about-title h2::before {
    border: 2px solid #ff3131;
    content: '';
    left: 0px;
    position: absolute;
    top: 60px;
    width: 60px;
    margin: auto;
}

.about .about-title h2::after {
    content: '';
    position: absolute;
    top: 56px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 24px;
    padding: 0;
    border: 1px solid #ff3131;
}

.about .about-title h2 {
    position: relative;
    margin-bottom: 40px;
}

.about p {
    color: rgba(255, 255, 255, 0.70);
}

.about .about-box i {
    font-size: 48px;
    color: #ff3131;
    width: 52px;
    position: absolute;
}

.about .about-inner-data {
    margin-left: 66px;
}

.about .about-inner-data p {
    margin: 0;
}

/*==========================  END ABOUT ============================*/
/*==========================  START COUNTER ============================*/
.counter {
    background-image: url("../images/counter/c1.jpg");
    background-position: top center;
}

.counter .counter-icon {
    font-size: 50px;
    line-height: 57px;
}

.counter .counter-number {
    display: block;
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0 0 0;
    font-weight: 700;
}

.counter span.counter-text {
    text-transform: uppercase;
    font-weight: 500;
}

/*==========================  END COUNTER ============================*/
/*==========================  START SERVICE ============================*/
.service .service-image {
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
}

.service .service-image::before {
    content: '';
    position: absolute;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    height: 50%;
}

.service-image-box {
    width: 250px;
    height: 250px;
    border: 10px solid #101010;
    border-radius: 50%;
    overflow: hidden;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.service-image-box img {
    height: 100%;
}

.service .service-desc {
    text-align: center;
    background: #222;
    padding: 10px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.service .service-time {
    display: inline-block;
    text-align: left;
}

.service .service-time label {
    margin: 0;
    font-weight: bold;
    width: 70px;
}

/*==========================  END SERVICE ============================*/
/*==========================  START PRICING ============================*/
.pricing {
    background-image: url("../images/pricing/pricing-back.jpg");
}

.pricing .pricing-name {
    background: transparent;
    position: relative;
    padding: 70px 0;
}

.pricing .pricing-name::before {
    content: '';
    position: absolute;
    background-color: #222;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pricing .pricing-name .pricing-round {
    background-color: #ff3131;
    padding: 58px 0;
    height: 140px;
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 0;
    border: 5px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.pricing .pricing-value {
    font-size: 18px;
    background: #222;
    padding: 15px 0;
}

.pricing .pricing-value span.amount {
    font-weight: bold;
    font-size: 50px;
    line-height: 54px;
}

.pricing .pricing-list {
    border: 1px solid #ff3131;
    border-top: 0;
    border-bottom: 0;
}

.pricing .pricing-list ul li {
    background: #222;
    text-transform: uppercase;
    padding: 15px 0;
}

.pricing .pricing-btn {
    padding: 15px;
    background-color: #222;
    border-bottom: 3px solid #ff3131;
}

/*==========================  END PRICING ============================*/
/*==========================  START TESTIMONIAL ============================*/
.testimonial .inner-testimonial .testimonial-data .testimonial-img img {
    height: 140px;
    width: 140px !important;
    border: 10px solid #101010;
}

.testimonial .testimonial-img {
    position: relative;
}

.testimonial .testimonial-img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    width: 100%;
    background-color: #222;
    z-index: -1;
}

.testimonial .inner-testimonial .testimonial-data .testimonial-detail {
    background-color: #222;
    padding: 20px 20px 61px 20px;
    position: relative;
}

.testimonial .inner-testimonial .testimonial-data .client-review {
    color: rgba(255, 255, 255, 0.70);
}

.testimonial .inner-testimonial .testimonial-data .client-name.position {
    color: #ff3131;
    font-style: italic;
    font-weight: bold;
}

.testimonial .inner-testimonial .testimonial-data .testimonial-icon i {
    font-size: 48px;
    color: #ff3131;
}

.testimonial .owl-carousel .owl-dots {
    background: rgba(0,0,0,0.2);
}

.testimonial #accordion {
    margin-top: 71px;
}

.testimonial .card {
    border: none;
    background: none;
}

.testimonial .card-header {
    background-color: #222;
    border-bottom: none;
    margin-bottom: 2px;
    border-radius: 0 !important;
    padding: 10px 12px;
}

.testimonial .card-header i {
    font-size: 24px;
    line-height: 24px;
    float: left;
    margin-right: 15px;
}

.testimonial .card-header a {
    line-height: 24px;
    text-transform: uppercase;
}

.testimonial .card-body {
    background-color: #ff3131;
}

/*==========================  START TESTIMONIAL ============================*/
/*==========================  START NUTRITION ============================*/
.nutrition {
    background-image: url("../images/historia/background.jpg");
    background-position: bottom center;
}

.nutrition .nutrition-img img {
    width: 58%;
    display: inline-block !important;
}

.nutrition .owl-dots {
    display: none;
}

/*==========================  END NUTRITION ============================*/
/*==========================  START TEAM ============================*/
.team-sec .team-image {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    float: none;
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

.team-sec .team-data .team-image:hover img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
}

.team-sec .team-inner {
    padding: 5px;
    position: absolute;
    left: -80px;
    z-index: 1;
    top: 0;
    width: 80px;
    height: 142px;
    bottom: 0;
    margin: auto;
}

.team-sec .team-info a:hover {
    color: #ea4c23;
}

.team-sec .team-data .team-image:hover .team-inner {
    left: 11px;
}

.team-sec .team-data {
    overflow: hidden;
    text-align: center;
}

.team-sec .team-image .team-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-sec li.one {
    position: absolute;
    top: 0px;
    left: 35px;
}

.team-sec li.two {
    position: absolute;
    top: 30px;
    left: 5px;
}

.team-sec li.three {
    position: absolute;
    top: 72px;
    left: 5px;
}

.team-sec li.four {
    position: absolute;
    top: 101px;
    left: 35px;
}

.team-sec .team-image .team-inner ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 2px;
}

.team-sec .team-image .team-inner ul li a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ea4c23;
}

.team-sec .team-image .team-inner ul li a:hover::before {
    background-color: #fff;
    color: #ea4c23;
}

.team-sec .team-image .team-inner ul li a:hover i {
    color: #ea4c23;
}

.team-sec .team-data .team-info {
    text-align: center;
    position: relative;
    padding: 4px 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/*==========================  END TEAM ============================*/
/*==========================  START ADDRESS ============================*/
.address {
    background-image: url("../images/address/address-back.jpg");
}

.address .icon i {
    font-size: 45px;
    line-height: 98px;
    background-color: #ff3131;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.address .contact-det p a:hover {
    color: #ea4c23;
}

/*==========================  END ADDRESS ============================*/
/*==========================  START CONTACT ============================*/
.contact p {
    color: rgba(255, 255, 255, 0.70);
}

.contact .contact-form textarea.form-control {
    height: auto;
    min-height: 207px;
}

.contact .contact-form .form-control {
    border-radius: 6px;
    border: 3px solid #222;
    box-shadow: none !important;
    height: 50px;
    background-color: #222 !important;
    color: rgba(255, 255, 255, 0.70);
    /*border-radius: 0;*/
    font-size: 15px;
}

.contact .contact-form .form-control:focus {
    border: 2px solid #ff3131;
}

.contact .contact-map iframe {
    width: 100%;
    height: 354px;
}

/*==========================  END CONTACT ============================*/
/*==========================  START FOOTER ============================*/
.footer {
    background-color: #222;
}

.footer .copy-right p {
    float: left;
    margin: 10px 0;
}

.footer ul {
    float: right;
}

.footer ul li a {
    width: 42px;
    height: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer ul li a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #2d2c2c;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer ul li {
    margin: 0 !important;
}

.footer ul li a:hover::before {
    background-color: #ff2d2d;
}

.footer .copy-right {
    float: left;
    width: 100%;
    padding: 12px 0;
}

/*==========================  END FOOTER ============================*/
/*==========================  START SCROLL-TOP ============================*/
.scroll-top .scrollToTop {
    bottom: 15px;
    display: none;
    height: 50px;
    position: fixed;
    left: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99;
    border-radius: 50%;
}

.scroll-top .scrollToTop i:focus {
    color: #fff;
}

.scroll-top .scrollToTop:hover i {
    color: #fff;
}

.scroll-top .fa-angle-up {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 48px;
}

/*==========================  END SCROLL-TOP ============================*/
/*===========================  RESPONSIVE ============================*/
@media (max-width: 1199px) {
    .nutrition .nutrition-img img {
        width: 77%;
    }
}

@media (max-width: 991px) {
    .custom-navbar, .custom-navbar.sticky {
        padding: 4px 0;
    }

    .bar-toggler {
        display: block;
    }

    .home .home-inner {
        width: 100%;
    }

    .about .about-image {
        margin-top: 35px;
    }

    .section {
        padding: 90px 0;
    }

    .custom-navbar .navbar-nav li a {
        margin: 0;
        padding-left: 18px;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

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

    .effect::before,.effect::after {
        height: 50px;
    }

    .about p {
        color: #fff;
    }

    .nutrition .nutrition-img img {
        width: 38%;
    }

    .menu-bar {
        display: block;
    }

    .nutrition .nutrition-img {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .home .home-data {
        height:auto;
    }

    .section {
        padding: 66px 0;
    }

    .home .home-title {
        font-size: 50px;
        line-height: 60px;
    }

    .footer .copy-right p {
        width: 100%;
        z-index: 2;
        float: initial;
    }

    .footer ul {
        float: none;
        z-index: -1;
    }

    .footer .copy-right {
        text-align: center;
    }

    .navbar img, .navbar.sticky img {
        width: 120px;
    }

    .home .home-detail {
        height: 200px;
    }

    .effect::before, .effect::after {
        height: 36px;
    }

    .testimonial #accordion {
        margin-top: 0;
    }

    .nutrition .nutrition-img img {
        width: 50%;
    }

    .nutrition-img {
        margin-top: 30px;
    }

    .pricing-box.two,.pricing-box.three {
        margin-top: 30px;
    }

    .menu-bar {
        top: 128px;
    }

    .sticky .menu-bar {
        top: 128px;
    }
}

@media (max-width: 575px) {
    .gallery .gallery-data .gallery-name {
        bottom: 0 !important;
    }

    .home .home-desc {
        line-height: 1;
    }

    .home .home-title {
        font-size: 40px;
        line-height: 50px;
    }

    .counter-data {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .home-quotes .quote_button {
        float: none;
        text-align: center;
    }

    h2 {
        font-size: 30px;
    }

    .about .about-title h2::before {
        top: 45px;
    }

    .about .about-title h2::after {
        top: 42px;
    }

    .common-title h2::before {
    }

    .common-title h2::after {
    }

    .counter-data.two, .counter-data.one {
        margin-bottom: 30px;
    }

    .scroll-top .scrollToTop {
        height: 40px;
        width: 40px;
    }

    .scroll-top .fa-angle-up {
        line-height: 38px;
    }

    .btn {
        padding: 10px 16px;
    }

    .navbar img, .navbar.sticky img {
        width: 100px;
    }

    .home .home-detail {
        height: 180px;
        padding: 0 15px;
    }

    .home-image img {
        height: 370px;
    }

    .about .about-title h2 {
        margin-bottom: 30px;
    }

    .counter .counter-number {
        display: block;
        font-size: 38px;
        line-height: 44px;
        margin: 10px 0 0 0;
        font-weight: 700;
    }

    .pricing .pricing-value span.amount {
        font-size: 38px;
        line-height: 44px;
    }

    .nutrition .nutrition-img img {
        width: 70%;
    }

    .menu-bar {
        top: 108px;
    }

    .sticky .menu-bar {
        top: 108px;
    }

    .section {
        padding: 58px 0;
    }

    .contact-data.one, .contact-data.two {
        margin-bottom: 30px;
    }
}

/*===========================  END RESPONSIVE ============================*/
.services {
    padding: 0 0 50px;
}

.services .title {
    margin-bottom: 20px;
}

.services .media {
    margin: 40px 0;
    width: 64px;
}

.services .media-body p {
    color: #ccc;
}

.services h5 {
    color: #fff;
    border-bottom: 2px solid #495057;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.home-detail h2 {
    font-size: 16px;
}

.home .home-data {
    /*height:100vh*/
    ; }

p.semantic-about {
    font-size: 18px;
    /*font-style: italic;*/
    font-weight: 400;
}

.section.group-mdl {

}
.section.group-mdl:before{
    display:none;
    
}

.section.group-mdl:after{
    background: url(../images/before-effect.png);
    
}

.groupmdl-container {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}

.groupmdl-container .groupmdl-label {
    color: #ffffff;
    background-color: #fe3131;
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.sticky .first-logo {
    display: none;
}

.bg-dark{
    background-color: #212121 !important;
}

footer a .author {
    color: #ff302e !important;
}