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

body {
	background: #fff;
	font-family: 'Raleway', 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: #ff002a;
}

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

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


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

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

.tp-contact {
	float: left;
}
.top-bar .fa{
	color: #ff002a;
	padding-right: 5px;
}
.tp-contact a {
	color: #fff;
	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: #fff !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: #fff !important;
}

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

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

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

.navbar-right li a:after {
	content: "";
	width: 0;
	height: 5px;
	background-color: #ff002a;
	position: absolute;
	right: 0;
	bottom: 5px;
	transition: all .8s;
}

.navbar-right li a:before {
	content: "";
	width: 0;
	height: 5px;
	background-color: #ff002a;
	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;
	margin-top: -130px;
}

.hero .container .col-md-12 {
	position: relative;
}

.hero-txt h1 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.hero-txt h1 strong{
	font-size: 70px;
	margin-bottom: 20px;
}
.hero-txt {
	position: absolute;
	left: 0;
	top: 220px;
}
.hero-txt p{
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
}
.orange-txt {
	color: #ff002a;
}

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

.whyus {
	background-color: #fff;
	margin: 70px 0;
}

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

.whyus h2 {
	font-size: 35px;
	color: #404040;
	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: #404040;
	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;
}
.whyus .whyus-txt p {
	font-size: 18px;
	color: #404040;
	line-height: 28px;
	font-weight: 300;

}
.whyus .btn{
	margin-top: 25px;
}
.hm-abt{
	width: 100%;
}
.our-plans{
	padding: 70px 0;
	background-image: url(../images/pl-bg.jpg);
	background-size: cover;
	background-position: bottom;
}
.our-plans .header-txt h2, .our-trainers .header-txt h2{
	font-size: 90px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.our-plans .header-txt  p{
	color: #fff;
}
.plan{
	text-align: center;
}
.plan .pl-img{
	position: relative;
	border:5px solid #ff002a;
	overflow: hidden;
	-webkit-clip-path: polygon(16% 0, 100% 0%, 81% 100%, 0% 100%);
	clip-path: polygon(16% 0, 100% 0%, 81% 100%, 0% 100%);
}
.plan .overlay{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 42, 0.6);
	opacity: 0;
	width: 0;
	transition: all .6s;
}
.plan .overlay a{
	position: absolute;
	color: #fff;
	font-size: 18px;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.plan .pl-name{
	font-size: 25px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
	display: inline-block;
}
.plan .pl-img:hover .overlay{
	opacity: 1;
	width: 100%;
}
.our-trainers{
	padding: 70px 0;
}
.our-trainers .header-txt h2{
	color: #3d3d3d;
}
.our-trainers .trainer img{
	
	-webkit-clip-path: polygon(16% 0, 100% 0%, 81% 100%, 0% 100%);
	clip-path: polygon(16% 0, 100% 0%, 81% 100%, 0% 100%);
}.our-trainers .trainer{

}
.tr-info{
	text-align: center;
	padding: 20px 0;
	border:5px solid #ff002a;
	-webkit-clip-path: polygon(0 1%, 87% 0, 99% 100%, 12% 100%);
	clip-path: polygon(0 1%, 87% 0, 99% 100%, 12% 100%);
}
.tr-info .name{
font-size: 25px;
color: #ff002a;
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: #ff002a;
}
.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: 22px;
	color: #fff;
	line-height: 44px;
	font-family: 'Raleway', sans-serif;
	margin: 30px 0 20px 0;
}

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

.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: 0;
}

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

footer {
	background-color: #1a1a1a;
	padding: 72px 0 50px 0;
	background-image: url(../images/ft-bg.jpg);
}

footer .ft-logo {
	display: inline-block;
	margin-bottom: 45px;
}

footer .footer-address {
	font-size: 23px;
	color: #3d3d3d;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

footer .contact {
	display: block;
	color: #3d3d3d;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

footer .ft-social-links {
	display: inline-block;
	margin: 10px auto 0 auto;
}

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

footer .ft-social-links li a {
	height: 36px;
	width: 36px;
	border: 2px solid #3d3d3d;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	font-size: 22px;
	color: #3d3d3d;
	transition: all .3s;
}

footer .ft-social-links li a:hover {
	background-color: #ff002a;
	color: #fff;
}

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

footer .copy {
	font-size: 13px;
	color: #3d3d3d;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.page-header {
	padding: 250px 0 200px 0;
	background-image: url(../images/pg-header-bg.jpg);
	background-size: cover;
	margin-top: -130px;
}

.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;
}

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

.info-block .main-text {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	display: block;
	margin-bottom: 5px;
}

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

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

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

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

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

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

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

.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: #ff002a;
	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;
	}
	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;
	}
	header,
	.top-bar {
		background-color: #070707;
	}
	.hero-txt h1 {
		font-size: 40px;
	}
	.hero-txt {
		text-align: center;
		top: 240px;
		margin: 0 auto;
		left:0;
		right: 0;
	}
	.whyus-txt {
		text-align: center !important;
	}

	.page-header {
		padding: 150px 0 50px 0;
		background-position: 100%;
		margin-top: -130px;
	}
	footer .col-md-4 {
		text-align: center;
		margin-bottom: 40px;
	}
	footer .form-group {
		margin-top: 40px;
	}
	footer .form-group .form-control {
		width: 100%;
	}
	footer .form-group .btn {
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 420px){
	.hero-txt {
		text-align: center;
		top: 210px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}

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