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

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

html, body{
    overflow-x:hidden;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

p {  font-family:  'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2d2d2d;
	font-weight: 400;
}

span{
	font-size: 14px;
	line-height: 33.4px;
	color: #2d2d2d;
	font-weight: 400;

}
h1 { font-family:  'Poppins', sans-serif;
font-weight: 800;
font-size: 30px;

}


h2 {font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	color: #282828;
	letter-spacing: 1px;
  }

h3 {
	font-size: 24px;
	font-weight: 700;
	font-family:  'Poppins', sans-serif;
	color: #282828;
	line-height: 40px;
}
h4 {font-family:  'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
h5 {font-family:  'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #282828;
}
.btn {
	background-color: black;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	/* border: 1px solid #fff; */
	text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 25px;
	margin-top: 20px;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 25px 40px;
}


.btn img{
	padding-left: 10px;
}

.home-btn {
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #fff;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 25px;
	margin-top: 20px;
}
.home-btn:hover, .home-btn:focus {
	background-color: #000;
	color: #fff;
}
.home-btn-large {
	padding: 25px 40px;
}


.home-btn img{
	padding-left: 10px;
}


.about-btn{
	/* background-color: #000; */
	color: #f10a0a;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 25px;
	float:right;
}

.about-btn:hover, .btn:focus {
	background-color: #141414;
	color: #fff;
}

.about-btn img{
	padding-left: 10px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #1a182d;
}
a:hover, a:focus {

	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
	overflow-x: hidden;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	/*list-style: none;*/
}

.header-content ul li{
list-style: none;
}
.no-padding {
	background: #f6f6f6;
	padding: 0;
}

.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	line-height: 65px;
	opacity: 0.98;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
}
#header.fixed {
	background-color: #fff;
	box-shadow:0 0px 44px rgba(106, 0, 125, 0.17);
}
#header.fixed a {
	color: #4e4e4e;
	/* border-bottom: 2px solid #fff;
	padding: 0 3px; */
}
#header.fixed .header-content {
	border-bottom: 0;
	}
#header.fixed .nav-toggle {
	top: 12px;
	color: #4e4e4e;
}
.navigation.open {
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;

}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}

.navigation a {
	color: #f2f2f2;
	font-size: 12px;
	font-weight: 600;
	padding: 0 15px;
	color: #fff;

}

.navigation li>a:hover {
	color: #f10a0a!important;
	/* padding: 5px 15px; */

	  }


.navigation a:hover, .navigation a.active {
	color: #fff;
	/* background: #4a90e2; */
	}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 12px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #ffd214;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 30px;
}
.nav-toggle:after {
	background-color: #ffd214;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	width: 100%
	height:100vh;
	overflow: hidden;
	display: flex;

}

.banner video{
	position: absolute;
	top: 0;
	left:0;
	object-fit: cover;
	width: 100%;
	height: auto;
	pointer-events: none;
}
/*.banner .banner-inner{

	padding-top: 100px;
	padding-bottom: 150px;
	margin-top: 50px;
}*/
.banner .content{

	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;

}

.banner .content h1{
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.banner .content p{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 20px;

}

.banner .banner-inner h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;


}

.good-design{
	padding-top: 10px;
}

.good-design p{
 color: #fff;
}

.good-design-setup{
	padding-left: 90px;


}

.my-quotes{
	/* background-image: url(../images/quote-bg-ab.jpg);
	background-repeat: no-repeat; */
	text-align: center;

	position: relative;


}

.my-quotes h2{
	font-size: 48px;
	line-height: 68px;
}

.my-signature{
	padding-bottom: 15px;
	padding-right: 85px;
	float:right;
}

.my-signature p{
	margin-top: -15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


.project-bg{
	background-image:linear-gradient(to bottom, rgb(6 6 6 / 51%), rgb(0 0 0 / 94%)), url(../img/footer.Jpeg);
	padding-top: 150px;
	padding-bottom: 100px;
}

.project-bg h2{
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;

}

.home-timing {
    /*margin-top: 26px;*/
    background-image: url(../images/hours-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-left: 40px;
    padding-bottom: 53px;
    height: 318px;
    border-radius: 5px;
}

.about-timing-hr {
    margin-top: 26px;
    background-image: url(../images/about-hours-bg.JPG);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 40px;
    padding-bottom: 53px;
    height: 280px;
    border-radius: 5px;
}

/*.box-hover-effect:hover{*/
/*			-webkit-transform: scale(1.1);*/
/*  			transform: scale(1.1);*/
/*  			transition: 0.5s;}*/

.home-timing p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.expert-trainners{
	background-image: url(../img/expert.JPG);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	height: 318px;
	border-radius: 5px;
}

.expert-trainners h3{
	color: #fff;
	padding-top: 230px;
	padding-left: 40px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.collage{
	margin-top: 27px;
}

.view-more-project{
	color: #fff;
	padding-top: 25px;
}
.view-more-project img{
	padding-left: 10px;
}

.letsstart{
	color: #fff;

}
.letsstart img{
	padding-left: 10px;
}

.letsstart h4{
	color: #fff;
}



.banner-tools {
	background-image: url(../images/banner-tools.html);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 888;

}


.banner-tools h3 {
	padding-left: 100px;
	margin-top: 250px;
	font-size: 24px;
	color: #fff;
}

.banner-tools .container {


}

.tools-container{
	position: relative;
}

.camera-man{
	padding-top: 50px;
	padding-left: 100px;
}


.tools ul{
	list-style: none;

}


.tools {
	margin-top: -57px;
}


.tools ul li{
	float: left;
	margin-left: 40px;
}

.tools-container{
		border-bottom: 2px solid #e2e2e2;
	background-color: #f2f2f2;
	padding: 20px 10px;
}

.tools-container h3{
	text-align: center;
}

.news-bg{
	padding-top: 100px;
}

.ads img{
	padding-right: 10px;
}

.ads p{
	text-align: center;
}

.ads ul li{ float: left; }


.all-tools{
	padding-top: 11px;
}




.branding-bg{
	background-image: url(../images/branding.html);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}


.web-design{
	background-image: url(../images/web-design.html);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}


.social-medias{
	background-image: url(../images/social-medias.html);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}

.stationary{
	background-image: url(../images/stationary.html);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}

.step-heading{
	padding-bottom: 25px;
}
.step-heading p{
	text-align: center;
	color: #fff;
	margin-top: -10px;

}

.step-heading h2{
	text-align: center;
	color: #fff;
	margin-top: -10px;
    letter-spacing: 2px;

}

.step{
	background: #0e0d0d;
	padding-top: 100px;
	padding-bottom: 100px;
}



.what-do{}

/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #fff;
}

.intro .welcome{
	padding-bottom: 100px;
}
.grigio h2 {
	text-align: center;
	margin-top: 0;
}

.grigio h1 {
	text-align: center;

}

.intro h3 {
	color: #181e3d;
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
}

.grigio p {
	font-size: 15px;
	color: #4e4e4e;
	font-weight: 400;
}

.grigio{
	background: #f2f2f2;
}

.grigio .presentazione p{
	text-align: center;
}


.content-welcome{
	text-align: center;
	padding: 100px 0px 100px 0px;

}

.ads h4{
	padding-top: 15px;
}

.ads{
		padding-bottom: 50px;
	padding-top: 25px;
}


.ads .col-md-6{

padding-left: 50px;
padding-right: 50px;
}


.ads ul {
	padding-left: 40px;
}

.view-bth{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	background: #4a90e2;
	padding: 10px 25px;
	background: #91185d;
	background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
	background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
	background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
	background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
	background: linear-gradient(to right, #91185d 0%, #e86908 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.view-bth:hover{
	color: #491577;
	background: #f2f2f2;
	padding: 10px 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border: 2px solid #491577;
  }

.news-slider{
	height: 340px;

}

.carousel-inner {
	border-radius: 2%;
}

.carousel-control{
	border-radius: 5%;
}




.buttons {
	margin: 35px auto;

  bottom: 10px;
}



.thumbnail {
	padding: 0px;
	display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
   transition: border .2s ease-in-out;}






.media {
	background: #fff;
	border-bottom: solid 1px #c7c9c8;
	margin-bottom: 30px;
}

.media a {
	overflow: hidden;
}

.media-img {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.media-img .img-overlay {
	background: #323C46;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	text-align: center;
	z-index: 4;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	opacity: 0;
	visibility: hidden;
}

.lt-ie9 .media-img .img-overlay {
	filter: alpha(opacity=70);
}

.media .img-overlay a {
	display: none;
	position: relative;
	margin-top: -24px;
}

.media:hover .img-overlay a,
.media .img-overlay:hover a {
	display: inline-block;
}

.media .img-overlay h3 {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	margin-top: -40px;
}

.media:hover .img-overlay,
.media .media-img:hover .img-overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.media p {
	font-size: 14px;
	line-height: 19px;
}

.media a:hover {
	text-decoration: none;
}



.media div.pull-left {
	overflow: hidden;
	margin-right: -15px;
	margin-left: 14px;
}

.media div.media-img img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 2000ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 2000ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 2000ms;
	width: 100%;
	height: auto;
}

.media:hover div.media-img img {
	-webkit-transform: scale(1.15, 1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1500ms;
	-moz-transform: scale(1.15, 1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1500ms;
	transform: scale(1.15, 1.15);
	transition-timing-function: ease-out;
	transition-duration: 1500ms;
	position: relative;
	z-index: 3;
}

.media .media-testo {
	margin-top: 20px;
	margin-right: 20px;
}

hr {
	border-top: solid 1px #b7bbbd;
}



.btn:hover {
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #323C46;
	background: #fff;
	border-color: #fff;
}




.grigio .media-img img {
	width: 120px;
}

.grigio .media-body p {
	margin-bottom: 0;
}

.grigio {
	padding: 70px 0px;
}


.grigio .media-img img {
	width: 100%;
}

.grigio .media-body p {
	margin-bottom: 0;
}

.grigio .media-body h4 {
	font-size: 15px;
}




.grigio {
	padding-bottom: 60px;
}

.grigio .media-body {
	width: 50%;
	padding: 20px 0px 10px 46px;
	margin-right: 0;
}


.about-wrap{
	background: #f2f2f2;
	padding: 40px 50px 10px;
}
.about-box{

	padding: 30px 60px;
}


.details-tag .pull-left{
	margin-right: 20px;
	margin-left: 0px;
 }
.about-body{
	padding: 33px 0px;
}
.section-cta .about-wrap h3{
	font-size: 20px;
	font-weight: 600;
}


.about-wrap .video-wrap{
	padding: 30px;
	background: #fff;
}


/* ------------------------------------------------------------------------------
	ART
-------------------------------------------------------------------------------*/




/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/

.service-section h3 {
	color: #181e3d;
	margin-top: 0;
	font-weight: 600;
	font-size: 18px;
}


.Art-section .container{
	padding-left: 100px;
}



.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
	box-shadow: 0 1px 10px #c3c3c3;
  left: -12px;
   background: #fff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 150px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 150px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{

}


/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.digital ul li{
	float: left;
}




.digi-content{
	padding-left: 50px;
}

.digi-content p{
	text-align: justify;
	padding-bottom: 60px;
}

.digital .col-md-4{
	padding-top: 25px;
}

.digital .view-bth{
	margin-top: 20px;
	font-weight: 600;
	padding: 10px 35px;
}

.print-design{
	padding-top: 50px;
}

.print-design ul li{
	 float: left;
}

.print-content p{
	padding-top: 25px;
   text-align: justify;
   padding-right: 40px;
   padding-bottom: 35px;
}

.print-content .view-bth{
	font-weight: 600;
	padding: 10px 35px;
}

.print{
	padding-top: 100px;
}


/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.our-work {
	padding: 100px 0px;
}
.works h1 {
	color: #181e3d;
	margin-top: 0;
	font-weight: 900;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(0, 174, 218, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------------------
	 Fashion
-------------------------------------------------------------------------------*/

.features{
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
	color: #2d2d2d;
}

.features p{
	padding-top: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #2d2d2d;
}

.members{
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
	color: #2d2d2d;
}
.members h2{
      padding-bottom: 30px;
}
.members p{
	font-weight: 400;
	font-size: 14px;
	color: #2d2d2d;
}
.o2features{
  padding-bottom: 50px;
}


.features .col-md-3{
	padding-left: 30px;
	padding-right: 30px;
}

.o2features h4 {
    font-size: 25px;
    padding-top: 20px;
}


.project-start{
	padding-top:100px;
}

.project-start .i-start{
	padding-left: 100px;
	margin-top: 40px;
	padding-right: 50px;

}


.project-start .view-bth{
		font-weight: 600;
		padding: 10px 35px;

}

.project-start h1{
	background: -moz-linear-gradient(left, #3b4379 0%, #82106e 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #3b4379), color-stop(100%, #82106e));
	background: -webkit-linear-gradient(left, #3b4379 0%, #82106e 100%);
	background: -o-linear-gradient(left, #3b4379 0%, #82106e 100%);
	background: -ms-linear-gradient(left, #3b4379 0%, #82106e 100%);
	background: linear-gradient(to right, #3b4379 0%, #82106e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4379', endColorstr='#82106e', GradientType=1 );

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

   .project-img img{margin-top: -32px;
	height: auto;

}

.project-cnt{
	background:#fff;
	height: 375px;
}
.project-img{
	background:#f6f6f6;
	height: 375px;
}



.form-control{
	 height: 40px;
	 line-height: 40px;
	 border-radius: 0px;
}


.contact-us{
	padding-right: 0px;
	padding-left: 0px;
	box-shadow: 0 0px 44px rgba(106, 0, 125, 0.17);
}



/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/

.attention {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
		Follow form
-------------------------------------------------------------------------------*/
.follow-form{
width: 100%;
background: url('../images/footer-bg-1.html');
background-size: cover;
/*background-attachment: fixed;*/
background-clip: padding-box;
background-position: 0 0;
height: auto;
padding-top:50px;
padding-bottom:50px;}

.follow-form h1 {
	color: #fff;
	margin-top: 0;
	font-weight: 700;
	text-align: left;
	padding-top: 30px;
}


.follow-form h2{
	text-align: left;
	color: #fff;
}
.follow-form  ul li{
	list-style: none;

}

.follow-form  li{
	display: inline-block;
	float: none;
}

.follow-form p{
	color: #9b9b9b;

}
.follow-form a{
	color: red;
}
.client-name{
	/*float: right;*/
	text-align: center;
	margin: 0px auto;
}

.work-header{
width: 100%;
height: 400px;
background: #000;
padding-top:50px;
padding-bottom:50px;
text-align: center;
color: #fff;}

.work-header h1 {

	margin-top: 0;
	font-weight: 700;
	text-align: center;
	padding-top: 150px;
}






}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {padding-top: 100px;
	padding-bottom: 100px;
	color: #f6f6f6;
}
.footer-top {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;

}

.footer h4, h5 {
	color: #ccc;
}

.footer span a{
	color: #333;
}

.footer p {
	color: #aaa;
}
.footer a {
	color: #ff6b08;
}
.footer a:hover {
	color: #fff;
}

.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}


/* ------------------------------------------------------------------------------
	 Professional
-------------------------------------------------------------------------------*/
#p-works{
	padding-top: 100px;
	background-color: #f6f6f6;
}
.projects-thumbnail{
	margin-top: 25px;
	box-shadow: 0 0px 44px rgba(106, 0, 125, 0.17);
	border-radius: 10px;
	height: 400px;
	background-color: #fff;
	padding: 70px 50px 0px 50px;
}

.projects-thumbnail h5{
	padding-bottom: 10px;
	padding-top: 10px;
}

.projects-thumbnail span{
	padding-top: 50px;
	padding-bottom: 50px;
}


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


.about-banner{
	background-image: url(../images/about-banner.JPG);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 888;
	padding-top: 96px;
	padding-bottom: 50px;

}
.contact-about-banner{
  background-image:
   linear-gradient(to bottom, rgb(62 62 62 / 60%), rgb(0 0 0 / 90%)), url(../images/about-banner-2.JPG);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 888;
	padding-top: 150px;
	padding-bottom: 80px;

}


.gallery-about-banner{
  background-image:
   linear-gradient(to bottom, rgb(62 62 62 / 60%), rgb(0 0 0 / 90%)), url(../images/about-banner-2.JPG);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 888;
	padding-top: 150px;
	padding-bottom: 126px;

}

.about-timing{
	background-image: url(../images/about-timing-bg.JPG);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.about-heading h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	padding-top: 49px;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.about-heading p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

.contact-about-heading h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	padding-top: 50px;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 15px;
}

.contact-about-heading p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
	letter-spacing: 2px;
}

.about-timing{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.about-timing p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.about-paragraph{
	background-image: url(../images/quote-bg-ab.JPG);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-paragraph h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
}

.about-paragraph {
	text-align: left;
}

.welcome-content{
	padding-left: 50px;
}

.why-o2-heading{
	padding-bottom: 25px;
}
.why-o2-heading p{
	text-align: center;
	}

.why-o2-heading h2{
	text-align: center;
	color: #000;
}

.why-o2{
	background: #f6f6f6;
	padding-top: 100px;
	padding-bottom: 100px;
}

.why-o2 h5{
	color: #000;

}

.body-building {
	height: 400px;
	background-image: url(../images/body-building.JPG);
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;}

.why-special h3{
	/*position: absolute;*/
 /*   bottom: 5%;*/
 /*   left: 40%;*/
    color: #fff;
    text-align: center;
}

.cardio{
	height: 400px;
	background-image: url(../images/cardio.JPG);
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;
}

.crossfit{
	height: 400px;
	background-image: url(../images/crossfit.JPG);
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;
}

.mov-on{
    padding-top:50px;
    padding-bottom:50px;
}

.start-moving{
	background: linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	padding-top: 25px;
	padding-bottom: 43px;
}
.start-moving h1{
	margin-left:160px;
}
.start-moving button{
	margin-top: 22px;
	margin-left: -50px;
}
.start-moving{
	border-radius: 5px;
	color: #fff;
}

/* ------------------------------------------------------------------------------
	 pricing
-------------------------------------------------------------------------------*/
.pricing-heading{
	padding-bottom: 35px;
}
.pricing-heading h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	padding-top: 50px;
	letter-spacing: 2px;
	text-align: center;

}

.pricing-heading h3{
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size:16px;
	font-weight:600;
}

.three-days{
	margin-bottom: -53px;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 25px;
	background-image: url(../images/3-days-trial.JPG);
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;
	border-radius: 5px;
}

.three-days h1{
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

.three-days h4{
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 500;
	font-size: 16px;
}

.trial-pricing-btn{
	background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 25px;
    margin-bottom: 10px;

}

.trial-pricing-btn:hover, .btn:focus {
	background-color: #141414;
	color: #fff;
}

.trial-pricing-btn img{
	padding-left: 10px;
}




.gym-membership-heading{
	text-align: center;
	padding-top: 75px;
	padding-bottom: 50px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
}


.pricing-banner{
	background-image: url(../images/about-banner.JPG);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 888;
	padding-top: 123px;

}

.trial-start{
	padding-top: 60px;
}

.gym-membership-quarterly{
	/*background-image: url(../images/quarterly.JPG);*/
	background-repeat: no-repeat;
	background-size: 100%;
	height: 360px;
	/*padding: 25px 40px;*/
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
}

.gym-membership-quarterly img{
    border-radius: 5px;
    cursor: pointer;
}

/*.gym-membership h3, li{
color: #000;
}*/

.gym-membership h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 100px;
}

.gym-membership-quarterly h3, li{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px;
}

.gym-membership-quarterly h2{
	color: #ffd401;
}

.gym-membership-half-yearly h2{
	color: #ffd401;
}

.gym-membership-yearly h2{
	color: #ffd401;
}


.gym-membership-half-yearly{
	/*background-image: url(../images/half-yearly.JPG);*/
	background-repeat: no-repeat;
	background-size: 100%;
	height: 360px;
	cursor: pointer;

}

.gym-membership-half-yearly img{
    border-radius: 5px;
}

.gym-membership-yearly{
	/*background-image: url(../images/yearly.JPG);*/
	background-repeat: no-repeat;
	background-size: 100%;
	height: 360px;

}

.gym-membership-yearly img{
    border-radius: 5px;
    cursor: pointer;
}
.junior-memb{
	/*background-color: #ebe2b4;*/
	height: 200px;
	margin-bottom: 20px;
	/*border-radius: 5px;*/
}

.junior-memb img{
    border-radius: 5px;
    cursor: pointer;

}

/*.junior-memb h2{*/
/*	margin-top: 0px;*/
/*	color: #ff0042;*/
/*}*/

/*.junior-memb h5, h3{*/
/*	color: #000;*/
/*}*/
/*.junior-memb ul li{*/
	/*padding: 15px;*/
/*}*/



.junior-memb-new{
    display: none;
}

.pt-memb{
    height: 200px;

}

.pt-memb img{
    border-radius: 5px;
    cursor: pointer;
}

.pt-memb-new{
    display: none;
}

.pt-memb h2{
	margin-top: 0px;
	color: #ff0042;
}

/*.pt-memb h5, h3{*/
/*	color: #000;*/
/*}*/
/*.pt-memb ul li{*/
	/*padding: 15px;*/
/*}*/

/*.persnol-memb h5, h3{*/
/*	color: #000;*/
/*	font-size:23px;*/
/*}*/
.opening-hours-h1{
	color:  #f10a0a;
	font-size:20px;
	letter-spacing: 1.6px;
	margin-bottom: 0;

}
.border-bottom-opening-hours{
	border:2px solid  #f10a0a;
	max-width: 80px;
	margin-top:10px;
}
.opening-hours-text{
	color: #fff;
	font-size:18px;
	letter-spacing: 1.4px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 500;
}

.gym-heading-hm{
    color: #fcd200;
}

.opening-hours-text-one{
	margin-top: 50px;
}
.opening-hours-text-two{
	margin-top: 20px;
}
.persnol-memb h2{
	margin-top: 0px;
	color: #ff0042;
}


.persnol-memb ul li{
	margin-top: 0px;
	color: #000;
}



.junior-pricing-btn{
	background-color: #ff0042;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 25px;
	margin-bottom: 10px;

}

.junior-pricing-btn:hover, .btn:focus {
	background-color: #e3003b;
	color: #fff;
}

.junior-pricing-btn img{
	padding-left: 10px;
}

.persnol-memb{
	background-color: #cddbff;
	height: 200px;
}

.persnol-memb{
	color: #000;
	border-radius: 5px;
}
.transformation{
	background-image: url(../images/transformation.JPG);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 420px;
	cursor: pointer;
}

.junior-price li{
	display: inline-block;
}

/* ------------------------------------------------------------------------------
	 Responsive
-------------------------------------------------------------------------------*/

/*@media (max-width: 667px){*/


/*}*/





@media (max-width: 768px){

h1{ font-size: 32px;

}

h2{ font-size: 32px;

}

.header-content {
    padding-top: 0px;
}

.hbs{
    height: 100%;
}
.hbs-row{
    height:100%;
}
.hbs-col{
    height:50%;
    z-index:9999;
}

.good-design p {
	text-align: center;
 }

.good-design-setup img{
   width: 60%;
}
.good-design{
	padding: 20px;
}

.junior-memb-new{
    height:auto !important;
}

.gallery-about-banner{
    padding-bottom: 0px;
}



.pt-memb-new{
    height: auto !important;
    margin-top: 25px;
}


.home-timing{
    height:auto;
}
.banner .banner-inner h1 {
	text-align: center;
	font-size: 28px;
}

.camera-man img{
	width: 70%;
}
.good-design-setup {
	padding-left: 0;
	text-align: center;
}

.gym-membership-quarterly {
    height:420px;
    margin-top:30px;
}

.camera-man {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.video-play-sec {
    padding-top: 0px !important;

}


.news-bg {
	padding-top: 0px;
}


.tools-container h3 {
	padding-bottom: 25px;
}

.tools {
	margin-top: 0px;
}

.tools ul li {
	margin-top: 25px;
	text-align: center;
	float: none;
	 margin-left: 0px;
}

.tools-container {
	padding: 100px 10px;
}

.digital ul li {
	text-align: center;
	float: none;
}

.digital ul li img {
	padding-top: 50px;

}


.digi-content p {
	text-align: center;
}

.digital .col-md-4 {
	text-align: center;
	padding-top: 25px;
}


.digi-content {
	padding: 0px 15px;
}

.header-content{
	padding: 0px;
}

.print-design ul li {
	text-align: center;
	float: none;
}

.print-content p {
	padding: 35px 15px;
	text-align: center;
}

.print-content{
	padding-bottom: 100px;
	text-align: center;
}

.print-design {
	padding-top: 0px;
}

.features {
	padding-top: 100px;
}

.project-start .i-start {
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.project-start h1{
	padding-top: 25px;}

.project-cnt {
	padding-top: 15px;
	padding-bottom: 25px;
	height: auto;
	background: #f2f2f2;

}

.expert-trainners{
    height:auto;
}


.junior-memb {
    display: none;}


.pt-memb {
    height: 450px;
    display: none;
    }

.junior-memb-new{
    display: block;
    height: 420px;

    }
.junior-memb-new img{
    border-radius: 5px;

    }
.pt-memb-new{
    display: block;
    height: 420px;

    }

.pt-memb-new{
   border-radius: 5px;

    }

.pt-memb-new img{
    border-radius: 5px;
}


.features p {
	padding-top: 0px;
	}

	.project-img {
	background: #f2f2f2;
	height: auto;
	text-align: center;
}

   .project-img  img{
	margin-top: 0px;
	width: 70%;

}

	.project-start {
	padding-top: 50px;
}

.attention p{
	padding-top: 25px;
}
.nav-toggle{
	display: block;
}

.three-days{
	background-size: cover;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}

.three-days h4{
	text-align: center;
	font-weight: 500;
}

.three-days h1{
	text-align: center;
}

.trial-start {
    padding-top: 25px;
}

.junior-memb{
	height: 477px;
	padding-top: 25px;
	padding-left: 15px;
	cursor: pointer;
}

.pt-memb img{
	border-radius: 5px ! important;
	cursor: pointer;
}


.pt-memb{
	height: 477px;
	padding-top: 25px;
	padding-left: 15px;
}


.follow-form {
	padding-left: 20px;
}

.logo{
	padding-left: 20px;
}
.navigation a{
	color: #000;
}
.logo-fixed-img-mobile-menu{
	display: block !important;
	padding-left: 10px;
	padding-top: 10px;
}
.navigation .primary-nav{
	top:32%;
}
.start-moving{
	text-align: center;

}
.start-moving-btn{
	background-color: #fff;
	color: #000;
	float: none;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 25px;
}
.mx-auto{
	margin-left: 0;
}
.youtube-width{
	width: 100%;
	border-radius: 5px;
}
.mobile-view{
	display: block !important;
}
.desktop-view{
	display: none !important;
}
.primary-nav .myactive{
	border-bottom:0 !important;

}
#changethewords span{
	font-size: 24px !important;
}
.main-header-h2{
    letter-spacing: 2px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 32px !important;
}

    #buyModal .modal-dialog{
        max-width:100% !important;
        margin :0 !important;
    }
    .home-first-col{
        margin-top:26% !important;
        margin-left:2% !important;
	}
	.img-inline-set{
		display: inline-block
	}
	.add-inline-set{
		display: inline-block;
		margin-top: -20px;
		padding-left: 40px !important;
	}
	.home-banner-sec{
	    height:123vh;
	}
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}





@media (max-width: 1024px){

h2{
	font-size: 32px;
}
.navigation li {
    display: block;
    margin-bottom: 20px;
   }
.good-design-setup {
	padding-left: 0px;
}

.camera-man {
	 padding-left: 0px;
}


.tools ul li {
   margin-left: 0px;
}

.digital .col-md-4 {
	padding-top: 15px;
}

.digi-content {
	padding-left: 25px;
}

.print-design {
	padding-top: 0px;
}

.print-content p{
	padding-right: 0px;
}

.features {
	padding-top: 100px;
	padding-bottom: 50px;
}
.digi-content p {
	text-align: justify;
	padding-bottom: 0px;
}


.project-start .i-start {
	padding-left: 20px;
	margin-top: 40px;
	padding-right: 20px;
}

.projects-thumbnail{
	text-align: center;
	height: auto;
	padding-bottom: 50px;
}


.projects-thumbnail .col-md-7{
	padding-top: 75px;
}


}


.test-card p{
	line-height: 20px;
}

.card{
	background: #fff;
	padding:40px;
}

.testimonials-cont{
	padding: 100px 0px;
	background: #f6f6f6;
}

.comment-center{
	text-align: center;
}


.test-heading{
	text-align: center;
	margin-top: 0px;
	padding-bottom: 25px;
}

.contact-banner{
	padding-left: 30px;
	padding-top: 17px;
	background: url('../images/address-bg.jpg');
	height: 574px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.error{
	color:red;
}

.enquiry-banner{
/*padding-left: 30px;
padding-top: 45px;
background: url('../images/query-bg.JPG');
height: 655px;
background-size: cover;*/

    padding-left: 0px; */
    /* padding-top: 45px; */
    /*background: url(../images/query-bg.JPG);*/
    /*background-size: cover;*/
    height: auto;
    padding-right: 0px;
}

.enquiry-banner img{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.contact-info p{
	/*padding: 20px;*/
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600
}
.contact-form .form-control{
	width: 97%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.contact-banner .row{
	padding-bottom:20px;
}
.contact-form{
	padding: 30px 0px;
	padding-top: 50px;
}
.contact-container{
	background: #fff;
	margin-top: -70px;
	padding-right: 0px;
	margin-bottom: 50px;
	box-shadow: 0 0px 44px rgba(106, 0, 125, 0.17);
	border-radius: 5px;
}
.member-form-container{
	background: #fff;
	margin-top: 30px;
	padding-right: 0px;
	margin-bottom: 50px;
	box-shadow: 0 0px 44px rgba(106, 0, 125, 0.17);
	border-radius: 5px;
}

.submit-btn{
	text-align: center;
}
.model-form{
	padding: 15px 0px;
}
.model-form .form-control{
	border-radius: 5px;
	width: 80%;
	margin-bottom: 15px;
}
.line-height-24{
	line-height: 24px;
}


/*caurosal*/
.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
	text-decoration:none;
}
a > .ico {
	background-color: grey;
	padding: 10px;

}
a:hover > .ico {
	background-color: #666;
}

/*.nav-toggle{
	display: block;
}*/










/*
.container-slick {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  background: #419be0;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}*/


.test-card p{
line-height: 25px;
}
.testimonials-cont{
padding: 100px 0px;
background: #efefef;
}


.test-heading{
text-align: center;
margin-top: 0px;
padding-bottom: 25px;
}
.card{
background: #fff;
padding:40px;
}
.client-name{
/*float: right;*/
}



.prev-arrow, .next-arrow{
	background-color: #ffff;
	position: absolute;
	border-radius: 50%;
	z-index: 2;
	font-size: 26px;
	padding: 10px;
	height: 34px;
	width: 34px;
	top: 35%;
}

.prev-arrow{
	position: absolute;
	top: 35%;
	left: 0%;
}
.next-arrow{
	position: absolute;
	top: 35%;
	right: 0%;
}
.see-for-cont{
    background-color: #fff;
    padding: 15px;
    box-shadow: 5px 10px 18px #88888814;
    margin-bottom: 20px;
    /*height: 300px;*/

}

/*.next-arrow {
	right: 0;
}*/


@media (max-width: 420px){

.navigation a, .navigation .dropdown .dropbtn{
	display: block;
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.prev-arrow, .next-arrow{
	background-color: #ffff;
	position: absolute;
	border-radius: 50%;
	z-index: 2;
	font-size: 26px;
	padding: 10px;
	height: 34px;
	width: 34px;
	top: 30%;
}

.prev-arrow{
	position: absolute;
	top: 28%;
	left: 0%;
}
.next-arrow{
	position: absolute;
	top: 28%;
	right: 0%;
}

.banner .content h1 {
	text-align: center;
	font-size: 24px;
}
.banner .content p{
	text-align: center;

}
.banner .content{
	text-align: center;
	padding: 140px 15px 110px;
}
.my-quotes h2{
	font-size: 40px;
	line-height: 60px;
	text-align: center;
}
.project-bg{
	padding: 0px 15px;
}
.twoday-pack{
	padding:0px;
}
.features {
	padding-top: 50px;
	padding-bottom: 20px;
}
.o2features{
	padding-bottom: 30px;
}
.testimonials-cont{
	padding: 100px 0px;
}

.comment-center{
	text-align: center;
}


.comment-client{
	text-align: center;
}

.nav-toggle{
	display: block;
}


.home-timing{
    margin-bottom:20px;
}

.logo img{
    max-width: 100px;
}

.about-heading{
    margin-bottom:70px;
}
.about-banner{
    padding: 100px 0px 0px;
}
.welcome-content{
    padding-left: inherit;
    padding-top:100px;
}
.welcome-content p{
    text-align: justify;
}
.about-paragraph h1{
    text-align:center;
}

/*.why-o2 .col-md-3{*/
/*    text-align: center;*/
/*    background-color: #fff;*/
/*    padding: 15px;*/
/*    box-shadow: 5px 10px 18px #88888814;*/
/*    margin-bottom: 20px;*/

/*}*/

.why-o2{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.see-for-cont{
    text-align:center;
    box-shadow: 5px 10px 18px #88888814;
}
.body-building{
    height: 280px;
}
.cardio{
    height: 280px;
}
.why-special h3{
    /*position: absolute;*/
    /*bottom: 10%;*/
    /*left: 25%;*/
}
.contact-container{
    padding-right: 15px;
}
.contact-banner .col-md-2{
    text-align: center;
}
.contact-banner .col-md-10{
    text-align: center;
}
.contact-banner h2{
    text-align: center;
}

.pricing-banner{
 padding: 75px 0px 0px;
}
.pricing-heading{
    padding-bottom:75px;
}
.junior-price li{
    margin-bottom: 20px;
}
.junior-memb img{
    position: absolute;
    top: 18px;
    right: 10px;
}

.junior-price{
    padding-bottom: 0px !important;
}
.crossfit{
    height: auto !important;
}
.img-thumbnail{
    height: auto !important;
}
.display-sm-none{
	display: none;
}











}

.inline-content{
	display: block;
	display: inline;
}
.gym-membership-quarterly li {
	padding: 3px 0px;
}
.inline-content ul li{
	display: inline-block;
}
.inline-content h5{
	padding-right: 20px;
}
.inline-content h2{
	margin-top: 0px;
	font-size: 35px;
}
.personal-training{
	margin-bottom: 20px;
}
.mem-points{
	padding: 0px 15px;
	/*color: #000;*/
}
.mem-points li{
	color: #000;
}
.start-btn{
	float: right;
	padding-top: 10px;
}

.gym-membership{
    padding-top:120px;
}




#buyModal .modal-dialog {
      width: 800px !important;
      margin: 50px;
  }
  #buyModal .container{
	  max-width: 800px;
  }
  #buyModal .modal-body{
	  padding: 0;
  }
  #buyModal {
	  text-align: -webkit-center;
	  background: rgba(0, 0, 0, 0.53);
	  padding-top: 75px;
  }
/* .modal-body {
  position:relative;
  padding:0px;
} */
#buyModal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

@media (max-width: 729px){

.navigation li{display:block;}

.banner video{
	width: 100%;
	height:100vh;
}
.project-bg{
    background:#efefef;
}

}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
  top: 100px;
  left: 100px;
  list-style: none;
}

.slick-dots {
	display: flex;
	justify-content: center;

	margin: 0;
	padding: 1rem 0;

	list-style-type: none;

		li {
			margin: 0 0.25rem;
		}

		button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;

			border: none;
			border-radius: 100%;
			background-color: blue;
			text-indent: -9999px;
		}

		li.slick-active button {
			background-color: red;
		}

}

.slick-dots li button {
   font-size: 0;
}





.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    /*opacity: .25;*/
    color: #fff;
}

.single-item .slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    /*opacity: .25;*/
    color: #000;
}




.client-img{
	margin: 0px auto;
	width: 84px !important;
}


.fa-angle-left{
	position: absolute;
	top: 4px;
	}

.fa-angle-right{
	position: absolute;
	top: 4px;

}
  #image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  max-height: 400px;
}
.img-thumbnail{
    padding: 0px;
    width: 100%;
    /*height: 250px !important;*/
}
.thumbnail-mod{
    border: none;
}
.gallery-model-img{
    padding :0px;
}
.gallery-model-header{
    min-height: 0px;
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.junior-price{
    padding-bottom: 20px;
}
.client-name h5{
    color: #000;
}
.gallery-btn-right{
    border: none;
    position: absolute;
    top: 225px;
    right: 0%;
    /*background: transparent;*/
    opacity:0.7;
    display: block;
}
.gallery-btn-right .fa{
    font-size: 18px;
}
.gallery-btn-left{
    position: absolute;
    top: 225px;
    left: 0px;
    display: inline-block;
    border: none;
    opacity: 0.7;
}
.gallery-btn-left .fa{
    font-size: 18px;
}
.gallery-mdl-footer{
    padding: 0px;
}
.why-special-text{
    padding-top : 50%;
}
.tbgcolor{
	background-color:transparent;
	transition: background-color 1.5s ease;

}
.wbgcolor{
	 background-color: #FFFFFF;
	/* transition: background-color 1.5s ease;  */
	transition: box-shadow 0.3s ease-in-out 0s;

}
.close-nav{
	border-radius:30px;
}
.primary-nav li{
	margin-bottom: 0;
}
.navigation a{
	text-align: left;

}
.navigation a  .active{
	border-bottom: 1px solid #fff;
}
.logo-fixed-img-mobile-menu{
	display: none;
}
.lightbox .lb-image{
	border:none;
}
.main-gallery-sec-mrg{
	margin-top:15px;
	margin-bottom: 15px;

}
.main-gallery-sec{
  padding: 70px 0;
}
.gal-img-mrg {
  height: 241px;
	max-width: 100%;
}
.main-header-h2{
	color: #fff;
}

#changethewords span{
    text-transform: uppercase;
    background: linear-gradient(to right, #f10a0a 0%, #efac19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:30px;
	line-height: 50px;
	font-weight: 800;
	padding-top: 10px;
}
.home-first-col{
	/* padding: 50px; */
	margin-top:50%;
	float: left;
	/* margin-right: 220px; */
	margin-left:25%;
}

.home-banner-sec{
	background-image: url("../img/01.JPG");
  /* filter: brightness(40%);  */
  /* background-image: linear-gradient(to right, #000000 , #2e2e2e); */
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 100vh;
}
.slider-col{
	bottom: 0;
	position: absolute;
	right: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* homeslider */
#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left:0;
	height:100%;
	width: 100%;
	background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
.mx-auto{
	max-width: 100%;
	margin-top: 200px;
	margin-left:100px;
}
.main-header-h2{
	font-size: 50px;
	letter-spacing: 2px;
}
/* .carousel-inner img {
width: 100%;
height: 100%;
} */
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

/* #myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;} */
#myCarousel .carousel-item  img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item  img{-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* #myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; } background:url(https://i.imgur.com/6axE29k.JPG) center center no-repeat; background-size:cover;  */
#myCarousel{position:relative; z-index:1; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



@-webkit-keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.video-play-home{
	margin-top: 30px;
}
.video-play-sec{
	background-image: url("../images/absract-bg.JPG");
	background-repeat: no-repeat;
	padding-top: 44px;
	padding-bottom: 60px;
	background-position: top right;
}
.join-today{
	height: 660px;


}

.join-today img{
    border-radius: 5px;
    cursor: pointer;
}
/* .video-play-bg-img h2{
	margin-top:20%;
} */
.buy-now-home-a{
	text-decoration: none;

}


.join-today button{
	bottom:60px;
	margin-left: 100px;
	position: absolute;
}
/*.get-trail{*/
	/*background-image: url('../images/trial-banner.JPG');*/
/*	background-repeat: no-repeat;*/
/*	background-size: 100%;*/
/*	height: 345px;*/
/*	border-radius: 5px;*/
/*}*/

.get-trail img{
    border-radius:5px;
    cursor: pointer;
}
.my-footer-bg{
  background-image:
   linear-gradient(to bottom, rgb(62 62 62 / 60%), rgb(0 0 0 / 90%)), url(../images/footer-bg.JPG);
   background-position: center top;
 background-repeat: no-repeat;
 -moz-background-size: cover;
 -o-background-size: cover;
 -webkit-background-size: cover;
 background-size: cover;
 z-index: 888;
 padding:40px;
 padding-bottom: 0;
}
.footer-h1{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1.2px;

}
.footer-border{
	border:2px solid #f10a0a;
	max-width: 120px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.footer-ul li{
	list-style: none;
	padding: 8px 0;
	max-width: 460px;
}
.footer-ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1.2px;
	padding-left: 25px;
}
.footer-icons{
	float: right;
}
.dashed-border-footer{
	border:1px dashed #fff;
	max-width: 430px;
	margin-bottom: 20px;
}
.footer-follow{
	color: #fff;
	font-size:18px;
	letter-spacing: 1.2px;
	padding-top: 25px;
	font-weight:600;

}
.rights-footer{
	color: #a1a1a1;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1.2px;

}
.about-two-sec{
	background-image: url("../images/absract-bg.JPG");
	background-repeat: no-repeat;

	background-position: right;
	padding-top: 70px;
    padding-bottom: 70px;
}
.see-your-border{
	border:2px solid #f10a0a;
	width: 40px;
	margin-top:8px;
}
.see-your-p{
	line-height: 28px;
	letter-spacing: 1.4px;
	font-weight: 500;
}
.so-what-sec{
	padding: 60px 0;
}
.yellow-sec-btn{
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 22px;
	border:none;
	border-radius: 30px;
}
.primary-nav .myactive{
	border-bottom: 2px solid #f10a0a;
	padding: 0 15px;
}
.video-play-bg-img h2{
	text-transform: uppercase;
	font-size: 36px;
    line-height: 49px;

}

.try-today-btn {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
  }
  .try-today-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-image: linear-gradient(to right, #f10a0a 0%, #efac19 100%); */
	background: #fff;
	-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: 300ms ease-out;
	transition: 300ms ease-out;
  }
  .try-today-btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
  }
  .try-today-btn{
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	background-image:  linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	border-radius: 30px;
	color:#fff;
	border:none;

	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 40px;
	bottom: 80px;
	margin-left: 30px;

  }
  .try-today-btn:hover{
	color:#000;
  }

  .try-today-btn:before {

	position: absolute;

	-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: 300ms ease-out;
	transition: 300ms ease-out;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.try-today-btn:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	border-radius: 30px;

	color:#000;
}
.header-content{
	padding-top: 15px;
}

.buy-now-home-btn {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	background-image:  linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	border-radius: 30px;
	color:#fff;
	border:none;
	font-weight: 600;
	font-size:14px;
	text-align: center;
	padding: 8px 40px;
  }
  .buy-now-home-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-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: 300ms ease-out;
	transition: 300ms ease-out;
  }
  .buy-now-home-btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	border-radius: 30px;
  }
.buy-now-home-btn:hover{
	color:#000;
}
.member-ship-plan-btn{
	border:none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 8px;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	padding: 10px 60px;
	background: linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	transition: box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);
	box-shadow: 0 2px 10px 0 #f10a0a;
}
.member-ship-plan-btn:hover{
	box-shadow: 0 3px 12px 0 #efac19;
}
.pricing-btn{
	background-image:  linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	border-radius: 30px;
	color:#fff;
	border:none;
	font-weight: 600;
	font-size:14px;
	text-align: center;
	padding: 10px 25px;

}

.pricing-btn:hover, .btn:focus {
	background-color: #141414;
	color: #fff;
}

.pricing-btn img{
	padding-left: 10px;
}


.sweep-to-top {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	background: yellow;
  }
  .sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-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: 300ms ease-out;
	transition: 300ms ease-out;
  }
  .sweep-to-top:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
  }
  .buy-now-price-btn {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	background-image:  linear-gradient(to right, #f10a0a 0%, #efac19 100%);
	border-radius: 30px;
	border:none;
	font-weight: 600;
	font-size:16px;
	text-align: center;
	padding: 8px 26px;
  }
  .buy-now-price-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border:2px solid #f10a0a;
	-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: 300ms ease-out;
	transition: 300ms ease-out;
  }
  .buy-now-price-btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	border-radius: 30px;
  }

.buy-now-price-btn a{
	color:#fff;
}
.buy-now-price-btn:hover a{
	color:#000;
}
//
/* .fade{
	opacity: 0;
filter: alpha(opacity=0);
}
.in{
	opacity: 0.5;
filter: alpha(opacity=50);
} */
.in {
	background: rgba(0, 0, 0, 0.8);
	}
#myCarousel:hover{
	animation-play-state:null;
}
.mb-20{
	margin-bottom: 28px;
}
button:focus {outline:0;}

.border-radius-10{
	border-radius: 5px;
}

.border-radius-bottom{
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.contact-banner h5{
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000;

}
.contact-banner p{
	font-weight: 400;
	margin-bottom: 20px;
}
.contact-banner img{
	margin-bottom: 10px;
}

.get-trail-new{
	display: none;
}
.gym-video-about{
	height: 400px;
}
.hm-mob-popup-pb-close{
	color: #000 !important;
    position: absolute  !important;
    right: 20px  !important;
    top: 10px  !important;
    font-size: 30px  !important;
    font-weight: 600  !important;
}



























/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.opening-hours-text{
		font-size:14px;
		text-align: center !important;
	}
	.opening-hours-h1{
		text-align: center;

	}
	.home-timing{
		padding-top: 10px;
		padding-left: 0px;
	}
	.border-bottom-opening-hours{
		margin: 10px auto;

	}
	.video-play-bg-img h2 {
		font-size: 24px;
	}
	.expert-trainners h3{
		padding-top: 210px;
	}
	.get-trail{
		display: none;
	}
	.get-trail-new{
		display: block;
		/*background-image: url(../images/hk-1.JPG); */
	 /*   background-size: 100%;*/
	 /*   background-repeat: no-repeat;*/
	 /*   text-align: center;*/
	    height: auto;
	    border-radius: 5px;

	}

	.get-trail-new img{
	    border-radius: 5px;
	}
	.try-today-btn{
		position: absolute;
		left: 70px;
	}
	.join-today button{
		bottom: 88px;
	    margin-left: 87px;
	    position: absolute;
	}
	.join-today{
		height: 660px;
	}
	.project-bg{
		padding-top: 70px;
	}
	/*.mb-0{*/
	/*	margin-bottom: 0px !important;*/
	/*}*/
	.funsome{
		margin-top: 0px !important;
	}
	.add-inline-set{
		padding-left: 50px !important;
	}
	.d-none{
		display:none;
	}
	.gym-video-about{
		width: 100%;
	}
	.about-heading h1, p{
		text-align: center;
	}
	.about-two-sec-text h1{
		text-align: center;
		margin-top: 50px;
		color: #000 !important;
		letter-spacing: 2px;
	}
	.welcome-about{
	    color: #000 !important;
		letter-spacing: 2px;
	}
	.see-your-p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.0px;
    font-weight: 500;
    padding-top: 16px;
	}
	.see-for-cont{
		padding: 25px;
	}
	.start-moving h1{
		font-size: 22px;
	}
	.pricing-heading h1{
		font-size: 24px;

	}
	.pricing-heading h3 {
    	color: #fff;
    	text-align: center;
    	letter-spacing: 1px;
    	font-size: 14px;
    	font-weight: 600;
    	margin-top: 0px;
	}
	.three-days h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    line-height: 30px;
	}
	.three-days {
    padding-bottom: 24px;
	}
	.membership-card-lhg{
		line-height: 30px;
		padding-bottom: 10px;
	}
	.start-moving h1{
		font-size: 17px;
		margin-left: 0px;
		font-weight: 600;
	}
	.gym-membership{
		padding-top: 80px;
	}
	.gal-img-mrg{
		width: 100% !important;
    height: 300px;
	}
	.contact-btn{
		padding: 10px 100px !important;
	}
	.contact-banner h2 {
    text-align: left;
	}
	.contact-info p {
    text-align: left;
	}
	.contact-hm-model{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.hm-mob-popup-pb{
		padding-bottom: 25px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}



blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect; // for Safari 4.0 - 8.0
  animation: 1s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for Safari 4.0 - 8.0
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.table tr td a:hover{
  text-decoration: underline;
}
