/*

Theme Name: Fitness
Author: designstub
Author URI: http://www.designstub.com
*/
/*--------------
 * Table of Contents
--------------*/
/*-----------------
1. Reset.css
2. Helper Classes
3. Home page banner
4. Pitch Section
5. Features Section
6. Review
7. Pricing
8. Subscribe form
9. Media Queries
------------------*/
/*----- 1. Reset.css -----*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* --- Common Styles ---*/
h1 {
  font-size: 16px;
}
/*----- Helper Classes -----*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
}
::-moz-selection {
  color: #FFFFFF;
  background: #00aeda;
}
::selection {
  color: #FFFFFF;
  background: #00aeda;
}
.nopadding {
  padding: 0;
}
.custompadding {
  padding-left: 5px;
  padding-right: 5px;
}
.no-margin {
  margin-right: 0;
  margin-left: 0;
}
.underline {
  display: inline;
  border-bottom: 3px solid #111;
  padding-bottom: 0;
}
.after-line {
  height: 3px;
  width: 100px;
  background: #001CFF;
  margin-top: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sup-title {
  display: inline-block;
  font-size: 1em;
  padding: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  background: #000000;
  margin: 0 0 20px 0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 1;
  background-color: #F2F2F2;
  z-index: 9999;
  text-align: center;
}
#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}
.logo {
  margin: 0 auto;
  padding: 0px 0px;
  z-index: 111;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
  color: #FFF;
}
.section-header {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.section-header h1 {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.2;
  color: #2e2e30;
  /*#FFF*/
  margin: 0 0 20px 0;
}
/* ------ Navbar Styling Starts ----- */
.navbar {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 25px;
  letter-spacing: 1px;
  height: 80px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
}
.navbar-default {
  transition: all 0.6s ease;
  border-color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}
.navbar-default .navbar-brand .navbar-toggle .collapsed {
  padding: 4px 6px;
  font-size: 14px;
  color: #111111;
}
.navbar-default .navbar-brand {
  padding-top: 0px;
  color: #111111;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.navbar-default .navbar-brand:hover {
  transition: 1s;
}
.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}
.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
}
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #333333;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #111111;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}
.navbar-default .nav-white > li > a {
  color: #FFFFFF;
}
.navbar-default .nav-white > li > a:hover {
  color: #999999;
}
.navbar-default .navbar-brand.nav-white {
  padding-top: 15px;
  color: #FFFFFF;
  font-size: 21px;
  letter-spacing: 1px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
/*---------- Media Queries ---------*/
@media only screen and (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    height: 60px;
  }
  .navbar-default {
    border: 0px;
    background-color: transparent;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border-color: transparent;
    background-color: #FFFFFF;
  }
  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    color: #222222;
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #222222;
  }
  .navbar-default .navbar-brand {
    color: #FFFFFF;
    padding: 0 20px !important;
  }
  .navbar-default .navbar-brand.nav-white {
    color: #FFFFFF;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
  }
}
@media only screen and (min-width: 240px) {
  .navbar.past-main {
    font-size: 14px;
    padding-top: 5px;
    height: 60px;
    /*background-color: rgba(238, 54, 42, 1);*/
    color: #222 !important;
    background-color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .navbar-default.past-main .navbar-brand {
    color: #111111;
  }
  .navbar-default.past-main .navbar-toggle .icon-bar {
    background-color: #111111;
  }
  .navbar-default.past-main .navbar-nav > li > a {
    color: #222;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .navbar-default.past-main .navbar-nav > li > a:hover {
    color: #111111;
  }
  .navbar-default.past-main .navbar-nav > .active > a {
    background: transparent;
    color: #5924EC;
  }
  .navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #222222;
  }
  .navbar-default.past-main .navbar-nav > .active > a:focus {
    background: transparent;
    color: #222222;
  }
}
.navbar-default .nav-white .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
  background-color: #111111;
}
/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/
#main {
  height: 100%;
}
/* ----- Hero Section Styling Starts ----- */
.hero-section {
  height: 100%;
  background: #FFFFFF;
  padding: 150px 0 0 0;
}
.hero-content {
  padding: 50px 0;
  overflow: hidden;
}
.hero-content h1 {
  font-size: 34px;
  font-weight: 400;
  color: #262626;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
.hero-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #A1A1A1;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
.btn-action {
  font-family: 'Roboto', sans-serif;
  background-color: #00aeda;
  border: 1px solid #00aeda;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 42px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.btn-action.btn-sm {
  font-size: 12px;
  padding: 10px 22px;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
  background: transparent;
  outline: none;
  color: #00aeda;
  border-color: #00aeda;
}
img {
  margin: 0 auto;
}
/* -----------------------------------------------------
--------------- About Section Styling ------------------
--------------------------------------------------------*/
.alpha-about-section {
  background-image: url(../../images/header-bg-min.jpg);
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}
.alpha-about-section > .container-fluid {
  backdrop-filter: blur(2px);
  padding: 150px 0 100px 0;
}
.alpha-about-section .hero-content {
  padding: 50px 0 50px 0;
  overflow: hidden;
}
.alpha-about-section .hero-content h1,
.alpha-about-section .hero-content p {
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}
.alpha-about-section .hero-content h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
.alpha-about-section .hero-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
/*----------------------------------------------------
----------- Stories Section Styling ------------------
-----------------------------------------------------*/
.alpha-stories-section {
  background-color: #EFEFEF;
  padding: 100px 0;
}
.alpha-stories-section .swiper-container .swiper-slide .img-frame {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.alpha-stories-section .swiper-container .swiper-slide .img-frame img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.alpha-stories-section .swiper-container .swiper-slide h3 {
  margin-top: 1em;
  font-weight: bold;
}
.alpha-stories-section .swiper-container .swiper-slide p {
  line-height: 1.5em;
}
.alpha-stories-section .swiper-container .swiper-pagination {
  bottom: 0px !important;
}
.alpha-stories-section .swiper-container .swiper-button-prev,
.alpha-stories-section .swiper-container .swiper-button-next {
  opacity: 0.5;
}
.alpha-stories-section .swiper-container .swiper-button-prev:hover,
.alpha-stories-section .swiper-container .swiper-button-next:hover {
  opacity: 1;
}
.alpha-stories-section .swiper-container .stories-content {
  padding: 0 15px 30px;
}
/*----------------------------------------------------
----------- Timeline Section Styling Starts ----------
-----------------------------------------------------*/
.alpha-timeline-section {
  padding: 100px 0;
}
.alpha-timeline-section .date h3 {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  line-height: 46px;
  height: 42px;
}
.alpha-timeline-section .content {
  position: relative;
  padding-bottom: 30px;
}
.alpha-timeline-section .content p {
  line-height: 42px;
  text-transform: capitalize;
  padding: 0 20px;
  background-color: #EFEFEF;
  width: 90%;
  margin: 0 auto;
  border-radius: 21px;
}
.alpha-timeline-section .container > .row:not(:last-child) .content:after {
  content: '';
  display: block;
  background-color: red;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .alpha-timeline-section .date h3 {
    font-size: 24px;
    text-align: right;
    padding-right: 20px;
  }
  .alpha-timeline-section .content {
    border-left: 1px solid #EE362A;
  }
  .alpha-timeline-section .content p {
    padding: 0 10px;
    width: 70%;
    margin: 0 0 0 20px;
  }
  .alpha-timeline-section .content p:before {
    content: "";
    display: inline-block;
    margin: 0 15px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #EE362A;
    position: absolute;
    left: -6px;
    top: 15px;
  }
  .alpha-timeline-section .content:after {
    display: none !important;
  }
  .alpha-timeline-section .container > .row:nth-child(2) .content:before {
    content: '';
    display: block;
    left: -1px;
    top: 0;
    position: absolute;
    height: 21px;
    width: 2px;
    background-color: white;
  }
  .alpha-timeline-section .container > .row:last-child .content:before {
    content: '';
    display: block;
    left: -1px;
    bottom: 0;
    position: absolute;
    height: 51px;
    width: 2px;
    background-color: white;
  }
}
/*  --------------------------------------------------
------------- TryAlpha Section Styling ----------------
-----------------------------------------------------*/
.tryalpha-section {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  /*background: #2e2e30;*/
  background-image: url(../../images/tryalpha-bg.jpg);
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}
.tryalpha-section .tryalpha-intro {
  padding-bottom: 30px;
}
.tryalpha-section .tryalpha-intro h1 {
  font-size: 37px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.tryalpha-section .tryalpha-intro p {
  font-size: 15px;
  color: #EEE;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 50px;
}
/*  --------------------------------------------------
---------------- Footer Styling ----------------------
-----------------------------------------------------*/
.footer {
  font-family: "Open Sans";
  background-color: #2e2e30;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 50px;
}
.footer .contact {
  text-align: left;
}
.footer .contact i {
  font-size: 42px;
  color: #00aeda;
  text-align: left;
}
.footer .contact h1 {
  font-size: 21px;
  font-weight: 400;
  color: #FFF;
  margin: 10px 0 20px 0;
  text-align: left;
}
.footer .contact p {
  font-size: 14px !important;
  font-weight: 400;
  color: white;
  line-height: 1.3;
  /*margin: 10px 0 20px 0 !important;*/
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
}
.footer .contact a {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  /*color: #00aeda;*/
  color: #FFF;
  text-decoration: none;
  display: inline-block;
}
.footer .contact a:hover {
  text-decoration: underline;
}
.footer img {
  margin-bottom: 20px;
}
.footer .footer-menu ul {
  list-style-type: none;
  margin: 10px 0;
}
.footer .footer-menu ul li {
  display: block;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-right: 15px;
  text-transform: capitalize;
  color: #A1A1A1;
}
.footer .footer-menu ul li a {
  color: #00aeda;
  text-decoration: none;
}
.footer p {
  font-size: 13px;
  font-weight: 400;
  color: white;
  line-height: 1.3;
  margin: 10px 0 30px 0;
}
.footer .footer-text p {
  font-family: "Open Sans";
  font-size: 12px;
  color: #00aeda;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/
.back-to-top {
  background: rgba(0, 174, 218, 0.5);
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 90;
  display: none;
  text-decoration: none;
  color: #0E1729;
}
.back-to-top i {
  position: relative;
  left: 13px;
  top: 8px;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.back-to-top:hover {
  background: rgba(0, 174, 218, 0.9);
  color: #FFFFFF;
}
.back-to-top:hover i {
  top: 6px;
}
.back-to-top:focus {
  color: #FFFFFF;
}
/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/
@media only screen and (min-width: 767px) {
  .logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .hero-section {
    padding: 150px 0 100px 0;
  }
  .form .hero-section {
    padding: 13% 0 5%;
  }
  .form .hero-content {
    padding: 25px 0;
    overflow: hidden;
  }
  .form .hero-content h1 {
    font-size: 54px;
  }
  .hero-content h1 {
    font-size: 48px;
    margin: 0 0 20px 0;
  }
  .hero-content p {
    font-size: 14px;
  }
  .contact h1 {
    font-size: 19px;
  }
  .contact p {
    font-size: 13px !important;
  }
  .contact a {
    font-family: "Open Sans";
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
  .subscribe-form .mail {
    padding: 0 30px 0 20px;
    border-radius: 5px 0 0 5px;
  }
  .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 399px) {
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form .mail {
    text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }
  .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
  }
  .form .sub-form .subscribe-form {
    text-align: left;
  }
  .form .sub-form .subscribe-form .mail {
    text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }
  .form .sub-form .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
  }
  .back-to-top {
    right: 10px;
  }
  .second {
    padding: 0px;
  }
}
/*----------------------------------------------------
----------- Single Story HTML Styling ----------------
-----------------------------------------------------*/
#single-story {
  min-height: 100vh;
  padding: 100px 0;
  padding-top: 130px;
  background-color: #EFEFEF;
  position: relative;
}
#single-story #story-content:before,
#single-story #story-content:after {
  color: #222;
  font-family: serif;
  font-size: 128px;
  position: absolute;
  opacity: 0.2;
  z-index: 0;
}
#single-story #story-content:before {
  content: open-quote;
  top: -64px;
  left: 10px;
}
#single-story #story-content:after {
  content: close-quote;
  bottom: -84px;
  right: 10px;
}
#single-story .section-header {
  padding-bottom: 0px;
}
#single-story h1 {
  font-style: italic;
  margin-bottom: 40px;
}
#single-story .img-frame {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
}
#single-story .img-frame img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#single-story p {
  line-height: 1.8em;
  margin-bottom: 1.2em;
  text-align: justify;
}
/*----------------------------------------------------
----------- About Friends Section --------------------
-----------------------------------------------------*/
#about-friends {
  background-image: url(../../images/about-friends.jpg);
  background-position: center top !important;
}
#about-talk {
  background-image: url(../../images/about-talk.jpg);
}
#about-talk h1,
#about-talk p {
  color: white;
}
#about-discussion {
  background-image: url(../../images/about-discussion.jpg);
}
#about-friends,
#about-talk,
#about-discussion {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#about-friends h1,
#about-talk h1,
#about-discussion h1 {
  padding-top: 80px;
}
#about-friends p,
#about-talk p,
#about-discussion p {
  line-height: 1.5;
}
#about-friends > .container,
#about-talk > .container,
#about-discussion > .container {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
