html {
  overflow-x: hidden;
}

body {
  font-family: "Museo 300", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

@font-face {
font-family: 'Museo 300';
font-style: normal;
font-weight: normal;
src: url('../font/Museo300-Regular.woff') format('woff');
}

@font-face {
font-family: 'Museo 700';
font-style: normal;
font-weight: normal;
src: local('Museo 700'), url('../font/Museo700-Regular.woff') format('woff');
}

a {
  color: #777;
  transition: .3s all ease;
}

a:hover {
  color: #777;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Museo 300", sans-serif;
}

p {
    font-size: 0.8em;
}

.light {
    color: #000000;
}

.dark {
    color: #ffffff;
}

.dark h2 {
    color: #ffffff;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #fdb912;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

h2 {
    font-size: 2.4em;
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 10px 35px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

/*
.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
*/

.btn.btn-outline {
    border: 1px solid;
}

.btn.btn-outline {
    font-weight: bold;
}

.btn-primary {
    border-color:#efdc00 !important;
    border-radius: 0;
    color: #87d701;
    background: #f0f8ff00;
}

.btn-primary:hover {
    color: #000000;
    background: #f0f8ff00;
    border-color:#000000;
}

.btn-secondary {
    border-color:#f8d801;
    border-radius: 0;
    color: #f8d801;
    background: #f0f8ff00;
}

/* Sticky Wrapper */
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a img {
  width: 100%;
}

@media (max-width: 767px) {
    .site-logo {
        text-align: center;
        padding: 0 0 10px;
    }
    
    .site-logo a, .site-logo a img {
        width: 200px !important; 
        margin: auto;
    }
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #2d71a1 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #2d71a1 !important;
}

.sticky-wrapper .shrink {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* Contact Form */
.form-control {
  height: 53px;
  border-radius: 0;
  border: 1px solid #dae0e5;
    background-color: #f0f8ff00 !important;
    padding: 1.7rem .75rem;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.section .container .align-items-center h2 {
    margin-top: 50px;
    font-size: 2.8em;
}


/*--------------------------------------------------------------
# Header section
--------------------------------------------------------------*/


.header-section {
    padding-top: 8rem!important;
    padding-bottom: 10rem!important;  
}

@media (max-width: 991px) {
    .header-section {
        padding-top: 3rem!important;
        padding-bottom: 4rem!important;  
    }
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/

.benefits-container {
    background-color: #222222;
}

.benefits-container .container .align-items-center {
    background-image: url(../img/section-2-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}


/*--------------------------------------------------------------
# Performance
--------------------------------------------------------------*/

.performance {
    background-image: url(../img/tilt-benefits.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
/*    padding: 0;*/
}

.performance .container .align-items-center {
    background-image: url(../img/section-2-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}

@media (min-width: 1200px) {
    .performance  {
        background-size: 1682px auto;
    }
}

@media (max-width: 991px) {
    
    .performance {
        padding: 150px 0 50px;
        background-size: 1080px auto;
    }
    
    .performance .container .align-items-center {
        padding: 0 0 100px;
    }
}

@media (max-width: 767px) {
    
    .performance {
        text-align: center;
    }
    .performance .container .align-items-center {
        background-image: none;
    }
    
    .desktop-only {
        display: none;
    }
}


/*--------------------------------------------------------------
# Endurance
--------------------------------------------------------------*/

.endurance {
    background-image: url(../img/tilt-enhancing-life.jpg);
    background-size: 100%;
    background-color: 222222;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 50px 0 300px;
}

.endurance .container .align-items-center {
    background-image: url(../img/section-3-bg.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}

@media (min-width: 1200px) {
    .endurance {
        background-size: 1682px auto;
    }
}

@media (max-width: 991px) {
    
    .endurance {
        padding: 0 0 100px;
        background-size: 1080px auto;
    }
    
    .endurance .container .align-items-center {
        padding: 0 0 100px;
    }
}

@media (max-width: 767px) {
    
    .endurance {
        text-align: center;
    }
    .endurance .container .align-items-center {
        background-image: none;
    }
}

.endurance .container .align-items-center p {
    color: #000;
}

/*--------------------------------------------------------------
# Featured Products
--------------------------------------------------------------*/

.section-featured {
    background-image: url(../img/tilt-knowledge.jpg);
    background-size: 100%;
    background-color: #000000;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 150px 0 0;
}

@media (min-width: 1200px) {
    .section-featured {
        background-size: 1682px auto;
    }
}

@media (max-width: 991px) {
    .section-featured {
        padding: 100px 0 100px;
        background-size: 1080px auto;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: url(../img/header.jpg);
    background-size: cover;
    background-position: bottom center;
    background-color: #dde6e8;
  position: relative;
}

@media (min-width: 1200px) {
    .hero-section {
        background-size: 1682px auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section {
        background-size: 1586px auto;
    }
}



@media (max-width: 991px) {
    .hero-section {
        background-size: 1408px auto;
    }
}


@media (max-width: 414px) {
    .hero-section {
        background-size: 1446px auto;
    }
}

@media (min-width: 768px) {
    .mobile-responsive {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-responsive img {
        width: 70%;
    }
    
    .performance .container .align-items-center {
        padding: 0;
    }
    
    .endurance .container .align-items-center {
        padding: 0 0 100px;
    }
}


@media (max-width: 991px) {
    
    .benefits > .col-lg-6:last-child {
        margin-top: 1.5rem!important;
    }
    
    .benefits .drinks, .benefits .exercise, .benefits .looks, .benefits .couples {
        background-image: none !Important;
    }
    
    .yellow {
        background-color: #f8de01;
    }

    .black {
        background-color: #000000;
    }
}

.site-navbar .row {
    justify-content: flex-end;
}

@media (max-width: 767px) {
  .site-navbar .row  {
    display: block;
  }
    
    .site-navbar .row .col-6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.hero-section, .hero-section > .container > .row {
/*  height: 100vh;*/
  min-height: 880px;
}

@media screen and (max-width: 992px) {
    .hero-section, .hero-section > .container > .row {
    /*  height: 100vh;*/
      min-height: 760px;
    }
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 6.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  position: absolute;
/*  top: -50%;*/
  overflow: hidden;
  left: 0;
/*  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);*/
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

.benefits > div > div {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .benefits > div {
        height: 275px;
    }
}

.benefits > div p {
    font-size: 12px;
    line-height: 1.3;
}

 .benefits .black a {
    color: #f8de01;
}

.benefits .black h4, .benefits .black p {
    color: #ffffff;
}


.benefits .yellow h4, .benefits .yellow p, .benefits .yellow a {
    color: #000000;
}

.benefits .drinks {
    background-image: url(../img/icon-1.jpg);
}

.benefits .exercise {
    background-image: url(../img/icon-2.jpg);
}

.benefits .looks {
    background-image: url(../img/icon-3.jpg);
}

.benefits .couples {
    background-image: url(../img/icon-4.jpg);
}
/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #000 !important;
  background-image: url(../img/dotted-border.jpg);
  background-repeat-y: no-repeat;
  background-position: bottom;
  padding: 15px 30px;
}

@media (max-width: 991px) {
    .site-navbar .logo {
        padding: 0 15px;
    }
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
    .site-navbar .logo {
        max-width: 260px;
        margin: 0 auto;
    }
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f2f4f6;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.contact {
    margin-left: auto;
}

.contact .social {
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.contact .social li {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}

.contact .social li:last-child {
    align-self: center;
}

@media (min-width: 768px) {
    .contact .social li.email-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .contact .social li {
        width: 25%;
    }
    
    .contact .social li:last-child {
        width: 100%;
        padding: 10px 0 0;
        display: none;
    }
}

.contact .social li span {
    font-size: 0.8em;
}

.contact .social li img {
    height: 30px;
    width: 30px;
}

.wrap-icon img {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 12rem 0 2.5rem 0;
    background-image: url(../img/footer-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #111111;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .footer {
        background-size: 1682px auto;
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 130px 0 50px;
        background-size: 1080px auto;
    }
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright, .footer .credits {
  font-size: 14px;
}

.footer .container .row {
    display: flex;
}

.footer .container .row .col-md-4 .row img {
    width: 100%;
}

.social {
    display: flex;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .social {
        flex-wrap: wrap;
    }
}

.footer .container .row .col-md-4 .row .social img {
    width: 50px;
    height: 50px;
}

.copyright {
    text-align: end;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .footer {
        padding: 100px 0 50px;
    }
    
    .footer .container > .row {
        display: block;
        text-align: center;
    }
    
    .footer .container .row .col-md-4 .row  {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .footer .container .row .col-md-4 .row .social {
        max-width: 130px;
        margin: 20px auto 0;
    }
    
    .footer .container .row img {
        margin: 0 auto;
    }
    
    .copyright {
        text-align: center;
    }
}




