/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Travel club - Onepage Html Responsive Template
Version:	1.1
Last change:	15/05/2017 [fixed bug]
Primary use:	Travel club - Onepage Html Responsive Template
-------------------------------------------------------------------*/

@import url("default-template-style.css");
@import url("../vendor/font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,600,700,800|Open+Sans:300,400,400i,600,700,800');


/*------------------------------------------------------------------
[Table of contents]

1. Body  /  #page-top
2. Navigation / #mainNav
3. Header / #myCarousel (with slider)
4. Section commen style
5. About section  /  #about
6. Trainer section  /  #trainer
7. Gallery section  /  #gallery
8. Timing section  /  #timing
9. Package section  /  #package
10. Contact section  /  #contactus
11. Footer section  /  #footer
12. Scroll down and up
13. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Dark Black (text): #111111
# Green (headings, links): #0a8dcc
# White (header) : rgba(255,255,255,0.3)
# Light Gary (section background) : #eeeff3

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Open Sans', sans-serif;
Headers:		'Montserrat', sans-serif;
Input, textarea:	'Montserrat', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/

html,
	body {
	  height: 100%;
	  width: 100%;
	}

body {
	color:#666;
  	font-family: 'Open Sans', sans-serif;
}

a {
	color: #0a8dcc;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;

    transition: all 0.35s;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#111;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.green{
	color:#0a8dcc;
}

.bg-dark {
	background-color: #222222;
	color: white;
}

.text-faded {
	color: #fff;
}

section {
	padding: 50px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}
blockquote{
	font-size:14px;
}


/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255, 255, 255, 0.1);
  	font-family: 'Montserrat', sans-serif;
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	transition: all 0.35s;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 70px !important;
}
.navbar-default .navbar-header .navbar-brand {
  	color: #F05F40;
  	font-family: 'Montserrat', sans-serif;
  		font-weight: 700;
  	text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  	color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  	font-size:1.1428571428571428em;
		font-weight: 700;
  	color: #fff;
  	text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  	text-transform: uppercase;
  	font-weight: 400;
  	color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  	color: #0a8dcc;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  	background-color: transparent;
  	color: #ffffff !important;
  	outline: none;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  	background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #ccc;
	padding: 25px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: white;
}
.navbar-default.affix {
   background-color:  #0a8dcc;
	border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
}
}



/*---Header / #myCarousel (with slider)---*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	color: white;
	text-align: center;
}


#videoSB {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#videoSB{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*---Slider---*/


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-caption {
    text-align: center;
    top: 40%;
}
.carousel-caption1 {
    text-align: center;
    top: 60%;
}
.carousel-caption1 h1 {

    border-radius: 05px;
    color:#fff;
width: auto;
display: inline-block;
padding: 5px 20px;
text-shadow:none;
font-size:3.4285714285714284em;
}
.carousel-caption h1 {

		border-radius: 05px;
		color:#fff;
    width: auto;
    display: inline-block;
    padding: 5px 20px;
	text-shadow:none;
	font-size:3.4285714285714284em;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

.next,
.prev,
.active.left,
.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
    z-index: 2;
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {

	background-image: url(../images/homepage2.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media only screen and (max-width: 1280px) {

	/*---Navigation / #mainNav---*/
	.fill {

		background-image: url(../images/homepagemobile.webp);
	}

	}



@media (min-width: 768px) {
header {
	min-height: 100%;

}
}


/*---Section commen style---*/

.section-heading {
	color: #111111;

		letter-spacing: 3px;
	margin-top: 0;
	margin-bottom:0px;
}
.section-title{
	margin-bottom:20px;
	margin-top:0px;
}
.tag-line{
	padding:50px 0px 0px;
}
.bg-img .section-heading {
    color: #fff;
}
#gallery{
	padding-bottom:0;
}

/*---About section---*/

.about{
	background-color:#eeeff3;
}
.about-bg{
	background-color:#eeeff3;
}


/*---Service section---*/

.service{
	background-color:#fafafa;
}
.service .team .name{

	margin-top: 20px;
	text-align: left;
	margin-left: 15px;
}
.service .team hr{
  	width: 100px;
  	border-color: #ebebeb;
  	text-align: left;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-left: 15px;
}

.service .team a{
  	color: #000000;
}
.trainer .team a:hover, .trainer .team a:focus{
  	color: #fff;
	text-decoration:underline;
}
.service .team{
	border:1px solid transparent;
	padding: 0px 0px 10px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}
.service .team { /*tirei :hover*/
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.01, 1.01); /* IE 9 */
	-webkit-transform: scale(1.01, 1.01); /* Safari */
	transform: scale(1.01, 1.01);
}


/*---Gallery section---*/
.popup-gallery{
	padding-bottom:0px;
}
.gallery{
	background-color:#eeeff3;
}
.gallery-box {
	position: relative;
	display: block;
	margin: 0 auto -1px;
	text-align:center;
}
.gallery-box .gallery-box-caption {
	background: rgba(10, 141, 204, 0.8);
	color: white;
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.gallery-box .gallery-box-caption .gallery-box-caption-content {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 80%;
	padding-left: 40px;
	transform: translateY(-50%);
}
.gallery-box .gallery-box-caption .gallery-box-caption-content h3{
	color:#fff;
	margin-bottom: 0px;
}
.gallery-box .gallery-box-caption .project-name p{
	margin-bottom: 0px;
	margin-top: 5px;
	color:#e3e3e3;
}

.gallery-box:hover .gallery-box-caption {
  	opacity: 1;
}
.gallery-box:focus {
  	outline: none;
}
.gallery-box:hover .gallery-box-caption hr{
	border: 2px solid #e3e3e3;
	width: 50px;
	display: inline-block;
	margin: 5px 0px;
}
.gallery-box .gallery-box-caption hr{
	border: 2px solid #fff;
	width: 50px;
	display: inline-block;
	margin: 5px 0px;
}
.gallery-box img.img-responsive{
	display:inline-block;
	width:100%;
}

.gallery .iframe {
		margin-top: 30px;
		border: none;
		height: 300px;
		width: 100%;
}


@media (min-width: 768px) {

}
.call-to-action h2 {
  	margin: 0 auto 20px;
}
.text-primary {
  	color: #F05F40;
}
.no-gutter > [class*='col-'] {
  	padding-right: 0;
  	padding-left: 0;
}
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
  	color: white;
  	background-color: #222222;
}
.btn-primary {
	background-color: #0a8dcc;
	color: white;
	border-color: #0a8dcc;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #0a8dcc;
	color: white;
	border-color: #0a8dcc;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  	background-color: #F05F40;
  		border-color: #F05F40;
}
.btn-primary .badge {
	background-color: white;
	color: #F05F40;
}
.btn {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	border: none;
	border-radius: 300px;
}
.btn-xl {
  	padding: 15px 30px;
}
::-moz-selection {
  	background: #222222;
  	color: white;
  	text-shadow: none;
}
::selection {
  	background: #222222;
  	color: #111;
  	text-shadow: none;
}
img::selection {
  	background: transparent;
  	color: white;
}
img::-moz-selection {
  	background: transparent;
  	color: white;
}


/*---Package section---*/

.package{
	background-color:#fafafa;

}
.package-box{
	padding: 20px;
}
.package-box h1{
	font-weight:100;
	margin-top:0px;
	margin-bottom:50px;
}
.package-box h2{
	font-weight:400;
}
.package-box h3{
	font-weight:100;
	margin-top:5px;
	margin-bottom:50px;
}
.package-box ul{
	border-bottom:1px solid rgba(0,0,0,0.3);
	padding-bottom: 15px;
}
.package-box ul li{
	padding: 5px 0px;
}
.package-box ul li p{
	margin-bottom: 0px;
}
.package-box .custom-btn.contact-us{
	color: #fff;
	background-color: #0a8dcc;
	border:2px solid transparent;
	margin: 25px 0px;
		padding:10px 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 6px 20px;
}
.package-box:hover .custom-btn.contact-us{
	color: #fff;
	background-color: #0a8dcc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 6px 20px;
}

/*---Pack one---*/

.pack-one{
	background-color: rgba(255,255,255,0);
		border: solid 2px #5ba5d8;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-one:hover{
	background-color:#5ba5d8;
		border: solid 2px #5ba5d8;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-one h2{
	color:#5ba5d8;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-one:hover h2{
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*---Pack two---*/

.pack-two{
	background-color: rgba(255,255,255,0);
		border: solid 2px #0a8dcc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-two:hover{
	background-color:#0a8dcc;
		border: solid 2px #0a8dcc;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-two h2{
	color:#0a8dcc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-two:hover h2{
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*---Pack three---*/

.pack-three{
	background-color: rgba(255,255,255,0);
		border: solid 2px #e78881;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-three:hover{
	background-color:#e78881;
		border: solid 2px #e78881;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-three h2{
	color:#e78881;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack-three:hover h2{
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*---Contact section---*/

.contact{
	background-image:url(../images/33.webp);
	background-position: center;
	background-size: cover;
}
.contact-logo{
	margin-bottom:15px;
}
.contact-logo h1{
	margin-top:0px;
}
.social-media{
	padding:10px 0px;
}
.social-media a{
	color:#000;
	padding:0px 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-media a:hover{
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .form-control{
	height: 50px;
	background-color: #fff;
		border: solid 1px #dee6e6;
		border-radius: 0px;
	-webkit-box-shadow: inset 0 5px 5px rgba(230,230,230,.3);
	-moz-box-shadow: inset 0 5px 5px rgba(230,230,230,.3);
	box-shadow: inset 0 5px 5px rgba(230,230,230,.3);

}
.contact-form textarea.form-control{
	height: auto;
}
.contact-form .btn{
    width: 100%;
    height: 50px;
    background-color: #0a8dcc;
	color:#fff;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .btn:hover{
    background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content_background{
		background-color:rgba(0,0,0,0.5);
		padding:20px;
		margin-bottom:10px;
		color:#f7f7f7;
}
.content_background .contact-info .address{
 margin-bottom: 0px;
}


/*---Footer section---*/

footer{
	background-color:#222;
	color:#fff;
}

footer{
	padding:80px 0px 0px;

}
footer .footer-logo{
	margin-bottom:40px;
}
footer p{
	margin-bottom:5px;
}



/*---Scroll down and up---*/

.scroll{
	height:0;
}
.scrolldown-btn{
    background-color: rgba(95,199,174,0);
		border: solid 2px #fff;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
    position: relative;
		bottom: 30px;
		z-index: 10;
		clear: both;
		display: inline-block;
		top: -80px;
		left: 98%;
	margin: -50px auto -50px;
    	padding: 30px 10px;
	text-align: center;
}
.scrollup-btn {

    background-color: rgba(95,199,174,0);
   		border: solid 2px #fff;
		-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
   		border-radius: 25px;
    position: relative;
		left: 90%;
		z-index: 10;
		display: inline-block;
		bottom: 35px;
    margin: -50px auto 0px;
		padding: 30px 10px;
    text-align: center;
}
@-moz-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce-arrow {
  	-moz-animation: bounce 2s infinite;
  	-webkit-animation: bounce 2s infinite;
  	animation: bounce 2s infinite;
}

@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}

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

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

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

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

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

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {

/*---Navigation / #mainNav---*/
.navbar-header {
    max-width: 240px;
    width: auto;
}
}

@media (min-width: 1280px) {}

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

@media only screen and (max-width: 1024px) {

/*---Navigation / #mainNav---*/
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    padding: 0px 7px;
}
}

@media only screen and (max-width: 980px) {

/*---body font responsive---*/
body{
	font-size:100%;
}

blockquote {
    font-size: 12px;
}

/*---Navigation / #mainNav---*/

.navbar-brand.page-scroll {
    width: 80%;
    max-width: 290px;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
   /*-- padding: 15px 10px;--*/
}



/*---Timing section---*/

.class-time-box .trinar-img img {
    width: 70%;
}
.class-time-box .trinar-img {
    top: 10px;
    right: -70px;
}


}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {

/*---body font responsive---*/
body {
	font-size:100%;
    overflow-x: hidden;
}

/*---Section---*/
section {
    padding: 20px 0;
}
.section-title {
    margin-bottom: 20px;
    margin-top: 10px;
}
.section-heading{
	 margin-bottom: 20px;
}

/*---Navigation / #mainNav---*/

.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: 5px;
}
.navbar-collapse{
	overflow:auto !important;
	height: auto !important;
	background:rgba(255,255,255,1);
}
.navbar-default.affix{
    background-color: rgba(0,0,0,0.8);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
}
.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
    background-color: #0a8dcc;;
}
.navbar-brand.page-scroll {
    width: 70%;
	max-width: 220px;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: #ffffff !important;
    background-color: #0a8dcc;
    outline: none;
}

.trainer-pic img{
	width:100%;
}
.carousel-caption {
    top: 50%;
}
.carousel-caption h1 {
    font-size:2.857142857142857em;
}
/*---Trainer section---*/

.trainer .team:hover {
    border: 1px solid #ebebeb;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.trainer .img-responsive, .gallery-box .img-responsive{
    display: inline-block;
}

.service .team {
    margin-bottom:15px;
}
.about-bg .iframe {
	margin-bottom:15px;
}
/*---Gallery section---*/

.gallery-box{
    text-align:center;
}



/*---Timing section---*/

.class-time-box .trinar-img {
    position: relative;
    top: 0;
    right: 0;
}
.class-time-box .trinar-img img {
    width: 100%;
}
.class-time-box .class-time-info {
    width: 100%;
}
.club-timeing {
    margin-top: 20px;
}
.class-time-box {
    margin-top: 20px;
}
.timing .title  {
    margin-top: 10px;
}



/*---Package section---*/

.package-box {
    margin-bottom: 20px;
}

.social-media {
    display:none;
}
/*---Scroll down and up---*/

.scrolldown-btn {
    left: 45%;
    padding: 5px 5px;
	top: -40px;
}
.scrolldown-btn img {
    width:50%;
}
.scrollup-btn {
    padding: 5px 5px;
	left: 85%;
}
.scrollup-btn img {
    width:50%;
}

}

img.img-logo {
	height: 288%;
	width: 68%;

}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

* {box-sizing:border-box}


/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
	display: none;
  }

  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
	left: 291px;
  }


.swiper-container {

	max-width: 1000px;
	position: relative;
	margin: auto;


}

.swiper-slide,.img-box {

	/* max-width: 1000px; */
	position: relative;
	margin: auto;

}

.img-box p {

	position: absolute;

    right:25px;

    bottom: 25px;

    padding: 10px 30px;

    color:#212121;

    background-color:#fff;

    border-radius: 50px;

    font-size: 1.5rem;;

    z-index: 1000;
}

.swiper-button-next,.swiper-button-prev {

    color:#212121;


    padding:50px 30px;

/*backdrop-filter: blur(5px);*/

    transition: 0.3s;

}

.swiper-button-next:hover {

    color:#fff;


}

.swiper-button-prev:hover {

    color:#fff;

}

.swiper-pagination span{

    background: #fff;

}



@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display:inline;
}

.service .team p{
  letter-spacing: 0px;
  padding: 0 15px;
  /*--text-align: center;--*/
}
.service .team.xl {
	min-height: 765px;
}

.service .team a {
    position: absolute;
    min-width: 50%;
    bottom: 25px;
    left: 25%;
}


.flag-menu{
	position:absolute; right:0;
	margin-top: 10px;
}

.package-box.pack-one {
    min-height: 825px
}


@media only screen and (max-width: 767px)
{
.service .team.xl {
    margin-bottom: 15px;
    min-height: 550px !important;
}

.flag-icon {
    width: 2.9em;
    line-height: 3em;
}

}




