/*** xmas 2016 ****/
.join {
	background: #f8f8f8 !important;
}

body {
	/*background: url('../images/xmas/2016/orange.png') !important;*/
}

.footer {
	background-color: #222 !important;
	/*background: url('../images/xmas/2016/grey.png') #222 !important;*/
}

/******************/





/* Light */
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-Light-webfont.ttf) format("truetype");
	font-weight: 200;
	font-style: normal
}

/* Light Italic */
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-LightItalic-webfont.ttf) format("truetype");
	font-weight: 200;
	font-style: italic
}

/* Regular */
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-Regular-webfont.ttf) format("truetype");
	font-weight: 400;
	font-weight: 400;
	font-style: normal
}

html,body {
	font-size: 100%;
	background: #fff
}

body {
	font-size: 100%;
	font-family: 'Open Sans',sans-serif
}

body a {
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease
}

p {
	margin: 0
}

a {
	color: #ff6100;
	text-decoration: none
}

h4 {
	line-height: 1.5!important
}

ul,label {
	margin: 0;
	padding: 0
}

body a:hover {
	text-decoration: none
}

/*--Header-Part-Starts-Here--*/
.header {
	background: #9c9e9f
}

.navbar-header {
	background: #222;
	width: 18%;
	float: left;
	text-align: center;
	padding: .05em 0
}

.navbar-default .navbar-nav > li > a {
	color: #fff!important
}

nav.navbar.navbar-default {
	border: none
}

.navbar {
	margin-bottom: 0
}

.container-fluid {
	padding: 0
}

.navbar-brand {
	float: none;
	line-height: 0;
	margin: 0
}

div#bs-example-navbar-collapse-1 {
	padding: 0
}

ul.nav.navbar-nav {
	width: 82%;
	float: right
}

.navbar-nav li {
/* width: 20%; */
	width: 16.666%;
	/* float: left */
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #ff6100
}

.hvr-sweep-to-top::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #10c7d7;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	transition-property: transform;
	-webkit-transition-property: transform;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out
}

.nav > li > a {
	padding: 52px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
	background-color: #ff6100;
	border-left: 2px ridge rgba(255,97,0,0.298039);
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	color: #fff
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #ff6100
}

/* Bounce To Top */
.hvr-bounce-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fe6f18;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-bounce-to-top:hover,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:active {
	color: #fff
}

.hvr-bounce-to-top:hover:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66)
}

.navbar-brand > img {
	margin: 0 auto
}

/*--header-ends--*/
/*--banner-starts--*/
.banner {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 680px
}

.banner-top h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
	margin: 0;
	font-family: 'Open Sans',sans-serif
}

.banner-top h2 {
	color: #ff6100;
	font-size: 3em;
	font-weight: 400;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	text-shadow: 1px 1px #000
}

.banner-top p {
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	margin: 18px 0 0;
	font-family: 'Open Sans',sans-serif;
	width: 78%
}

.banner-top {
	text-align: left;
	margin-top: 21%
}

.bnr-btn {
	margin-top: 4%;
	padding-bottom: 1%
}

.bnr-btn a {
	border: 2px solid #fff;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 5px 18px;
	font-family: 'Open Sans',sans-serif
}

.bnr-btn a:hover {
	border: 2px solid #fd7e11;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fd7e11;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active {
	color: #fff
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.flex-direction-nav {
	display: none!important
}

/*--banner-end--*/
/*--provide-starts--*/
.provide-left {
	padding: 2em 20px
}

.provide-one {
	background: #00E0F2
}

.provide-two {
	background: #02CDDD
}

.provide-tre {
	background: #05B7C5
}

.provide-four {
	background: #fd7e11
}

.provide-left h5 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 0
}

.provide-left h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	margin: 10px 0 0
}

.provide-left p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
	margin: 9px 0 0;
	font-family: 'Open Sans',sans-serif
}

/*--provide-end--*/
/*--welcome-starts--*/
.welcome {
	padding: 2em 0
}

.welcome-left h3 {
	color: #262626;
	font-size: 2.1em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.welcome-left h4 {
	font-family: 'Open Sans',sans-serif;
	color: #222;
	font-weight: 400;
	font-size: 1.3em;
	margin: 12px 0 0;
	line-height: 1.2em
}

.welcome-left p {
	color: #939393;
	font-size: 14px;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.read-more {
	margin-top: 4%
}

.read-more a {
	border: 2px solid #ff8c46;
	font-size: 15px;
	font-weight: 400;
	color: #ff8c46;
	padding: 5px 18px;
	font-family: 'Open Sans',sans-serif
}

/*--welcome-end--*/
/*--join-starts--*/
.join {
	padding: 4em 0;
	background: rgba(34,34,34,0.03)
}

.glyphicon-user,.glyphicon-user,.glyphicon-map-marker,.glyphicon-calendar {
	font-size: 2.5em;
	color: #ff8c46;
	border: 5px solid #ff8c46;
	padding: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%
}

.join-left {
	text-align: center
}

.join-left h4 {
	color: #262626;
	font-size: 1.27em;
	font-weight: 500;
	margin: 24px 0 0;
	text-transform: uppercase
}

.join-left p {
	color: #b3b1b2;
	font-size: 15px;
	line-height: 1.6em;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif
}

/*--join-end--*/
/*--news-starts--*/
.news {
	padding: 4em 0
}

.news-heading h3 {
	color: #262626;
	font-size: 2.1em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.news-bottom h4 {
	font-family: 'Open Sans',sans-serif;
	color: #222;
	font-weight: 400;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.2em
}

.news-bottom p {
	color: #939393;
	font-size: 13px;
	text-align: justify;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em
}

.news-one-left img {
	width: 100%
}

.news-one-right {
	width: 59%;
	float: right
}

.news-one-left {
	width: 38%;
	float: left
}

.news-one {
	margin-top: 3%;
/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
	padding-top: 3%
}

.news-1 img {
	width: 100%
}

.news-bottom {
	margin-top: 3%
}

.news-btm {
	margin-top: 7%
}

.news-1 {
	position: relative
}

.n-1 {
	position: absolute;
bottom:18px;
	width: 100%;
	padding: 15px;
	background: rgba(255,97,0,0.8);
	text-align: center
}

.n-1 h5 {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	margin: 0
}

.n-1 p {
	color: #fff;
	font-size: 14px;
	margin: 1px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em
}

/*--news-end--*/
/*--trainer-start--*/
.trainer {
	padding: 0
}

.trainer-top h3 {
	color: #262626;
	font-size: 2.25em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	text-align: center
}

.trainer-main {
	margin-top: 3%
}

.trainer-left {
	width: 20%;
	float: left;
	padding: 0 15px;
	text-align: center
}

.trainer-left img {
	width: 100%
}

.trainer-left h4 {
	color: #222;
	font-size: 19px;
	font-weight: 400;
	margin: 15px 0 0
}

.trainer-left p {
	color: #939393;
	font-size: 15px;
	margin: 5px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.3em
}

/*--trainers-end--*/
/*--about-starts--*/
/* Page Banner */
.about-banner {
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 129px
}

.page-banner-top {
	text-align: left;
	margin-top: 10%
}

/* Page Banner */
.about-banner h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
	margin: 0;
	font-family: 'Open Sans',sans-serif
}

.about-banner h2 {
	color: #fd7e11;
	font-size: 3em;
	font-weight: 400;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif
}

.about-banner p {
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	margin: 18px 0 0;
	font-family: 'Open Sans',sans-serif;
	width: 78%
}

.about-grey {
	padding: 1em 0 4em;
	background: rgba(34,34,34,0.02)
}

.about {
	padding: 0
}

.about-bottom {
	margin-top: 4%
}



.about-bottom img {
	width: 100%
}

.about-bottom h4 {
	color: #222;
	font-size: 1.2em;
	margin: 2.1% 0 0;
	line-height: 1.3em;
	font-family: 'Open Sans',sans-serif;
	text-align: justify
}

.about-bottom p {
	color: #939393;
	font-size: 14px;
	margin: 5px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.universal-paragraph{
	margin-top: 2%
}

.universal-paragraph p {
	color: #939393;
	font-size: 14px;
	margin: 5px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.vision {
	padding: 6em 0
}

.vision-top {
	text-align: center
}

.vision-bottom {
	margin-top: 4%
}

.vsn-left img {
	width: 100%
}

.vsn-right h4 {
	color: #222;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.3em;
	font-family: 'Open Sans',sans-serif
}

.vsn-right p {
	color: #939393;
	font-size: 14px;
	margin: 5px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em
}

.vision-right ul {
	padding: 0;
	margin: 0
}

.vision-right ul li {
	list-style: none;
	margin-bottom: 10px
}

.glyphicon-share-alt {
	font-size: 15px;
	color: #ff8c46;
	border: none;
	display: inline-block;
	vertical-align: middle
}

.vision-right ul li a {
	color: #939393;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px
}

/*--about-end--*/
/*--services-start--*/
.services {
	padding: 0 0 2em
}

.services-top {
	text-align: center
}

.services-bottom {
	margin-top: 4%
}

.heading h3,.heading h1,.heading h2 {
	color: #262626;
	font-size: 2.1em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.services-left {
	text-align: center
}

.services-left img {
	width: 100%
}

.services-left h4 {
	color: #fd7e11;
	padding: 10px 0;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
	background: rgba(34,34,34,0.08);
	text-align: left;
	margin: 0
}

.services-left h4 span {
	background: #fd7e11;
	color: #fff;
	padding: 11px 15px;
	margin-right: 16%
}

.services-left p {
	color: #939393;
	font-size: 14px;
	margin: 15px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	padding: 0 15px
}

.services-left-2 {
	text-align: center
}

.services-left-2 img {
	width: 100%
}

.services-left-2 h4 {
	color: #fd7e11;
	padding: 10px 0;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
	background: rgba(34,34,34,0.08);
	text-align: left;
	margin: 0
}

.services-left-2 h4 span {
	background: #fd7e11;
	color: #fff;
	padding: 11px 15px;
	margin-right: 16%
}

.services-left-2 p {
	color: #939393;
	font-size: 14px;
	margin: 15px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	padding: 0 15px
}

.additional {
	padding-bottom: 6em
}

.additional-bottom {
	margin-top: 4%
}

.additional-left ul {
	padding: 0;
	margin: 0
}

.additional-left ul li {
	list-style: none;
	margin-bottom: 10px
}

.additional-left ul li a {
	color: #939393;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px
}

.additional-left ul li a:hover {
	color: #0bc2d1;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease
}

.over {
	padding: 0 0 6em
}

.over-top {
	text-align: center
}

.over-bottom {
	margin-top: 2%;
}

.over-bottom p {
	text-align:justify;
}

.over-1:nth-child(2) {
	margin-top: 3%
}

.o-left img {
	width: 100%
}

.o-left h4 {
	color: #222;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.3em;
	font-family: 'Open Sans',sans-serif
}

.o-left p {
	color: #939393;
	font-size: 14px;
	margin: 12px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em
}

/*--services-end--*/
/*--footer-start--*/
.footer {
	padding: 3em 0 3em 0;
	background: #222
}

.map-marker {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	padding: 0!important;
	margin-right: 12px;
	border: none
}

.footer-left p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
	font-family: 'Open Sans',sans-serif
}

.footer-left p a {
	color: #fff
}

.footer-left p a:hover {
	color: #fd7e11;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease
}

.footer-left ul {
	padding: 0;
	margin-top: 4%
}

.footer-left ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px
}

.footer-left ul li a span {
	background: url(../images/social-icons.png) no-repeat;
	width: 34px;
	height: 34px;
	display: block
}

.footer-left ul li a span.fb {
	background-position: 0 0
}

.footer-left ul li a span.fb:hover {
	background-position: 0 -34px
}

.footer-left ul li a span.twit {
	background-position: -34px 0
}

.footer-left ul li a span.twit:hover {
	background-position: -34px -34px
}

.footer-left ul li a span.rss {
	background-position: -68px 0
}

.footer-left ul li a span.rss:hover {
	background-position: -68px -34px
}

.footer-left ul li a span.ggl {
	background-position: -102px 0
}

.footer-left ul li a span.ggl:hover {
	background-position: -102px -34px
}

.footer-left p span {
	display: block
}

/*--footer-end--*/
/*--contact-start--*/
.map {
	padding: 6em 0
}

.map-bottom {
	margin-top: 2.5%
}

.map-bottom iframe {
	width: 100%;
	height: 350px;
	border: none
}

.contact-top p {
	color: #939393;
	font-size: 14px;
	margin: 1.2% 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em
}

.contact-bottom {
	margin-top: 3%
}

form .contact-left input[type="text"],.contact-left textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #BDBCBC;
	font-size: 14px;
	margin-bottom: 1.5em;
	color: gray;
	outline: none;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif
}

.contact-left textarea {
	resize: none;
	height: 192px
}

form .contact-left input[type="submit"] {
	font-size: 14px;
	display: inline-block;
	background: none;
	padding: 9px 30px;
	border: 2px solid #fd7e11;
	color: #fd7e11;
	text-decoration: none;
	font-weight: 700;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease;
	font-family: 'Open Sans',sans-serif
}

form .contact-left input[type="submit"]:hover {
	background: #fd7e11;
	color: #fff
}

.contact {
	padding-bottom: 6em
}

/*--contact-end--*/
/*--pages-starts--*/
h3.ghj {
	color: #262626;
	font-size: 2em!important;
	margin: 0 0 1em;
	text-transform: uppercase
}

.pages {
	padding: 6em 0
}

.headdings,.Buttons,.progress-bars,.alerts,.bread-crumbs,.pagenatin,.appearance,.distracted {
	padding: 2em 0
}

.progress-bars,.well,.appearance,.bs-example,.Buttons,ol.breadcrumb,.alerts {
	font-family: 'Open Sans',sans-serif
}

h4.b4 {
	margin: 15px 0!important
}

/*--pages-end--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 36px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat
}

/*---- responsive-design -----*/
@media(max-width:1440px) {

}

@media(max-width:1366px) {
.banner {
	min-height: 620px
}

.about {
	padding: 5em 0 0
}

.vision,.services,.map,.pages {
	padding: 5em 0
}

.banner-top {
	margin-top: 17%
}

.provide-left {
	padding: 1.8em 20px
}

.join {
	padding: 5em 0
}

.nav > li > a {
	padding: 46px 0
}

.navbar-brand > img {
	width: 57%
}

.navbar-header {
	padding: 0
}

.contact,.additional,.trainer,.over {
	padding: 0 0 5em
}
}

@media(max-width:1280px) {
.nav > li > a {
	padding: 44px 0
}

.services-bottom {
	margin-top: 3%
}

.over-bottom {
	margin-top: 3%
}

.over-bottom p {
	text-align:justify;
}

.additional-bottom {
	margin-top: 3%
}

.about-bottom {
	margin-top: 3%
}

.vision-bottom {
	margin-top: 3%
}

.navbar-brand > img {
	width: 57.8%
}

.banner-top h1 {
	font-size: 2.25em
}

.banner-top h2 {
	font-size: 2.7em
}

.banner-top p {
	margin: 15px 0 0
}

.bnr-btn {
	margin-top: 3.5%
}

.banner {
	min-height: 585px
}

.provide-left {
	padding: 1.6em 15px
}

.provide-left h3 {
	font-size: 26px
}

.welcome-left h3 {
	font-size: 2em
}

.news-heading h3 {
	font-size: 2em
}

.news {
	padding: 5em 0
}

.trainer-top h3 {
	font-size: 2em
}

.map-bottom {
	margin-top: 2%
}

.map-bottom iframe {
	height: 320px
}
}

@media(max-width:1024px) {
.navbar-brand > img {
	width: 65%
}

.map-bottom iframe {
	height: 281px
}

.contact-top p {
	font-size: 14px;
	margin: 1% 0 0
}

form .contact-left input[type="text"],.contact-left textarea {
	padding: 10px 12px;
	font-size: 14px;
	margin-bottom: 1.2em
}

.contact-left textarea {
	height: 162px
}

form .contact-left input[type="submit"] {
	font-size: 14px
}

.services-left p {
	font-size: 14px;
	margin: 11px 0 0
}

.services-left h4 {
	font-size: 20px
}

.services-left-2 p {
	font-size: 14px;
	margin: 11px 0 0
}

.services-left-2 h4 {
	font-size: 20px
}

.about {
	padding: 4em 0 0
}

.heading h3,.heading h1,.heading h2 {
	font-size: 2em
}

.o-left h4 {
	font-size: 1.1em
}

.o-left p {
	font-size: 14px;
	margin: 7px 0 0
}

.o-left:nth-child(2) {
	padding: 0
}

.additional-left ul li a {
	font-size: 14px
}

.vision-bottom {
	margin-top: 2%
}

.vision,.services,.map,.pages {
	padding: 4em 0
}

.about-bottom h4 {
	font-size: 1.1em;
	margin: 1.5% 0 0
}

.about-bottom p {
	font-size: 14px;
	margin: 2px 0 0
}

.vsn-right h4 {
	font-size: 1.1em
}

.vsn-right p {
	font-size: 14px;
	margin: 3px 0 0
}

.vsn-right {
	padding: 0
}

.vision-right ul li a {
	font-size: 13px;
	margin-left: 5px
}

.vision-right ul li {
	margin-bottom: 8px
}

.about-bottom {
	margin-top: 2%
}

.nav > li > a {
	padding: 38.5px 0;
	font-size: 12px
}

.banner-top h1 {
	font-size: 2em
}

.banner-top h2 {
	font-size: 2.5em
}

.banner-top p {
	margin: 9px 0 0;
	width: 95%
}

.banner {
	min-height: 500px
}

.flex-control-paging li a {
	width: 12px!important;
	height: 12px!important
}

.flex-control-nav {
	top: 116%!important
}

.provide-left h3 {
	font-size: 23px;
	margin: 6px 0 0
}

.provide-left p {
	font-size: 14px;
	margin: 4px 0 0
}

.provide-left {
	padding: 1.2em 15px
}

.bnr-btn a {
	font-size: 14px
}

.welcome-left h3 {
	font-size: 1.9em
}

.welcome-left h4 {
	font-size: 1.2em;
	margin: 9px 0 0
}

.read-more a {
	font-size: 14px;
	padding: 4px 15px
}

.welcome {
	padding: 4em 0
}

.join {
	padding: 4em 0
}

.glyphicon-time,.glyphicon-user,.glyphicon-time,.glyphicon-user,.glyphicon-map-marker,.glyphicon-calendar {
	font-size: 2.3em;
	padding: 25px
}

.join-left h4 {
	font-size: 1.2em
}

.news {
	padding: 4em 0
}

.news-heading h3 {
	font-size: 1.724em
}

.trainer-top h3 {
	font-size: 1.9em
}

.news-bottom h4 {
	font-size: 1.2em
}

.news-bottom {
	margin-top: 2%
}

.news-bottom p {
	margin: 9px 0 0;
	font-size: 14px
}

.join-left p {
	font-size: 14px;
	margin: 6px 0 0
}

.welcome-left p {
	font-size: 14px;
	margin: 9px 0 0
}

.news-one {
	margin-top: 2.5%;
	padding-top: 2.5%
}

.n-1 h5 {
	font-size: 18px
}

.n-1 p {
	font-size: 14px;
	margin: 0
}

.trainer-left h4 {
	font-size: 18px;
	margin: 13px 0 0
}

.trainer-left p {
	font-size: 14px;
	margin: 3px 0 0
}

.contact,.additional,.trainer,.over {
	padding: 0 0 4em
}

.map-marker {
	margin-right: 6px;
	font-size: 25px!important
}

.footer {
	padding: 2.5em 0
}

.footer-left p {
	font-size: 13px
}

.additional-bottom {
	margin-top: 2%
}
}

@media(max-width:768px) {
.nav > li > a {
	padding: 33px 0;
	font-size: 13px
}

.label {
	font-size: 65%
}

.map-bottom iframe {
	height: 250px
}

.services-left {
	width: 33.3%;
	float: left;
	padding: 0 10px
}

.services-left-2 {
	float: left;
	padding: 0 10px
}

.o-left:nth-child(1) {
	width: 35%;
	margin-bottom: 3%
}

.o-left:nth-child(2) {
	width: 65%
}

.over-1:nth-child(2) {
	margin-top: 0
}

.additional-left {
	width: 33.3%;
	float: left;
	padding: 0 5px
}

.glyphicon-share-alt {
	font-size: 13px
}

.additional-left ul li a {
	margin-left: 4px
}

.o-left:nth-child(1),.o-left:nth-child(2) {
	float: left
}

.services-left h4 span {
	margin-right: 6%
}

.services-left h4 {
	font-size: 17px;
	padding: 9px 0
}

.services-left-2 h4 span {
	margin-right: 6%
}

.services-left-2 h4 {
	font-size: 17px;
	padding: 9px 0
}

.heading h3,.heading h1,.heading h2 {
	font-size: 1.7em
}

.about-bottom {
	margin-top: 1.2%
}

.vision,.services,.map,.pages {
	padding: 3em 0
}

.vsn-left {
	width: 34%;
	float: left
}

.vsn-right {
	width: 66%;
	float: right
}

.vision-right {
	margin-top: 3%
}

.vision-bottom {
	margin-top: 2.5%
}

.about {
	padding: 3em 0 0
}

.navbar-brand > img {
	width: 64%
}

.banner-top h1 {
	font-size: 1.6em
}

.banner-top h2 {
	font-size: 2em
}

.bnr-btn {
	margin-top: 4%
}

.banner {
	min-height: 410px
}

.flex-control-nav {
	top: 113%!important
}

.banner-top {
	margin-top: 14%
}

.provide-left {
	padding: 1em 15px;
	width: 25%;
	float: left
}

.provide-left h5 {
	font-size: 12px
}

.provide-left h3 {
	font-size: 20px
}

.provide-left p {
	font-size: 13px;
	margin: 2px 0 0
}

.welcome {
	padding: 3em 0
}

.welcome-left {
	width: 50%;
	float: left
}

.welcome-left h3 {
	font-size: 1.7em
}

.welcome-left h4 {
	font-size: 1.1em;
	margin: 7px 0 0
}

.welcome-left p {
	font-size: 14px;
	margin: 7px 0 0
}

.read-more a {
	font-size: 13px;
	padding: 3px 10px
}

.read-more {
	margin-top: 5%
}

.join-left {
	width: 25%;
	float: left;
	padding: 0 10px
}

.glyphicon-time,.glyphicon-user,.glyphicon-time,.glyphicon-user,.glyphicon-map-marker,.glyphicon-calendar {
	font-size: 2em;
	padding: 20px
}

.join-left h4 {
	font-size: 1.05em;
	margin: 18px 0 0
}

.join {
	padding: 3em 0
}

.news {
	padding: 3em 0
}

.news-heading h3 {
	font-size: 1.65em
}

.news-right {
	margin-top: 3%
}

.news-btm {
	margin-top: 2.5%
}

.trainer-left {
	padding: 0 5px
}

.trainer-main {
	margin-top: 2%
}

.trainer-top h3 {
	font-size: 1.7em
}

.trainer-left h4 {
	font-size: 17px;
	margin: 11px 0 0
}

.contact,.additional,.trainer,.over {
	padding: 0 0 3em
}

.footer-left {
	width: 33.3%;
	float: left
}

.footer {
	padding: 2em 0
}

.footer-left ul li a span {
	width: 30px;
	height: 30px;
	background-size: 400%
}

.footer-left ul li a span.fb:hover {
	background-position: 0 -30px
}

.footer-left ul li a span.twit {
	background-position: -30px 0
}

.footer-left ul li a span.twit:hover {
	background-position: -30px -30px
}

.footer-left ul li a span.rss {
	background-position: -60px 0
}

.footer-left ul li a span.rss:hover {
	background-position: -60px -30px
}

.footer-left ul li a span.ggl {
	background-position: -90px 0
}

.footer-left ul li a span.ggl:hover {
	background-position: -90px -30px
}
}

@media(max-width:736px) {
.navbar-header {
	width: 100%;
	float: none;
	margin: 0!important;
	text-align: left
}

.navbar-brand {
	float: left;
	padding: 12px 0 57px 15px
}

.navbar-toggle {
	margin-top: 21px
}
}

@media(max-width:640px) {
ul.nav.navbar-nav {
	width: 100%;
	float: none;
	margin: 0!important
}

h3.ghj {
	font-size: 1.7em!important;
	margin: 0 0 12px
}

.map-bottom iframe {
	height: 215px
}

.services-bottom {
	margin-top: 2%
}

.services-left h4 {
	font-size: 15px;
	padding: 8px 0
}

.services-left p {
	font-size: 13px;
	margin: 7px 0 0;
	padding: 0
}

.services-left-2 h4 {
	font-size: 15px;
	padding: 8px 0
}

.services-left-2 p {
	font-size: 13px;
	margin: 7px 0 0;
	padding: 0
}

.o-left h4 {
	font-size: 1em
}

.services-left h4 span {
	margin-right: 6%;
	padding: 7px 10px
}

.services-left-2 h4 span {
	margin-right: 6%;
	padding: 7px 10px
}

.about {
	padding: 2.5em 0 0
}

.about-bottom h4 {
	font-size: 1em
}

.about-bottom p {
	font-size: 13px;
	margin: 5px 0 0
}

.heading h3,.heading h1,.heading h2 {
	font-size: 1.45em
}

.vision,.services,.map,.pages {
	padding: 2.5em 0
}

.vsn-right h4 {
	font-size: 1em
}

.vsn-right p {
	font-size: 13px
}

.vsn-left {
	width: 42%
}

.vsn-right {
	width: 58%
}

.navbar-header {
	width: 100%;
	float: none;
	margin: 0!important;
	text-align: left
}

.navbar-brand > img {
	width: 57%;
	margin: 0 0 0 3%
}

button.navbar-toggle.collapsed,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	margin: 3.2% 3% 16px 0!important
}

div#bs-example-navbar-collapse-1 {
	border: none!important;
	margin: 0!important
}

.navbar-nav li {
	width: 100%;
	float: none;
	display: inline-block!important
}

.nav > li > a {
	padding: 15px 0
}

.banner-top h1 {
	font-size: 1.4em
}

.banner-top h2 {
	font-size: 1.75em;
	margin: 8px 0 0
}

.banner-top p {
	margin: 8px 0 0;
	width: 92%;
	font-size: 13px
}

.bnr-btn a {
	font-size: 12px;
	padding: 4px 13px
}

.flex-control-paging li a {
	width: 11px!important;
	height: 11px!important
}

.banner {
	min-height: 330px
}

.banner-top {
	margin-top: 11%
}

.provide-left h3 {
	font-size: 18px
}

.provide-left {
	padding: 12px 10px
}

.provide-left p {
	font-size: 12px;
	margin: 4px 0 0
}

.welcome {
	padding: 2.5em 0
}

.welcome-left h3 {
	font-size: 1.45em
}

.welcome-left h4 {
	font-size: 1.05em;
	margin: 4px 0 0
}

.welcome-left p {
	font-size: 13px;
	margin: 5px 0 0
}

.read-more a {
	font-size: 11px
}

.join-left {
	width: 50%
}

.join {
	padding: 2.5em 0
}

.join-left:nth-child(1),.join-left:nth-child(2) {
	margin-bottom: 2%
}

.news {
	padding: 2.5em 0
}

.news-heading h3 {
	font-size: 1.45em
}

.news-bottom h4 {
	font-size: 1.1em
}

.join-left p {
	font-size: 13px
}

.news-bottom p {
	margin: 6px 0 0;
	font-size: 13px
}

.news-bottom {
	margin-top: 1.2%
}

.trainer-top h3 {
	font-size: 1.45em
}

.contact,.additional,.trainer,.over {
	padding: 0 0 2.5em
}

.trainer-left img {
	width: 50%
}

.trainer-left {
	width: 100%;
	margin-bottom: 4%
}

.trainer-left:nth-child(5) {
	margin-bottom: 0
}

.footer-left {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 4%
}

.footer-left:nth-child(3) {
	margin-bottom: 0
}

.footer-left ul {
	margin-top: 3%
}

.footer-left p {
	text-align: left
}

.navbar-default .navbar-nav > li > a {
	border-bottom: 1px ridge rgba(255,255,255,0.38)
}

.navbar-brand {
	float: left
}

.vision-right ul li a {
	font-size: 13px
}

.o-left p {
	font-size: 13px
}

.additional-left {
	width: 33.3%;
	padding: 0
}

.additional-left ul li a {
	margin-left: 4px;
	font-size: 12px
}

.contact-top p {
	font-size: 13px
}

.headdings,.Buttons,.progress-bars,.alerts,.bread-crumbs,.pagenatin,.appearance,.distracted {
	padding: 1em 0
}

.label {
	font-size: 59%
}

.pagination {
	margin: 15px 0
}
}

@media(max-width:480px) {
.navbar-brand > img {
	width: 20%!important;
	margin: 0 0 0 3%
}

h1.head {
	font-size: 30px
}

h2.head {
	font-size: 28px
}

h3.ghj {
	font-size: 1.5em!important
}

.label {
	font-size: 40%
}

.label {
	font-size: 51%
}

.services-left {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 4%
}

.services-left-2 {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 4%
}

.map-bottom iframe {
	height: 180px
}

.services-left:nth-child(3) {
	margin-bottom: 0
}

.services-left-2:nth-child(3) {
	margin-bottom: 0
}

.over-left {
	padding: 0
}

.additional-left {
	width: 100%;
	padding: 0 15px
}

.services-left h4 span {
/* margin-right: 27%; */
}

.services-left h4 {
	font-size: 16px
}

.services-left-2 h4 span {
/* margin-right: 27%; */
}

.services-left-2 h4 {
	font-size: 16px
}

.trainer-top h3 {
	font-size: 1.3em
}

.trainer-left h4 {
	font-size: 16px
}

.heading h3,.heading h1,.heading h2 {
	font-size: 1.3em
}

.about-bottom h4 {
	font-size: 15px
}

.vision,.services,.map,.pages {
	padding: 2em 0
}

.about {
	padding: 2em 0 0
}

.vsn-left {
	width: 100%
}

.vsn-right {
	width: 100%;
	margin-top: 3%
}

button.navbar-toggle.collapsed,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	margin: 3.5% 3% 13px 0!important
}

.banner-top h1 {
	font-size: 1.2em
}

.banner-top h2 {
	font-size: 1.5em;
	margin: 6px 0 0
}

.bnr-btn a {
	font-size: 11px;
	padding: 3px 10px
}

.flex-control-paging li a {
	width: 9px!important;
	height: 9px!important
}

.banner {
	min-height: 255px
}

.banner-top p {
	margin: 3px 0 0;
	width: 100%;
	font-size: 12px
}

.flex-control-nav {
	top: 111%!important
}

.provide-left {
	width: 50%
}

.provide-left h3 {
	font-size: 17px
}

.welcome-left {
	width: 100%;
	padding: 0
}

.welcome-left h3 {
	font-size: 1.3em
}

.welcome-left h4 {
	font-size: 1em;
	margin: 7px 0 0
}

.welcome-left:nth-child(2) {
	margin-top: 5%
}

.welcome {
	padding: 2em 0
}

.read-more {
	margin-top: 3%
}

.read-more a {
	font-size: 10px
}

.glyphicon-time,.glyphicon-user,.glyphicon-time,.glyphicon-user,.glyphicon-map-marker,.glyphicon-calendar {
	font-size: 1.5em;
	padding: 15px
}

.join-left h4 {
	font-size: 1em;
	margin: 13px 0 0
}

.join-left p {
	margin: 4px 0 0
}

.join {
	padding: 2em 0
}

.news-heading h3 {
	font-size: 1.3em
}

.news-bottom h4 {
	font-size: 1em
}

.news {
	padding: 2em 0
}

.news-one-left {
	width: 100%;
	float: none
}

.news-one-right {
	width: 100%;
	float: none;
	margin-top: 3%
}

.news-right {
	margin-top: 4%
}

.n-1 h5 {
	font-size: 17px
}

#toTop {
	width: 45px;
	height: 32px;
	background-size: 100%
}

.navbar-brand {
	padding: 11px 0
}

.navbar-brand > img {
	width: 55%!important;
	margin: 0 0 0 8%
}

.nav > li > a {
	padding: 11px 0
}

.contact,.additional,.trainer,.over {
	padding: 0 0 2em
}

.vsn-right h4 {
	font-size: 15px
}
}

@media(max-width:320px) {
.navbar-brand > img {
	width: 30%!important;
	margin: 0 0 0 2.5%
}

.navbar-toggle .icon-bar {
	width: 15px!important;
	height: 1px!important
}

.navbar-brand > img {
	width: 45%!important;
	margin: 0 0 0 5%
}

.banner-top h1 {
	font-size: 15px
}

.banner-top h2 {
	font-size: 1.2em;
	margin: 5px 0 0
}

.banner-top p {
	font-size: 11px
}

.bnr-btn a {
	font-size: 10px;
	padding: 2px 10px
}

.flex-control-paging li a {
	width: 8px!important;
	height: 8px!important
}

.flex-control-nav {
	top: 109%!important
}

.banner {
	min-height: 240px
}

.provide-left h5 {
	font-size: 11px
}

.provide-left h3 {
	font-size: 16px;
	margin: 4px 0 0
}

.provide-left {
	padding: 10px 8px
}

.welcome-left h3 {
	font-size: 1.15em
}

.welcome-left h4 {
	font-size: 15px;
	margin: 4px 0 0
}

.welcome-left p {
	font-size: 12px;
	margin: 3px 0 0
}

.welcome-left:nth-child(2) {
	margin-top: 6%
}

button.navbar-toggle.collapsed,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	margin: 4.5% 3% 11px 0!important
}

.welcome {
	padding: 1.5em 0
}

.join-left {
	width: 100%
}

.glyphicon-time,.glyphicon-user,.glyphicon-time,.glyphicon-user,.glyphicon-map-marker,.glyphicon-calendar {
	font-size: 1.3em;
	padding: 12px
}

.join-left h4 {
	font-size: 16px;
	margin: 10px 0 0
}

.join-left:nth-child(1),.join-left:nth-child(2),.join-left:nth-child(3) {
	margin-bottom: 4%
}

.news-left {
	padding: 0
}

.news-right {
	margin-top: 5%;
	padding: 0
}

.news-heading h3 {
	font-size: 1.1em
}

.news-bottom h4 {
	font-size: 15px;
	margin: 7px 0 0
}

.news {
	padding: 1.5em 0
}

.join-left p {
	margin: 2px 0 0;
	font-size: 12px
}

.news-bottom p {
	font-size: 12px
}

.n-1 h5 {
	font-size: 15px
}

.n-1 p {
	font-size: 13px
}

.n-1 {
	padding: 8px 15px
}

.contact,.additional,.trainer,.over {
	padding: 0 0 1.5em
}

.footer {
	padding: 1.5em 0
}

.footer-left p {
	text-align: center;
	font-size: 12px
}

.footer-left {
	margin-bottom: 6%
}

.footer-left ul li a span {
	width: 25px;
	height: 25px
}

.footer-left ul li a span.fb:hover {
	background-position: 0 -25px
}

.footer-left ul li a span.twit {
	background-position: -25px 0
}

.footer-left ul li a span.twit:hover {
	background-position: -25px -25px
}

.footer-left ul li a span.rss {
	background-position: -50px 0
}

.footer-left ul li a span.rss:hover {
	background-position: -50px -25px
}

.footer-left ul li a span.ggl {
	background-position: -75px 0
}

.footer-left ul li a span.ggl:hover {
	background-position: -75px -25px
}

.nav > li > a {
	padding: 8px 0;
	font-size: 11px
}

.trainer-left img {
	width: 70%
}

.trainer-main {
	margin-top: 3%
}

.trainer-left p {
	font-size: 13px;
	margin: 2px 0 0
}

.trainer-left h4 {
	font-size: 16px;
	margin: 8px 0 0
}

.trainer-top h3 {
	font-size: 1.15em
}

.heading h3,.heading h1,.heading h2 {
	font-size: 1.1em
}

.about-bottom h4 {
	font-size: 14px;
	margin: 2.5% 0 0
}

.about {
	padding: 1.5em 0 0
}

.about-bottom p {
	font-size: 12px;
	margin: 4px 0 0
}

.vision,.services,.map,.pages {
	padding: 1.5em 0
}

.vsn-right h4 {
	font-size: 14px
}

.vision-left {
	padding: 0
}

.vsn-right p {
	font-size: 12px
}

.vision-right ul li a {
	font-size: 12px;
	margin-left: 6px
}

.glyphicon-share-alt {
	font-size: 13px
}

.vision-right {
	padding: 0
}

.services-bottom {
	margin-top: 3%
}

.services-left h4 span {
/* margin-right: 15%; */
	padding: 6px 10px
}

.services-left h4 {
	padding: 7px 0
}

.services-left p {
	font-size: 12px;
	margin: 6px 0 0
}

.services-left-2 h4 span {
/* margin-right: 15%; */
	padding: 6px 10px
}

.services-left-2 h4 {
	padding: 7px 0
}

.services-left-2 p {
	font-size: 12px;
	margin: 6px 0 0
}

.o-left {
	width: 100%!important;
	float: none!important
}

.over-left {
	margin-bottom: 5%
}

.o-left {
	padding: 0
}

.map-bottom {
	margin-top: 3%
}

.map-bottom iframe {
	height: 150px
}

.contact-top p {
	font-size: 12px;
	margin: 2% 0 0
}

.contact-left {
	padding: 0
}

.contact-bottom {
	margin-top: 5%
}

form .contact-left input[type="text"],.contact-left textarea {
	padding: 8px 12px;
	font-size: 12px;
	margin-bottom: 10px
}

.contact-left textarea {
	height: 140px
}

form .contact-left input[type="submit"] {
	font-size: 13px;
	padding: 6px 23px
}

.bs-example h1,.bs-example hh2,.bs-example h3,.bs-example h4,.bs-example h5,.bs-example h6 {
	margin: 0 0 5px
}

.label {
	font-size: 41%!important
}

h3.ghj {
	font-size: 1.3em!important
}

h1.head {
	font-size: 25px
}

h2.head {
	font-size: 23px
}

h3.head {
	font-size: 20px
}

h3.head {
	font-size: 18px
}

.table {
	margin-bottom: 0
}

.label {
	font-size: 25%!important
}

h1.b1,h2.b2,h3.b3,h4.b4,h5.b5,h6.b6 {
	margin: 0!important
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 13px;
	font-size: 12px
}

.pagination {
	margin: 9px 0
}
}

/*---- Title ----*/
.page-title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px
}

.page-title h3 {
	position: relative;
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center
}

.page-title h3::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 80px;
	height: 3px;
	margin-left: -40px;
	background-color: #ff6100
}

/*---- Title ----*/
/*---- responsive-design -----*/
@media (min-width:992px) {
.desktop-only {
	display: block!important
}

.mobile-only {
	display: none!important
}
}

@media (max-width: 991px) {
.mobile-only {
	display: block!important
}

.desktop-only {
	display: none!important
}
}

/* Social Icon */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0!important;
	padding: 0
}

ul.social-network li {
	display: inline;
	margin: 0 5px
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998
}

.social-network a.icoTwitter:hover {
	background-color: #3cf
}

.social-network a.icoGoogle:hover {
	background-color: #BD3518
}

.social-network a.icoVimeo:hover {
	background-color: #0590B8
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7
}

.social-network a.icoRss:hover i,.social-network a.icoFacebook:hover i,.social-network a.icoTwitter:hover i,.social-network a.icoGoogle:hover i,.social-network a.icoVimeo:hover i,.social-network a.icoLinkedin:hover i {
	color: #fff
}

a.socialIcon:hover,.socialHoverClass {
	color: #44BCDD
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	border: 2px solid #5d6067
}

.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center
}

.social-circle li a:hover i,.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.social-circle i {
	color: #fff;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s
}

/* Social Icon */
/* Map */
/* Flexible iFrame */
.Flexible-container {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.Flexible-container iframe,.Flexible-container object,.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* Map */
/* Carousel Styles*/
.media,.media-body {
	overflow: hidden;
	zoom: 1
}

#testimonials .media a.pull-left img {
}

#testimonials .media .media-body {
	padding: 15px 20px
}

#testimonials .media .media-body h4 {
	margin: 0;
	font-weight: 700;
	font-size: 22px
}

#testimonials .media .media-body span {
	margin: 5px 0 15px;
	display: block;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	color: #333
}

#testimonials .media .media-body p {
	margin: 0;
	padding: 5px 0 0;
	border-top: 1px dashed rgba(0,0,0,0.2);
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
	color: #939393
}

/* Carousel Styles*/
#important-date-table {
	background: rgba(0,0,0,0.05);
	margin: auto;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: helvetica,arial,sans-serif;
	display: inline-block;
	border-radius: 5px
}

.date-title {
	background: #05B7C5;
	padding: 10px 20px;
	margin-left: -10px;
	margin-top: -15px;
	position: relative;
	width: 70%;
	-moz-box-shadow: 1px 1px 3px #00747d;
	-webkit-box-shadow: 1px 1px 3px #00747d;
	box-shadow: 1px 1px 3px #00747d;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 20px
}

.arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid #005056;
	top: 102%;
	left: 0;
	position: absolute
}

.grey-text {
	color: #939393;
	font-size: 15px;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.bullet-table tr td a {
	color: #9d9c9c;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px
}

@media(max-width:1000px) {
.navbar-header {
	width: 100%;
	float: none;
	margin: 0!important
}

.navbar-brand {
	float: left;
	padding: 12px 0 57px 15px
}

.navbar-toggle {
	margin-top: 21px
}

ul.nav.navbar-nav {
	width: 100%;
	float: right
}
}

@media(max-width:1200px) {
.navbar-header {
	width: 100%;
	float: none;
	margin: 0!important
}

.navbar-brand {
	float: left;
	padding: 12px 0 57px 15px
}

.navbar-toggle {
	margin-top: 21px
}

ul.nav.navbar-nav {
	width: 100%;
	float: right
}
}

/* Table */
.panel-table {
	display: table;
	font-size: 13px
}

.panel-table > .panel-heading {
	display: table-header-group;
	background: transparent
}

.panel-table > .panel-body {
	display: table-row-group
}

.panel-table > .panel-body:before,.panel-table > .panel-body:after {
	content: none
}

.panel-table > .panel-footer {
	display: table-footer-group;
	background: transparent
}

.panel-table > div > .tr {
	display: table-row
}

.panel-table > div:last-child > .tr:last-child > .td {
	border-bottom: none
}

.panel-table .td {
	display: table-cell;
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none
}

.panel-table .td:last-child {
	border-right: none
}

.panel-table > .panel-heading > .tr > .td,.panel-table > .panel-footer > .tr > .td {
	background-color: #f5f5f5
}

.panel-table > .panel-heading > .tr > .td:first-child {
	border-radius: 4px 0 0 0;
	width: 13px
}

.panel-table > .panel-heading > .tr > .td:last-child {
	border-radius: 0 4px 0 0
}

.panel-table > .panel-footer > .tr > .td:first-child {
	border-radius: 0 0 0 4px
}

.panel-table > .panel-footer > .tr > .td:last-child {
	border-radius: 0 0 4px 0
}

/* Desktop Only */
@media (min-width:992px) {
.desktop-only {
	display: block!important
}

.mobile-only {
	display: none!important
}
}

@media (max-width: 991px) {
.mobile-only {
	display: block!important
}

.desktop-only {
	display: none!important
}
}

/* Desktop Only */
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0
}

table tr {
	padding: 5px
}

table th,table td {
	padding: 10px;

}

table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px
}

@media screen and (max-width: 600px) {
	  .about-banner h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
}
table {
	border: 0
}

table thead {
	display: none
}

table tr {
	margin-bottom: 10px;
	display: block
}

table td {
	font-size: 15px
}

table td:last-child {
	border-bottom: 0
}

table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: 700
}
}

.icon-list li:before {
	content: '\f046';
/* fa-star */
	font-family: 'FontAwesome';
	float: left;
	padding-right: 15px;
	color: #ff8c46;
	list-style: none
}

.icon-listing li:before {
	content: '\f00c';
/* fa-star */
	font-family: 'FontAwesome';
	float: left;
	padding-right: 30px;
	color: #ff8c46;
	list-style: none
}

.icon-listing li {
	color: #939393;
	font-size: 15px;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.icon-list li {
	color: #939393;
	font-size: 14px;
	margin: 13px 0 0;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.6em;
	text-align: justify
}

.bullet-clear ul li {
	list-style: none;
	margin-bottom: 10px
}

.disc-intro{
border-top:3px dotted #5c6165;
padding:10px 0px 10px 0px;
border-bottom:3px dotted #5c6165;
font-size:20px;
}

.bs-example{
    	margin: 20px;
    }

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     

  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    color: #262626;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}  

.navbar-nav li ul li {

    width: 100%;

}


.dropdown-menu{
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #e8e8e8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    line-height: 2.5;
    color:#545454;
}

.dropdown-menu > li > a:hover {
    background-color:rgba(255,97,0,0.4);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: rgba(255,97,0,0.6);
}
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    /*background-color: #ccc;*/
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.select-listing{
    width: 100%;
    padding: 12px;
    border: 1px solid #BDBCBC;
    font-size: 14px;
    margin-bottom: 1.5em;
    color: gray;
    outline: none;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}
/* Upcoming Course */


.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
   
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

/* Upcoming Course */
.glyphicon-time,.glyphicon-time {
	/* font-size: 2.5em; */
	color: #ff8c46;
	/* border: 5px solid #ff8c46; */
	/* padding: 30px; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

.blog-post{
	text-align:justify;
}

.blog-cat li{
	display: block;
	margin-left:20px;
	line-height:30px;
	font-size:13px;
}

.blog-cat li:before{
	/*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;	
}

.blog-cat tr td{
	display: block;
	margin-left:20px;
	line-height:30px;
	font-size:13px;
}

.blog-cat tr td:before{
	/*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;	
}
.ellipsis { text-overflow: ellipsis; }

.overflow {

	
	text-align:justify;
    height: 65px;       /* 3x line height */
    width: 100%;
    overflow: hidden;
    position: relative; /* so we're a positioning parent for the dot hiders */
    background: white;
}

.about-body p {
	margin: 0;
	padding: 5px 0 0;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
	color: #939393
}