@charset "UTF-8";


/* GLOBAL
----------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}




/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: #ae0001;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: #ae0001;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #ae0001;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

/*.bg-gradient {

    padding-top: 100px;
    padding-bottom: 100px;

    background: -moz-linear-gradient(90deg, #3ea7ff 0%, #42d0ff 100%);
    background: -webkit-linear-gradient(90deg, #3ea7ff 0%, #42d0ff 100%);
    background: -ms-linear-gradient(90deg, #3ea7ff 0%, #42d0ff 100%);
    background-image: linear-gradient( 90deg, #3ea7ff 0%, #42d0ff 100%);


}*/


@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
}

.banner-left{
    width: 600px;
    margin: auto;
    display: block;
}

.banner-left h1 {
  color: #222;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
}

.banner-right{
    width: 600px;
    margin-top: 50px;
    display: block;
}


.header-btn {
  background-color: #fff;
  padding: 8px 35px;
  font-weight: 600;
  color: #222;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 20px;
}

.header-btn:hover {
  border: 1px solid #fff;
  background-color: #42d0ff;
  color: #fff;
}




/* index Cycling    */


.about-area {
  background-color: #e6f1ff;
}

.about-area2 {
  background-color: #FFFFFF;
}

@media (max-width: 800px) {
  .about-area .about-area2 .about-left {
    text-align: center;
  }
  .about-area .about-area2 .about-left br {
    display: none;
  }
  .about-area .about-area2 .about-right {
    margin-top: 100px;
  }
}

@media (max-width: 800px) {
  .about-area .about-area2 .about-right2 {
    text-align: center;
  }
  .about-area .about-area2 .about-right2 br {
    display: none;
  }
  .about-area .about-area2 .about-left2 {
    margin-top: 100px;
  }
}

.section-gap {
  padding: 50px 0;
}

.about-area h1{
  font-size: 35px;
  margin-top: 30px;
  color: #222222;
}

.about-area p{
  margin-bottom: : 30px;
  color: #222222;
}

.about-area2 h1{
  font-size: 35px;
  margin-top: 30px;
  color: #222222;
}

.about-area2 p{
  margin-bottom: : 30px;
  color: #222222;
}

.index-btn {
  background-image: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background-image: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  padding: 12px 35px;
  font-weight: 600;
  color: #222;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff;
}

.index-btn:hover {
  border: 1px solid #fff;
  background-color: #aaf;
  color: #fff;
}





/*index-bottom-apps*/



.index-bottom-apps {

    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;

}


.index-bottom-apps p {

}

.index-bottom-apps h1 {

  margin-bottom: 40px;

}



.index-bottom-apps-img {

    margin: 0 auto;
    text-align: center;

}

.index-bottom-apps-img img {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}


/* APPS    */


#apps{
    font-size: 23px;
    font-weight: 300;
    color: #000;
    padding-bottom: 60px;
    margin: 0 auto;
}

.center_app1{
    width: 252px;
    height: 302px;
    margin: 0 auto;
    background-color: #dddddd;
}

.center_app{
    width: 250px;
    height: 300px;
    margin: 0 auto;
    padding-top: 15px
    background-color: #ffffff;
}

.center_app p {

    margin-top: 15px
}

.apps_text {

background: #EFEFEF;


}

.apps_text h1{

font-size: 25px;
color: #000;


}

.apps_text p{

font-size: 20px;
color: #000;

}




.apps_text1 h1{

font-size: 30px;
padding-bottom: 20px;
color: #222;
margin: 0 auto;

}

.apps_text1 p{

font-size: 15px;
color: #222;
margin: 0 auto;

}



#app_battons1{
    margin-top: 20px;
}

#app_battons2{
    margin-top: 12px;
}

.download-button{
    border-radius: 3px;
    color: #ffffff;
    background-color: #ae0001;
    display: block;
    float: left;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
    margin-left: 35px;
    text-align: center;
    width: 180px;
    -webkit-transition: all 0.5s ease 0s;;
    -o-transition: all 0.5s ease 0s;;
    transition: all 0.5s ease 0s;;
}


.download-button:hover,
.download-button:focus{
    text-decoration: none;
    outline: none;
    color: #999;
    opacity: 1;
}

.single-service {
  text-align: center;
  margin: 30px;
  background-color: #ffffff;
  padding: 7px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 5px 5px 0px rgba(157, 157, 157, 0.5);
  color: #000;
}


/*PEDOMETER*/

.index {

    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 150px;
    background-image: url('../images/background2.png');

}

.pedometer {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/pedometer/header-bg.jpg');

}

.running {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/running/header-bg.jpg');

}

.cycling {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/football_logo_quiz/header-bg.png');

}

.privacy {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 150px;
    background-image: url('../images/football_logo_quiz/header-bg.png');

}

.banner-privacy {

    width: 600px;
    margin: auto;
    display: block;

}

.banner-privacy h1 {

  color: #ae0001;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1em;
  text-align: center;

}

.banner-privacy p{

    color: #ae0001;
    font-size: 15px;
    padding-top: 15px;
    display: block;
    margin: 0 auto;
    text-align: left;

}

.situps {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/situps/header-bg.jpg');

}

.pushups {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/pushups/header-bg.jpg');

}

.pullups {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/pullups/header-bg.png');

}

.squats {

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url('../images/squats/header-bg.jpg');

}

.download-btn{
  border-radius: 3px;
  color: #ffffff;
  background-color: #ae0001;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 180px;
  -webkit-transition: all 0.5s ease 0s;;
  -o-transition: all 0.5s ease 0s;;
  transition: all 0.5s ease 0s;;
}


.download-btn:hover,
.download-btn:focus{
  text-decoration: none;
  outline: none;
  color: #fff;
  opacity: 1;
}


.light-bg {
    background-color: #f2fdff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #ae0001;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-color: #ae0001;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #e3e4f9;
}

.banner-left-app {

    width: 600px;
    margin: auto;
    display: block;

}

.banner-left-app h1 {

  color: #ae0001;
  font-size: 45px;
  line-height: 1em;
  text-align: center;

}

.banner-left-app p{

    color: #ae0001;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;

}





.banner-left-app-2 {

    width: 600px;
    margin: auto;
    display: block;

}

.banner-left-app-2 h1 {

  color: #ae0001;
  font-size: 45px;
  line-height: 1em;
  text-align: center;

}

.banner-left-app-2 p{

    color: #ae0001;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;

}

.banner-left-app-2 a{

    
    border-radius: 3px;
  color: #ffffff;
  background-color: #ae0001;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 180px;
  -webkit-transition: all 0.5s ease 0s;;
  -o-transition: all 0.5s ease 0s;;
  transition: all 0.5s ease 0s;;

}





.left-text {

  width: 400px;
  padding-top: 50px;
  display: block;
  margin: 0 auto;

}

.left-text h1 {
  font-size: 22px;
  font-weight: 700;
  color: #ae0001;
}

.left-text p {
  font-size: 14px;
}


.right-image {

  width: 70%;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;

}

.app-bottom-download {

  width: 350px;
  margin:0 auto;
  padding-bottom: 100px;



}

.app-bottom-download h1 {

    font-size: 45px;
    margin-top: 20px;

}

.app-bottom-download img {
    margin-top: 10px;

}






/*.....................*/



/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/


#testimonial{
  background-color: #f2fdff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}


.testimonial-slider {
  background-color: #f7f7f7;
  display: inline;
  float: left;
  padding: 40px;
  width: 100%;
  border: 1px solid #ddd;
}


.testimonial-single-slide {
  display: inline;
  float: left;
  padding: 10px 50px 20px;
  text-align: center;
  width: 100%;
}


.testi-name {
  color: #404244;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}


.testi-company{
  font-size: 14px;
  text-align: center;
}


.testi-text {
  color: #8d959d;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


.testimonial-slider .slick-dots {
  bottom: 15px;
  margin-left: -40px;
}


.testimonial-slider .slick-dots li {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}


.testimonial-slider .slick-dots li.slick-active {
    opacity: 1;
}


.testimonial-slider .slick-dots li button::before{
  display: none;
}



/*SCREENSHOTS*/


.screenshot {
    padding: 80px 0;
    background-color: #212121;
}

.screenshot-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.screenshot-title span{
    color: #ae0001;
}


.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ceccff;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ceccff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ae0001;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}






/*SUPPORT*/


.support_main {

    width: 100%;
    /*background-image: url('../images/header-bgc.jpg');*/
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 160px;

}

.support_main h1{

  color: #222;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  text-align: left;

}


.support_main a {

  color: #222;
  text-align: left;

}


.support-title{

    margin: auto;
    display: block;

}

.support-title h1{

  margin-top: 150px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;

}



.support-app-left{
    width: 350px;
    margin: auto;
    display: block;
}


.support-app-right{
    width: 350px;
    margin: auto;
    display: block;
}




.support-answ-title {

    width: 100%;
    background-color: #fff;

}

.support-answ-title h1{

  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;

}

.support_answ {

    width: 100%;
    background-color: #fff;

}

.support-answ h1{

  color: #222;
  font-size: 22px;
  text-align: left;
  margin-bottom: 50px;

}

.support-answ ul{

  color: #222;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;

}

.support-answ li{

  color: #222;
  font-size: 18px;
  text-align: left;

}

.support-answ p{

  color: #222;
  font-size: 18px;
  text-align: left;
  margin-bottom: 250px;

}





.support-navigation p{

   color: #444;
   font-size: 15px;
   text-align: left;
   margin-top: 120px;

}


.support-opti-title {

    width: 100%;
    background-color: #fff;

}


.support-opti-title h1{

   color: #222;
   font-size: 30px;
   text-align: center;
   margin-top: 60px;
   margin-bottom: 80px;

}

.support-opti-title h2{

   color: #222;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;

}


.support-opti {

    width: 100%;
    background-color: #fff;

}

.support-opti h1{

  color: #222;
  font-size: 22px;
  text-align: left;
  margin-bottom: 30px;

}

.support-opti h2{

   color: #222;
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 90px;

}

.support-opti p{

    width: 100%;
    font-size: 16px;
    background-color: #fff;
    font-weight: 550;

}

.support-opti a{

  color: #89b6ff;
  font-size: 15px;
  text-align: left;
  padding-bottom: 200px;

}

/*////Support drop down list /////////////////*/


.dropbtn {
  background-color: #1976D2;
  color: white;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown i{
  color: #fff;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 4px;
}

.dropdown button {
  float: right;
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #1976D2;}





/*////////////////////////////////*/



/*FOOTER*/


.footer {

    width: 100%;
    background-color: #222222;
    padding: 40px;

}

.footer-left {

    text-align: center;
    margin: 0 auto;
    display: block;

}

.footer-right {

    text-align: center;
    margin: 0 auto;
    display: block;

}


.footer-social{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}


.footer-social a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-social img{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}


.footer-text{
    display: inline;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}


.footer-text p{
    color: #fff;
}

.footer-text h1{
    color: #fff;
}


.apps-footer{

    text-align: center;
    margin: 0 auto;
    display: block;

}


.title-area {
    display: inline;
    float: left;
    padding: 0 150px;  
    text-align: center;
    width: 100%;
}


.title-area .title {
    border-bottom: 2px solid #ccc;
    color: #777;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.title-area .title::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 60px;
    width: 150px;
}


.title-area p{
    color: #777777;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    padding: 20px 0 30px;
}



/*........*/







}