@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
/*--------------------------------------------------------
Templete Name: Fitaza
Version: 1.1
/*===================================================================== 
Table of Content: 
01 - TT-HEADER 
02 - SWIPER 
03 - TT-MSLIDE
04 - About Us
05 - Top Classes
06 - Testimonial Section
07 - Our Pricing 
08 - Latest News
09 - Image Hover Effect
10-	FOOTER
=====================================================================*/
body{
	margin: 0;
	line-height:24px;
	padding: 0; font-family:"微软雅黑";
}
p {
	padding: 0;
	margin: 0;
}
.tt-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #262626;
	z-index: 101;
}
.logo-switch.tt-header .logo img.green,
.stick.logo-switch.tt-header .logo img.white {
	display: none;

}
.stick.logo-switch.tt-header .logo img.green{
	display: inline-block;
}
.tt-header ul {
	padding-left: 0;
	margin-bottom: 0;
}
.tt-header .logo {
	display: inline-block;
	position: relative;
	line-height: 70px;
	z-index: 101;
	transition: none;
}
.tt-header .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
/*general navigation*/
.tt-header .main-nav>ul>li>a {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #434343;
	letter-spacing: 0.30px;
	text-transform: initial;
	transition: none;
}
.tt-header .main-nav>ul>li.active>a,
.tt-header .main-nav>ul>li:hover>a {
	color: #fff;
	text-decoration: none;
}
/*nav-more*/
.tt-header .nav-more {
	display: inline-block;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-left: 12px;
	transition: none;
}
/*top line*/
.tt-header .top-line-inner {
	border-bottom: 1px solid #d9d9d9;
}
.tt-header .top-line-left {
	float: left;
}
.tt-header .top-line-right {
	float: right;
}
.tt-header .top-line-left:after,
.tt-header .top-line-right:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 48px;
	vertical-align: middle;
}
.tt-header .top-info {
	display: inline-block;
	position: relative;
	font-size: 15px;
	letter-spacing: 0.3px;
	padding-right: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
.tt-header .top-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #adadad;
}
.tt-header .top-info:last-child {
	margin-right: 0;
	padding-right: 0;
}
.tt-header .top-info:last-child:before {
	display: none;
}
.tt-header .top-info a:hover {
	color: #242424;
}
.tt-header .top-social li {
	display: inline-block;
	margin-right: 12px;
}
.tt-header .top-social li:last-child {
	margin-right: 0;
}
.tt-header .top-social a:hover {
	color: #30c3f4;
}
body {
	overflow-x: hidden;
}
/*cmn-toggle-switch*/
.cmn-toggle-switch:focus {
	outline: none;
}
.tt-header .cmn-toggle-switch {
	display: none;
	position: relative;
	float: right;
	margin-top: 12px;
	padding: 0;
	width: 25px;
	height: 17px;
	cursor: pointer;
	z-index: 101;
}
.tt-header .cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.tt-header .cmn-toggle-switch::before,
.tt-header .cmn-toggle-switch::after {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.tt-header .cmn-toggle-switch::before {
	margin-top: -7px;
}
.tt-header .cmn-toggle-switch::after {
	margin-top: 7px;
}
.tt-header .cmn-toggle-switch.active::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.tt-header .cmn-toggle-switch.active::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.tt-header .cmn-toggle-switch.active span {
	opacity: 0;
}
.tt-header-margin {
	height: 149px;
}

@media (min-width: 992px){
	.tt-header .top-inner {
		position: relative;
		float: left;
		padding: 15px 0;
	}

	.tt-header .toggle-block {
		display: block !important;
		float: right;
	}

	.tt-header .toggle-block .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.tt-header .main-nav {
		display: inline-block;
		vertical-align: top;
	}

	.tt-header .main-nav>ul>li {
		position: relative;
		float: left;
		list-style: none;
	}

	.tt-header .main-nav>ul>li.active {
		background: #f2c21a;
	}

	.tt-header .main-nav>ul>li>a {
		display: block;
		position: relative;
		padding: 36px 14px;
	}

	.tt-header .main-nav>ul>li:last-child>a:before {
		display: none;
	}
/*2nd level*/
	.tt-header .main-nav>ul>li>ul {
		display: block;
		position: absolute;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
		top: 100%;
		left: 0;
		width: 256px;
		background: #1e2434;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.tt-header .main-nav>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.tt-header .main-nav>ul>li>ul>li {
		border-bottom: 1px solid #323b54;
		text-align: left;
		list-style: none;
	}

	.tt-header .main-nav>ul>li>ul>li:last-child {
		border-bottom: 0;
	}

	.tt-header .main-nav>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #FFF;
		letter-spacing: 0.30px;
		padding: 15px 19px 14px 31px;
		text-decoration: none;
		font-family: 'Work Sans', sans-serif;
	}

/*3rd level*/
	.tt-header .main-nav>ul>li>ul>li {
		position: relative;
	}

	.tt-header .main-nav>ul>li>ul>li>ul {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 256px;
		background: #1e2434;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		list-style: none;
	}

	.tt-header .main-nav>ul>li:nth-last-child(1)>ul>li>ul,
.tt-header .main-nav>ul>li:nth-last-child(2)>ul>li>ul {
		left: auto;
		right: 100%;
		margin-right: 0;
	}

	.tt-header .main-nav>ul>li>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child {
		border-bottom: 0;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li {
		border-bottom: 1px solid #323b54;
		text-align: left;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		font-weight: 500;
		color: #FFF;
		letter-spacing: 0.30px;
		padding: 15px 19px 14px 31px;
		font-family: 'Work Sans', sans-serif;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
		background: #001a57;
		color: #fff;
		text-decoration: none;
	}

	.tt-header .menu-toggle {
		/*display: none;*/
		padding-left: 4px;
	}

	.pull-right ul li a :hover {
		/*color: #729a30;*/
	}
/*stick*/
	.tt-header.stick {
		position: fixed;
		left: 0;
		width: 100%;
	}

	.tt-header.stick .logo {
		/*height: 42px;
		line-height: 42px;*/
	}

	.tt-header.stick .nav-more {
		padding: 16px 0;
	}

	.tt-header .top-line-right {
		float: right;
		padding-top: 10px;
		vertical-align: middle;
	}

	.responsive_logo {
		display: none;
	}

	.tt-header {
		position: relative;
		background: #001a57;
	}

	.tt-header.stick {
		position: fixed;
	}

	.tt-header .main-nav>ul>li:hover {
		background: #f2c21a;
	}

	.tt-header .toggle-block {
		display: block;
		float: left;
	}

	.tt-header .top-inner {
		float: right;
		padding-bottom: 0;
	}

	.tt-header .top-info a {
		color: #f2c21a;
		font-size: 18px;
	}

	.tt-header .top-info a:hover {
		color: #fff;
	}

	.tt-header .nav-more {
		padding: 22px 0px;
	}

	.tt-header .top-info {
		padding-right: 0;
		margin-right: 0;
	}

	.tt-header .top-social li {
		display: inline-block;
		margin-right: 18px;
	}

	.tt-header .fa-search {
		padding-top: 4px;
		height: 26px;
		width: 1px;
		border-left: 1px solid #48474b;
		margin-top: 0px;
	}

	.tt-header .fa-search {
		color: #fff;
		font-size: 15px;
	}

	.tt-header .nav-more {
		padding: 16px 0px;
	}

	.tt-header .fa-search:before {
		padding-left: 18px;
	}

	.tt-header .top-social li:last-child {
		display: inline-block;
		margin-right: 0px;
	}

	.tt-header .main-nav>ul>li.first a {
		padding-left: 0;
	}

	.tt-header .main-nav>ul>li.active ul li a {
		color: #FFF;
		padding-left: 20px;
	}

	.tt-header .main-nav>ul>li>ul>li>a:hover {
		background: #035c8c;
		color: #fff;
	}
}
/* ------------------- */
.tt-header .top-line {
	border-bottom: 1px solid #9e958c;
}

.tt-header .top-line-inner {
	border-bottom: 0;
}

.tt-header .top-line-left {
	color: #fff;
}

.tt-header .main-nav>ul>li.active>a {
	color: #fff;
}

.tt-header .main-nav>ul>li>a {
	color: #fff;
	text-decoration: none;
}

.tt-header .c-btn,
.c-btn:focus {
	border-radius: 0;
	background: #676cb8;
}

.tt-header .top-info:before {
	background: #fff;
}

.tt-header .top-info {
	font-size: 14px;
}

.tt-header .fa-search {
	color: #fff;
	font-size: 20px;
}
/* */
.header_top {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 28px;
}

.header_top ul {
	padding-left: 0;
	margin-bottom: 0;
}

.header-right-info ul li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 45px;
	list-style: none;
}

.header-right-info ul li .single-header-right-info .text-box,
.header-right-info ul li .single-header-right-info .icon-box {
	display: table-cell;
	vertical-align: top;
}

.header-right-info ul li .single-header-right-info .text-box p,
.header-right-info ul li .single-header-right-info .text-box p a {
	color: #42435d;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 0;
	text-transform: initial;
	margin-bottom: 0;
}

.header-right-info ul li .single-header-right-info .text-box h5 {
	color: #001a57;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	margin-bottom: 2px;
}

.main_menu {
	background: #242424;
	top: 0;
}

.tt-header .nav-more span {
	font-size: 14px;
	padding-top: 4px;
	height: 26px;
	width: 1px;
	border-left: 1px solid #273963;
	margin-top: 0px;
	padding-left: 18px;
}

.header_top a {
	text-decoration: none;
}

.header_top .sim-button {
	color: #fff;
}

.header-right-info ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header-right-info ul li .single-header-right-info .icon-box {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-color: #dddddd;
	text-align: center;
	margin-right: 25px;
	margin-top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-right-info ul li .single-header-right-info .icon-box i {
	font-size: 20px;
	color: #f2c21a;
	font-size: 18px;
	line-height: 40px;
	color: #f2c21a;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.logo {
	margin-top: 3px;
}

.header1 .wrapper-inner-tab-backgrounds-first {
	margin-top: 4px;
}

.header1 .header_top_inner {
	overflow: hidden;
	clear: both;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

.header1 .header-top{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header1 .header_top_inner .pull-left i {
	padding-right: 9px;
}

.header1 .header_top_inner .pull-left a {
	line-height: 48px;
	font-size: 15px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	letter-spacing: .45px;
	margin-right: 22px;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	text-decoration: none;
}

.header1 .header_top_inner .pull-left a:last-child {
	margin-right: 0;
}

.header1 .header_social li {
	display: inline-block;
	margin-right: 16px;
}

.header1 .header_social li a {
	line-height: 48px;
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	text-decoration: none;
}
.header1 .header_social li a:hover{
	opacity: 0.5;
}
.header1 .header_social li:last-child {
	margin-right: 0;
}

.header1 .header_social {
	margin-bottom: 0;
	padding-left: 0;
}

.header1 .top-line {
	background: #001a57;
	padding: 15px 0;
}

.header1 .top-info i {
	font-size: 18px;
	padding-right: 5px;
}

.header1 .top-line-left {
	float: left;
}

.header1 .icon {
	font-size: 18px;
	color: #dadada;
}

.header1 .top-info {
	display: inline-block;
	position: relative;
	font-size: 15px;
	letter-spacing: 0.3px;
	padding-right: 20px;
	margin-right: 20px;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	color: #dadada;
	line-height: 20px;
	font-weight: 700;
}

.header1 .top-line-right {
	float: right;
}

.header1 .top-line-right ul {
	padding-left: 0;
	margin-bottom: 0;
}

.header1 .top-social li {
	display: inline-block;
	margin-right: 12px;
}

.header1 .top-line-right .top-info a {
	font-size: 20px;
	color: #f2c21a;
	font-weight: 600;
	font-style: normal;
	font-family: 'Work Sans', sans-serif;
	text-decoration: none;
}

.header1 .top-line-right .top-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #6f6f70;
}

.header1 .top-line-right .top-info:last-child::before {
	display: none;
}

.header1 .top-line-right .top-info:last-child {
	padding-right: 0;
	margin-right: 0;
}

.header1 .top-line-right .top-info ul li a {
	font-size: 16px;
	color: #dadada;
}

.header1 .icon-Pointer:before {
	vertical-align: middle;
	padding-right: 6px;
}

.header1 .tt-header .main-nav>ul>li>a {
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper {
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
	cursor: auto;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets {
	display: none;
}

.swiper-slide {
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #8e8d8d;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #3695cc;
}
/*swiper-pagination-white*/
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #043742;
}
/*swiper position*/
.swiper-pagination.fixed {
	bottom: 32px;
}

.swiper-pagination.fixed.pos-2 {
	bottom: 15px;
}

.swiper-pagination.relative-pagination {
	position: relative;
	top: 0;
	margin-top: 30px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TT-MSLIDE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.slider1 .slider_content h5 {
	color: #2a2a2a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}

.tt-mslide-title h3 {
	color: #001a57;
	font-size: 50px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif text-align:left;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
}

.tt-mslide-title p {
	width: 707px;
	margin: 0 auto;
	color: #e4e2e2;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.30px;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 10px;
}

.hmslider1 .tt-mslide-title p {
	font-weight: 600;
}

.slider1 .slider_content {
	width: 44%;
	float: right;
}

.slider_content .sim-button {
	float: left;
}

.tt-mslide-wrapper {
	position: relative;
	overflow: hidden;
}

.tt-mslide {
	position: relative;
	overflow: hidden;
}

.tt-mslide-entry {
	display: table-cell;
	width: 99999px;
	height: 640px;
	text-align: center;
	padding-bottom: 210px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	vertical-align: bottom;
}

.slider1 .tt-mslide:before {
	display: none;
}

.tt-mslide:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #262626;
	opacity: 0.25;
}

.tt-mslide-border {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1090px;
	height: 64px;
	margin-left: -545px;
	background: url(../img/mslider/border.png) no-repeat center center;
	z-index: 1;
}

.tt-mslide-border:before,
.tt-mslide-border:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -3000px;
	width: 3000px;
	height: 100%;
	background: #fff;
}

.tt-mslide-border:after {
	left: auto;
	right: -3000px;
}

.tt-mslide-title {
	color: #fff;
	margin-bottom: 10px;
	font-size: 60px;
	font-family: 'Work Sans', sans-serif;
	text-transform: initial;
	text-align: center;
	font-weight: 500;
}

.tt-mslide-entry .simple-text {
	margin-bottom: 35px;
}

.tt-mslide .text-animation {
	visibility: hidden;
}

.tt-mslide .text-animation.animated {
	visibility: visible;
}

.hm4slider .tt-mslide-entry {
	height: 789px;
	padding-bottom: 255px;
}

.hm4slider .tt-mslide-entry:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.hm4slider .slider_content h3 span {
	color: #f2c21a;
}

.hm4slider .slider_content {
	width: 70%;
	float: none;
	text-align: center;
	margin: 0 auto;
}

.hm4slider .tt-mslide-title h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
/*=============================== Slider fast======================================*/
.hm4slider .slider_content .sim-button {
	float: none;
	margin-top: 20px;
}

.hm4slider .slide1 {
	background: url(../images/slide-1.jpg)no-repeat;
	background-size: cover;
}

.hm4slider .slide2 {
	background: url(../images/slide-2.jpg)no-repeat;
	background-size: cover;
}

.hm4slider .slide3 {
	background: url(../images/slide-3.jpg)no-repeat;
	background-size: cover;
}

.hm4slider .slider_content .sim-button {
	float: none;
}

.sim-button.button6.yellowbtn {
	background: #729a30;
	display: inline-block;
	color: #fff;
	padding: 10px 36px 10px 36px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-top: 4px;
}

li.active a {
	color: #262626;
}

.sim-button.button6.yellowbtn:hover {
	background: #262626;
	transition: all .9s;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - About Us */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cellpadding {
	padding: 80px 0;
}
.about .fast{
	padding-left: 25px;

}
.about .fast h2 {
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-top: 0;
}

.about h2 span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.about .fast p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	margin-bottom: 10px;
}

.about .sim-button.button6.yellowbtn {
	margin-top: 12px;
}
/*===============================get fit======================================*/
.getfit {
	background: url(../images/background-image.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.getfit:before {
	content: '';
	background: rgba(30, 36, 52, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.Weeks {
	text-align: center;
}

.getfit .Weeks h1 {
	color: #fff;
	padding-top: 0px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 600;
}

.getfit .Weeks p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	padding-top: 9px;
	width: 779px;
	margin: 0 auto;
}

.getfit .buttons .sim-button.button6.yellowbtn {
	background: #262626;
	margin-top: 25px;
}

.getfit .buttons .sim-button.button6.yellowbtn :hover {
	background: red;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - Top Classes */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.classes {
	text-align: center;
}

.topclass .classes h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 20px;
}

.topclass h2 span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.topclass .classes p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 0px;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 10px;
}

.topclass .runing {
	margin-top: 40px;
	padding: 40px 30px;
}

.topclass .runing h2, .topclass .runing h2 a {
	margin-top: 0;
	padding-top: 25px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	text-decoration: none;
	margin-bottom: 0px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - Testimonial */
/*-------------------------------------------------------------------------------------------------------------------------------*/
h3.tt-title.text-center {
	padding-bottom: 56px;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-top: 0;
}

.content h5 {
	margin-top: 15px;
	padding-top: 0;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	padding-bottom: 10px;
}

.client_say_04 .content p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 9px;
	margin: 0 auto;
	width: 360px;
}
.client_say_04 h2{
	font-size:32px;
	font-weight:bold;
	color:#005a8b;
}
.client_say_04 h2 span{
	width:50px;
	margin:10px auto;
	background:#005a8b;
	display:block;
	height:2px;
}

.client_say_04 .content i.fa.fa-star {
	color: #035c8c;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.client_say_04 .content i.fa.fa-star-half-o {
	color: #035c8c;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.client_say_04.cellpadding {
	background: #fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - Our Pricing */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.Our_Pricing .pricing_Features .simple-text {
	width: 100%;
	margin: 0 auto;
}

.Our_Pricing .pricing {
	background-color: #f5f7fa;
	border: 4px solid #ffffff;
	margin-top: 50px;
	box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.1);
}

.Our_Pricing .pricing ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.Our_Pricing .pricing h5 {
	color: #262626;
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 28px;
	font-family: 'Poppins', sans-serif;
}

.Our_Pricing .pricing h4 {
	background-color: #1e2434;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.Our_Pricing .pricing h4 span {
	font-size: 14px;
	font-weight: 400;
}

.Our_Pricing .pricing h4 .icofont {
	font-size: 18px;
	font-weight: 500;
	padding-top: -12px;
}

.Our_Pricing .pricing h6 {
	background-color: #035c8c;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

.Our_Pricing .pricing h6 span {
	font-size: 14px;
	font-weight: 400;
}

.Our_Pricing .pricing h6 .icofont {
	font-size: 18px;
	font-weight: 500;
	padding-top: -12px;
}

.Our_Pricing .pricing ul li {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	font-family: 'Lato', sans-serif;
}

.Our_Pricing .pricing ul li span {
	color: #262626;
	font-weight: 600;
	font-size: 15px;
}

.Our_Pricing .pricing ul li {
	color: #262626;
	font-weight: 500;
	font-size: 17px;
}

.Our_Pricing .pricing .sim-button1 {
	margin: 0 auto;
	text-transform: capitalize;
	font-size: 15px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 27px;
	font-family: 'Montserrat', sans-serif;
}

.Our_Pricing .sim-button {
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 27px;
}

.yellowbtn {
	background: #f2ae2b;
}

.yellowbtn.button8:before {
	background: #003366;
}

.pricing_Features {
	text-align: center;
}

.pricing_Features span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.pricing_Features h2 {
	margin-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
}

.pricing_Features p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 9px;
	margin: 0 auto;
	width: 582px;
}

.sim-buttons.button6.yellowbtn {
	background: #262626;
	display: inline-block;
	color: #fff;
	padding: 14px 29px 13px 29px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-top: 4px;
}

.about-fitaza {
	padding-bottom: 80px;
}
/*=============================== get into======================================*/
.getinto {
	background: url(../images/background-imagess.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.getinto:before {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(64, 72, 76, 0.6);
	position: absolute;
}

.getinto .book {
	text-align: center;
}

.getinto .book h4 {
	margin-top: 0;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.getinto .book h5 {
	margin-top: 0;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	padding-bottom: 20px;
}

.getinto .client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
	display: block;
	font-size: -webkit-xxx-large;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - Latest News */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.latest_news .numquam {
	text-align: center;
	margin: 0;
	padding: 0;
}

.latest_news .numquam span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.latest_news .numquam h2 {
	margin-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 45px;
}

.latest_news .content h3 {
	margin-top: 22px;
	padding-top: 0;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #262626;
	line-height: 28px;
	margin-bottom: 5px;
}

.latest_news .content p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 2px;
	margin: 0 auto;
	padding: 8px 0 2px 0;
}

.latest_news .content a {
	color: #1e2434;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding-top: 20px;
}
.latest_news .content a:hover{
	color: #035c8c;
}
.datetime {
	background: #1e2434;
	display: inline-block;
	width: 75px;
	height: 98px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-top: 20px;
}

.news_image {
	position: relative;
}

.datetime h3 {
	color: #fff;
	padding-top: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.datetime span {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.latest_news {
	padding-bottom: 60px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - Image Hover Effect */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.image-zoom-on-hover {
	overflow: hidden;
}

.image-opacity-on-hover img,
.image-zoom-on-hover img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.image-zoom-on-hover:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.image-opacity-on-hover:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-opacity-on-hover {
	background: #000;
}

.image-opacity-on-hover2 img,
.image-zoom-on-hover2 img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.image-zoom-on-hover2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.image-opacity-on-hover2:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10-	FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer.xyz {
	background-size: cover;
}

footer {
	background-size: cover;
	background-position: center;
	background: url(../images/footer-background.jpg)no-repeat;
	position: relative;
}

footer:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
}

.footer .t-footer h2 {
	margin-top: 0px;
	padding-top: 0;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	line-height: 28px;
}

.footer .t-footer p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #dbdbdb;
	line-height: 28px;
	font-weight: 400;
	padding-top: 25px;
	margin: 0 auto;
	letter-spacing: 0.30px;
}

.footer .contact {
	margin-top: 25px;
}

.footer .contact h4 {
	margin-top: 0px;
	padding-top: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #dbdbdb;
	margin-bottom: 13px;
}

.footer .contact i.fa.fa-phone {
	color: #035c8c;
	padding-right: 16px;
	font-size: 17px;
}

.footer .contact i.fa.fa-clock-o {
	color: #035c8c;
	padding-right: 16px;
}

.footer .contact i.fa.fa-map-marker {
	color: #035c8c;
	padding-right: 20px;
}

.footer ul.tt-footer-list {
	margin-top: 15px;
	padding: 0;
}

.footer .tt-footer-list li {
	list-style: none;
	border-bottom: 1px dashed #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	margin-top: 73px 0;
	padding-top: 15px 0;
	padding: 13px 0;
}

.footer .tt-footer-list li:last-child {
	border: none;
}

.footer .tt-footer-list li a:hover {
	color: #035c8c;
	border: none;
	text-decoration: none;
}

.footer .tt-footer-list li a {
	color: #dbdbdb;
}

.footer .t-footer h5:last-child {
	border: none;
}

.footer .t-footer h5 {
	margin-bottom: 0;
	list-style: none;
	padding-bottom: 0;
	border-bottom: 1px dashed #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #dbdbdb;
	padding-top: 0;
	margin-top: 0;
	padding: 15px 0;
}

.footer .t-footer span {
	float: right;
}

.footer .Monday {
	margin-top: 17px;
}
/*=============================== footer section css end======================================*/
/*=============================== footer-bottom section css start======================================*/
.footer-bottom {
	background: #1e2434;
	padding: 30px 0px;
}

.tt-copy-left {
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
}

.tt-copy-right {
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #403f3f;
	font-family: 'Lato', sans-serif;
}

.tt-copy-right a {
	float: right;
	font-size: 17px;
	line-height: 20px;
	color: #403f3f;
	font-family: 'Lato', sans-serif;
}
/*=============================== footer-bottom section css end======================================*/
/*=====================================================================*/
/*About-section start from here*/
/*=============================== ======================================*/
.abot-banner {
	background: url(../images/about-images/about-background.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 241px;
	padding-bottom: 115px;
}

.abot-banner .main-heading h2 {
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	color: #fff;
	font-size: 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

.abot-banner .about-us h6 {
	text-align: center;
	padding-top: 5px;
	color: #729a30;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.abot-banner .about-us span {
	padding-top: 5px;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.about-fitaza img {
	margin-top: 15px;
	float: right;
}

.about-fitaza .fitaza h2 {
	padding-top: 0;
	margin-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 21px;
}

.about-fitaza .fitaza h2 span {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.about-fitaza .sim-button.button6.yellowbtn h3 {
	background: #729a30;
	display: inline-block;
	color: #fff;
	padding: 10px 36px 10px 36px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-top: 4px;
}

.sim-button.button6.yellowbtn h6 {
	background: #729a30;
	display: inline-block;
	color: #fff;
	padding: 10px 36px 10px 36px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-top: 4px;
}

.about-Choose {
	background: #1e2434;
}

.Choose img {
	height: 100%;
	object-fit: cover;
}

.Chooses h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-top: 70px;
	padding-left: 48px;
	padding-bottom: 15px;
}

.Chooses p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #ccc;
	line-height: 28px;
	font-weight: 500;
	padding-top: 17px;
	width: 547px;
	padding-left: 48px;
	font-weight: 500;
	padding-bottom: 18px;
}

.Chooses span {
	color: #035c8c;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.Chooses h5 {
	color: #fff;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding-left: 48px;
	margin-bottom: 5px;
}

.trainers {
	padding-top: 61px;
}

.trainers a:hover i {
	color: #035c8c;
}

.trainers .main-headings {
	text-align: center;
}

.trainers .main-headings h2 {
	color: #262626;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-left: 0px;
	margin: 0;
}

.trainers .main-headings span {
	color: #035c8c;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.trainers .main-headings p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 500;
	padding-top: 17px;
}

.trainers .champian {
	text-align: center;
	padding-top: 52px;
}

.trainers .champian h4 {
	color: #262626;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-top: 16px;
}

.trainers .champian h5 {
	color: #898989;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-top: 1px;
}

.client_say h2 {
	color: #262626;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}

.client_say h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: #ff5555;
	left: 0;
	bottom: -20px;
}

.client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	position: absolute;
}

.client_say .carousel {
	margin: 50px auto;
}

.client_say .item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.client_say .overview b {
	color: #035c8c;
}

.client_say .media img {
	width: auto;
	display: block;
	border-radius: 50%;
}

.client_say .testimonial {
	color: #fff;
	position: relative;
	background: #38383e;
	padding: 12px;
	margin: 0 0 -20px 6px;
}

.client_say.cellpadding .media {
	margin-top: 40px;
	margin-left: 20px;
}

.client_say.testimonial:after {
	content: "";
}

.client_say .testimonial::before {
	width: 20px;
	height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.client_say .testimonial::after {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.client_say .item .row>div:first-child .testimonial {
	margin: 0 20px 20px 0;
}

.client_say .item .row>div:first-child .media {
	margin-left: 0;
}

.client_say .testimonial p {
	line-height: 21px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding: 0px 3px 5px 30px;
	width: 511px;
	margin-top: -15px;
}

.client_say.overview {
	padding: 3px 0 0 15px;
}

.client_say.overview .details {
	padding: 5px 0 8px;
}

.client_say .carousel-control {
	width: 30px;
	height: 30px;
	background: #666;
	text-shadow: none;
	top: 4px;
}

.carousel-control i {
	font-size: 16px;
}

/*.carousel-control.left {
	left: auto;
	right: 40px;
}

.carousel-control.right {
	left: auto;
}

.carousel-indicators {
	bottom: -80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 18px;
	height: 18px;
	border-radius: 0;
	margin: 1px 4px;
}

.carousel-indicators li {
	background: #e2e2e2;
	border: 4px solid #fff;
}

.carousel-indicators li.active {
	color: #fff;
	background: #ff5555;
	border: 5px double;
}*/

.client_say .star-rating li {
	padding: 0;
	margin: 0;
}

.client_say .star-rating i {
	font-size: 17px;
	color: #ffdc12;
}

.client_say .client_say h3.tt-title.text-owel {
	font-size: 30px;
	color: darkmagenta;
	padding-bottom: 55px;
}

h3.tt-title.text-owel {
	color: #262626;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding-left: 0;
}

h3.tt-title.text-owel span {
	color: #035c8c;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.client_say .no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
	padding-top: 43px;
}

.client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
	display: block;
}

.client_say .media-body,
/*.media-left,
.media-right {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}*/

.client_say .media-left,
.media>.pull-left {
	padding-right: 10px;
}

.client_say .owl-carousel .owl-dots.disabled,
.client_say .owl-carousel .owl-nav.disabled {
	display: block;
	font-size: -webkit-xxx-large;
	position: absolute;
	right: 0;
	top: 0;
}

.client_say_content {
	position: relative;
}

.client_say_content p {
	color: #fff;
}

.client_say .owl-next {
	right: 0;
	top: 0;
	top: -25px;
	background: #262626;
	color: #fff;
}

.client_say .owl-prev {
	width: 30px;
	right: 37px;
	top: -20px;
	background: #262626;
	color: #fff;
	height: 30px;
	font-size: 20px;
	padding-left: 11px;
	padding-top: 1px;
}

.client_say .owl-next {
	width: 30px;
	right: 37px;
	right: 0;
	top: -20px;
	background: #262626;
	color: #fff;
	height: 30px;
	font-size: 20px;
	padding-left: 11px;
	padding-top: 1px;
}

.client_say .icofont {
	font-family: 'IcoFont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	-moz-osx-font-smoothing: grayscale;
	float: right;
}

.client_say .testimonial::before {
	width: 20px;
	height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.client_say .testimonial::before,
.testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.client_say .testimonial::after {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.client_say .list-inline {
	margin-left: -5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(30, 36, 52, 0.70);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.champian1:hover .overlay {
	bottom: 0;
	height: 100%;
}

.champian1 {
	overflow: hidden;
	position: relative;
}

.trainers .text {
	padding-top: 150px;
	text-align: center;
}

.trainers i {
	color: #fff;
	font-size: 20px;
	padding-right: 20px;
}

.media-left.d-flex.mr-3 {
	width: 18%;
}

.media-body {
	width: 82%;
}

.about-fitaza .fitaza p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 500;
	width: auto;
	margin-bottom: 15px;
}

/*=====================================================================*/
/*pilates_fitness -section start from here*/
/*=============================== ======================================*/
.service_details .blogAside .categoryList li a i {
	font-size: 16px;
	margin-top: 0px;
	float: right;
	font-weight: 700;
}

categoryList li a i {
	font-size: 16px;
	margin-top: 0px;
	float: right;
	font-weight: 700;
}

.section_2 .image.image_011 {
	float: none;
	margin-bottom: 20px;
}
/* responsive */
@media(min-width:991px) {
	.col-md-push-8 {
		left: 0;
	}

	.col-md-pull-4 {
		right: 0;
	}
}
/* House Renovation */
.Building_Renovation {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.Building_Renovation li {
	color: #898989;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	line-height: 36px;
}

.Building_Renovation i {
	color: #f2ae2b;
	padding-right: 7px;
}

.House_Renovation_form input,
.House_Renovation_form textarea {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 2px;
}

.House_Renovation_form .form_btn .button8 span {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.House_Renovation_form .form_btn .btn {
	padding: 0;
}

.House_Renovation_form .form_btn .sim-button {
	margin-top: 15px;
	font-size: 18px;
	background: #729a30;
	padding: 14px 36px 14px 36px;
}

.House_Renovation_form .form_btn .sim-button a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
}

.House_Renovation_form .text-left {
	text-align: left;
/* margin-bottom:9px; */;
}

.services_all .simple-text .p1,
.services_all .simple-text .p2 {
	color: #595959;
	font-weight: 500;
}

.services_all .simple-text .p2 {
	background-color: #f4f4f4;
	padding: 20px 30px;
}

.services_all .simple-text span {
	text-align: right;
	color: #f2ae2b;
	display: block;
}

.services_all .tt-accordeon-title {
	background-color: #262626;
	border: none;
}

.services_all .tt-accordeon-title:after {
	font-weight: 400;
}

.roofing_form textarea {
	height: 125px;
}

.categoryList li.activeCat a,
.categoryList li a:hover {
	background: #035c8c;
	color: #fff;
}

.categoryList {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}

.categoryList li {
	position: relative;
	margin-bottom: 5px;
}

.categoryList li a {
	display: block;
	background: #f1f1f1;
	color: #262626;
	padding: 17px 29px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	border-left: 4px solid #1e2434;
}

.cellpadding.service_details .class-Description p {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #898989;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 10px;
}

.cellpadding.service_details .class-Description p :nth-child(2) {
	padding-bottom: 0;
}

.secound-benefits h4 {
	margin-top: 0;
}

.cellpadding.service_details .class-Description p :last-child {
	padding-bottom: 0px;
}

.cellpadding.service_details .benifets h4 {
	padding: 27px 0 0 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
}

.cellpadding.service_details .benifets img {
	padding: 20px 0 0 0px;
}

.cellpadding.service_details .check-text {
	padding-top: 20px;
}

.cellpadding.service_details .check-texts {
	padding-top: 24px;
}

.cellpadding.service_details .check-text ul li {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #898989;
	list-style: none;
	padding-left: 27px;
	padding-bottom: 11px;
}

.cellpadding.service_details .check-texts ul li {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #898989;
	list-style: none;
	padding-bottom: 11px;
}

.cellpadding.service_details .check-texts ul {
	margin: 0;
	padding: 0;
}

.cellpadding.service_details .check-text ul {
	margin: 0;
	padding: 0;
}

.cellpadding.service_details i.fa.fa-check-square {
	color: #739a31;
	padding-right: 21px;
}

.cellpadding.service_details .leave-coments h5 {
	padding: 27px 0 0 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
}

.cellpadding.service_details .tt-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-bottom: 31px;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.cellpadding.service_details .tt-titles {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 23px;
	margin-top: 0px;
}

h3.tt-title {
	padding-top: 10px;
	padding-left: 27px;
}

.main-details {
	background: #1e2434;
}

.details {
	padding-top: 31px;
	padding-left: 29px;
}

.details h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 19px;
}

.details h4 {
	color: #035c8c;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	padding-bottom: 14px;
}
.details h4 span{
	color: #FFF;
}
.details span {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	padding-left: 5px;
}

.details .btn-default {
	color: #fff;
	background: #739a31;
	border: 1px solid#dddddd;
	font-size: 18px;
	padding: 12px 34px 12px 33px;
	border-radius: 0;
}

.buton {
	padding: 12px 0 38px 0;
}

.contact_us .icon_classes {
	border: 1px solid #dfdfdf;
	background-color: #f5f7fa;
	text-align: center;
	padding: 45px;
}

.contact_us .icon_classes h5 {
	font-size: 18px;
	color: #252525;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin-top: 0;
}

.cellpadding.service_details i.fa.fa-check-square-o {
	color: #035c8c;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 10px;
}

.contact_us .icon_classes .icofont {
	color: #f2ae2b;
	padding-right: 10px;
	font-size: 18px;
}

.contact_us .icon_classes p {
	color: #252525;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}

.contact_us .icon_classes a {
	color: #003366;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
	text-decoration: underline;
	cursor: pointer;
}

.contact_form {
	padding-bottom: 100px;
}

.contact_form .simple-text p {
	margin: 0 auto;
	width: 590px;
	margin-bottom: 50px;
}

.contact_us2_form input {
	border: 2px solid #eeeff0;
	height: 44px;
	background-color: #fcfcfc;
	box-shadow: none;
	margin-bottom: 24px;
}

.contact_us2_form label {
	color: #898989;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 500;
}

.contact_us2_form textarea {
	background-color: #fcfcfc;
	border: 2px solid #eeeff0;
	box-shadow: none;
	height: 93px;
}

.contact_us2_form textarea:focus {
	outline: none;
	border: 2px solid #eeeff0;
	box-shadow: none;
}

.contact_form .form-group {
	margin-bottom: 0px;
}

.contact_form .top_bottom label {
	margin-bottom: 10px;
}

.contact_form .sim-button {
	border: 0;
	padding: 0;
}

.contact_form .button8 span {
	position: relative;
}

.contact_form .form_btn {
	text-align: center;
}
/*=====================================================================*/
/*Subscribe-section start from here*/
/*=============================== ======================================*/
.tz-newsletter {
	background: #035c8c;
	position: relative;
}

.tz-newsletter .newsletter-left .news-icon {
	float: left;
	padding: 46px 20px 46px 0;
	margin-right: 10px;
}

.tz-newsletter .newsletter-left .news-content {
	display: inline-block;
	padding: 13px 0 36px;
}

.tz-newsletter .newsletter-right {
	margin-top: 48px;
	padding: 0 5px;
}

.tz-newsletter .newsletter-right form .tnp-field-email input {
	border: medium none;
	border-radius: 0;
	float: left;
	padding: 8px 15px;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 44px;
}

.tz-newsletter .newsletter-right form .tnp-field-email input::placeholder {
	color: #383838;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.newsletter_btn .sim-button.sim2 {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	width: 100%;
	color: #8bc53f;
}

.tz-newsletter i.fa.fa-paper-plane {
	color: fff;
	color: #fff;
	font-size: 37px;
}

.tz-newsletter h3.new-title {
	color: #fff;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.30px;
}

.news-content p {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

.tz-newsletter .form-control {
	display: block;
	width: 53%;
	height: 49px;
	padding: 27px 24px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555 !important;
	background-color: #739a31;
	border: 1px solid #535353;
	border-radius: none;
}

.sim-button.sim2.button8 {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	width: 100%;
	color: #8bc53f;
	background: #fff;
}

.newsletter_btn .sim-button.sim2 {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	width: 100%;
	color: #8bc53f;
	background: #fff;
}

.wrapper-inner-tab-backgrounds-first.sub_button {
	width: 100%;
}

.tz-newsletter .newsletter-right form .tnp-field-email label {
	display: none;
}

.tz-newsletter .newsletter-right form .tnp-field-email input {
	background: #FFF;
	border: medium none;
	border: none;
	float: left;
	padding: 8px 15px;
	width: 72%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #FFF;
}

.tz-newsletter .btn-success {
	color: #262626;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 45px 10px 45px;
	position: absolute;
	right: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	z-index: 0;
}

.footers {
	background: url(../images/footer-background.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
/*=====================================================================*/
/*row fitness-section start from here*/
/*=============================== ======================================*/
.raw-fitnes .img-responsive {
	padding-bottom: ;
}

.raw-fitnes img.img-responsive {
	padding-bottom: 36px;
	padding-left: 13px;
}

.simple {
	background: #f4f4f4;
	width: 838px;
	margin-left: 27px;
	padding-bottom: 30px;
	padding-right: 31px;
	margin-top: 30px;
	margin-bottom: 26px;
}

.simple p {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-top: 29px;
	padding-left: 26px;
	padding-bottom: 0px;
	color: #595959;
	line-height: 24px;
}

h5.bradom {
	text-align: right;
	color: #035c8c;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

p1 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	width: 168px;
	cursor: pointer;
	background: #729a30;
	border: 0;
}

.wrapper-inner-tab-backgrounds-first {
	float: NONE;
	width: 56.33%;
	MARGIN: 0 AUTO;
}

.button8 {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	position: relative;
}

.button8 a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	display: block;
}

.button8 span {
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.button8::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	opacity: 0;
	background-color: #262626;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button8:hover::before {
	opacity: 1;
	width: 100%;
}

.hm4slider .slider_content .sim-button {
	float: none;
}

.hm4slider .slider_content .sim-button {
	float: none;
	margin-top: 20px;
}

.slider_content .sim-button {
	float: left;
}

.button8 {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	position: relative;
}

.botton-first .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	width: 156px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin-top: 20px;
	float: left;
	font-weight: 500;
	z-index: 0;
}

.buttones .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 51px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 38px;
	width: 16%;
	cursor: pointer;
	background: #262626;
	border: 0;
}

.buttones .button8::before {
	content: '';
	background-color: #fff;
}

.join-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 52px;
	text-align: center;
	width: 38%;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	z-index: 0;
}

.join-now .button8::before {
	content: '';
	background-color: #729a30;
}

.join-now span:hover {
	color: #fff;
}

.book-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	width: 168px;
	cursor: pointer;
	background: #035c8c;
	padding-top: -4px;
	border: 0;
	z-index: 0;
}

.book-now .button8::before {
	content: '';
	background-color: #262626;
}

.book-now span:hover {
	color: #fff;
}

.botton-first span:hover {
	color: #fff;
}

.contact-buton span:hover {
	color: #262626;
}

.contact-buton .button8::before {
	content: '';
	background-color: #fff;
}

.contact-buton .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 49px;
	height: 49px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 168px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	font-weight: 500;
}

.botton-secound .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-top: 23px;
	width: 168px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	text-align: center;
}

.leave-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 34px;
	width: 189px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
}

.leaves-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 190px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
}

.leavess-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 190px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
}

.main-services .cellpadding.service_details .class-Description h3 {
	padding: 40px 0 20px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-services .cellpadding.service_details .benifets h4 {
	padding: 14px 0 4px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-services .cellpadding.service_details .check-text ul li {
	padding-bottom: 11px;
}

.main-sarvices {
	padding-left: 50px;
}

.tt-accordeon {
	position: relative;
}

.tt-accordeon-title {
	background-color: #f4f4f4;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #262626;
	padding: 15px 55px 15px 20px;
	cursor: pointer;
	text-align: left;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 16px;
}

.tt-accordeon-title.active {
	margin-bottom: 0;
}

.tt-accordeon-title:after {
	position: absolute;
	content: "\f067";
	top: 50%;
	right: 0;
	margin-top: -26px;
	width: 0;
	height: 0;
	font-family: FontAwesome;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #035c8c;
	width: 57px;
	height: 51px;
	padding: 23px;
	padding-top: 16px;
	color: #fff;
}

.tt-panel {
	display: none;
	background-color: #fff;
	padding: 25px 25px;
	border-top: 0px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
}

.tt-accordeon-title.active:after {
	position: absolute;
	content: "\f068";
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.simple-text {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #595959;
	line-height: 28px;
}

.perspiciatis .simple {
	background: #f4f4f4;
	width: 838px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-right: 31px;
	margin-top: 25px;
	margin-bottom: 26px;
}

.Strength-main {
	margin-bottom: 40px;
}

.main-simp-text .simple {
	background: #f4f4f4;
	width: 838px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-right: 31px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.hm4slider .slider_content .sim-button {
	float: none;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 168px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin-top: 12px;
	margin: 0 auto;
}

.inventore .simple {
	background: #f4f4f4;
	width: 838px;
	padding-bottom: 30px;
	padding-right: 31px;
	margin-top: 17px;
	margin-bottom: 26px;
	margin-left: 0;
}

.laudantium .simple {
	margin-bottom: 26px;
	margin-left: 0;
}
/*=====================================================================*/
/*class-section start from here*/
/*=============================== ======================================*/
.celpading {
	padding-top: 80px;
}

.main-classes {
	padding-bottom: 30px;
}
.main-classes h2{
	font-size:32px;
	font-weight:bold;
	color:#005a8b;
}
.main-classes h2 span{
	width:50px;
	margin:10px auto;
	background:#005a8b;
	display:block;
	height:2px;
}

.main-classes .Running-Classes {
	margin-bottom: 50px;
	background:#fff;
	border:1px solid #cdcdcd;
}

.main-classes .Running-Classes h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
	padding-top: 0;
	padding-bottom: 7px;
}

.main-classes .Running-Classes p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	line-height: 28px;
}

.main-classes .datetimes {
	background: #035c8c;
	padding: 22px 22px 22px 13px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	top: 0;
	height: 60px;
	width: 60px;
}

.main-classes .datetimes h3 {
	color: #fff;
	padding-top: 0;
	margin: 0;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}

.main-classes .datetimes span {
	padding-left: 5px;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.main-classes a.readmore {
	color: #035c8c;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	padding-top: 20px;
	border-bottom: 1px solid #1e2434;
	text-decoration: none;
}
/* blog without sidebar css */
.blog_withoutsidebar .blogs .date {
	left: 20px;
}

.blogs .date {
	background: #035c8c;
	width: 77px;
	height: 77px;
	padding: 16px 18px 16px 20px;
	position: absolute;
	top: 300px;
}

.blogs .date {
	top: 0;
	text-align: center;
}

.blogs .blogInfo p {
	display: inline-block;
	color: #b8b8b8;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: initial;
	text-align: left;
	padding-right: 11px;
	margin: 0;
}

.blog_withoutside i {
	padding-right: 8px;
	color: #035c8c;
	font-size: 16px;
}

.blogInfo {
	text-align: left;
	padding-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #a4a4a4;
	margin-bottom: 25px;
}

.blog_withoutside .blog-title {
	margin-bottom: 10px;
	color: #262626;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-transform: initial;
	line-height: 26px;
	margin-top: 0;
	padding-top: 37px;
}

.blog_withoutside .blog-content {
	font-size: 15px;
	font-weight: 400;
	color: #6a6a6a;
	line-height: 26px;
	margin-top: 26px;
	font-family: 'Lato', sans-serif;
}

.blog_withoutside .blog_btn {
	float: left;
	width: 130px;
}

.blog_withoutside .blogInfo {
	padding-top: 7px;
	padding-bottom: 20px;
}

.paginationWrapper {
	padding-top: 20px;
	clear: both;
}

.completeblog {
	margin-bottom: 80px;
}

.blogs .date h5 {
	color: #fff;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 2px;
	line-height: 26px;
}

.blogs .date span {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.paginationWrapper {
	position: relative;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
	color: #fff;
	background: #035c8c;
	border: 2px solid #035c8c;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

.nubmerPagination {
	display: inline-block;
}

.paginationWrapper a {
	border: 2px solid #d4d4d4;
	background: #fff;
	color: #2a2a2a;
	padding: 9px 16px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	margin-right: 10px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.blog_withoutside .blog-title:hover {
	color: #035c8c;
}

.completeblog {
	margin-bottom: 150px;
	position: relative;
}
/* blog with rightsidebar page css */
.searchWrapper {
	position: relative;
	margin-bottom: 50px;
	border-bottom: 1px solid #001a57;
}

.searchWrapper .input1 {
	font-size: 15px;
	color: #898989;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 0 26px;
	padding-left: 0;
	border: 0;
}

.searchWrapper .input1:focus {
	outline: none;
}

.searchWrapper .input1:active,
.searchWrapper .input1:foucs {
	border: 0;
}

.searchWrapper .simple-input {
	height: 52px;
	padding-right: 50px;
	background: #fff;
	border-radius: 0;
	width: 100%;
}

.searchWrapper .searchBtn {
	padding: 16px 10px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	border: 0;
	background: #fff;
}

.icon {
	color: #001a57;
	font-size: 16px;
}

.recentTitle .as {
	margin-top: 0;
	margin-bottom: 25px;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.categoriesList {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.categoriesList li {
	position: relative;
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 11px;
	margin-bottom: 8px;
}

.categoriesList li:last-child {
	border: none;
}

.categoriesList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.categoriesList li a {
	color: #595959;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	padding-left: 8px;
	font-weight: 300;
}

.categoriesList li a:hover {
	color: #739a31;
}

.recentNewsBlock a {
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 7px;
	display: block;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-family: 'Poppins', sans-serif;
	color: #2a2a2a;
	font-size: 16px;
}

.recentNewsBlock a:hover {
	color: #001a57;
	font-weight: 700;
}

.recentNewsBlock span {
	display: block;
	color: #b8b8b8;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.tags {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 5px 16px;
	margin-bottom: 8px;
	color: #898989;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	margin-right: 5px;
}

.tags.active,
.tags:hover {
	background: #001a57;
	color: #fff;
	text-decoration: none;
}

.blog_with_rightsidebar .categoriesList .fa-angle-right {
	position: absolute;
	right: 2px;
	left: auto;
	color: #898989;
}

.categoriesList li:last-child {
	padding-bottom: 11px;
}

.recentNews {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.recentNews.last {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.text-widget p {
	color: #898989;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

.recentTitle.last {
	margin-bottom: 30px;
}

.blog_with_rightsidebar .image-opacity-on-hover img,
.blog_with_rightsidebar .image-zoom-on-hover img {
	width: 100%;
}

.blog_with_rightsidebar .paginationWrapper {
	padding-top: 12px;
}

.mainBlogContent {
	margin-right: 30px;
}

.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent {
	margin-left: 0;
	margin-right: 30px;
}

h5.leave1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 20px;
}
/* blog_left_sidebar css */
.blog_left_sidebar .mainBlogContent {
	margin-left: 18px;
	margin-right: 45px;
}

.blog_left_sidebar .completeblog {
	margin-bottom: 42px;
}

.blog_left_sidebar .date {
	bottom: 0;
	text-align: center;
	position: absolute;
	top: auto;
}
/* blog details page css */
.blockquote {
	background: #f7f7f7;
	padding: 34px 40px 55px 110px;
	position: relative;
	border: 0;
	margin-bottom: 20px;
	margin-top: 25px;
}

.blockquote i.fa {
	position: absolute;
	top: 18px;
	left: 33px;
	color: #f2c21a;
	font-size: 55px;
}

.blogdetails blockquote a {
	font-size: 16px;
	color: #f2c21a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	float: right;
	margin-right: 10px;
}

.blockquote a:hover,
blockquote a:focus {
	color: #001a57;
	text-decoration: underline;
}

.commentsWrapper .as {
	margin-top: 30px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.tt-featured-title {
	color: #2a2a2a;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}

.commentsWrapper ol {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.commentBlock {
	position: relative;
	border: 1px solid #eeeeee;
}

.commentBlock li {
	border-bottom: 1px solid #eee;
}

.comment {
	position: relative;
	padding: 25px 70px 20px 25px;
}

.comment .commentContent {
	padding-left: 100px;
	margin-bottom: 5px;
	position: relative;
}

.blogWrapper .imgWrapper {
	margin-bottom: 23px;
}

.comment .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.comment .commentContent a {
	color: #2a2a2a;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.comment .commentTime {
	padding-left: 100px;
}

.comment .commentTime p {
	color: #2a2a2a;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.comment .commentTime p a {
	color: #001a57;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 13px;
	border-left: 1px solid #001a57;
	padding-left: 7px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 7px;
	font-weight: 400;
	text-decoration: none;
}

.commentsWrapper .simple-text p {
	font-size: 15px;
	color: #898989;
}

.commentBlock li ul li .comment {
	padding-left: 125px;
}

.commentBlock ul {
	padding-left: 0;
	list-style: none;
}

.commentsForm {
	position: relative;
	margin-top: 45px;
}

.commentsForm .as {
	margin-top: 0;
	margin-bottom: 25px;
	border-bottom: 0;
}

.commentsWrapper ol {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.commentsForm form {
	background: #f6f6f6;
	padding: 52px 67px 93px 30px;
	border: 1px solid #ddd;
}

.commentsForm .simple-input {
	font-size: 15px;
	color: #898989;
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #dddddd;
	background: #fff;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.commentsForm .button {
	padding: 16px 38px;
	color: #fff;
	background: #6ab43e;
	font-size: 13px;
}

.blogdetails.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent {
	margin-bottom: 0;
}

.blogdetails.blog_left_sidebar .completeblog {
	margin-bottom: 0;
}

.blogdetails .blog-title {
	text-transform: initial;
}

.blogdetails .blog-content {
	margin-bottom: 0;
}

.blog_left_sidebar.cellpadding h3.pupler-heading {
	color: #262626000;
	font-weight: 500;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 4px;
}

.pupler-image {
	border: 1px solid#c0c0c0;
}

.pupler-image .img-responsive {
	padding-top: 4px;
}

p.pupler-text {
	color: #000;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	width: 192px;
	padding-bottom: 5px;
}

.Popular .col-md-8.col-sm-8.col-xs-9.text {
	padding-left: 2px;
}

.Popular {
	border-bottom: 1px solid#c0c0c0;
	padding-bottom: 21px;
	padding-top: 23px;
}

.portfolioHover {
	position: relative;
}

p.bloge-text {
	color: #6a6a6a;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.main-weight {
	padding-top: 40px;
}

.main-weight h4 {
	color: #262626000;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.main-weight p {
	padding-top: 10px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #262626;
	line-height: 25px;
	margin-bottom: 30px;
	font-weight: 500;
}

.blog-content span {
	color: #262626;
	font-family: 'Lato', sans-serif;
}

.Popular a {
	font-size: 13px;
	color: #035c8c;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

aside.blogAside .col-md-8.col-sm-8.col-xs-6.text {
	padding: 0;
}

.mains-simple .simple {
	background: #f4f4f4;
	width: 838px;
	padding-bottom: 30px;
	padding-right: 31px;
	margin-top: 0px;
	margin-bottom: 39px;
	margin-left: 0;
}

.Phasellus p {
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 28px;
}

.Phasellus {
	margin-left: 15px;
}

.commentsWrapper .as {
	margin-top: 30px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	text-transform: lowercase;
	font-family: 'Poppins', sans-serif;
}

.tt-featured-title {
	color: #2a2a2a;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}

.commentsWrapper ol {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.commentBlock {
	position: relative;
	border: 1px solid #eeeeee;
}

.commentBlock li {
	border-bottom: 1px solid #eee;
}

.comment {
	position: relative;
	padding: 25px 70px 20px 25px;
}

.comment .commentContent {
	padding-left: 100px;
	margin-bottom: 5px;
	position: relative;
}

.blogWrapper .imgWrapper {
	margin-bottom: 23px;
}

.comment .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.comment .commentContent a {
	color: #262626;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.comment .commentTime {
	padding-left: 100px;
}

.comment .commentTime p {
	color: #262626;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.comment .commentTime p a {
	color: #035c8c;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 13px;
	border-left: 1px solid #035c8c;
	padding-left: 7px;
	font-family: 'Lato', sans-serif;
	margin-left: 7px;
	font-weight: 500;
	text-decoration: none;
}

.commentsWrapper .simple-text p {
	font-size: 15px;
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.commentBlock li ul li .comment {
	padding-left: 125px;
}

.commentBlock ul {
	padding-left: 0;
	list-style: none;
}

.commentsForm {
	padding-left: 14px;
	position: relative;
	margin-top: 30px;
}

.commentsForm .as {
	margin-bottom: -25px;
	border-bottom: 0;
	text-transform: initial;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-top: 76px;
	font-weight: 600;
}

.commentsWrapper ol {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.commentsForm form {
	background: #f6f6f6;
	padding: 52px 67px 52px 30px;
	border: 1px solid #ddd;
	margin-top: 30px;
	padding-bottom: 83px;
}

.commentsForm textarea#comment {
	height: 170px;
}

.commentsForm .simple-input {
	font-size: 15px;
	color: #898989;
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #dddddd;
	background: #fff;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-family: 'Lato', sans-serif;
}

.main-services button {
	border: 0;
	background: 0;
}

.main-froms .commentsForm form textarea {
	height: 175px;
}

.commentsForm .button {
	padding: 16px 38px;
	color: #fff;
	background: #6ab43e;
	font-size: 13px;
}

.commentsForm .simple-input {
	font-size: 15px;
	color: #898989;
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #dddddd;
	background: #fff;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-family: 'Lato', sans-serif;
	margin-bottom: 22px;
}

.demonstrate {
	background: #fcfcfc;
}

.commentsWrapper {
	padding-left: 14px;
}

.commentsForm .simple-input::placeholder {
	color: #d0d0d0;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.Contact-main .contact-buton .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 49px;
	height: 49px;
	text-align: center;
	margin-right: auto;
	margin-left: 0;
	margin-top: 25px;
	width: 168px;
	cursor: pointer;
	background: #262626;
	border: 0;
	font-weight: 500;
}

.Contact-main .contact-buton .button8::before {
	content: '';
	background-color: #739a31;
}

.Contact-main .contact-buton span:hover {
	color: #fff;
}

.Frequently-.cellpadding h4.tt-title {
	color: #262626;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 40px;
	font-weight: 500;
	padding-left: 11px;
}

.Frequently- .tt-title:after {
	position: absolute;
	background: #035c8c;
	width: 61px;
	height: 2px;
	content: '';
	margin-left: 21px;
	bottom: 0;
}

.main-services .tt-title {
	position: relative;
}

.main-services h4:after {
	position: absolute;
	background: none;
	width: 61px;
	height: 2px;
	content: '';
	margin-left: 21px;
	bottom: 0;
	top: 0;
}

.Frequently-.cellpadding .tt-panel {
	display: none;
	background-color: #fff;
	padding: 25px 4px;
	border-top: 0px;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

.Frequently-.cellpadding .tt-panel.tt-panel-open {
	display: block;
}

.Frequently-.cellpadding .tt-accordeon-title {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #262626;
	padding: 10px 55px 15px 0px;
	cursor: pointer;
	text-align: left;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 16px;
	border-bottom: 1px solid#dddddd;
	background: 0;
}

.main-froms .commentsForm {
	padding-left: 14px;
	position: relative;
	margin-top: 0px;
}

.main-froms {
	background: #f3f3f3;
}

.main-froms .commentsForm form {
	background: 0;
	padding: 52px 67px 78px 30px;
	border: 0;
}

.contact_us2_form .tt-title:after {
	display: none;
}

.main-froms .botton-secounds .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-top: 23px;
	width: 168px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.botton-secounds {
	padding-top: 16px;
}

.main-eventsdetail .blog_left_sidebar .mainBlogContent {
	margin-left: 15px;
	margin-right: -1px;
}

.main-eventsdetail.commentsForm .as {
	padding-top: 37px;
	border-bottom: 0;
	text-transform: initial;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-top: 36px;
	text-align: left;
	padding-left: 28px;
	color: #739a31;
	font-weight: 600;
}

.main-eventsdetail .main-froms .botton-secounds .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-top: 23px;
	width: 106px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.main-froms .commentsForm form {
	background: 0;
	padding: 16px 19px 94px 7px;
	border: 0;
}

.main-froms .button8::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #262626;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-froms .commentsForm .sim-button::before {
	background: #262626;
}

.main-froms .commentsForm .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 49px;
	height: 49px;
	text-align: center;
	width: 174px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	margin-top: 12px;
	font-weight: 500;
	z-index: 0;
	margin: 0 auto;
}

.main-froms .commentsForm a {
	text-decoration: none;
}

.main-froms .button8:hover::before {
	opacity: 1;
	width: 100%;
}

.main-froms .commentsForm .simple-input {
	font-size: 15px;
	color: #898989;
	line-height: 48px;
	height: 48px;
	padding: 0 24px;
	width: 100%;
	border: 1px solid #dddddd;
	background: #fff;
	transition: all .15s;
	-webkit-transition: all .15s;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}

.event_details .main-froms .commentsForm form textarea {
	height: 121px;
}

.event_details .class-Description h3 {
	padding: 0px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.event_details .class-Description p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	line-height: 28px;
	width: 850px;
	padding-top: 16px;
}

.event_details .benifets h4 {
	padding: 20px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.event_details .check-text {
	padding-top: 11px;
}

.event_details i.fa.fa-check-square-o {
	color: #035c8c;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 10px;
}

.event_details .check-text ul {
	margin: 0;
	padding: 0;
}

.event_details .check-text ul li {
	padding-bottom: 7px;
}

.event_details .check-text ul li {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	list-style: none;
}

.event_details .location-images h4 {
	padding: 22px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-bottom: 22px;
	margin-top: 0;
	margin-top: 0;
}

.orginc-yoga .tt-title:after {
	position: absolute;
	background: none;
	width: 61px;
	height: 2px;
	content: '';
	margin-left: 21px;
	bottom: 0;
}

.orginc-yoga .tt-title:after {
	position: absolute;
	background: none;
	width: 61px;
	height: 2px;
	content: '';
	margin-left: 21px;
	bottom: 0;
}
/*=====================================================================*/
/*event-section start from here*/
/*=============================== ======================================*/
.main-competitions .Running-Classes {
	margin-bottom: 50px;
}

.main-competitions .Running-Classes h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #262626;
	padding-top: 0px;
	margin-bottom: -4px;
	margin-top: 0;
}

.main-competitions .Running-Classes p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	line-height: 28px;
	font-weight: 400;
}

.main-competitions .datetimes {
	background: #035c8c;
	padding: 9px 24px 9px 20px;
	display: inline-block;
	position: relative;
	top: auto;
	height: 76px;
	width: 77px;
	MARGIN-TOP: -50px;
	MARGIN-BOTTOM: 32px;
}

.main-competitions .datetimes h3 {
	color: #fff;
	padding-top: 0;
	margin: 0;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.main-competitions .datetimes span {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

.main-competitions a.readmore {
	border: 1px solid#739a31;
	color: #2a2a2a;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 12px 31px 12px 31px;
}

.main-competitions .challenges {
	padding-right: 30px;
	padding-left: 30px;
}

.main-competitions .blogInfos {
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-competitions .blogInfos p {
	display: inline-block;
	color: #6a6a6a;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: initial;
	text-align: left;
	padding-right: 5px;
	margin: 0;
}

.main-competitions i.fa.fa-clock-o {
	color: #035c8c;
	font-weight: 300;
	padding-right: 15px;
	font-size: 20px;
}

.main-competitions i.fa.fa-map-marker {
	color: #035c8c;
	font-weight: 300;
	padding-right: 15px;
	font-size: 20px;
	margin-left: 30px;
}

.main-competitions p.main-p {
	margin-bottom: 35px;
}

.main-competitions .challenges {
	padding-bottom: 54px;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-competitions .paginationWrapper {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
/*=====================================================================*/
/*Shop-section start from here*/
/*=============================== ======================================*/
.post-list .post-txt {
	width: 70%;
	float: right;
}

.post-list .post-txt h5 {
	font-size: 13px;
	color: #575757;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.post-list .post-txt a.read-more {
	font-size: 13px;
	color: #e29b12;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.post-list .post-txt a.read-more:hover {
	text-decoration: underline;
}

.shop-card .blogAside h5 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
}

.shop-card .filter-price {
	width: 100%;
	float: left;
	margin: 39px 0px 40px;
}

.shop-card .filter-price .gray-line {
	background: #eaeaea;
	width: 100%;
	float: left;
	height: 6px;
	position: relative;
}

.shop-card .left-price {
	width: 30%;
	float: left;
	position: absolute;
	left: -1px;
	top: -5px;
}

.shop-card .left-price .gray-circle {
	width: 16px;
	height: 16px;
	background: #ccc;
	border-radius: 20px;
	float: left;
}

.shop-card .left-price .price {
	font-size: 14px;
	color: #262626;
	width: 100%;
	float: left;
	margin: 10px 0px 0px;
}

.shop-card .left-price.right-price .gray-circle {
	float: right;
}

.shop-card .left-price.right-price .price {
	text-align: right;
}

.shop-card .left-price .price {
	font-size: 14px;
	color: #262626;
	width: 100%;
	font-weight: 600;
	float: left;
	margin: 10px 0px 0px;
}

.shop-card .left-price.right-price {
	left: inherit;
	right: -1px;
}

.shop-card a.header-requestbtn.filter-link {
	font-size: 15px;
	text-transform: none;
	float: left;
	font-weight: 600;
	padding: 9px 34px;
	background: #262626;
	color: #fff;
	width: 108px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 35px;
}

.shop-card .recentTitle {
	clear: both;
}

.shop-card .blog_left_sidebar.cellpadding h3.pupler-heading {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 17px;
	text-transform: uppercase;
}

.shop-card .Populas {
	border-bottom: 1px solid#c0c0c0;
	padding-bottom: 0px;
	padding-top: 14px;
}

.shop-card h4.fitness-text {
	color: #262626;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	margin-bottom: 2px;
}

.shop-card h6.econs {
	color: #262626;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	display: inline-block;
}

.shop-card h4.main-filter {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.shop-card i.icofont.icofont-star.icofont1 {
	color: #f2ae2b;
	font-size: 13px;
	margin-left: -5px;
}

.shop-card .star {
	display: inline;
	padding-left: 10px;
}

.shop-card .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	height: 40px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 108px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	position: relative;
	margin-bottom: 33px;
}

.shop-card .button8::before {
	background-color: #035c8c;
}

.shop-column {
	width: 31.6%;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.shop-column:nth-child(3),
.shop-column:nth-child(6),
.shop-column:nth-child(9),
.shop-column:nth-child(12) {
	margin-right: 0px;
}

.shop-column img {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #c1c1c1;
}

.shop-column-head {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 19px 0px;
}

.shop-column-head h5 {
	font-size: 17px;
	text-transform: none;
	color: #000;
	float: left;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}

.shop-column-head .rating {
	width: auto;
	float: right;
	margin: 3px 0px;
}

.shop-column-head .rating img {
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0px 1px;
}

.shop-column .shop-price {
	width: auto;
	float: left;
	font-size: 17px;
	color: #242424;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 7px 0px;
}

.main2-shoping .main.one {
	text-align: center;
}
/*=====================================================================*/
/*Shop Detail-section start from here*/
/*=============================== ======================================*/
.main2-shoping.detail .product-desc h2 {
	font-size: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.main2-shoping.detail p.fnt-17 {
	font-size: 17px;
}

.main2-shoping.detail .product-slider {
	width: 55.4%;
	float: right;
}

.main2-shoping.detail p {
	line-height: 30px;
	color: #6a6a6a;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-bottom: 18px;
	padding-top: 8px;
}

.main2-shoping.detail .product-slider img {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
}

.main2-shoping.detail .product-desc .price {
	font-size: 48px;
	font-weight: 700;
	color: #035c8c;
	margin: 5px 0px 10px;
	width: 100%;
	float: left;
}

.main2-shoping.detail .product-desc .quantity-cl .plus-minus {
	width: 42px;
	line-height: 47px;
	background: #dcdcdc;
	color: #262626;
	font-size: 20px;
	float: left;
	text-align: center;
}

.main2-shoping.detail .product-desc .quantity-cl .quantity-input {
	width: 114px;
	color: #262626;
	font-size: 20px;
	float: left;
	background: #dcdcdc;
	box-shadow: none;
	border: 0px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 9px 10px 10px;
	margin: 0px 1px;
}

.main2-shoping.detail .product-desc .product-desc .quantity-cl .plus-minus {
	width: 42px;
	line-height: 47px;
	background: #dcdcdc;
	color: #262626;
	font-size: 20px;
	float: left;
	text-align: center;
}

.main2-shoping.detail a.header-requestbtn.filter-link.add-cart-link {
	padding: 14px 0px;
	text-align: center;
	width: 199px;
	height: 49px;
	padding-top: 0;
	line-height: 49px;
	z-index: 0;
}

.main2-shoping.detail .product-desc .quantity-cl {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.main2-shoping.detai ul.prd-info-list {
	width: 100%;
	float: left;
	margin: 25px 0px;
	padding: 0px;
}

.main2-shoping.detail ul.prd-info-list li {
	list-style: none;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #729a30;
	font-family: 'Lato', sans-serif;
	margin: -4px -62px 17px -38px;
}

.main2-shoping.detail ul.prd-info-list li {
	color: #035c8c;
}

.main2-shoping.detail h4.fnt20 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.main2-shoping.detail .wdt-100 {
	width: 100%;
	float: left;
}

.main2-shoping.detail .header-socials.footer-socials.product-socials {
	clear: both;
	margin-bottom: 35px;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700px;
}

.main2-shoping.detail .header-socials.footer-socials.product-socials i:hover {
	color: #729a30;
	border: 1px solid #729a30;
}

.main2-shoping.detail .header-socials.footer-socials i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #262626;
	border-radius: 30px;
	margin: 0px 3px 0px 0px;
	text-align: center;
	color: #262626;
}

.main2-shoping.detail .product-desc {
	width: 40%;
	float: left;
}

.main2-shoping.detail .prd-info-list li span {
	color: #262626;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

.main2-shoping.detail .fnt-17 strong {
	pading-bottom: 20px;
}

.main2-shoping.detail h5.fnt-17 {
	color: #262626;
	padding-top: 20px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

.main2-shoping.detail .rating-cl .rating-img {
	width: auto;
	margin: 4px 5px 5px 5px;
}

.main2-shoping.detail h5.yoe-rt {
	color: #262626;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 34px;
	font-weight: 600;
}

.form-field label {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #262626;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main2-shoping.detail .form-field .form-input,
.form-field .form-comment {
	width: 100%;
	font-size: 15px;
	color: #939393;
	border: 1px solid #a3a3a3;
	padding: 18px;
	font-family: 'Lato', sans-serif;
}

.btn {
	padding-top: 20px;
}

.main2-shoping .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	height: 39px;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	width: 136px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: right;
	position: relative;
	margin-bottom: 0px;
}

.filter-button .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	height: 40px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 108px;
	cursor: pointer;
	background: #fefefe;
	border: 0;
	float: left;
	position: relative;
	margin-bottom: 33px;
}
}

.btn .sim-button {
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 53px;
	text-transform: uppercase;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	width: 139px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: right;
	position: relative;
	margin-bottom: 0px;
}

.pad95-100-top-bottom {
	padding: 80px 0px 100px;
}

.cart-table {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.cart-table {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

ul.cart-table-top {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
}

ul.cart-table-top li:nth-child(2) {
	padding-left: 0;
}

ul.cart-table-top li:first-child {
	padding-right: 0;
}

ul.cart-table-top li {
	list-style: none;
	float: left;
	font-size: 15px;
	color: #575757;
	padding: 15px 20px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.cart-wdt1 {
	width: 40%;
	float: left;
	text-align: left!important;
}

.cart-wdt2 {
	width: 17.3%;
	float: left;
	text-align: center;
}

.cart-wdt3 {
	width: 8%;
	float: left;
	text-align: center;
}

.cart-wdt4 {
	width: 38%;
	float: right!important;
}

ul.cart-table-top.cart-table-mid {
	background: none;
	border-bottom: 1px solid #ccc;
}

ul.cart-table-top.cart-table-mid li {
}

.cartproduct-img {
	width: 37%;
	float: left;
	margin-right: 24px;
}

.cartproduct-img img {
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	height: auto;
}

.cartproduct-desc {
	width: 55%;
	float: left;
	margin: 15px 0px 0px;
}

.cartproduct-desc h4 {
	text-transform: none;
}

.cartproduct-desc p {
	line-height: 25px;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.prdt-price {
	font-size: 17px;
	color: #4a4949;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block;
}

.cart-prdt-qty {
	width: 55px;
	height: 37px;
	border: 1px solid #ccc;
	font-size: 17px;
	color: #4a4949;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block;
	text-align: center;
}

.margin-txt {
	margin: 50px 0px;
}

ul.cart-table-top.cart-table-btm {
	background: #fff;
	padding: 0px 3px;
}

a.continue-shop {
	background: #f6f4f4;
	font-size: 15px;
	color: #5d5d5d;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 8px 10px;
	display: block;
	border: 1px solid #ccc;
	float: left;
	text-transform: none;
	text-decoration: none;
	width: 200px;
	text-align: center;
}

a.continue-shop:hover {
	background: #035c8c;
	color: #fff;
	border: 1px solid #035c8c;
}

a.continue-shop.clear-shoppingbtn {
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

a.continue-shop.clear-shoppingbtn:hover {
	background: #035c8c;
	color: #fff;
	border: 1px solid #035c8c;
}

a.continue-shop.update-shoppingbtn {
	background: #262626;
	color: #fff;
	border: 1px solid #729a30;
}

a.continue-shop.update-shoppingbtn:hover {
	opacity: .8;
}

.discount-codes {
	width: 45.3%;
	float: left;
	background: #f6f4f4;
	padding: 40px 55px 40px 40px;
	margin-right: 70px;
}

.discount-codes h4 {
	font-size: 20px;
}

.codes-field {
	width: 100%;
	float: left;
}

.codes-field label {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #575757;
	font-weight: 400;
	margin-bottom: 20px;
}

.codes-field .codes-input {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.apply-coupon,
a.proceed-checkout {
	background: #729a30;
	color: #fff;
	border: 1px solid #729a30;
	font-size: 15px;
	padding: 9px 19px;
	border: 0px;
	margin: 13px 0px 0px;
}

.apply-coupon:hover {
	opacity: .8;
}

.discount-codes.your-order {
	background: #fff;
	border: 1px solid #ccc;
	width: 35%;
	margin-right: 0px;
	padding: 40px;
}

ul.order-lst {
	width: 100%;
	float: left;
	margin-bottom: 4px;
	padding: 0px;
}

ul.order-lst li {
	font-size: 18px;
	color: #575757;
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
}

ul.order-lst li .span1 {
	width: 40%;
	float: left;
}

ul.order-lst li .span2 {
	width: 40%;
	float: right;
	text-align: right;
}

ul.order-lst li:last-child {
	border-bottom: 0px;
}

a.proceed-checkout {
	width: 100%;
	text-decoration: none;
	text-align: center;
}

a.proceed-checkout:hover {
	background: #729a30;
	color: #fff;
}

.returning-customer {
	width: 100%;
	float: left;
	background: #c5f2f0;
	font-size: 15px;
	color: #525252;
	padding: 14px 30px;
	margin-bottom: 10px;
}

.returning-customer a {
	color: #729a30;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

.returning-customer a:hover {
	color: #18948e;
}

.returning-customer.coupon-code {
	background: #e6e6e6;
	margin-bottom: 50px;
}

.returning-customer.coupon-code a {
	color: #262626;
}

.returning-customer.coupon-code a:hover {
	color: #7b7b7b;
}

.billing-left {
	width: 53%;
}

.order-rght {
	width: 43%;
	float: right;
}

h3.main.hdi {
	color: red;
	font-weight: 600;
	padding-bottom: 35px;
	font-size: 32px;
	color: #242424;
	font-family: 'Poppins', sans-serif;
	margin-top: 0px;
}

.cartproduct-desc h4 {
	color: #262626;
	font-size: 19px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
}

.apply-coupon,
a.proceed-checkout {
	background: #262626;
	color: #fff;
	border: 1px solid #729a30;
	font-size: 14px;
	padding: 11px 92px;
	border: 0px;
	margin: 13px 0px 0px;
}

section.pad95-100-top-bottom .btn-123 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 41px;
	height: 43px;
	width: 201px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	margin: 0 auto;
	text-align: center;
	text-transform: lowercase;
	font-weight: 500;
}

.apply-coupons,
a.proceed-checkout {
	background: #262626;
	color: #fff;
	border: 1px solid #729a30;
	font-size: 14px;
	width: 135px;
	height: 42px;
	border: 0px;
	margin: 13px 0px 0px;
	font-size: 15px;
}

.discount-codes h4 {
	font-size: 20px;
	color: #262626;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding-bottom: 18px;
}

section.pad95-100-top-bottom .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 41px;
	height: 43px;
	width: 144px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

section.pad95-100-top-bottom .btn-12 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 41px;
	height: 43px;
	width: 333px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	margin: 0 auto;
	text-align: center;
}

section.pad95-100-top-bottom .button8::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #035c8c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section.pad95-100-top-bottom .button8:hover::before {
	opacity: 1;
	width: 100%;
}
/*=====================================================================*/
/*404 page -section start from here*/
/*=============================== ======================================*/
.page-ero .error_page {
	background: url(../images/404-background.jpg) no-repeat;
	background-size: cover;
}

.page-ero .error_shadow {
	background: rgba(0, 0, 0, 0.5);
	padding-top: 90px;
	padding-bottom: 95px;
}

.page-ero .cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 1060px;
	height: 657px;
	padding: 15px 0;
	padding-left: 85px;
}

.page-ero .pageErroreTitle .cell-view {
	height: 790px;
}

.page-ero .pageErroreTitle .as {
	font-size: 200px;
	line-height: 146px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
}

.page-ero .pageErroreTitle p {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}

.page-ero .error_page .error .button6 {
	width: 303px;
	height: 64px;
	line-height: 64px;
	float: none;
}

.page-ero .pageErroreTitle {
	position: relative;
	text-align: center;
}

.page-ero .button8::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #262626;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.page-ero .button8:hover::before {
	opacity: 1;
	width: 100%;
}

.go-to .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 65px;
	height: 62px;
	width: 305px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.page-ero .go-to {
	margin-top: 30px;
	margin-bottom: 0px;
}

span.main-looking {
	font-size: 25px;
	line-height: 57px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
/*=====================================================================*/
/*maintenance page -section start from here*/
/*=============================== ======================================*/
section.main-maintenance .maintenance {
	background: url(../images/maintenance-bg.jpg) no-repeat;
	background-size: cover;
	position: Relative;
}

section.main-maintenance .maintenance_text {
	padding: 304.5px 0;
}

section.main-maintenance .maintenance .maintenance_text h1 {
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}

section.main-maintenance .maintenance .maintenance_text p {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

section.main-maintenance .maintenance_text h6 {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
}

section.main-maintenance .barfiller .fill {
	background: red;
	display: block;
	height: 100%;
	z-index: 1;
	width: 0;
}

section.main-maintenance .single-progress {
	margin-top: 70px;
}

section.main-maintenance .barfiller .tip {
	background: #262626;
	border-radius: 1px;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	left: 0;
	line-height: 20px;
	margin-top: -52px;
	padding: 8px 16px 8px 16px;
	position: absolute;
	text-align: center;
	z-index: 2;
	margin-left: 0;
	border-radius: 5px;
}

section.main-maintenance .barfiller .tip:after {
	border-color: #262626 transparent;
	border-image: none;
	border-style: solid;
	border-width: 11px 14px 0px 14px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 86%;
	left: 27%;
	-webkit-transform: rotate(-92deg);
	-ms-transform: rotate(-92deg);
	transform: rotate(360deg);
	z-index: 9;
}

section.main-maintenance .barfiller {
	padding: 0;
	background: #fff;
	border: 0;
	height: 6px;
	width: 713px;
	height: 19px;
	margin: 0 auto;
	position: relative;
}

section.main-maintenance .cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
	padding: 15px 0;
}
/*=====================================================================*/
/*coming-soon -section start from here*/
/*=============================== ======================================*/
section.main-coming-soon .commingWrapper {
	background: url(../images/coming-soon-bg.jpg) no-repeat;
	background-size: cover;
}

section.main-coming-soon .commingTitle .as {
	text-align: center;
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 45px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
}

section.main-coming-soon .commingWrapper p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
	width: 750px;
	line-height: 26px;
	margin: 0 auto;
}

section.main-coming-soon .timerWrapper .timer {
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-style: normal;
	text-align: center;
	position: relative;
	top: -21px;
	left: -4px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

section.main-coming-soon .timerWrapper .timer {
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-style: normal;
	text-align: center;
	position: relative;
	top: -21px;
	left: -4px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

section.main-coming-soon .timerWrapper .timerBlock span {
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

section.main-coming-soon .commingDescription form .simple-input {
	border: 0;
	max-width: 545px;
	border-radius: 0;
	margin-right: 22px;
	height: 55px;
	display: inline-block;
	float: left;
	width: 100%;
	padding-left: 20px;
	font-size: 17px;
	color: #797979;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

section.main-coming-soon .commingWrapper .cell-view {
	height: 974px;
}

section.main-coming-soon .timerWrapper {
	text-align: center;
	margin-bottom: 40px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ddd;
}

section.main-coming-soon .comming_shadow {
	width: 830px;
	margin: 0 auto;
}

section.main-coming-soon .timerWrapper .timerBlock {
	display: inline-block;
	position: relative;
	border: 0;
	border-radius: 100%;
	padding: 40px 33px;
	min-width: 170px;
	margin: 0 17px;
}

section.main-coming-soon .cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
	padding: 15px 0;
}

section.main-coming-soon .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	text-align: center;
	margin-right: auto;
	width: 194px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
}
/*=====================================================================*/
/*testimonial -section start from here*/
/*=============================== ======================================*/
section.testimonial h3.tt-title.text-owel {
	color: #262626;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding-left: 0;
	text-align: center;
	margin-top: 0;
}

section.testimonial p.testimonial-texts {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}

section.testimonial .client_say .testimonial {
	color: #fff;
	position: relative;
	background: #6a6a6a;
	padding: 12px;
	margin: 0 0 -20px 6px;
}

section.testimonial .owl-next {
	display: none;
}

section.testimonial .owl-prev {
	display: none;
}

section.testimonial .client_say .testimonial p {
	line-height: 21px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding: 10px 3px 17px 30px;
	width: auto;
	margin-top: -15px;
	font-weight: 300;
}

section.testimonial .client_say.cellpadding .media {
	margin-top: 40px;
	margin-left: 20px;
}

section.testimonial .name {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}

.croual {
	margin-top: 40px;
}

.testimonial .pricing_Features .tt-title:after {
	display: none;
}
/*=====================================================================*/
/*appointment -section start from here*/
/*=============================== ======================================*/
.main-appointment .tt-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 18px;
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-appointment .contact_us2_form input {
	border: 2px solid #eeeff0;
	height: 55px;
	background-color: #fcfcfc;
	box-shadow: none;
	margin-bottom: 24px;
}

select {
	width: 100%;
	border: 2px solid #eeeff0;
	height: 55px;
	background-color: #fcfcfc;
	box-shadow: none;
	margin-bottom: 0px;
	color: #898989;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 10px;
}

.custom-select {
	pading-bottom: 20px;
}

.main-appointment .tt-titles {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 18px;
	padding-bottom: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.main-appointment button.btn.btn-success.sim-button.button8 {
	width: 100%;
	background: #729a30;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	padding-bottom: 18px;
}

.main-appointment .button {
	padding-top: 15px;
}

.main-appointment button.btn.btn-success.sim-button.button8 span {
	padding-top: -5px;
}
/**google-map start **/
.google-maps {
	position: relative;
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/**footer csss**/
.btn-effect {
	color: #262626;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 18px;
	padding: 0px 45px 10px 45px;
	position: absolute;
	right: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.btn-success.button8 span {
	z-index: 2;
	display: block;
	position: relative;
	height: 100%;
}

.latest_news .btn-effect span:hover {
	color: green;
}

.btn-success.button8:hover span {
	color: #fff;
}

ul.tt-footer-list {
	margin-bottom: 0;
}

ul.tt-footer-list li:last-child {
	padding-bottom: 0;
}
/*=====================================================================*/
/*contact -section start from here*/
/*=============================== ======================================*/
.main-contectus .contect {
	text-align: center;
}

.main-contectus .contect strong {
	color: #035c8c;
	font-size: 45px;
}

.contect h4 {
	color: #262626;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contect p {
	font-size: 17px;
	color: #6a6a6a;
	font-family: 'Lato', sans-serif;
}

.contect h5 {
	color: #035c8c;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 14px;
}

.contect h5 a {
	color: #035c8c;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 14px;
}

.contact_form .content {
	text-align: center;
}

.contact_form {
	background: #fff;
}

.contact_form h4 {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #262626;
	margin-top: 0;
	margin-bottom: 15px;
}

.contact_form .simple-text p {
	margin: 0 auto;
	width: 590px;
	margin-bottom: 50px;
	font-size: 15px;
	font-weight: 400;
	color: #6a6a6a;
	font-family: 'Poppins', sans-serif;
}

.contact_form .form-control {
	border: 1px solid #dddddd;
	height: 49px;
	border-radius: 0;
	padding: 6px 15px;
}

.contact_form .form-group {
	margin-bottom: 20px;
}

.contact_form input {
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	box-shadow: none;
	outline: none;
}

.contact_form textarea.form-control {
	height: 100px;
	padding-top: 15px;
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.contact_form .form-group textarea {
	margin-bottom: 30px;
	box-shadow: none;
	outline: none;
}

.pl0 {
	padding-left: 0;
}

.pr0 {
	padding-right: 0;
}

.contact_form .sim-button.button6.yellowbtn {
	background: #729a30;
	display: inline-block;
	color: #fff;
	padding: 10px 36px 10px 36px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-top: 4px;
	width: 100%;
	height: 51px;
}
/*=====================================================================*/
/*checkbox-section start from here*/
/*=============================== ======================================*/
h3.check-heading {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding-bottom: 50px;
	font-weight: 700;
	color: #242424;
	font-size: 32px;
}

.checkout-form {
	width: 100%;
	float: left;
}

.checkout-form .form-field {
	width: 100%;
	float: left;
	margin: 2px 0px;
}

.checkout-form .form-field.field-49 {
	width: 49%;
}

.checkout-form .form-field.field-55 {
	width: 55%;
}

.checkout-form .form-field.field-fr {
	float: right;
}

.checkout-form .form-field label {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #696969;
	font-weight: 400;
	margin-bottom: 0px;
	padding-top: 14px;
}

.checkout-form .form-field .form-input,
.checkout-form .form-field .form-select,
.checkout-form .form-field .form-msg {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	padding: 14px;
	font-size: 15px;
	color: #969696;
}

.input-marginbtm {
	margin-bottom: 8px;
}

.checkout-form .form-field .checkbox_label {
	width: auto;
	cursor: pointer;
}

.checkout-form .form-field .checkbox_label input[type=checkbox],
input[type=radio] {
	margin: 4px 10px 0 0;
}

.product-orderlst {
	background: #f6f6f6;
	width: 100%;
	float: left;
	padding: 20px 35px 30px;
	margin: 20px 0px;
}

.product-orderlst ul {
	margin: 0px;
	padding: 0px;
}

.product-orderlst ul li {
	list-style: none;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #7e7e7e;
	padding: 14px 0px;
}

.product-orderlst ul li .left-txt {
	width: 45%;
	float: left;
}

.product-orderlst ul li .rght-txt {
	width: 25%;
	float: right;
}

.product-orderlst ul li:first-child {
	font-weight: 700;
	font-size: 18px;
}

.product-orderlst ul li:last-child {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.paypal-img img {
	padding-top: 15px;
}

.paypal-img {
	float: left;
	margin: -13px 20px 0px;
}

.main-h {
	padding-top: 35px;
	padding-bottom: 35px;
}

a.whatpaypal {
	font-size: 16px;
	color: #729a30;
	font-family: 'Lato', sans-serif;
}

.checkout-form .form-field .form-msg {
	height: 95px;
}

.paypal-margin {
	margin: 40px 0px;
}

.wdt-100 {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}

h4.billing {
	color: #242424;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.your {
	color: #242424;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

h4.adisional {
	color: #242424;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
/*=====================================================================*/
/*gallery-2-section start from here*/
/*=============================== ======================================*/
.project_2columns ul.portfolio-sorting {
	margin-bottom: 0;
}

.portfolio-sorting li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #8f8f8f;
	text-decoration: none;
	font-size: 14px;
	color: #8f8f8f;
}

.portfolio-sorting li:hover a {
	color: #fff;
}

.portfolio-sorting li:hover {
	background: #035c8c;
}

.portfolio-sorting li a:hover {
	color: #fff;
	display: inline-block;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	margin-bottom: 25px;
}

.portfolio-sorting.list-inline>li {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-right: 15px;
}

.project_2columns .portfolio-item {
	padding: 20px;
	box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.1);
	border: 1px solid #dfdfdf;
	margin-top: 40px;
}

.project_2columns .sub-title {
	margin-top: 20px;
}

.sub-title {
	color: #729a30;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 20px;
}

.portfolio-item img {
	width: 100%;
}

.portfolio.project_2columns.cellpadding figure {
	overflow: hidden;
}

.portfolio.project_2columns.cellpadding figure img {
	width: 100%;
	height: auto;
}

.portfolio.project_2columns.cellpadding figure {
	float: left;
	width: 100%;
	position: relative;
}

.portfolio.project_2columns.cellpadding .isotopeSelector img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.portfolio.project_2columns.cellpadding figure .overlay-background {
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content.with-icons {
	text-align: center;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 40px;
}

.portfolio.project_2columns.cellpadding figure .inner-overlay-content.with-icons a {
	width: 53px;
	height: 53px;
	line-height: 50px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-size: 20px;
	background: #242424;
	color: #fff;
	border-radius: 50%;
}

.portfolio.project_2columns.cellpadding figure:hover .overlay-background {
	display: block;
}

.portfolio.project_2columns.cellpadding figure:hover .overlay-background {
	opacity: 1;
	visibility: visible;
}

.portfolio.project_2columns.cellpadding .overlay-background .icon-Search {
	font-size: 15px;
}

.portfolio.project_2columns.cellpadding .isotopeSelector {
	margin-bottom: 30px;
}

.portfolio.project_2columns.cellpadding .cobbies .button {
	text-align: center;
	margin-top: 5px;
}
/*=====================================================================*/
/*gallery-3-section start from here*/
/*=============================== ======================================*/
.portfolio.project_3columns.cellpadding figure {
	float: left;
	width: 100%;
	position: relative;
}

.portfolio-item img {
	width: 100%;
}

.portfolio.project_3columns.cellpadding figure {
	overflow: hidden;
}

.portfolio.project_3columns.cellpadding figure img {
	width: 100%;
	height: auto;
}

.portfolio.project_3columns.cellpadding figure {
	float: left;
	width: 100%;
	position: relative;
}

.portfolio.project_2columns.cellpadding .isotopeSelector img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.portfolio.project_3columns.cellpadding figure .overlay-background {
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content.with-icons {
	text-align: center;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 40px;
}

.portfolio.project_3columns.cellpadding figure .inner-overlay-content.with-icons a {
	width: 53px;
	height: 53px;
	line-height: 50px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-size: 20px;
	background: #242424;
	color: #fff;
	border-radius: 50%;
}

.portfolio.project_3columns.cellpadding figure:hover .overlay-background {
	display: block;
}

.portfolio.project_3columns.cellpadding figure:hover .overlay-background {
	opacity: 1;
	visibility: visible;
}

.portfolio.project_3columns.cellpadding .overlay-background .icon-Search {
	font-size: 15px;
}

.portfolio.project_3columns.cellpadding .isotopeSelector {
	margin-bottom: 30px;
}

.portfolio.project_3columns.cellpadding .cobbies .button {
	text-align: center;
	margin-top: 5px;
}

.project_3columns .sub-title {
	margin-top: 20px;
}

.project_3columns .portfolio-item {
	padding: 15px;
}

.project_3columns .list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	margin-bottom: 25px;
}
/*=====================================================================*/
/*gallery-4-section start from here*/
/*=============================== ======================================*/
.portfolio.project_4columns.cellpadding figure {
	float: left;
	width: 100%;
	position: relative;
}

.portfolio-item img {
	width: 100%;
}

.portfolio.project_4columns.cellpadding figure {
	overflow: hidden;
}

.portfolio.project_4columns.cellpadding figure img {
	width: 100%;
	height: auto;
}

.portfolio.project_4columns.cellpadding figure {
	float: left;
	width: 100%;
	position: relative;
}

.portfolio.project_4columns.cellpadding .isotopeSelector img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.portfolio.project_4columns.cellpadding figure .overlay-background {
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content.with-icons {
	text-align: center;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 0;
}

.portfolio.project_4columns.cellpadding figure .inner-overlay-content.with-icons a {
	width: 53px;
	height: 53px;
	line-height: 50px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-size: 20px;
	background: #242424;
	color: #fff;
	border-radius: 50%;
}

.portfolio.project_4columns.cellpadding figure:hover .overlay-background {
	display: block;
}

.portfolio.project_4columns.cellpadding figure:hover .overlay-background {
	opacity: 1;
	visibility: visible;
}

.portfolio.project_4columns.cellpadding .overlay-background .icon-Search {
	font-size: 15px;
}

.portfolio.project_4columns.cellpadding .isotopeSelector {
	margin-bottom: 30px;
}

.portfolio.project_4columns.cellpadding .cobbies .button {
	text-align: center;
	margin-top: 5px;
}

.project_4columns .sub-title {
	margin-top: 20px;
}

.project_4columns .list-inline {
	padding-left: 0;
	margin-left: 0px;
	list-style: none;
	margin-bottom: 40px;
}

.overlays {
	padding-left: 0;
	padding-right: 0;
}
/*=====================================================================*/
/*trainers-section start from here*/
/*=============================== ======================================*/
.trainers-1 {
	margin-left: 40px;
	margin-top: 60px;
}

.trainers-1 h5 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.trainers-1 span {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #035c8c;
}

.border-1 {
	border-bottom: 2px solid #1e2434;
	width: 10%;
	padding-top: 10px;
}

.harry-bron span {
	color: #6a6a6a;
	font-weight: 300;
}

.harry-bron li {
	color: #262626;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	list-style: none;
	margin-bottom: 19px;
}

.harry-bron p {
	display: inline-block;
	font-size: 17px;
	font-weight: 300;
	position: absolute;
	left: 206px;
	width: 437px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
}

.harry-bron ul {
	padding-top: 30px;
	padding-left: 0;
}

.harry-bron ul li a {
	color: #262626;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

li.last {
	padding-top: 104px;
}

.trainers-Detail i.fa.fa-facebook {
	font-size: 18px;
	color: #6a6a6a;
	padding-right: 10px;
	font-weight: 300;
}

.trainers-Detail i.fa.fa-twitter {
	font-size: 18px;
	color: #6a6a6a;
	padding-right: 10px;
	font-weight: 300;
}

.trainers-Detail i.fa.fa-google-plus {
	font-size: 18px;
	color: #6a6a6a;
	font-weight: 300;
}

.trainers-Detail i.fa.fa-facebook:hover {
	color: #729a30;
}

.trainers-Detail i.fa.fa-twitter:hover {
	color: #729a30;
}

.trainers-Detail i.fa.fa-google-plus:hover {
	color: #729a30;
}

section.my-class {
	background: #f5f5f5;
}

.class-2 h5 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.class-2 span {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #035c8c;
}

.class-2 {
	padding-top: 80px;
}

.bodrs {
	border: 1px solid #1e2434;
}

.simpleee-text p {
	padding-top: 38px;
	font-size: 17px;
	font-weight: 300;
	width: 791px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
}

section.my-class .check-text ul {
	margin: 0;
	padding: 0;
}

section.my-class .check-text {
	padding-top: 32px;
}

section.my-class i.fa.fa-check-square-o {
	color: #035c8c;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 10px;
	padding-bottom: 10px;
}

section.my-class .check-text ul li {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #898989;
	list-style: none;
}

.body-f h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #262626;
}

.body-f {
	margin-bottom: 80px;
}

.f-right {
	float: right;
}

i.fa.fa-chevron-right {
	color: #729a30;
}

i.fa.fa-chevron-left {
	color: #729a30;
}
/*=====================================================================*/
/*index-2-section start from here*/
/*=============================== ======================================*/
.header-2 .header-top {
	background: #1e2434;
}

.header-2 .call-us {
	display: inline-block;
}

.header-2 .call-us a {
	line-height: 48px;
	font-size: 20px;
	color: #FFF;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: .45px;
	text-decoration: none;
	font-weight: 600;
}

.header-2 .call-us span {
	line-height: 48px;
	font-size: 16px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	letter-spacing: .45px;
	padding-right: 10px;
}

.header-2 .call-us span {
	border-left: 1px solid #96b06b;
	padding-left: 20px;
}

.header-2.header1 .tt-header .main-nav>ul>li>a {
	color: #262626;
}

.header-2.header1 .tt-header .main-nav>ul>li.active>a span {
	border-bottom: 1px solid #035c8c;
}

.header-2.header1 .tt-header .main-nav>ul>li a:hover span {
	border-bottom: 1px solid #035c8c;
}

.header-2 .pull-right ul li a :hover {
	/*color: #262626;*/
}

.header-2.header1 .tt-header {
	background: #fff;
}

.header-2 .leave-now {
	float: right;
}

.header-2 .leave-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-top: 21px;
	width: 189px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	height: 46px;
	font-weight: 500;
	line-height: 44px;
}

.header-2 .leave-now .sim-button span {
	color: #FFF;
	font-size: 16px;
}

.header-2 .leave-now .sim-button span:hover {
	color: #fff;
}

.header-2.header1 {
	position: relative;
	width: 100%;
	clear: both;
	z-index: 20000;
}
.header-2.header1 .white{
	display: none;
}
.header-2.header1 .header_social {
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
	padding-right: 20px;
}
/*banner-2-section css start*/
.slider-2.hm4slider .slide1 {
	background: url(../images/slider-3.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-2.hm4slider .slide2 {
	background: url(../images/slider-four.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-2.hm4slider .slide3 {
	background: url(../images/slider-five.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-2.hm4slider .slide1:before {
	content: '';
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-2.hm4slider .slide2:before {
	content: '';
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-2.hm4slider .slide3:before {
	content: '';
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}
/*fitaza-2-section css start*/
.fitaza-1 .fitaza h2 {
	padding-top: 50px;
	margin-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 21px;
}

.fitaza-1.about-fitaza img {
	margin-top: 0px;
	float: right;
}

.fitaza-1 .botton-first .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	width: 141px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin-top: 20px;
	float: left;
	font-weight: 500;
}
/*class-be offer-2-section css start*/
.main-offer {
	background: url(../images/index-2/1.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	height: 463px;
	background-attachment: fixed;
}

.main-offer .traning h2 {
	color: #fff;
	font-size: 41px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.main-offer .traning h3 {
	color: #fff;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

.main-offer .traning span {
	color: #035c8c;
}

.main-offer .traning {
	padding-top: 65px;
	padding-bottom: 15px;
}

.main-offer .main-classes .Running-Classes {
	margin-bottom: 0;
}

.main-offer .main-classes .Running-Classes p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	line-height: 28px;
	padding-bottom: 15px;
}

.main-offer .c-enter {
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	padding-bottom: 40px;
}

.main-offer .Running-Classes img {
	width: 100%;
}

.c-enter {
	border: 1px solid#cccccc;
}
/*work-out-section css start*/
.stripes-1 {
	margin-top: 380px;
	background: #1e2434;
}

.stripes-1 .border-left22 h2 {
	color: #035c8c;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
}

.stripes-1 .border-left22 h5 {
	color: #FFF;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-align: center;
}

.care .getfit {
	background: url(../images/index-2/bc-image.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.care .getfit:before {
	content: '';
	background: rgba(30, 36, 52, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.care .getfit .Weeks h1 {
	color: #FFF;
	padding-top: 0px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 600;
}
/*your pricing section css start*/
.your-pricing .classes h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	margin-bottom: 20px;
}

.your-pricing .classes h2 span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.your-pricing .classes p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 0px;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 10px;
}

.dedecate {
	margin-top: 45px;
}

.basics ul {
	margin: 0;
	padding: 0;
}

.basics ul li {
	list-style: none;
	padding-left: 56px;
	color: #262626;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-bottom: 4px;
	letter-spacing: 0.30px;
}

.basics ul li i {
	padding-right: 18px;
	color: #1e2434;
	font-size: 17px;
}

.basics {
	background: #f5f7fa;
	padding-top: 120px;
	padding-bottom: 45px;
}

.parmonth h3 {
	margin: 0;
	padding: 0;
}

.parmonth {
	background: #035c8c;
}

.parmonth h3 {
	font-size: 73px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-left: 40px;
	padding-top: 70px;
}

.parmonth span {
	font-size: 18px;
	font-weight: 300;
}

.dedecate .botton-secound .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	width: 168px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
	text-align: center;
}

.dedecate .btn-default {
	border-radius: 11px;
	margin-top: 30px;
	border: 0;
	color: #333;
	background-color: #fff;
	padding: 7px 30px 7px 30px;
	margin-left: 46px;
	margin-bottom: 26px;
}

.dedecate .btn {
	color: #1e2434;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

.basic {
	background: #035c8c;
	padding: 5px 0 5px 00px;
	transform: rotate(-30deg);
	position: absolute;
	top: -2px;
	width: 100%;
	text-align: center;
	right: 107px;
	overflow: hidden;
}

.basics {
	overflow: hidden;
	position: relative;
}

.basic h4 {
	padding-right: 50px;
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.parmonth:hover {
	background: #262626;
}

.basic:hover {
	background: #262626;
}

.hover-1:hover {
	background: #1e2434;
}

.hover-1 {
	background: #262626;
}

.hover-2 {
	background: #262626;
}

.hover-2:hover {
	background: #035c8c;
}
/* client carousel */
.client_say_05 {
	background: url(../images/index-2/client-2.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

.client_say_05:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.90;
	content: '';
}

.client_say_05 .icon {
	color: #f2c21a;
	font-size: 40px;
}

.client_say_05 .tt-testimonial-info {
	padding: 30px;
	text-align: center;
	padding-top: 50px;
	z-index: -1;
}

.client_say_05 .tt-testimonial-name {
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.client_say_05 .tt-testimonial-position {
	color: #f2c21a;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 3px;
}

.client_say_05 .tt-testimonial-info:after {
	background: url(../images/home5/decor5.png);
	display: block;
	position: absolute;
	top: 100%;
	left: 68px;
	width: 27px;
	height: 22px;
	content: '';
}

.client_say_05 .swiper-pagination.relative-pagination {
	display: block;
}

.client_say_05 .tt-testimonial-info {
	position: relative;
	background: transparent;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 33px 14px 36px 71px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.client_say_05 .tt-testimonial-info:before {
	content: "\f10d";
	display: block;
	position: absolute;
	top: 20px;
	left: 18px;
	width: 35px;
	height: 26px;
	font-family: FontAwesome;
	font-size: 35px;
	color: #f2c21a;
}

.client_say_05 .tt-testimonial-user {
	padding-left: 0;
	padding-top: 0;
	display: inline-block;
	vertical-align: middle;
}

.client_say_05 .tt-testimonial-img {
	padding-left: 0;
	padding-top: 0;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}

.client_say_05 .tt-block {
	position: relative;
}

.client_say_05 .tt-testimonial .simple-text p {
	font-family: 'Lato', sans-serif;
	color: #898989;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 auto;
	width: 473px;
}
/* changes */
/*  homepage 5 client section changes */
.client_say_05 .image {
	text-align: center;
}

.client_say_05 .image img {
	margin: 0 auto;
	margin-bottom: -40px;
}

.client_say_05 .tt-testimonial-info:after {
	display: none;
}

.client_say_05 .tt-testimonial-info:before {
	display: none;
}

.client_say_05 .tt-testimonial-info {
	padding: 30px;
	text-align: center;
	padding-top: 50px;
	z-index: -1;
}

.client_say_05 .tt-testimonial-user {
	margin-top: 15px;
}

.client_say_05 .icon {
	color: #1e2434;
	font-size: 16px;
}

.client_say_05 .tt-testimonial-info {
	background: #fff;
}

.client_say_05 .cilent-crousal {
	color: #fff;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
}

.headings h2 {
	color: #035c8c;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.icon i {
	margin: 0;
	padding: 0;
}

.text-v {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-bottom: 50px;
}
/*=====================================================================*/
/*latest_news-section start from here*/
/*=============================== ======================================*/
.tt-archive {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border: 1px solid #d9d9d9;
}

.tt-archive li {
	padding: 24px 30px 24px 30px;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: #ffffff;
}

.tt-archive li:last-child {
	border-bottom: 0;
}

.tt-archive-title:hover a {
	color: #fff;
}

.tt-archive-title {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #035c8c;
	margin-bottom: 15px;
	text-decoration: none;
}

.tt-archive-bottom {
	font-size: 15px;
	line-height: 19px;
}

.tt-archive-bottom span {
	display: inline-block;
	margin-right: 20px;
	color: #6a6a6a;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}

.tt-archive-bottom span:last-child {
	margin-right: 0;
}

.tt-archive-all {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #1e2434;
	font-family: 'Poppins', sans-serif;
}

.tt-archive li:hover .tt-archive-all {
	color: #fff;
	text-decoration: none;
}

.tt-archive li:hover {
	background: #1e2434;
}

.tt-archive li:hover .tt-archive-title {
	color: #fff;
	text-decoration: none;
}

.tt-archive li:hover .tt-archive-bottom span {
	color: #FFF;
}

.tt-archive li:hover .tt-archive-title:hover {
	color: #fff;
}
/*=====================================================================*/
/*new-botton-section start from here*/
/*=============================== ======================================*/
.f-buton button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	z-index: 0;
}

.f-buton .button8 span {
	position: relative;
}

.f-buton .btn.focus,
.main-services .btn:focus,
.main-services .btn:hover {
	color: #fff;
}

.n-btns button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
}

.n-btns .button8 span {
	position: relative;
}

.n-btns .btn.focus,
.n-btns .btn:focus,
.n-btns .btn:hover {
	color: #fff;
}

.btun-2 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	z-index: 0;
}

.btun-2 .btn.focus,
.btun-2 .btn:focus,
.btun-2 .btn:hover {
	color: #fff;
}

.btun-2 .button8 span {
	position: relative;
}

.btn-3 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
}

.btn-3 .button8 span {
	position: relative;
	z-index: 0;
}

.btn-3 .btn.focus,
.btn-3 .btn:focus,
.btn-3 .btn:hover {
	color: #fff;
}

.btn-4 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	float: left;
}

.btn-4 .button8 span {
	position: relative;
}

.btn-4 .btn.focus,
.btn-4 .btn:focus,
.btn-4 .btn:hover {
	color: #fff;
}

.btn-5 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	float: left;
}

.btn-5 .button8 span {
	position: relative;
	z-index: 0;
}

.btn-5 .btn.focus,
.btn-5 .btn:focus,
.btn-5 .btn:hover {
	color: #fff !important;
}

.btn-6 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 212px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	float: left;
}

.btn-6 .button8 span {
	position: relative;
}

.btn-6 .btn.focus,
.btn-6 .btn:focus,
.btn-6 .btn:hover {
	color: #fff !important;
}

.btn-7 button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 55px;
	text-align: center;
	margin-right: auto;
	margin-top: 15px;
	width: 100%;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	float: left;
}

.btn-7 .button8 span {
	position: relative;
}

.btn-7 .btn.focus,
.btn-7 .btn:focus,
.btn-7 .btn:hover {
	color: #fff;
}

.commentsForm button {
	border: 0;
	background: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	text-align: center;
	margin-right: auto;
	margin-top: 3px;
	width: 160px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	padding-top: 0;
	border-radius: 0;
	float: left;
}

.commentsForm .button8 span {
	position: relative;
}

.commentsForm .btn.focus,
.commentsForm .btn:focus,
.commentsForm .btn:hover {
	color: #fff !important;
}

.commentsForm .button8::before {
	background: #035c8c;
}

/*=====================================================================*/
/*index-3-section start from here*/
/*=============================== ======================================*/
@media(min-width:992px) {
	.header-3 .tt-header.stick .top {
		position: relative;
		background: #fff;
	}

	.header-3.header1 .tt-header .logo {
		margin-top: 0;
		padding-left: 40px;
	}

	.header-3.header1 .tt-header.stick .logo {
		margin-top: 0;
		padding-left: 0;
	}

	.header-3 .tt-header.stick .main-nav>ul>li>a:last-child {
		padding-right: 0;
	}

	.header-3.header-2.header1 .tt-header {
		background: none;
	}

	.header-3.header-2.header1 .tt-header.stick {
		background: #fff;
	}

	.top-3 {
		background: #fff;
	}

	.header-3.header-2 .header-top {
		background: #035c8c;
		padding-bottom: 0px;
		height: 95px;
		border-bottom: none;
	}

	.header-3 .tt-header {
		top: -20px;
	}

	.top-3 {
		position: absolute;
		margin-top: -24px;
		background: #f7f4f4;
		width: 93%;
		margin-left: 45px;
	}

	.header-3 .tt-header .main-nav {
		display: inline-block;
		vertical-align: top;
		padding-right: 0;
	}

	.header-3.header1 {
		border: 0;
	}

	.header-3 .tt-header.stick {
		top: 0;
	}

	.header-3 .tt-header.stick .top-3 {
		margin-top: 0;
		position: relative;
	}
}
/*slider css start*/
.slider-3.hm4slider .slide1 {
	background: url(../images/background.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-3.hm4slider .slide2 {
	background: url(../images/background-two.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.hm4slider.slider-3 .slide3 {
	background: url(../images/background-three.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

.hm4slider.slider-3 .tt-mslide-title h3 {
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
	float: none;
}

.hm4slider.slider-3.slider_content .sim-button {
	float: left;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	width: 168px;
	cursor: pointer;
	background: #729a30;
	border: 0;
	margin-top: 12px;
}

.slider-3 .wrapper-inner-tab-backgrounds-first {
	float: NONE;
	width: 100%;
}

.slider-3.hm4slider .slider_content {
	width: 50%;
	float: right;
}

.slider-3.hm4slider .slider_content .tt-mslide-title p {
	width: 100%;
	margin: 0;
	text-align: left;
}

.slider-3.hm4slider .slider_content .sim-button {
	float: left;
	margin-top: 30px;
}

.slider-3.hm4slider .slide1:before {
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-3.hm4slider .slide2:before {
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-3.hm4slider .slide3:before {
	background: rgba(1, 1, 1, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}
/**slider css end**/
.about-fit .fast h2 {
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
}

.about-fit h2 span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.about-fit .fast p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	width: 719px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-fit .fast {
	margin-top: 50px;
	padding-left: 10px;
}

.main-cls {
	background: #fafafa;
}

.main-cls .runing {
	/*border: 1px solid#e4e8dd;*/
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.main-cls .runing:hover {
	background: #035c8c;
}

.main-cls .runing h2 {
	padding-top: 0;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
}

.main-cls .runing:hover h2 {
	color: #fff;
}

.main-cls .runing:hover p {
	color: #fff;
}

.main-cls .runing p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #898989;
	line-height: 28px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: 300;
}

.main-cls .runing .btn-u a {
	color: #035c8c;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding-bottom: 0px;
}

.main-cls .runing:hover .btn-u a {
	color: #262626;
}

.stripes-2.stripes-1 {
	margin-top: 0;
}

.stripes-2 {
	background: url(../images/index-3/background-2.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

.stripes-2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1e2434;
	opacity: 0.70;
}

.stripes-2 .border-left22 h5 {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-align: center;
}
/* client say section css */
.client-22 .client_say .owl-carousel.owl-drag .owl-item {
	padding: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(0, 0, 0, 0.60);
	border: 0;
}

.client-22.client_say_content {
	position: relative;
}

.client-22.client_say {
	background: url(../images/index-3/background-3.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

.client-22.client_say:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(30, 36, 52, 0.7);
}

.client-22.client_say .owl-carousel.owl-drag .owl-item {
	padding: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(0, 0, 0, 0.60);
	border: 0;
	padding-bottom: 0;
}

.client-22.client_say .owl-carousel .owl-item img {
	width: auto;
}

.client-22.client_say .test_slider .right_content p {
	font-family: 'PT Serif', serif;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 0;
	letter-spacing: 0.30px;
}

.client-22.client_say .test_slider .content h4 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 0.30px;
}

.client-22.client_say .test_slider .image {
	display: inline-block;
	float: left;
	padding-right: 30px;
}

.client-22.client_say .test_slider .content {
	border-right: 1px solid #bfbfbf;
	height: 70px;
	display: inline-block;
	padding-right: 35px;
	padding-top: 6px;
}

.client-22 .test_slider {
	width: 820px;
	margin: 0 auto;
}

.client-22 .client_say .left_content {
	padding-top: 4px;
}

.client-22.client_say .simple-text p {
	width: 560px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.client-22 .client_say .owl-nav {
	display: none;
}

.client-22 .client_say .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	float: none;
	margin: 0 auto;
	padding-right: 10px;
}

.client-22.client_say .owl-theme .owl-dots {
	transform: rotate(-90deg);
}

.client-22.client_say .owl-theme .owl-dots .owl-dot {
	padding-top: 10px;
}

.client-22.client_say .owl-theme .owl-dots .owl-dot.active span {
	background: #035c8c;
}

.client-22 .owl-prev {
	display: none;
}

.client-22 .owl-next {
	display: none;
}

.tt-title {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 5px;
}

.client_say .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	float: none;
	margin: 0 auto;
	padding-right: 10px;
}

.text-centers {
	color: #fff;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

.client_say .test_slider .content p {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

.container.top {
	position: relative;
}
/*=====================================================================*/
/*index-4-section start from here*/
/*=============================== ======================================*/
.header-4 .header_top {
	border-top: none;
	padding-top: 28px;
	padding-bottom: 22px;
	background: #1e2434;
}

.header-4 .header_top ul {
	background: none;
	box-shadow: none;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

.header-4 .right_content1 .icon i {
	color: #ffffff;
	font-size: 20px;
	background: #035c8c;
	border-radius: 3px;
	padding: 10px;
	vertical-align: middle;
}

.header-4 .header1.header_social li {
	display: inline-block;
	margin-right: 16px;
}

.header-4 .right_content1 ul li:last-child {
	margin-right: 0;
}

.header-4.header1 .icon {
	font-size: 18px;
	color: #dadada;
	display: inline-block;
}

.header-4.header1 .text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.header-4 .header_top .right_content1 ul li {
	margin-left: 0px;
	float: left;
	list-style: none;
	margin-right: 150px;
}

.header-4 .header_top .right_content1 ul li:last-child {
	margin-right: 0;
}

.header-4.header1 .text h5 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	margin-bottom: 8px;
}

.header-4.header1 .text h6 {
	font-size: 14px;
	font-weight: 300;
	color: #e2e2e2;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}

.header-4.header1 .text h6 a {
	color: #e2e2e2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

.header-4.social-icon li {
	color: #262626;
}

.header-4.header1 .header_social li a {
	/*color: #262626;*/
	font-size: 18px;
	font-weight: 600;
}

.header-5.header1 .header_social li a{
	color: #1e2434;
}
.header-4.header1 .header_social li:hover a {
	color: #fff;
}

.header-4 .header_top .right_content1 .header_social li {
	margin-left: 0px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.header-4.header1 .header_social {
	padding-right: 0px;
}
/*nav baar css start */
@media (min-width:992px) {
	.header-4.header1 .tt-header .toggle-block {
		float: left;
	}

	.header-4 .logo {
		margin-top: 8px;
	}

	.header-4.header1 .tt-header .main-nav>ul>li>a {
		padding: 17px 20px;
	}

	.header-4.header-2 .leave-now .sim-button {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		text-align: center;
		margin-right: auto;
		width: 189px;
		cursor: pointer;
		background: #035c8c;
		border: 0;
		float: left;
		height: 62px;
		line-height: 62px;
		margin-top: 0;
	}

	.header-4.header-2 .leave-now .sim-button span {
		color: #fff;
	}

	.header-4.header1 .tt-header .main-nav>ul>li.active {
		background: #035c8c;
	}

	.header-4.header1 .tt-header .main-nav>ul>li:hover {
		background: #035c8c;
	}

	.header-4.header1 .tt-header .main-nav>ul>li:hover a {
		color: #fff;
	}

	.header-4.header1 .tt-header .main-nav>ul>li.active>a {
		color: #fff;
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li > a span {
		/*color: #262626;*/
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li:hover span {
		color: #fff;
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li:hover a {
		color: #fff;
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li.parent a {
		color: #FFF;
	}

	.header-4 .tt-header .main-nav>ul>li>ul>li>ul>li span {
		/*color: #262626;*/
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li span {
		/*color: #262626;*/
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li.parent ul li:hover span {
		color: #fff;
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li.parent:hover span {
		/*color: #262626;*/
	}

	.header-4 .tt-header .main-nav>ul>li>ul>li>ul>li>a {
		color: #262626;
	}

	.header-4 .tt-header .main-nav > ul > li > ul > li.parent a:hover span {
		color: #fff;
	}
}
/*slider-4 css start */
.slider-4.hm4slider .tt-mslide-entry {
	padding-bottom: 300px;
}

.slider-4.hm4slider .slide1 {
	background: url(../images/home-4/bck-1.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-4.hm4slider .slide2 {
	background: url(../images/home-4/bck-2.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-4.hm4slider.slider-4 .slide3 {
	background: url(../images/home-4/bck-3.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-4.hm4slider .slide1:before {
	content: '';
	background: rgba(1, 1, 1, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-4.hm4slider .slide2:before {
	content: '';
	background: rgba(1, 1, 1, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.slider-4.hm4slider .slide3:before {
	content: '';
	background: rgba(1, 1, 1, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}
/*runing css start */
.what_we_offers_05 {
	background: 0;
	margin-top: -117px;
	z-index: 1;
}

.what_we_offers .icon {
	margin-bottom: 15px;
}

.what_we_offers li {
	float: left;
	width: 33.3333333333%;
	list-style: none;
	background: #fff;
	padding: 40px 50px;
	text-align: center;
}

.tt-sub-title {
	font-size: 20px;
	font-weight: 600;
	color: #262626;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.30px;
	margin-top: 0;
	margin-bottom: 0;
}

.what_we_offers .content {
	position: relative;
}

.what_we_offers li:hover {
	background: #0;
}

.what_we_offers {
	position: relative;
}

.what_we_offers_05 ul {
	padding: 0;
	margin-bottom: 0;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.what_we_offers_05 .icon {
	color: #035c8c;
	font-size: 35px;
}

.what_we_offers_05 .text p {
	color: #898989;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
}

.what_we_offers_05 li:hover {
	background: #035c8c;
}

.what_we_offers_05 li:hover .icon {
	color: #fff;
}

.what_we_offers_05 li:hover p {
	color: #e2e2e2;
}

.what_we_offers_05 .backk-active .text p {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
}

.provid-u .provide h6 {
	font-size: 32px;
	color: #262626;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
}

.provid-u .provide span {
	color: #035c8c;
}

.provid-u img {
	float: right;
}

.provid-u .provide p {
	color: #6a6a6a;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding: 18px 0 18px 0;
	line-height: 28px;
}

.your-products {
	background: url(../images/home-4/background.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.your-products .secound-product {
	text-align: center;
}

.your-products .secound-product h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.your-products .secound-product span {
	color: #035c8c;
}

.your-products .owl-carousel {
	padding-top: 0;
}

.your-products .secound-product p {
	font-size: 17px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	padding-top: 10px;
	margin-bottom: 50px;
}

.your-products .prodct {
	background: #fff;
}

.your-products .prodct img {
	padding: 40px 25px 40px 30px;
}

.your-products .heading-p {
	background: #fafafa;
	text-align: center;
}

.your-products .heading-p h5 {
	padding-top: 0;
	margin-top: 0;
	font-size: 17px;
	color: #262626000;
	font-weight: 600;
	padding-top: 30px;
	font-family: 'Poppins', sans-serif;
}

.your-products .heading-p h6 {
	font-size: 17px;
	font-weight: 600;
	color: #262626;
	font-family: 'Poppins', sans-serif;
}

.heading-p .fitness-btn .sim-button {
	float: none;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	height: 39px;
	text-align: center;
	width: 138px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin-top: 12px;
	margin: 0 auto;
	z-index: 0;
}

.heading-p .fitness-btn {
	padding-top: 20px;
	padding-bottom: 35px;
}

.client-logo .stripes-1 {
	margin-top: 0;
	background: #1e2434;
}

.fa-fa-icon {
	color: #f2ae2b;
}

.fa-fa-icon li:last-child {
	color: #b8b8b8;
}

.fa-fa-icon ul {
	padding-left: 0;
}

.fa-fa-icon li {
	display: inline-block;
}
/*******your-parcing css*********/
.your-prcing-2 .basic {
	background: #1e2434;
	padding: 5px 0 5px 0px;
	transform: none;
	position: absolute;
	top: -2px;
	width: 100%;
	text-align: center;
	right: 0px;
	overflow: hidden;
}

.your-prcing-2 .basic h4 {
	padding-right: 0px;
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.your-prcing-2 .basics {
	background: #f5f5f5;
	padding-top: 79px;
	padding-bottom: 21px;
}

.your-prcing-2 .basics.basic-2 {
	background: #f5f5f5;
	padding-top: 79px;
	padding-bottom: 21px;
}

.your-prcing-2 .basics ul li i {
	padding-right: 18px;
	color: #035c8c;
	font-size: 14px;
}

.your-prcing-2 .parmonth {
	background: #1e2434;
}

.your-prcing-2 .parmonth h3 {
	font-size: 19px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-left: 66px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.your-prcing-2 .parmonth span {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 90px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.your-prcing-2 .dedecate .btn-default {
	border-radius: 11px;
	margin: 15px 0;
	border: 0;
	color: #fff;
	background-color: #739a31;
	padding: 7px 30px 7px 30px;
	margin-bottom: 21px;
}

.your-prcing-2 .secound-btn {
	text-align: center;
}

.your-prcing-2 .secound-btn {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.your-prcing-2 .sim-button {
	border-radius: 11px;
	margin: 15px 0;
	border: 0;
	color: #333;
	background-color: #739a31;
	padding: 7px 30px 7px 30px;
	width: 150px;
	height: 37px;
	line-height: 0px;
}

.your-prcing-2 .sim-button span {
	color: #fff;
	padding-right: 50px;
	padding-top: 0;
	z-index: 0;
}

.basics.basic-2 ul li {
	list-style: none;
	padding-left: 56px;
	color: #333;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-bottom: 4px;
}

.your-prcing-2 .basic.basic-4 {
	background: #035c8c;
	padding: 5px 0 5px 0px;
	transform: none;
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	right: 0px;
	overflow: hidden;
}

.your-prcing-2 .parmonths h3 {
	font-size: 19px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-left: 66px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.your-prcing-2 .parmonths {
	background: #035c8c;
}

.your-prcing-2 .parmonths span {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 90px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.your-prcing-2 .button8::before {
	border-radius: 11px;
	border: 1px solid:#fff;
}

.your-prcing-2 .btn-12 .button8:before {
	background: #035c8c;
}

.your-prcing-2 .btn-12 .button8 {
	border-radius: 11px;
	border: 1px solid:#fff;
	background: #262626;
}
/*****Success slider css start******/
.main-owal {
	margin-top: 80px;
}

.main-owal {
	background: url(../images/home-4/background-2.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

.main-owal:before {
	content: '';
	background: rgba(30, 36, 52, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	right: 0;
	clear: both;
}

.main-owal .owel-crousal {
	text-align: center;
}

.main-owal .owel-crousal h2 {
	color: #035c8c;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
}

.main-owal .owel-crousal span {
	color: #fff;
}

.main-owal .owel-crousal .border {
	border-bottom: 2px solid #FFF;
	width: 106px;
	margin: 0 auto;
	padding-top: 10px;
}

.main-owal .owel-crousal img {
	padding-top: 20px;
	margin: 0 auto;
	width: auto;
}

.main-owal .owel-crousal p {
	padding-top: 20px;
	font-size: 17px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 27px;
	font-weight: 300;
}

.main-owal .owel-crousal h3 {
	color: #035c8c;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.main-owal .owel-crousal h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding-top: 5px;
	margin-bottom: 0;
}

.main-owal .client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	display: none;
}

.latest_news2.latest_news4 {
	padding-top: 80px;
	;
}

.main-owal .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	float: none;
	margin: 0 auto;
	padding-right: 10px;
}

.main-owal .owl-theme .owl-dots .owl-dot.active span {
	background: #035c8c;
}

.main-owal .owl-theme .owl-dots {
	display: block;
}

.main-owal .owl-theme .owl-dots {
	transform: rotate(-90deg);
}

.main-owal .owl-theme .owl-dots .owl-dot {
	padding-top: 10px;
}

.latest_news4 .news_grid1 {
	background: url(../images/home-4/7.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 300px;
}

.latest_news4 .news_grid2 {
	background: url(../images/home-4/8.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 300px;
}

.latest_news4 .news_grid3 {
	background: url(../images/home-4/9.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 300px;
}

.latest_news2 .news_grid_info {
	background: rgba(30, 36, 52, 0.7);
	padding: 40px;
	height: 300px;
	display: none;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.latest_news2 .tt-title {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: initial;
}

.latest_news2 .news_grid_info p {
	font-size: 16px;
	letter-spacing: 0.30px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 400;
}

.latest_news2 .news_grid1:hover .news_grid_info,
.news_grid2:hover .news_grid_info,
.news_grid3:hover .news_grid_info {
	display: block;
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1 ease;
	-moz-transition: 1s ease;
}

.latest_news2 .news_grid_info p.date {
	font-size: 17px;
	letter-spacing: 0.30px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.latest_news2 .news_grid_info h3 {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: 0.30px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #035c8c;
	line-height: 26px;
	margin-top: 10px;
}

.latest_news2 .news_grid_info a {
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.30px;
	font-family: 'Lato', sans-serif;
}

.latest_news2 .news_grid_info i {
	color: #262626;
}

.latest_news2 .onely {
	margin-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	text-align: center;
}

.latest_news2 .onely span {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #035c8c;
}

.latest_news2 .tt-title {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: initial;
}

.latest_news2 .simple-text p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 9px;
	text-align: center;
	padding-bottom: 40px;
}

.header-4.header1 {
	border: 0;
}

.event_details .google-maps {
	height: 400px;
	;
}

.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
	background: #035c8c;
	color: #fff;
	text-decoration: none;
}

.extracellpadding {
	padding: 100px 0;
}

footer .tt-copy-right p {
	margin-bottom: 0;
}

.your-pricing .sim-button {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	border-radius: 11px;
	margin-top: 30px;
	border: 0;
	background-color: #fff;
	padding: 7px 30px 7px 30px;
	margin-left: 46px;
	margin-bottom: 26px;
	width: 150px;
	height: 39px;
	line-height: 39px;
	padding-top: 0;
}

.your-pricing .button8 span {
	position: relative;
	z-index: 1;
}

.your-pricing .button8::before {
	background-color: #035c8c;
	border-radius: 11px;
}

.your-pricing .button8:hover span {
	color: #fff;
}

.your-pricing .parmonth.hover-2 .sim-button {
	color: #333;
}

.your-pricing .parmonth.hover-2 .button8::before {
	background-color: #333;
}

.home3projects .list-inline {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-bottom: 10px;
}

.home3projects .portfolio-item {
	padding: 0;
	margin-top: 40px;
}

.home3clients .owl-nav {
	display: none;
}

.home3clients .owl-theme .owl-dots .owl-dot {
	position: relative;
}

.home3clients {
	padding-bottom: 40px;
}

.home4pricing .sim-button {
	background-color: #035c8c;
	margin: 0;
}

.home4pricing .button8::before {
	background-color: #262626;
	border-radius: 11px;
}

.home4pricing .secound-btn {
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-owal .owl-carousel {
	padding-top: 0;
}

.main-owal .owl-nav {
	display: none;
}

.main-owal {
	padding-bottom: 40px;
	overflow: hidden;
}

.main-owal i {
	font-size: 30px;
	color: #035c8c;
	margin-top: 40px;
}

.home1topclass .runing {
	margin-top: 40px;
	padding: 0;
}

.about_client h3.tt-title.text-owel {
	margin: 0;
	padding: 0;
}

.about_client .owl-carousel .owl-nav .owl-next, .about_client .owl-carousel .owl-nav .owl-prev {
	text-align: inherit;
	top: -50px;
}

.about_client .owl-carousel .owl-nav .owl-prev {
	right: 6px;
}

.typesetting {
	margin-top: 19px;
}

.book-nows .sim-button {
	color: #fff;
	background: #FFF;
	border: 1px solid#dddddd;
	font-size: 18px;
	height: 47px;
	width: 143px;
	margin-bottom: 29px;
	text-align: center;
	line-height: 45px;
	z-index: 0;
}

.book-nows {
	padding-bottom: 10px;
}

.coming-btn .button8 span {
	z-index: 2;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.book-nowss .sim-button {
	border: 1px solid #035c8c;
	color: #2a2a2a;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 12px 31px 12px 31px;
	height: 47px;
	width: 148px;
	z-index: 0;
}

.book-nowss .sim-button:hover span {
	color: #fff;
}

.tt-panel .simple-text p {
	color: #6a6a6a;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

p.wdt-100.line-height24.p-pading {
	margin-bottom: 25px;
}

.faq_page .sim-button {
	float: none;
	line-height: 49px;
}

.faq_page .botton-firsts {
	text-align: center;
}
/* .class-Description { */
/* margin-bottom: 15px; */
/* } */
.btun-2 {
	margin-top: 15px;
}

.btun-2 textarea {
	height: 195px;
}

.top_bottom textarea {
	height: 195px;
}

.econs img {
	padding-left: 0;
	margin-left: 0;
}

.main-89 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	height: 39px;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	width: 189px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: right;
	position: relative;
	margin-bottom: 0px;
}

.btn-122 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	height: 55px;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	width: 130px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 55px;
}

.text-area textarea {
	height: 150px;
}

.imagesss img {
	width: 100%;
}

.imagessss img {
	height: 370px;
}

.service_details textarea {
	height: 193px;
	padding-top: 15px;
}

.service_details .text-area textarea {
	height: 93px;
}

text-area
.main-servicess textarea {
	height: 194px;
}

.field-box.date_picker {
	padding-top: 25px;
}

.header-4.header1 .tt-header.stick .main-nav>ul>li:hover>a {
	color: #fff;
}

.detailss {
	padding-top: 17px;
	padding-left: 29px;
}

.detailss h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}

.detailss h4 {
	color: #035c8c;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
}

.detailss span {
	color: #e1e1e1;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding-left: 5px;
}

.detailss h4:last-child {
	padding-bottom: 30px;
}

.commentsForm .regus {
	color: #035c8c;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	padding-top: 38px;
	padding-left: 5px;
	margin-top: 37px;
	margin-bottom: 0;
}
/****new fom css****/
.froms-to.main-froms .commentsForm form {
	background: 0;
	padding: 0 19px 80px 7px;
	border: 0;
}

.froms-to.main-froms .commentsForm .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 44px;
	height: 45px;
	text-align: center;
	width: 110px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	margin-top: 12px;
	font-weight: 500;
	z-index: 0;
	margin: 0 auto;
}

.froms-to.main-froms .commentsForm textarea#comment {
	height: 110px;
}

.froms-to.main-froms .commentsForm form {
	margin-top: 20px;
}

.portfolio-items .froms-to.main-froms .detailss {
	padding-top: 485px;
}

.portfolio-item.item {
	margin-top: 40px;
}

.project_3columns .portfolio-item {
	padding: 0px 0;
}

.project_3columns .list-inline {
	margin-bottom: 10px;
}

.form-field p {
	padding-top: 10px;
}

.skill-2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-bottom: 17px;
	padding-top: 0px;
}

.leave-only {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-bottom: 19px;
	padding-top: 3px;
	padding-bottom: 28px;
	margin-top: 0;
	margin-bottom: 0;
}

.cellpadding.service_details .tt-titless {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 5px;
}

.text-btne .btn-122 .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	height: 55px;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	width: 130px;
	cursor: pointer;
	background: #262626;
	border: 0;
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 55px;
}

.cellpadding.service_details .class-Description p:last-child {
	padding-top: 0;
}

.main-services .service_details .benifets.five-benefits h4 {
	padding: 9px 0 9px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.five-haadings {
	padding-top: 20px;
}

.main-servicess .Leave-five {
	padding-top: 15px;
}

.orginc-yoga .Skill-five {
	margin-top: 10px;
}

.main-detailsssss .leave-11 {
	padding-top: 14px;
}

.main-services .Skill-five {
	margin-top: 10px;
}

.main-services .leave-11 {
	padding-top: 14px;
}

.service_details.main-784 .class-Description.Description-89 h3
.service_details.class-Description .Description-89 h3 {
	padding-top: 800px;
}

.Leave-f {
	padding-top: 10px;
}

.main-competitions img {
	width: 100%;
}

.hm1slider .tt-mslide-entry:before {
	background: #000;
	opacity: 0.50;
}

.slider-2.hm4slider .tt-mslide-entry {
	height: 699px;
	padding-bottom: 240px;
}

.slider-four.hm4slider .tt-mslide-entry {
	height: 699px;
	padding-bottom: 320px;
}

.slider-four .tt-mslide-entry.slide3 .slider_content {
	float: left;
}

.image-section .portfolio-item.item {
	margin-top: 0px;
}
/*=====================================================================*/
/*index-5-section start from here*/
/*=============================== ======================================*/
.header-5 .header_top {
	border-top: none;
	padding-top: 25px;
	padding-bottom: 22px;
	background: #262626;
}

.header-5 .right_content1 .icon i {
	color: #ffffff;
	font-size: 20px;
	border-radius: 8px;
	padding: 14px 16px 14px 16px;
	vertical-align: middle;
}

.header-5 .social-icon {
	padding-top: 6px;
	float: right;
}

.header-5.header1 .header_social li:hover a {
	color: #035c8c;
	font-size: 18px;
	opacity: 1;
	font-weight: 600;
}

.header-5.header1 .text h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.header-5.header1 .text h6 a {
	color: #e2e2e2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.header-5 .leave-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-align: center;
	margin-right: auto;
	width: 189px;
	cursor: pointer;
	background: rebeccapurple;
	border: 0;
	float: left;
	height: 62px;
	line-height: 62px;
	margin-top: 0;
}

.header-5 .leave-now .button8::before {
	background-color: #fff;
}

.header-5.header-2 .leave-now .sim-button span:hover {
	color: #035c8c;
}
/*****slider-5 css**********/
.slider-5.hm4slider .slide1 {
	background: url(../images/home-5/back.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-5.hm4slider .slide2 {
	background: url(../images/home-5/back-2.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-5.hm4slider .slide3 {
	background: url(../images/home-5/back-4.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.we-offer .Daily-Exercise {
	text-align: center;
}

.we-offer .Daily-Exercise h2 {
	margin: 0;
	color: #262626;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.we-offer .Daily-Exercise span {
	color: #035c8c;
}

.we-offer .Daily-Exercise p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 0px;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 50px;
	padding-top: 28px;
}

.we-offer .Exercise {
	text-align: center;
}

.we-offer .Exercise .icon {
	color: #035c8c;
	font-size: 35px;
	padding-top: 35px;
}

.we-offer .Exercise .tt-sub-title {
	color: #343434;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding-top: 20px;
}

.we-offer .Exercise p {
	color: #6a6a6a;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	font-weight: 300;
	padding-top: 21px;
	width: 358px;
	padding-bottom: 40px;
}

.we-offer .radius-b {
	box-shadow: 0 8px 43px rgba(114, 154, 48, 0.30);
	border-radius: 30px;
	margin-bottom: 30px;
}
/***fitness-relationship css start***/
.fitness-relationship {
	background: url(../images/home-5/heading--back.jpg)no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.fitness-relationship:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(30, 36, 52, 0.2);
}

.fitness-relationship .top-haeding h3 {
	color: #FFF;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 900px;
	margin: 0 auto;
}

.runings h2 {
	margin-top: 0;
	padding-top: 20px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	background: #1e2434;
	text-align: center;
	padding-bottom: 19px;
}

.runings h2 a {
	text-decoration: none;
	color: #fff;
}

.topclass .classess h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #262626;
	margin-bottom: 20px;
	text-align: center;
}

.topclass .classess p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #6a6a6a;
	line-height: 28px;
	font-weight: 400;
	padding-top: 0px;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 50px;
}

.trainers-2 .owl-carousel.owl-carousel17.owl-theme.owl-loaded.owl-drag {
	padding-top: 0;
}


.trainers-2 .owl-carousel .owl-nav.disabled,
.trainers-2 .owl-carousel .owl-nav {
	display: block;
	font-size: -webkit-xxx-large;
	position: relative;
	right: 0;
	top: 0px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
@media (max-width: 767px) {
.trainers-2 .owl-carousel .owl-nav.disabled,
.trainers-2 .owl-carousel .owl-nav {
	top: 0px;
}}

.trainers-2.main-owal .client_say .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	position: relative;
	display: block;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

/*about滚动切换按钮颜色*/
.trainers-2 .owl-nav i {
	color: #b2b2b2;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height:35px;
	background: #fff;
	border:1px solid #b2b2b2;
	border-radius:20px;
	margin-right: 16px;
	padding: 0px;
}
.trainers-2 .owl-nav .owl-next:hover i,
.trainers-2 .owl-nav .owl-prev:hover i {
	background: #035c8c;
	color:#fff;
	border:1px solid #035c8c;
}

.box-shadows {
	box-shadow: 23px 0px 43px rgba(0, 0, 0, 0.03);
}

.topclass-5 .Running-padding {
	padding-top: 30px;
}

.trainers-2.trainers .champian h4 {
	font-size: 18px;
	color: #035c8c;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
	padding-top: 20px;
}

.trainers-2.trainers .champian h5 {
	padding-bottom: 25px;
}
/***swiper-slider-5 css start***/
.swiper-slider-5 .simple-text {
	width: 100%;
}

.swiper-slider-5.client_say_05 .tt-testimonial .simple-text p {
	font-family: 'Lato', sans-serif;
	color: #898989;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 auto;
	width: 100%;
}

.swiper-slider-5 {
	background: url(../images/index-2/client-3.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.swiper-slider-5:before {
	position: absolute;
	background: #1e2434;
	opacity: 0.70;
}

.swiper-slider-5 h3 {
	color: #035c8c;
	font-size: 32px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
}

.swiper-slider-5 span {
	color: #fff;
}

.swiper-slider-5 .border-bb {
	border-bottom: 2px solid #FFF;
	width: 90px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.swiper-slider-5 .swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
	margin-right: 1px;
}

.swiper-slider-5 .swiper-pagination.fixed {
	bottom: 0px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.swiper-slider-5 .swiper-slide {
	margin-bottom: 30px;
}

.swiper-slider-5 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #035c8c;
}
/***gallery css start***/
.our-gallery-05 {
	background: #f1f1f1;
}

.gallery-heading {
	text-align: center;
}

.gallery-heading h2 {
	color: #262626;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.gallery-heading span {
	color: #035c8c;
}

.gallery-heading p {
	color: #6a6a6a;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 500px;
	padding-top: 24px;
}

.our-gallery-05  .owl-carousel .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
}

.our-gallery-05 .owl-carousel .owl-nav .owl-next, .our-gallery-05  .owl-carousel .owl-nav .owl-prev {
	display: block;
	position: absolute;
	background: #035c8c;
	border-radius: 50%;
	height: 50px;
	padding-top: 10px;
	width: 50px;
}

.our-gallery-05  .owl-carousel .owl-nav.disabled i {
	font-size: 30px;
	color: #fff;
}

.our-gallery-05 .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 30px;
}

.our-gallery-05  .owl-carousel .owl-nav .owl-prev {
	float: left;
	left: 0;
	position: relative;
	margin-left: 20px;
}

.gallery-04 .portfolio-item.item {
	margin-top: 0;
}

.main-services.sagittis-2 .cellpadding.service_details .tt-titles {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0px;
}

.contact-btn .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 51px;
	height: 51px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	background: #035c8c;
	border-radius: 0;
}

.contact_form .button8 span:hover {
	color: #fff;
}

.client_common .owl-nav {
	display: none;
}

.header-5.header-4.header-2 .leave-now .sim-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-align: center;
	margin-right: auto;
	width: 192px;
	cursor: pointer;
	background: #035c8c;
	border: 0;
	float: left;
	height: 51px;
	line-height: 51px;
	margin-top: 0;
}

/* banner section css */
.banner {
	background: url(../images/about-images/about-background.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-about {
	background: url(../images/banner-about.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-pro {
	background: url(../images/banner-pro.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 341px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-contact {
	background: url(../images/banner-contact.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-join {
	background: url(../images/banner-join.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-news {
	background: url(../images/banner-news.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
}
.banner-app {
	background: url(../images/banner-app.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 241px;
	padding-bottom: 90px;
	background-position: center;
	
}

.banner_title {
	color: #fff;
	font-size: 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
}

.breadcrumb {
	background: none;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	margin-top: 3px;
}

.breadcrumb ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}

.breadcrumb ul li {
	list-style: none;
	float: left;
	padding-right: 10px;
	color: #ffffff;
	background: 0;
}

.breadcrumb ul li.active a {
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.breadcrumb ul li a {
	color: #035c8c;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.breadcrumb ul li i {
	color: #035c8c;
	font-size: 14px;
	font-weight: 600;
}

.banner .about-us h6 {
	color: #729a30;
}

a:focus, a:active {
	outline: none;
}

.parmonth a:focus, .parmonth a:active {
	outline: none;
}
.footer.cellpadding{
	padding-bottom:70px;
}
.header-3.header-2.header1 .header_social{
	padding-right:0px;
}
h5{
    letter-spacing: 0.3px;	
}
.client_say_content .tt-title{
	padding-bottom:10px;
}
.slider-4.slider-four .tt-mslide-title{
	margin-bottom:0px;
}
.your_products_4 .secound-product h2{
	margin-bottom:10px;
}
.classes_1 .Running-Classes h4{
	margin-top:30px;
	margin-bottom:5px;
	font-size:16px;
	margin-left:15px;
	margin-right:15px;
}
.classes_1 .Running-Classes p{
	margin-bottom:15px;
	font-size:14px;
	margin-left:15px;
	margin-right:15px;
}
.sub_classes .details{
	padding:50px 40px;
}

.sub_classes .details .book-nows {
    padding-bottom: 0;
}
.sub_classes .book-nows .sim-button:hover span{
	color: #FFF;
}
.sub_classes .details h3{
	margin-top:0px;
    padding-bottom: 15px;
}
.sub_classes .book-nows .sim-button{
	margin-bottom:0;
	margin-top:20px;
}
.benifits_01 .typesetting .tt-titles{
	padding-bottom: 30px;
}
.strength_01 .Leave-f {
    padding-top: 2px;
}
.power_yoga .skill-2{
	margin-bottom:30px;
	padding-bottom:0;
}
.power_yoga .tt-accordeon-title{
	margin-top:15px;
    margin-bottom: 0;
}
.commingDescription{
	margin-left:30px;
}
.faq_page_01 .tt-accordeon-title:after{
	margin-top:-28px;
}
.faq_page_01 .typesetting{
	margin-top:0;
}
.faq_page_01 .typesetting .tt-title{
	margin-top:0;
}
.faq_page_01{
	padding-bottom:60px;
}
.faq_page .commentsForm h5{
	margin-bottom:0px;
}
.faq_page .commentsForm form{
	margin-top:20px;
}
.faq_page .commentsForm form{
	padding-bottom:80px;
}
.Frequently-.faq_page_01.cellpadding .tt-panel.tt-panel-open{
	padding-top: 0;
}
.shop_del .categoriesList li a{
	padding-left:0;
}
.contact_01{
	padding-bottom:80px;
}
.contact_01 .simple-text p{
	margin-bottom:40px;
}
.checkout_01{
	padding:80px 0;
}
.latest_n1 .content h3{
	margin-top:30px;
}
.client_say_2{
	padding-bottom:60px;
}
.client_say3 .tt-title{
	margin-top:0px;
}
h3.tt-title{
	padding-top:0px;
}
.main-appointment textarea{
	padding-top:15px;
}
.tt-copy-right p,
.tt-copy-right p a{
	font-size:13px;
    line-height: 20px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
}
/*------------------------------------------*/
/*    Scroll To Top Style
/*------------------------------------------*/
#mkdf-back-to-top {
    display: block;
    visibility: hidden;
    position: fixed;
	text-decoration: none;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    opacity: 0;
    z-index: 10000;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
	-moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    background-color: #035c8c;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    -moz-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
}
#mkdf-back-to-top:hover{
  background-color: #333;
}
#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}
#mkdf-back-to-top:hover .mkdf-icon-stack {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
#mkdf-back-to-top:hover .mkdf-back-to-top-text {
    opacity: 0;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;
}
.scrollup.open{
  display: block;
}













@media (max-width: 767px) {
	#search_container{ display:none;}
	}

#search_container{
	float:right;
}
#search_container ul li{
	float:left;
	border-left:1px solid #e1e1e1;
	height:100px;
	line-height:100px;
	padding:0px 20px;
}
#search_container ul li:last-child{
	background:url('../images/icon-lan.png') no-repeat left center;
	padding-left:40px;
	font-size:16px;
}
#search {
	cursor: pointer;
	position:relative;
}

#m_search {
	background: #003366;
	border:1px solid #003366;
	padding: 0px 25px;
	position: absolute;
	top: 101px;
	width: 350px;
	height:78px;
	color: #777;
	display: none;
	z-index: 1;
	right:0px;
}
#m_search form {
	width:240px;
	background:#003366;
	border:1px solid #335c85;
	height:40px;
	line-height:40px;
	margin-top:17px;
	padding-top:6px;
	float:left;
}
#m_search form input.search-input{
	width:200px;
	border:0px;
	height:26px;
	line-height:26px;
	color:#fff;
	background:#003366;
	padding:0 10px;
	float:left;
	outline: none;
}
#m_search form input::-webkit-input-placeholder { /* WebKit browsers */  
  color: white;  
}  
#m_search form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color: white;  
}  
#m_search form input::-moz-placeholder { /* Mozilla Firefox 19+ */  
  color: white;  
}  
#m_search form input:-ms-input-placeholder { /* Internet Explorer 10+ */  
  color: white;  
}  
#m_search form input.search-submit {
	background:url('../images/search.png') no-repeat center center;
	width: 22px;
	height: 21px;
	border: none;
	cursor: pointer;
	float:left;
	margin-top:3px;
}
#m_search a img{
	width:35px;
	float:left;
	margin:17px 10px 0px 20px;
	position:absolute;
	z-index:999999;
}


/*Satrt 鼠标放上去最初始样式*/
.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #005a8b;
	height: 100%;
	opacity: 0;
	width: 100%;
}
/*End 鼠标放上去最初始样式*/

.port-1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.port-1 img {
	transition: 0.5s;
}
.port-1:hover img {
	transform: scale(1.2);
}
.port-1 .text-desc {
	opacity: 1;
	top: -100%;
	transition: 0.5s;
	color: #fff;
	padding: 45px 20px 20px;
	border: 20px solid rgba(239, 239, 239, 0.9);
}
.port-1.effect-1:hover .text-desc {
	top: 0;
}
.port-1 ul li.zb {
	font-size:24px;
	border-bottom:1px solid #fff;
	padding:40px 0px;
	margin:0 0 40px;
}
.port-1 ul li a {
	color:#fff;
	line-height:50px;
	font-size:16px;
}
.port-1 ul li a:hover {
	display:block;
	background:#047bbc;
	color:#fff;
	text-decoration:none;
}
/*Start 图片下面的文字*/
.port-1 .text-content {
	background:#fff;
}
.port-1 p {
	margin:0;
}
.port-1 .text-content p.zb {
	font-size:24px;
	color:#047bbc;
	padding-top:20px;
}
.port-1 .text-content p.fb {
	color:#047bbc;
	padding:5px 0px;
}
.port-1 .text-content p.nr {
	padding-bottom:20px;
}
/*End 图片下面的文字*/



/*Satrt 鼠标放上去最初始样式*/

.text-desc2 {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #047bbc;
	height: 100%;
	opacity: 0;
	width: 100%;
}
/*End 鼠标放上去最初始样式*/

.port-2 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.port-2 img {
	transition: 0.5s;
}
.port-2:hover img {
	transform: scale(1.2);
}
.port-2 .text-desc2 {
	opacity: 1;
	top: -100%;
	transition: 0.5s;
	color: #fff;
	padding: 150px 20px 20px;
}
.port-2.effect-2:hover .text-desc2 {
	top: 0;
}
.port-2 h3 span {
	width:2px;
	background:#fff;
	height:40px;
	display:block;
	margin:10px auto 0px auto;
}
.port-2 p {
	color:#fff;
}
.port-2 .btn {
	display: inline-block;
	padding: 5px 50px;
	font-size: 14px;
	background-color: #ffffff;
	text-decoration: none;
	transition: 0.4s;
	border-radius:0
}
.port-2 .btn:hover {
	background-color:#5b1c17;
	color: #fff;
	transition: 0.4s;
}

/*Start 左右无间隔*/
.no-gutter {margin-left: 0;	margin-right: 0;}
.no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0;}
/*End 左右无间隔*/

/*Start 分类样式*/
.category a {color: #666; border-radius:0px; background:#fff; border:1px solid #dcdcdc;	margin-bottom:5px; margin-top:5px;}
.category a.active, .category a:hover {color: #fff;	border-radius:0px; background:#047bbc;	border:1px solid #047bbc;}
/*End 分类样式*/

/*Start 滚动数字样式*/
.strip_05 {color:#5b1c17; font-size:16px; text-align:center;}
.strip_05 p {color:#5b1c17;	font-size:30px;	font-family:Arial, Helvetica, sans-serif; padding:0;}
/*End 滚动数字样式*/


.index-about-title {
	font-size:36px;
	color:#4f1d1c;
}
.index-about-title p {
	font-size:24px;
	color:#2e2e2e;
}
.index-about-title p span {
	display:block;
	width:50px;
	margin-top:20px;
	background:#4f1d1c;
	height:4px;
	font-size:0px;
}
.index-pro-title {
	font-size:36px;
	text-align:center;
}
.index-pro-title span {
	display:block;
	width:50px;
	margin:20px auto 0 auto;
	background:#047bbc;
	height:4px;
	font-size:0px;
}
.index-pro-title p {
	line-height:24px;
	color:#949494;
	font-size:18px;
	margin:20px 0px;
}
.index-service-title {
	font-size:36px;
	text-align:center;
	font-weight:bold;
	color:#5b1c17;
	background:#f6f6f6;
}
.index-service-title p {
	
	line-height:55px;
	color:#7f7f7f;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}
.index-service-bg {
	background:url(../images/index-service-bg.jpg) no-repeat top center;
	color:#fff;
	padding:100px 0px;
}
.index-service-bg p {
	color:#fff;
	font-size:18px;
}
.index-news-title {
	font-size:36px;
	text-align:center;
	font-weight:bold;
	color:#047bbc;
	background:#f6f6f6;
}
.index-news-title p {
	line-height:55px;
	color:#7f7f7f;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}
.index-news-bg {
	background:url(../images/index-news-bg.jpg) no-repeat top center;
	color:#fff;
	padding:100px 0px;
}
.index-news-bg p {
	color:#fff;
	font-size:18px;
}
dl.index-newslist-left {
	background:#fff;
	color:#333;
}
dl.index-newslist-left a {
	padding:40px 15px;
	display:block;
}
dl.index-newslist-left:hover {
	background-color:#047bbc;
 transition: all .2s linear;
	color:#fff;
}
dl.index-newslist-left:hover dt, dl.index-newslist-left:hover dd {
	color:#fff;
}
dl.index-newslist-left dd {
	color:#7b7b7b;
	line-height:26px;
}
dl.index-newslist-right {
	border-bottom:1px solid #dfdfdf;
	background:url(../images/pot-news.png) no-repeat right center;
	background-color:#fff;
}
dl.index-newslist-right:hover {
	background-color:#047bbc;
	transition: all .2s linear;
}
dl.index-newslist-right:hover dt, dl.index-newslist-right:hover dd {
	color:#fff;
}
dl.index-newslist-right dt {
	font-weight:bold;
}
dl.index-newslist-right dd {
	color:#7b7b7b;
}
.index-app-title {
	font-size:36px;
	font-weight:bold;
	color:#047bbc;
}
.index-app-title p {
	line-height:40px;
	color:#7f7f7f;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
}
.index-contact{
	border-top:1px solid #dfdfdf;
}
.index-contact h3 {
	color:#5b1c17;
	font-size:16px;
}
.footer-mobile{
		background:#2e2e2e;
		color:#fff;
		text-align:center;
		display:block;
		line-height:40px;
	}
.footer-contact-bg {
	background:#2e2e2e;
	color:#fff;
	display:none;
}
.footer-contact-bg p, .footer-contact-bg a {
	color:#ccc;
}
.footer-contact-bg a:hover {
	color:#ccc;
}
.footer-contact-bg ul li{
	line-height:30px;
}
ul.footer-list-pro li {
	width:50%;
	float:left;
}
.footer-list ul li.title {
	font-size:16px;
	padding-bottom:20px;
	width:100%;
	clear:both;
	overflow:hidden;
}
.rightline {
	height:240px;
	border-right:1px solid #5a5a5a;
}
.footer-contact-title {
	font-size:20px;
	text-transform:uppercase;
}
.footer-contact-title p {
	font-size:16px;
}
.footer-contact-title p span {
	display:block;
	width:50px;
	background:#fff;
	height:1px;
	font-size:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.footer-copyright {
	border-top:1px solid #5a5a5a;
}
.carousel-indicators li {
	background:#999;
	border:1px solid #999;
}
.carousel-indicators .active {
	background:#5b1c17;
	border:1px solid #5b1c17;
}


.ny-gsjj h2{
	font-size:24px;
	font-weight:bold;
}
.ny-gsjj h2 span{
	width:30px;
	margin:10px 0px;
	background:#005a8b;
	display:block;
	height:1px;
}
.ny-gsjj p{
	color:#777;
	font-size:14px;
	line-height:28px;
}

.ny-yxwl-bg{
	background:url(../images/ny-about-yxwl-bg.jpg) no-repeat top center;
	color:#fff;
}
.ny-yxwl h2{
	font-size:24px;
	font-weight:bold;
}
.ny-yxwl h2 span{
	width:50px;
	margin:10px 0px;
	background:#fff;
	display:block;
	height:2px;
}
.ny-yxwllist01{
	width:100%;
	background:url(../images/yxwl-icon01.png) no-repeat 30px 30px;
	background-color:#006ca6;
	padding:10px 30px 25px 30px;
	color:#fff;
}
.ny-yxwllist02{
	width:100%;
	background:url(../images/yxwl-icon02.png) no-repeat 30px 30px;
	background-color:#006ca6;
	padding:10px 30px 25px 30px;
	color:#fff;
}
.ny-yxwllist03{
	width:100%;
	background:url(../images/yxwl-icon03.png) no-repeat 30px 30px;
	background-color:#006ca6;
	padding:10px 30px 25px 30px;
	color:#fff;
}
.ny-yxwl h3{
	padding:0 0 0 100px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
}
.ny-yxwl p.num{
    padding: 11px 0 0 100px;
	margin:0px 0px;
	font-size:40px;
}


@media (max-width: 767px) {
.ny-yxwl-bg{ background:none; color:#333;}
	}

.ny-culture-bg{
	background:url(../images/ny-culture-bg.jpg) no-repeat top center;
}
.ny-culture h2{
	font-size:32px;
	font-weight:bold;
	color:#005a8b;
}
.ny-culture h2 span{
	width:50px;
	margin:10px auto;
	background:#005a8b;
	display:block;
	height:2px;
}
.ny-culturelist01{
	width:100%;
	background:url(../images/culture-icon01.png) no-repeat 30px 30px;
	background-color:#fff;
	padding:40px 30px;
}
.ny-culturelist01:hover{
	background:url(../images/culture-icon01a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culturelist02{
	width:100%;
	background:url(../images/culture-icon02.png) no-repeat 30px 30px;
	background-color:#ebebeb;
	padding:40px 30px;
}
.ny-culturelist02:hover{
	background:url(../images/culture-icon02a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culturelist03{
	width:100%;
	background:url(../images/culture-icon03.png) no-repeat 30px 30px;
	background-color:#ebebeb;
	padding:40px 30px;
}
.ny-culturelist03:hover{
	background:url(../images/culture-icon03a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culturelist04{
	width:100%;
	background:url(../images/culture-icon04.png) no-repeat 30px 30px;
	background-color:#fff;
	padding:40px 30px;
}
.ny-culturelist04:hover{
	background:url(../images/culture-icon04a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culturelist05{
	width:100%;
	background:url(../images/culture-icon05.png) no-repeat 30px 30px;
	background-color:#fff;
	padding:40px 30px;
}
.ny-culturelist05:hover{
	background:url(../images/culture-icon05a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culturelist06{
	width:100%;
	background:url(../images/culture-icon06.png) no-repeat 30px 30px;
	background-color:#ebebeb;
	padding:40px 30px;
}
.ny-culturelist06:hover{
	background:url(../images/culture-icon06a.png) no-repeat 30px 30px;
	background-color:#035c8c;
	color:#fff;
	transition: all .2s linear;
}
.ny-culture h3{
	padding:0 0 0 130px;
}
.ny-culture p{
	padding:0 0 0 130px;
	margin:10px 0px;
}




.ny-title{ background:#0080c5; color:#fff;  line-height:60px; font-size:16px;}
.ny-title .active{ background:#005a8b; border-bottom:2px solid #fff; line-height:58px;}
.ny-title a,.ny-title .active a{
	color:#fff;
}
.ny-contact{
	border:1px solid #eeeeee;
	padding:0;
	margin:0;
}
.ny-contact h2{
	color:#005a8b;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.ny-contact p{
	background:#f9f9f9;
	padding:20px 20px;
}
.ny-contact img{
	max-width:100%;
	margin:0 auto;
	padding:20px 20px;
}

.ny-rcln h2{
	font-size:60px;
	font-weight:bold;
	color:#005a8b;
}
.ny-rcln h2 span{
	width:1px;
	margin:10px 20px;
	background:#005a8b;
	display:block;
	height:64px;
}
.ny-rcln h3{
	font-size:30px;
	font-weight:bold;
	color:#005a8b;
}
.ny-rcln p{
	color:#777;
	font-size:14px;
	line-height:28px;
}
.ny-joinlist{
	border:1px solid #eeeeee;
	padding:30px 30px;
	margin-bottom:30px;
}
.ny-joinlist .riqi{
	color:#333;
}
.ny-joinlist .fzr{
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	color:#333;
}
.ny-joinlist .gwzz{
	padding-top:20px;
	color:#717171;
}
.ny-joinlist .detail{
	width:30px;
	height:30px;
	border:1px solid #666666;
	border-radius:25px;
	line-height:30px;
	text-align:center;
	background:#666666;
	color:#fff;
	margin-top:10px;
}
.ny-joinlist:hover{
	background:#0080c5;
	color:#fff;
	transition: all .2s linear;
}
.ny-joinlist:hover .gwzz, .ny-joinlist:hover .fzr, .ny-joinlist:hover .riqi{
	color:#fff;
}
.ny-joinlist:hover .detail{
	border:1px solid #fff;
	background:#fff;
	color:#005a8b;
}

.ny-appcate{
	padding:60px 0px;
	text-align:center;
	font-size:18px;
}
.ny-appcate p{
	padding-top:10px;
}
.ny-appcate p span{
	width:30px;
	margin:10px auto;
	background:#005a8b;
	display:block;
	height:1px;
}
.ny-applist h2{
	font-size:16px;
	text-align:center;
	border-top:1px solid #dfdfdf;
	display:block;
	line-height:50px;
	margin:0px;
	padding:0px;
}
.ny-applist{
	border:1px solid #dfdfdf;
	padding:0;
	margin-bottom:40px;
}
.ny-applist:hover{
	background:#0061af;
	color:#fff;
	transition: all .2s linear;
}
.ny-applist:hover h2{
	color:#fff;
}


/*资质荣誉*/
.slide{
		width: 100%;
		min-height: 180px;
		overflow: hidden;
		position: relative;
		z-index:0;

	}
	.slide .img{
		overflow: hidden;
		position: absolute;
		transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
	}
	.slide .img img{
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		margin: 7px;
	}
	.slide .img1{
		width: 40%;
		height: 40%;
		top: 30%;
		left: -50%;
		z-index: 1;
	}
	.slide .img2{
		width: 60%;
		height: 60%;
		top: 20%;
		left: -20%;
		z-index: 2;
	}
	.slide .img3{
		width: 80%;
		height: 80%;
		top: 10%;
		left: 10%;
		z-index: 3;
	}
	.slide .img4{
		width: 60%;
		height: 60%;
		top: 20%;
		left: 60%;
		z-index: 2;
	}
	.slide .img5{
		width: 40%;
		height: 40%;
		top: 30%;
		left: 110%;
		z-index: 1;
	}
	.slide-bt{
		position: absolute;
		left: 50%;
		bottom: 0%;
		z-index: 10;
	}
	.slide-bt span{
		width: 24px;
		height: 8px;
		background: #c9caca;
		float: left;
		margin: 5px;
		border-radius: 4px;
		display:none;
	}
	.slide .slide-bt .on{
		background: #ff0000;
	}
	button{
		width: 40px;
		height:38px;
		margin:0px 2px 20px 2px;
		padding:0;
		background: #fff;
		border:1px solid #b2b2b2;
		border-radius:20px;
		font-size:18px;
		outline: none;
	}
	button:hover{
		width: 40px;
		height:38px;
		background:#035c8c;
		margin:0px 2px 20px 2px;
		padding:0;
		border:1px solid #035c8c;
		font-size:18px;
		color:#fff;
	}
@media (min-width: 1200px){
	.tt-header .container{
		width: 100%;
		max-width: 1440px;
	}
}


@media (min-width: 992px){
.tt-header .container {
    width: 100%;
}

}
