body {
	padding-top: 122px;
}

header {
	padding: 2rem 3rem;
	display: flex;
	justify-content: space-between;
}

header .btn {
	height: 38px;
}

.logo {
	padding: 5px;
}

.logo img {
	height: 80px;
}

section {
	padding: 4rem 0;
}

.btn-theme {
	background-color: #012d5a;
	border: 1px solid #012d5a;
	color: #fff;
	padding: 0 2rem;
	line-height: 16px;
	height: 60px;
}

.btn-outline-theme {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.25);
	color: #333;
	padding: 0 2rem;
	line-height: 16px;
	height: 60px;
}

.slider {
	position: relative;
	height: 100vh;
	z-index: 1;
}

.slider .btn-outline-theme {
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
}

.slider::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.slider-inner {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.slider-inner h2 {
	font-size: 2.6em;
	font-weight: 700;
	margin: 0 auto;
	max-width: 800px;
}

.slider-inner p {
	font-size: 1.4em;
	margin: auto;
	margin-bottom: 2rem;
	max-width: 990px;
}

.about {
	text-align: center;
}

.heading {
	font-weight: 600;
	font-size: 2.2em;
	margin-bottom: 2rem;
}

.about p {
	font-size: 1.3em;
	margin-bottom: 2rem;
}

.services {
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: -1;
}

.service-inner {
	margin-bottom: 3rem;
}

.service-inner i {
	font-size: 5em;
}

.service-inner h4 {
	margin: 1rem 0;
	font-weight: 700;
}

.service-inner p {
	font-size: 1.2em;
	font-weight: 600;
}

.client-feature {
	margin-bottom: 1rem;
}

.featured-img {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f3f3f3;
}

.featured-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.1);
	max-width: 100%;
	max-height: 100%;
}

.featured-img.vid {
	cursor: pointer;
}

.featured-img.vid i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	font-size: 2em;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 64%);
}

.featured-desc {
	padding-left: 1rem;
	display: inline-block;
	vertical-align: middle;
	min-width: 300px;
	width: calc(100% - 155px);
}

.featured-desc h4 {
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 1.5rem;
}

.client-feature p {
	font-size: 18px;
	margin: 0;
}

.carousel-section {
	text-align: center;
}

.carousel-section p {
	max-width: 800px;
	margin: auto;
	font-size: 22px;
	font-weight: 400;
	padding: 0 60px
}

.carousel-heading {
	font-weight: 400;
	margin-bottom: 2rem;
	color: #666;
}

.client-name {
	margin: 1rem auto !important;
	text-align: center;
	font-size: 16px !important;
}

.carousel-item {
	padding-bottom: 4rem;
}

.carousel-image {
	margin: 1rem auto;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.carousel-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.carousel-indicators li {
	background-color: #eee;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.carousel-indicators li.active {
	background-color: #666;
}

.carousel-control-prev span,
.carousel-control-next span {
	color: #333;
	font-size: 2.2em;
}

.workout {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background-size: 100% auto !important;
}

.workout::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.workout p {
	font-size: 20px;
	margin-bottom: 1.5rem;
}

.workout ul {
	margin-bottom: 3rem;
}

.workout li {
	font-size: 20px;
	list-style: none;
}

.workout li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 5px;
	position: relative;
	background-color: #fff;
	display: inline-block;
	vertical-align: inherit;
	border-radius: 50%;
	top: -3px;
}

.our-plan {
	text-align: center;
}

.plan-item img {
	widows: 60px;
}

.plan-item h2 {
	font-size: 2.6em;
}

.plan-item p {
	font-size: 1.4em;
	color: #666;
}

.tips {
	text-align: center;
}

.tips h5 {
	font-weight: 400;
	font-size: 1.4em;
	color: #666;
	margin-bottom: 1.5rem;
}

.tips p {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 1.5rem;
}

.footer {
	background-color: #1c1c1c;
	padding: 3rem 0;
}

.footer * {
	color: #fff;
	list-style: none;
}

.footer hr {
	background-color: rgba(255,255,255,0.125);
}

.footer p {
	font-weight: 300;
	font-size: 1.2em;
}

.footer a {
	font-weight: 300;
	font-size: 16px;
}

.footer ul {
	padding: 0;
	margin-bottom: 1rem;
}

.footer .btn {
	height: 36px;
	margin: 0 !important;
}

.social-icons {
	margin-bottom: 0.5rem;
}

.social-icons a {
	background-color: #f3f3f3;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
}

.social-icons a i {
	color: #333;
}

.btn {
	margin: 5px;
}

.bg-grey {
	background-color: #e9e9e9;
}

.no-card {
	text-align: center;
	font-size: 18px;
}

.featured-text {
	margin: 2rem 0;
	text-align: center;
}

.featured-text h3 {
	font-size: 1.25rem;
}

.navbar {
	padding: 1rem 2rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;
}

.navbar-brand img {
	max-height: 80px;
}

.nav-link.btn {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 20px !important;
}

.nav-link.btn:hover {
	color: #fff;
}

.navbar-toggler:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.f-img {
	width: 95px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.f-img img {
	height: 28px;
}

.f-img img.ntv {
	height: 44px;
	position: relative;
	top: -7px;
}

.btn-signup {
	border-color: #25ace2 !important;
	background-color: #25ace2 !important;
}