@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400|Teko:300,400,500,600,700');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Teko', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 10px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
}

a:hover {
	color: #17a7f1;
	text-decoration: underline;
}

a.active {
	color: #17a7f1 !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-sm {
	padding: 0px 30px;
}

.btn-md {
	padding: 12px 30px;
}



.btn-primary:hover {
	background-color: #fff;
	color: #2649fb;
}

.btn-default, .btn-primary {
	background: transparent;
	border: 2px solid #2649fb;
	color: #2649fb;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.btn-default:hover {
	color: #fff;
	background-color: #2649fb;
}


/*=================MAIN STYLES================*/

.top-bar {
	
	background: transparent;
	border-bottom: 1px solid #f0ebeb;
	position: relative;
	z-index: 99;
}

.tp-contact {
	float: left;
}
.top-bar .fa{
	color: #2649fb;
	padding-right: 5px;
}
.tp-contact a {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 41px;
}


.tp-sc{
	float: right;
}
.tp-sc li{
	float: left;
	padding: 0 7px;
}
.tp-sc li:last-child{
	padding-right: 0;
}
.tp-sc li a{
	color: #1a1a1a !important;
	line-height: 41px;
}
header {
	background: transparent;
	padding: 15px 0 0 0;
	position: relative;

}

header .navbar {
	background: transparent;
	border: 0;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background-color: #1a1a1a !important;
}

.navbar-toggle:hover {
	background-color: #2649fb !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right li a {
	color: #1a1a1a !important;
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all .4s;
}



.navbar-right li a:before {
	content: "";
	width: 0;
	height: 5px;
	background-color: #2649fb;
	position: absolute;
	left: 0;
	top: 5px;
	transition: all .8s;
}

.navbar-right li a:hover::before,
.navbar-right li a:hover::after {
	width: 100%;
}
.navbar-right li:last-child a {
	padding-right: 0;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	
}


.hero-txt{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.hero-txt h1 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	
}
.hero-txt h1 strong{
	font-size: 70px;
	margin-bottom: 20px;

	color: #2649fb;
	margin: 35px 0;
}

.hero-txt p{
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
}
.orange-txt {
	color: #2649fb;
}

.hero-txt .btn-primary {
	margin-top: 15px;
}

.whyus {
	background-color: #000;
	margin: 50px 0;
	padding: 60px 0;
}

.header-txt {
	margin-bottom: 40px;
}

.whyus h2 {
	font-size: 35px;
	color: #ffff;
	font-weight: 300;
	margin-bottom: 5px;
}

.whyus .whyus-txt {
	text-align: left;
	margin: 40px 0;
}
.whyus-abt .whyus-txt{
	text-align: right;
}

.whyus .whyus-txt h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.whyus .whyus-txt .subheading{
	font-size: 35px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: inline-block;
	color: #fff;
}
.whyus .whyus-txt p {
	font-size: 14px;
	color: rgb(153, 149, 149);
	line-height: 28px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;

}
.whyus .btn{
	margin-top: 25px;
}
.hm-abt{
	width: 100%;
}

.plan-block{
	position: relative;
}
.plan-block img{
	width: 100%;
	transition: all .4s;
}
.plan-block .plan-des{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;

	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: all .7s;

}
.plan-block .desc{
	position: absolute;
	top:50%;
	left:-500px;
	transform:translate(0%, -50%);
	width: 230px;
	height: 90px;
	background: rgba(0, 0, 0, 0.705);
	text-align: center;
	line-height: 90px;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(38,73,251,0.46);
-moz-box-shadow: 0px 0px 13px 1px rgba(38,73,251,0.46);
box-shadow: 0px 0px 13px 1px rgba(38,73,251,0.46);
transition: all 1s;
}
.plan-block:hover .plan-des{
	opacity: 1;
}
.plan-block:hover img{
	filter: grayscale(100%);
}
.plan-block:hover .desc{
	left:50%;
	transform:translate(-50%, -50%);
}
.plan-nam{
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	width: 100%;
}
.plan-block .desc .price{
	color: rgb(116, 116, 116);;
}
.our-trainers{
	padding: 70px 0;
}
.our-trainers .header-txt h2{
	color: #3d3d3d;
	font-size: 40px;
}
.our-trainers .trainer img{
	

}
.our-trainers .trainer{

}
.tr-info{
	text-align: center;
	padding: 20px 0;


}
.tr-info .name{
font-size: 25px;
color: #2649fb;
display: block;
font-weight: 600;

}

.tr-info .pos{
	margin: 9px 0 15px 0;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.tr-sc{
	display: inline-block;
	margin: 0 auto;
}
.tr-sc li{
	float: left;
	padding: 0 9px;
}
.tr-sc a{
	font-size: 22px;
	color: #2649fb;
}
.testimonials {
	padding: 70px 0;
	background-image: url(../images/test-bg.jpg);
	background-size: cover;
	
}

.testimonials .testi-m {
	text-align: center;
	padding: 40px 50px 60px 50px;
	border-radius: 10px;


	margin: 50px 13px 0 13px;
	z-index: 999999;
}

.owl-carousel {
	background-color: transparent;
	overflow: visible;
}

.owl-carousel .owl-stage-outer {
	min-height: 520px;
}

.testi-m .avatar {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.testi-m .avatar img {
	width: 100%;
}

.testi-m p,
.testi-m .user-type {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0 20px 0;
	font-style: italic;
}

.testi-m .name {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	display: block;
	margin: 20px 0 5px 0;
}

.testi-m .user-type {
	color: #767574;
	text-transform: uppercase;
	font-weight: 500;
}

.owl-carousel .owl-dots.disabled {
	display: block !important;
}

.owl-dots {
	text-align: center;
	margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
	height: 10px;
	width: 10px;
	background-color: #868686;
	border: none;
	padding: 0;
	margin: 0 6px;
	border-radius: 50%;
	overflow: hidden;
	
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #2649fb;
}

footer {
	background-color: #fff;

	background-position: bottom center;
	padding: 100px 0 35px 0;
}

.ft-about p{
	color: #1b1b1b;
	font-size: 12px;
	line-height: 19px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}
footer h4 {
	color: #1b1b1b;
	font-size: 18px;

	text-transform: uppercase;
	margin: 0px 0 24px 0;
}
footer ul li{

	padding: 8px 0;
}
footer ul li a{
	color: #1b1b1b;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	transition: all .3s;
}
footer ul li a:hover{
	color: #2649fb !important;
}
footer .ft-news{
	margin-bottom: 15px;
}
footer .ft-news img{
	width: 70px;
	float: left;
	padding-right: 10px;
}

footer p {
	color: #1b1b1b;

	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

footer .contact {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

footer .contact .fa {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

footer .social-links li:first-child {
	padding-left: 0;
}

footer .social-links li a {
	font-size: 16px;
	color: #1b1b1b;
}

footer .map {
	border: 5px solid #fff;
	border-radius: 5px;
}

footer .map iframe {
	width: 100%;
	min-height: 350px;
}

footer ul {
	margin-top: 25px;
}

footer ul li a:hover {
	color: #1b1b1b;
}

footer .ft-divider {
	height: 1px;
	background-color: #1b1b1b;
	width: 100%;
	margin: 50px 0 30px 0;
}

footer .copy {
	font-size: 16px;
	color: #1b1b1b;
	text-align: center;

}


.page-header {
	padding: 50px 0 50px 0;
background: #000;

}

.page-header .page-title {
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.contact-page {
	margin: 70px 0;
}

.contact-page .map {
	margin-bottom: 50px;
}

.contact-page .btn {
	margin-top: 15px;
}

.contact-page iframe {
	width: 100%;
	min-height: 500px;
}

.info-block {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.info-block .fa {
	float: left;
	padding-right: 20px;
	color: #2649fb;
	font-size: 22px;
	width: 100%;
	line-height: 40px;
}

.info-block .main-text {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	display: block;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0;
	
}

.contact-page .form-control {
	min-height: 48px;
	box-shadow: none;
	outline: none !important;
	border-radius: 0;
}

.contact-page .form-control:focus {
	border-color: #2649fb;
}

.contact-page .btn-primary {
	border: 1px solid transparent;
}

.contact-page .btn-primary:hover {
	border: 1px solid #2649fb;
}

.about-page {
	margin: 70px 0;
}

.icons-container {
	margin-bottom: 50px
}

.icons-container .fa {
	font-size: 40px;
	margin-bottom: 30px;
	color: #2649fb;
}

.icons-container .icon-txt {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.icons-container p {
	font-size: 16px;
	color: #989797;
	line-height: 28px;
	margin-top: 15px;
}

.our-team {
	margin-bottom: 70px;
}

.team-member {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.team-member img {
	width: 100%;
}

.team-member .overlay {
	position: absolute;
	top: 0;
	left: -900px;
	width: 0;
	height: 100%;
	background-color: #ff5900bb;
	transition: all .4s;
}

.team-member .overlay .member-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.team-member .m-name {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
}

.team-member .member-type {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	margin-top: 10px;
}

.team-member ul {
	display: inline-block;
	margin: 0 auto;
	margin-top: 15px;
}

.team-member ul li {
	float: left;
}

.team-member ul li a {
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
}

.expertise {
	background: #fff;
	padding: 30px 20px 20px 10px;
	color: #fff;
	color: #2649fb;
	position: absolute;
	top: 35%;
	right: 0px;
	transition: all .4s;
}

.expertise span {
	writing-mode: tb-rl;
}

.team-member:hover .expertise {
	right: -100px;
}

.team-member:hover .overlay {
	left: 0;
	width: 100%;
}


/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

	footer .form-group .form-control {
		width: 83%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	
	footer .form-group .form-control {
		width: 92%;
	}
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
	.navbar-brand{
		margin-bottom: 15px;
	}
.navbar{
	margin: 0;
}
	header{
		padding: 0;
	}
	.navbar-toggle{
		margin-top: 15px;
	}
	.tp-contact a{
		font-size: 12px;
	}
	.our-plans .header-txt h2, .our-trainers .header-txt h2{
		font-size: 60px;
	}
	.text-left{
		text-align: center;
	}

	.hero-txt h1 {
		font-size: 40px;
	}
	
	.whyus-txt {
		text-align: center !important;
	}

	.page-header {
		padding: 150px 0 50px 0;
		background-position: 100%;
		margin-top: -130px;
	}
	footer {
		text-align: center;
	}
	footer  h4{
		margin:35px 0 0 0;
	}
	footer .col-md-3  h4:last-child{
	
	}
	footer .social-links {
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8 {
		width: 100%;
		display: inline-block;
	}
	.plans table td{
display: block;
width: 100%;
margin-bottom: 15px;
	}
}
@media screen and (max-width: 420px){
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}