/******************************************************************
  Template Name: ELEVATE
  Description: ELEVATE
  Author: Webnet Pakistan
  Author URI: https://webnetpk.com/
  Version: 1.0
  Created: Webnet Pakistan
******************************************************************/

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

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Class Section
7.  Price Plan Section
8.  Trainer Section
9.  Contact
10.  Footer Style

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

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

/* Template default CSS
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
	--primary-color: #2A6CCE;
	--primary-dark: #0050c8;
	--shine-color: rgba(255, 255, 255, 0.5);
	--primary-font: "Inter", sans-serif;
	--text-color: #323232;
}


html,
body {
	height: 100%;
	font-family: var(--primary-font);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


/* ---- Smooth Scroll ---- */
html {
	scroll-behavior: smooth;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: var(--primary-font);
}

h1 {
	margin: 0;
	color: #111111;
	font-weight: 600;
	font-family: var(--primary-font);
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 18px;
	font-family: var(--primary-font);
	color: #323232;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

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

ul,
ol {
	padding: 0;
	margin: 0;
	width: max-content;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title span {
	font-size: 16px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
}

.section-title h2 {
	color: #000;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

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

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */
/* CSS - drop in as-is */


/* ---- Base Style ---- */
.back-to-top {
	position: fixed;
	bottom: 35px;
	right: 35px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 8px 22px rgba(13, 110, 253, 0.2);
}

/* ---- Icon ---- */
.back-to-top span {
	position: relative;
	z-index: 3;
	display: inline-block;
	transition: color 0.3s ease;
	pointer-events: none;
}

/* ---- Shine Animation ---- */
.back-to-top::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -70%;
	width: 50%;
	height: 200%;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			var(--shine-color) 40%,
			rgba(255, 255, 255, 0.95) 50%,
			var(--shine-color) 60%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	filter: blur(3px);
	animation: shineMove 2.5s linear infinite;
	z-index: 2;
}

/* ---- Hover Fill ---- */
.back-to-top::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	transition: all 0.5s ease;
}

.back-to-top:hover::after {
	left: 0;
}

.back-to-top:hover span {
	color: var(--primary-color);
}

.back-to-top:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 28px rgba(13, 110, 253, 0.25);
}

/* ---- Visible when scrolling ---- */
.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ---- Shine Animation ---- */
@keyframes shineMove {
	0% {
		left: -70%;
	}

	50% {
		left: 20%;
	}

	100% {
		left: 130%;
	}
}



/* Base */
.primary-btn {
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	/* default text color */
	background: linear-gradient(135deg, var(--primary-color), #0069ff);
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
	box-shadow: 0 8px 22px rgba(13, 110, 253, 0.18);
}

/* Text stays on top */
.primary-btn>span {
	position: relative;
	z-index: 3;
	display: inline-block;
	transition: color .35s ease;
	pointer-events: none;
}


/* Continuous sheen (ABOVE the white fill but below text) */
.primary-btn::before {
	content: "";
	position: absolute;
	top: -40%;
	left: -60%;
	width: 40%;
	height: 200%;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			var(--shine-color) 40%,
			rgba(255, 255, 255, 0.7) 50%,
			var(--shine-color) 60%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	filter: blur(4px);
	opacity: .95;
	z-index: 2;
	/* above fill, below text */
	pointer-events: none;
	animation: shineMove 2.8s linear infinite;
}

/* Hover: slide white fill in, change text color and border */
.primary-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(13, 110, 253, 0.18);
	border-color: var(--primary-color);
	background: #fff !important;
	color: var(--primary-color) !important;
}

.primary-btn:hover::after {
	width: 100%;
}

.primary-btn:hover>span {
	color: var(--primary-color);
	/* text becomes blue (visible on white) */
}

/* Focus/active */
.primary-btn:focus {
	outline: none;
}

.primary-btn:focus-visible {
	box-shadow: 0 14px 36px rgba(13, 110, 253, 0.18), 0 0 0 6px rgba(13, 110, 253, 0.08);
}

.primary-btn:active {
	transform: translateY(-1px) scale(.998);
	transition-duration: .12s;
}

/* Keyframes for continuous shine */
@keyframes shineMove {
	0% {
		left: -60%;
	}

	50% {
		left: 20%;
	}

	100% {
		left: 140%;
	}
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #626262;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #626262;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15px;
	z-index: 99;
	background-color: #fff;
}

.header-section .row {
	align-items: center;
}

.logo a {
	display: inline-block;
}

.logo a img {
	width: 130px;
	padding: 10px 0;
}

.nav-menu {
	text-align: center;
}

.nav-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 32px;
	position: relative;
	z-index: 1;
}

.nav-menu ul li .dropdown {
	position: absolute;
	left: -30px;
	top: 58px;
	width: 220px;
	background: #fff;
	z-index: 99;
	text-align: left;
	padding: 13px 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu ul li .dropdown li {
	margin-right: 0;
	display: block;
}

.nav-menu ul li .dropdown li a {
	display: block;
	text-transform: none;
	padding: 6px 0 6px 30px;
	font-weight: 600;
}

.nav-menu ul li .dropdown li a:after {
	display: none;
}

.nav-menu ul li:last-child {
	margin-right: 0;
}

.nav-menu ul li.active>a {
	color: var(--primary-color);
}

.nav-menu ul li.active>a:after {
	opacity: 1;
}

.nav-menu ul li:hover>a {
	color: var(--primary-color);
}

.nav-menu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.nav-menu ul li a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--primary-font);
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu ul li a:after {
	position: absolute;
	left: 0;
	top: 22px;
	height: 1px;
	width: 100%;
	background: var(--primary-color);
	content: "";
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top-option {
	text-align: right;
	padding: 9px 0;
}

.top-option .to-search {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.top-option .to-search:after {
	position: absolute;
	right: 0;
	top: 5px;
	height: 15px;
	width: 1px;
	background: rgba(0, 0, 0, 0.3);
	content: "";
}

.top-option .to-search i {
	font-size: 16px;
	color: #000;
	cursor: pointer;
}

.top-option .to-social {
	display: inline-block;
}

.top-option .to-social a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin-left: 15px;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas-open {
	display: none;
}
.hero-section {
  position: relative;
  overflow: hidden;
}

.hs-slider .hs-item {
  height: 1000px;
  background-size: cover;
  background-position: center;
}

/* Keep the text fixed over the slider */
.hi-text {
  position: absolute;
  top: 355px;
  right: 0;
  left: 0;
  z-index: 5;
  color: #fff;
}

.hi-text span {
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 18px;
}

.hi-text h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90px;
  margin-bottom: 42px;
}

.hi-text h1 strong {
  color: var(--primary-color);
}

.hi-text .primary-btn {
  display: inline-block;
  margin-top: 10px;
}


/*---------------------
  ChoseUs Section
-----------------------*/

.choseus-section {
	background: #fff;
	padding-bottom: 70px;
}

.cs-item {
	text-align: center;
	margin-bottom: 30px;
}

.cs-item:hover span {
	background: var(--primary-color);
	color: #fff;
}

.cs-item span {
	height: 90px;
	width: 90px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: inline-block;
	color: var(--primary-color);
	line-height: 90px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cs-item h4 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 16px;
}

/*---------------------
  Classes Section
-----------------------*/

.classes-section {
	background: #f5f5f5;
	padding-bottom: 80px;
}

.classes-section .section-title {
	margin-bottom: 35px;
}

.class-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.class-item .ci-pic img {
	min-width: 100%;
}

.class-item .ci-text {
	background: #0a0a0a;
	position: relative;
	padding: 10px 30px 26px 30px;
	z-index: 1;
}

.class-item .ci-text:after {
	position: absolute;
	left: -5px;
	top: -44px;
	height: 100px;
	width: 600px;
	border-top: 4px solid #464646;
	background: #0a0a0a;
	content: "";
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
}

.class-item .ci-text span {
	color: var(--primary-color);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.class-item .ci-text h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 4px;
}

.class-item .ci-text h4 {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 4px;
}

.class-item .ci-text a {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.1);
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 26px;
}

/*---------------------
  Banner Section
-----------------------*/

.banner-section {
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bs-text.service-banner .bt-tips {
	margin-bottom: 35px;
}

.bs-text h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.bs-text .bt-tips {
	font-size: 20px;
	color: var(--text-color);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.bs-text .primary-btn {
	background: transparent;
	border: 2px solid var(--primary-color);
}

.bs-text .play-btn {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: var(--primary-color);
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	color: #000;
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	background: #fff;
}

.pricing-section .section-title {
	margin-bottom: 56px;
}

.ps-item {
	text-align: center;
	padding: 40px 30px 52px;
	border: 1px solid #464646;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 30px;
	position: relative;
}

.ps-item:hover {
	background: #000;
	border-color: #000;
}

.ps-item:hover h3 {
	color: #111111;
}

.ps-item:hover .pi-price span {
	color: #444444;
}

.ps-item:hover ul li {
	color: #111111;
	font-weight: 600;
}

.ps-item:hover .primary-btn.pricing-btn {
	background: var(--primary-color);
}

.ps-item:hover .thumb-icon {
	opacity: 1;
	visibility: visible;
}

.ps-item h3 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 16px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .pi-price {
	margin-bottom: 30px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .pi-price h2 {
	font-size: 60px;
	color: var(--primary-color);
	font-weight: 600;
}

.ps-item .pi-price span {
	color: var(--text-color);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.ps-item ul {
	margin-bottom: 40px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item ul li {
	font-size: 14px;
	color: var(--text-color);
	line-height: 32px;
	list-style: none;
}

.ps-item .primary-btn.pricing-btn {
	display: block;
	background: #323232;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .thumb-icon {
	font-size: 48px;
	color: var(--primary-color);
	position: absolute;
	left: 50px;
	bottom: 120px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	opacity: 0;
	visibility: hidden;
}

/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	background: #fff;
	overflow: hidden;
}

.gallery-section.gallery-page {
	padding-top: 10px;
}

.grid-sizer {
	width: calc(25% - 10px);
}

.gallery {
	margin-right: -10px;
}

.gallery .gs-item {
	height: 472px;
	width: calc(25% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery .gs-item:hover .thumb-icon {
	opacity: 1;
	visibility: visible;
}

.gallery .gs-item .thumb-icon {
	font-size: 48px;
	color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery .gs-item.grid-wide {
	width: calc(50% - 10px);
}

/*---------------------
  Team Section
-----------------------*/

.team-section {
	background: #fff;
}

.team-section.team-page {
	padding-bottom: 70px;
}

.team-section.team-page .ts-item {
	margin-bottom: 30px;
}

.team-section.team-page .ts-item:hover .ts_text {
	bottom: -30px;
}

.team-section.team-page .ts-item .tt_social {
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	margin-top: 13px;
}

.team-section.team-page .ts-item .tt_social a {
	font-size: 14px;
	color: var(--text-color);
	margin-right: 10px;
}

.team-section.team-page .ts-item .tt_social a:last-child {
	margin-right: 0;
}

.team-title .section-title {
	text-align: left;
	float: left;
}

.primary-btn.appoinment-btn {
	background: transparent;
	border: 2px solid var(--primary-color);
	float: right;
	margin-top: 10px;
	color: #000;
}

.primary-btn.appoinment-btn:hover {
	color: #fff;
}

.ts-slider .col-lg-4 {
	max-width: 100%;
}

.ts-slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.ts-slider.owl-carousel .owl-dots button {
	height: 4px;
	width: 20px;
	background: #5c5c5c;
	margin-right: 15px;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

.ts-slider.owl-carousel .owl-dots button.active {
	background: var(--primary-color);
}

.ts-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.ts-item {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.ts-item:hover .ts_text {
	bottom: -35px;
}

.ts-item .ts_text {
	padding: 40px 0 60px;
	text-align: center;
	background: #ffffffe3;
	border-top: 4px solid #464646;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
	position: absolute;
	left: 0;
	bottom: -250px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ts-item .ts_text h4 {
	color: #000;
	font-weight: 600;
	margin-bottom: 14px;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
}

.ts-item .ts_text span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #aaaaaa;
	text-transform: uppercase;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
}

/*---------------------
  Get Touch Section
-----------------------*/

.gettouch-section {
	background: #0a0a0a;
	padding: 30px 0 15px;
}

.gt-text {
	overflow: hidden;
	margin-bottom: 30px;
}

.gt-text i {
	font-size: 30px;
	color: #000;
	display: inline-block;
	height: 65px;
	width: 65px;
	background: var(--primary-color);
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.gt-text p {
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	padding-top: 10px;
}

.gt-text ul {
	overflow: hidden;
	padding-top: 20px;
}

.gt-text ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
	display: inline-block;
	position: relative;
}

.gt-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "|";
	color: #656565;
}

.gt-text ul li:last-child {
	margin-right: 0;
}

.gt-text ul li:last-child:after {
	display: none;
}

.gt-text.email p {
	padding-top: 20px;
}

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

.footer-section {
	background: #000000;
	padding-top: 50px;
}

.fs-about {
	margin-bottom: 30px;
}

.fs-about .fa-logo {
	margin-bottom: 30px;
}

.fa-logo a img {
	width: 200px;
}

.fs-about .fa-logo a {
	display: inline-block;
}

.fs-about p {
	line-height: 26px;
}

.fs-about .fa-social a {
	font-size: 14px;
	color: var(--text-color);
	margin-right: 10px;
}

.fs-about .fa-social a:last-child {
	margin-right: 0;
}

.fs-widget {
	margin-bottom: 30px;
}

.fs-widget h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 18px;
}

.fs-widget ul li {
	list-style: none;
}

.fs-widget ul li a {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.fs-widget .fw-recent h6 a,
.fs-widget .fw-recent ul li,
.fs-about p,
.fs-about .fa-social a {
	color: #999999 !important;
}

.fs-widget ul li a:hover,
.fs-widget .fw-recent h6 a:hover {
	color: #fff !important;
}

.fs-widget .fw-recent {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1a1a1a;
}

.fs-widget .fw-recent:last-child {
	padding-bottom: 0;
	border: none;
}

.fs-widget .fw-recent h6 {
	margin-bottom: 6px;
}

.fs-widget .fw-recent h6 a {
	color: var(--text-color);
	letter-spacing: 0.5px;
}

.fs-widget .fw-recent ul li {
	font-size: 12px;
	color: #4d4d4d;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.fs-widget .fw-recent ul li:last-child:after {
	display: none;
}

.fs-widget .fw-recent ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.copyright-text {
	font-size: 14px;
	color: var(--text-color);
	letter-spacing: 0.5px;
	border-top: 1px solid #1a1a1a;
	padding: 25px 0;
	margin-top: 15px;
}

.copyright-text a,
.copyright-text i {
	color: var(--primary-color);
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	height: 500px;
	padding-top: 230px;
}

.breadcrumb-text h2 {
	font-size: 60px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.breadcrumb-text .bt-option a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -14px;
	top: 6px;
	font-family: "FontAwesome";
	content: "";
	font-size: 13px;
	font-weight: 400;
}

.breadcrumb-text .bt-option span {
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 700;
}

/*---------------------
  About Us Section
-----------------------*/

.about-video {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-video .play-btn {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: var(--primary-color);
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	color: #fff;
}

.play-btn {
	position: relative !important;
	width: 90px !important;
	height: 90px !important;
	background: linear-gradient(135deg, #00c6ff, #0072ff) !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 34px !important;
	text-decoration: none !important;
	box-shadow: 0 0 25px rgba(0, 114, 255, 0.5) !important;
	transition: transform 0.3s ease !important;
}

.play-btn:hover {
	transform: scale(1.1) !important;
}

.play-btn i {
	position: relative !important;
	z-index: 3 !important;
	margin-left: 3px !important;
}

/* Animated Waves */
.waves {
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	animation: wave 2s infinite ease-out;
	z-index: 1;
}

.wave1 {
	width: 90px;
	height: 90px;
	animation-delay: 0s;
}

.wave2 {
	width: 90px;
	height: 90px;
	animation-delay: 0.6s;
}

.wave3 {
	width: 90px;
	height: 90px;
	animation-delay: 1.2s;
}

@keyframes wave {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.about-text {
	background: #000000;
	height: auto;
	padding: 85px 70px;
}

.about-text .section-title {
	text-align: left;
	margin-bottom: 30px;
}

.about-text .at-desc {
	margin-bottom: 27px;
}

.about-text .at-desc p {
	color: var(--text-color);
}

.about-text .about-bar .ab-item {
	margin-bottom: 34px;
}

.about-text .about-bar .ab-item p {
	color: #000;
	margin-bottom: 13px;
}

.about-text .about-bar .ab-item .barfiller {
	background: #2d2d2d;
	height: 5px;
	border: none;
	margin-bottom: 0;
}

.about-text .about-bar .ab-item .barfiller .tip {
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	background: transparent;
	position: initial !important;
	float: right;
	margin-top: -40px;
}

.about-text .about-bar .ab-item .barfiller .tip:after {
	display: none;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	background: #fff;
}

.ts_slider.owl-carousel .owl-item img {
	display: inline-block;
}

.ts_slider.owl-carousel .owl-nav button:hover {
	background-color: #000;
	transition: all .2s ease-in-out;
}

.ts_slider.owl-carousel .owl-nav button {
	height: 46px;
	width: 46px;
	color: #ffffff;
	background: var(--primary-color);
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-23px);
	-ms-transform: translateY(-23px);
	transform: translateY(-23px);
}

.ts_slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}

.ts_slider .ts_item .ti_pic {
	margin-bottom: 32px;
}

.ts_slider .ts_item .ti_pic img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}

.tt-para {
	color: var(--text-color);
}

.ts_slider .ts_item .ti_text p {
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	max-width: 800px;
	width: 100%;
}

.ts_slider .ts_item .ti_text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.ts_slider .ts_item .ti_text h5 {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.ts_slider .ts_item .ti_text .tt-rating i {
	font-size: 30px;
	color: #d49d09;
}

.tt-rating {
	display: flex;
	gap: 10px;
}

/*---------------------
  Services Section
-----------------------*/

.services-section {
	background: #fff;
}

.ss-pic img {
	height: 100%;
	min-width: 100%;
}

.ss-text {
	background: #252525;
	padding: 72px 30px;
	height: 293px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ss-text:hover {
	background: #fff;
}

.ss-text:hover a {
	color: var(--primary-color);
}

.ss-text:hover:after {
	background: #fff;
}

.ss-text:after {
	position: absolute;
	left: -15px;
	top: 50%;
	height: 20px;
	width: 20px;
	background: #252525;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-10px);
	-ms-transform: rotate(45deg) translateY(-10px);
	transform: rotate(45deg) translateY(-10px);
	z-index: -1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ss-text.second-row:after {
	left: auto;
	right: 0;
}

.ss-text h4 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}

.ss-text p {
	margin-bottom: 11px;
}

.ss-text a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Class Timetable Section
-----------------------*/

.class-timetable-section {
	background: #fff;
}

.class-timetable-section.class-details-timetable {
	padding-top: 0;
}

.class-timetable-section .section-title {
	text-align: left;
}

.class-details-timetable_title {
	margin-bottom: 35px;
}

.class-details-timetable_title h5 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.table-controls {
	text-align: right;
	margin-top: 14px;
	margin-bottom: 50px;
}

.table-controls ul {
	background: #000000;
	padding: 12px 30px 15px;
	display: inline-block;
}

.table-controls ul li {
	list-style: none;
	font-size: 14px;
	color: #aaaaaa;
	list-style: none;
	display: inline-block;
	margin-right: 35px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
}

.table-controls ul li:after {
	position: absolute;
	right: -22px;
	top: 0;
	content: "/";
}

.table-controls ul li.active {
	color: #000;
}

.table-controls ul li.active:after {
	color: #aaaaaa;
}

.table-controls ul li:last-child {
	margin-right: 0;
}

.table-controls ul li:last-child:after {
	display: none;
}

.class-timetable .ts-meta h5,
.class-timetable .ts-meta span {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.filtering .ts-meta h5,
.class-timetable.filtering .ts-meta span {
	opacity: 0;
}

.class-timetable.filtering .ts-meta.show h5,
.class-timetable.filtering .ts-meta.show span {
	opacity: 1;
}

.class-timetable.details-timetable td h5 {
	color: #00001a;
}

.class-timetable.details-timetable td span {
	color: #fff;
}

.class-timetable.details-timetable td.hover-dp h5 {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp span {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp:hover h5 {
	color: #a9a9a9;
}

.class-timetable.details-timetable td.hover-dp:hover span {
	color: #a9a9a9;
}

.class-timetable.details-timetable td.dark-bg {
	background: #0a0a0a;
}

.class-timetable table {
	border: 1px solid #fff;
	text-align: center;
}

.class-timetable table thead {
	border-bottom: 1px solid #fff;
}

.class-timetable table thead tr th {
	font-size: 14px;
	color: #000;
	background: var(--primary-color);
	border-right: 1px solid #fff;
	padding: 15px 0;
	font-weight: 400;
}

.class-timetable table tbody tr td {
	width: 146px;
	padding: 35px 0;
	background-color: var(--primary-color);
}

.class-timetable table tbody tr td.class-time {
	font-size: 12px;
	color: #fff;
	background: #000000;
	border: 1px solid #fff;
}

.class-timetable table tbody tr td.dark-bg {
	background: #090909;
}

.class-timetable table tbody tr td.hover-bg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.class-timetable table tbody tr td.hover-bg:hover {
	background: var(--primary-color);
}

.class-timetable table tbody tr td.blank-td {
	position: relative;
	overflow: hidden;
}

.class-timetable table tbody tr td.blank-td:after {
	position: absolute;
	left: -47px;
	top: 59px;
	width: 237px;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.class-timetable table tbody tr td h5 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.class-timetable table tbody tr td span {
	display: block;
	font-size: 12px;
	color: #a9a9a9;
}

/*---------------------
  Class Details Section
-----------------------*/

.class-details-section {
	background: #fff;
	padding-bottom: 60px;
}

.class-details-text .cd-pic {
	margin-bottom: 45px;
}

.class-details-text .cd-pic img {
	min-width: 100%;
}

.class-details-text .cd-text {
	margin-bottom: 33px;
}

.class-details-text .cd-text .cd-single-item h3 {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.class-details-text .cd-text .cd-single-item p {
	color: #323232;
}

.class-details-text .cd-trainer .cd-trainer-pic img {
	min-width: 100%;
}

.class-details-text .cd-trainer .cd-trainer-text {
	position: relative;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title {
	margin-bottom: 18px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title h4 {
	color: #000;
	font-weight: 600;
	margin-bottom: 6px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title span {
	font-size: 12px;
	color: #aaaaaa;
	text-transform: uppercase;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social {
	position: absolute;
	right: 0;
	top: 20px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a {
	display: inline-block;
	font-size: 14px;
	color: var(--text-color);
	margin-right: 9px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a:last-child {
	margin-right: 0;
}

.class-details-text .cd-trainer .cd-trainer-text p {
	color: var(--text-color);
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info {
	margin-top: 28px;
	margin-bottom: 26px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li {
	font-size: 14px;
	color: var(--text-color);
	list-style: none;
	padding-bottom: 8px;
	border-bottom: 1px solid #252525;
	margin-bottom: 10px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li span {
	color: #000;
	font-weight: 700;
	width: 150px;
	display: inline-block;
}

.sidebar-option {
	padding-left: 40px;
}

.sidebar-option .so-categories {
	margin-bottom: 40px;
}

.sidebar-option .so-categories .title {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.sidebar-option .so-categories ul li {
	list-style: none;
}

.sidebar-option .so-categories ul li:hover a {
	color: var(--primary-color);
}

.sidebar-option .so-categories ul li:hover a span {
	color: #000;
}

.sidebar-option .so-categories ul li a {
	font-size: 14px;
	color: var(--text-color);
	line-height: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sidebar-option .so-categories ul li a span {
	font-size: 12px;
	float: right;
}

.sidebar-option .so-latest {
	margin-bottom: 60px;
}

.sidebar-option .so-latest .title {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sidebar-option .so-latest .latest-large {
	height: 200px;
	position: relative;
	margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-large .ll-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 25px;
}

.sidebar-option .so-latest .latest-large .ll-text h5 a {
	color: #000;
	font-weight: 600;
	line-height: 23px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child {
	margin-right: 0;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child:after {
	display: none;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.sidebar-option .so-latest .latest-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-item:last-child {
	margin-bottom: 0;
}

.sidebar-option .so-latest .latest-item .li-pic {
	float: left;
	margin-right: 20px;
}

.sidebar-option .so-latest .latest-item .li-text {
	overflow: hidden;
}

.sidebar-option .so-latest .latest-item .li-text h6 a {
	font-size: 15px;
	color: #000;
	line-height: 21px;
}

.sidebar-option .so-latest .latest-item .li-text .li-time {
	display: inline-block;
	font-size: 12px;
	color: #888888;
}

.sidebar-option .so-banner {
	height: 300px;
	position: relative;
}

.sidebar-option .so-banner h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 30px;
}

.sidebar-option .so-tags .title {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sidebar-option .so-tags a {
	display: inline-block;
	font-size: 14px;
	color: var(--text-color);
	padding: 10px 15px;
	background: #252525;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*------------------------
  Bmi Calculator Section
-------------------------*/

.bmi-calculator-section {
	background: #fff;
}

.section-title.chart-title {
	text-align: left;
}

.chart-table table {
	border: 1px solid #fff;
	width: 100%;
}

.chart-table table thead {
	border-bottom: 1px solid #fff;
}

.chart-table table thead tr th {
	background: #060606;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding: 14px 0 11px 50px;
}

.chart-table table tbody tr:nth-child(even) {
	background: #111111;
}

.chart-table table tbody tr td {
	font-size: 14px;
	color: var(--text-color);
	border-right: 1px solid #fff;
	padding: 17px 0 17px 50px;
}

.chart-table table tbody tr td.point {
	width: 200px;
}

.section-title.chart-calculate-title {
	text-align: left;
}

.chart-calculate-form p {
	color: var(--text-color);
	margin-bottom: 24px;
}

.chart-calculate-form form input {
	font-size: 14px;
	color: var(--text-color);
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 20px;
}

.chart-calculate-form form input::-webkit-input-placeholder {
	color: var(--text-color);
}

.chart-calculate-form form input::-moz-placeholder {
	color: var(--text-color);
}

.chart-calculate-form form input:-ms-input-placeholder {
	color: var(--text-color);
}

.chart-calculate-form form input::-ms-input-placeholder {
	color: var(--text-color);
}

.chart-calculate-form form input::placeholder {
	color: var(--text-color);
}

.chart-calculate-form form button {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	border: none;
	padding: 15px 0;
	background: var(--primary-color);
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #fff;
}

.blog-section .sidebar-option {
	padding-left: 70px;
}

.blog-item {
	margin-bottom: 40px;
}

.blog-item .bi-pic {
	float: left;
}

.blog-item .bi-pic img {
	width: 360px;
	height: 240px;
	min-width: 100%;
}

.blog-item .bi-text {
	border: 1px solid #fff;
	overflow: hidden;
	height: 240px;
	padding: 32px 30px 0 30px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 28px;
}

.blog-item .bi-text ul {
	margin-bottom: 18px;
}

.blog-item .bi-text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog-item .bi-text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "|";
}

.blog-item .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-item .bi-text ul li:last-child:after {
	display: none;
}

.blog-item .bi-text p {
	color: var(--text-color);
	line-height: 22px;
	margin-bottom: 0;
}

.blog-pagination {
	padding-top: 10px;
}

.blog-pagination a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
	margin-right: 15px;
	background: #252525;
	font-family: var(--primary-font);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-pagination a:last-child {
	margin-right: 0;
}

.blog-pagination a:hover {
	background: #555555;
}

/*--------------------------
  Blog Detils Hero Section
--------------------------*/

.blog-details-hero {
	height: 900px;
	padding-top: 365px;
}

.bh-text {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 40px 50px 34px 50px;
}

.bh-text h3 {
	color: #000;
	font-weight: 600;
	line-height: 39px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bh-text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "|";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	background: #fff;
	padding-top: 80px;
	overflow: hidden;
}

.blog-details-text .blog-details-title {
	text-align: center;
	margin-bottom: 32px;
}

.blog-details-text .blog-details-title p {
	color: var(--text-color);
}

.blog-details-text .blog-details-title p:first-child {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-title h5 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 28px;
}

.blog-details-text .blog-details-pic {
	margin-right: -10px;
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item img {
	min-width: 100%;
}

.blog-details-text .blog-details-desc {
	text-align: center;
	margin-bottom: 60px;
}

.blog-details-text .blog-details-desc p {
	color: var(--text-color);
}

.blog-details-text .blog-details-quote {
	text-align: center;
	border: 2px solid #fff;
	padding: 40px 22px 25px;
	position: relative;
	margin-bottom: 30px;
}

.blog-details-text .blog-details-quote .quote-icon {
	position: absolute;
	left: 50%;
	top: -26px;
	height: 55px;
	width: 55px;
	background: #fff;
	border: 2px solid #fff;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
	-webkit-transform: translateX(-27.5px);
	-ms-transform: translateX(-27.5px);
	transform: translateX(-27.5px);
}

.blog-details-text .blog-details-quote h5 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin-bottom: 6px;
}

.blog-details-text .blog-details-quote span {
	font-size: 15px;
	color: #888888;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-details-text .blog-details-more-desc {
	text-align: center;
	margin-bottom: 40px;
}

.blog-details-text .blog-details-more-desc p {
	color: var(--text-color);
}

.blog-details-text .blog-details-more-desc p:first-child {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share {
	text-align: center;
	margin-bottom: 100px;
}

.blog-details-text .blog-details-tag-share .tags {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share .tags a {
	display: inline-block;
	font-size: 14px;
	color: var(--text-color);
	padding: 10px 15px;
	background: #252525;
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-details-text .blog-details-tag-share .tags a:last-child {
	margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share span {
	font-size: 14px;
	color: var(--text-color);
	text-transform: uppercase;
	margin-right: 30px;
}

.blog-details-text .blog-details-tag-share .share a {
	font-size: 14px;
	color: var(--text-color);
	margin-right: 15px;
}

.blog-details-text .blog-details-tag-share .share a:last-child {
	margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share a i {
	color: #000;
	margin-right: 5px;
}

.blog-details-text .blog-details-author {
	text-align: center;
	background: #0a0a0a;
	position: relative;
	padding: 70px 50px 35px 50px;
	margin-bottom: 55px;
}

.blog-details-text .blog-details-author .ba-pic {
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-45px);
	-ms-transform: translateX(-45px);
	transform: translateX(-45px);
}

.blog-details-text .blog-details-author .ba-pic img {
	height: 90px;
	width: 90px;
	border-radius: 50%;
}

.blog-details-text .blog-details-author .ba-text h5 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-details-text .blog-details-author .ba-text p {
	color: var(--text-color);
}

.blog-details-text .blog-details-author .ba-text .bp-social a {
	font-size: 13px;
	color: var(--text-color);
	margin-right: 10px;
}

.blog-details-text .blog-details-author .ba-text .bp-social a:last-child {
	margin-right: 0;
}

.blog-details-text .comment-option .co-title {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.blog-details-text .comment-option .co-widget {
	position: absolute;
	right: 0;
	top: 5px;
}

.blog-details-text .comment-option .co-widget a {
	font-size: 14px;
	color: var(--text-color);
	margin-left: 8px;
}

.blog-details-text .comment-option .co-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 35px;
}

.blog-details-text .comment-option .co-item.reply-comment {
	margin-left: 30px;
}

.blog-details-text .comment-option .co-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	content: "";
}

.blog-details-text .comment-option .co-item .co-pic {
	overflow: hidden;
	margin-bottom: 12px;
}

.blog-details-text .comment-option .co-item .co-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.blog-details-text .comment-option .co-item .co-pic h5 {
	color: #000;
	overflow: hidden;
	line-height: 30px;
}

.blog-details-text .comment-option .co-item .co-text p {
	color: var(--text-color);
	margin-bottom: 0;
}

.leave-comment h5 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.leave-comment form input {
	font-size: 13px;
	color: var(--text-color);
	width: 100%;
	height: 46px;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 20px;
}

.leave-comment form input::-webkit-input-placeholder {
	color: var(--text-color);
}

.leave-comment form input::-moz-placeholder {
	color: var(--text-color);
}

.leave-comment form input:-ms-input-placeholder {
	color: var(--text-color);
}

.leave-comment form input::-ms-input-placeholder {
	color: var(--text-color);
}

.leave-comment form input::placeholder {
	color: var(--text-color);
}

.leave-comment form textarea {
	font-size: 13px;
	color: var(--text-color);
	width: 100%;
	height: 100px;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 14px;
	resize: none;
}

.leave-comment form textarea::-webkit-input-placeholder {
	color: var(--text-color);
}

.leave-comment form textarea::-moz-placeholder {
	color: var(--text-color);
}

.leave-comment form textarea:-ms-input-placeholder {
	color: var(--text-color);
}

.leave-comment form textarea::-ms-input-placeholder {
	color: var(--text-color);
}

.leave-comment form textarea::placeholder {
	color: var(--text-color);
}

.leave-comment form button {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	border: none;
	padding: 14px 0 12px;
	background: var(--primary-color);
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	background: #fff;
}

.section-title.contact-title {
	text-align: left;
	margin-bottom: 35px;
}

.contact-widget .cw-text {
	overflow: hidden;
	margin-bottom: 35px;
}

.contact-widget .cw-text i {
	font-size: 30px;
	color: var(--primary-color);
	display: inline-block;
	height: 65px;
	width: 65px;
	background: #fff;
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.contact-widget .cw-text p {
	overflow: hidden;
	color: var(--text-color);
	margin-bottom: 0;
	padding-top: 10px;
}

.contact-widget .cw-text ul {
	overflow: hidden;
	padding-top: 20px;
}

.contact-widget .cw-text ul li {
	list-style: none;
	font-size: 14px;
	color: var(--text-color);
	margin-right: 25px;
	display: inline-block;
	position: relative;
}

.contact-widget .cw-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "|";
	color: #545454;
}

.contact-widget .cw-text ul li:last-child {
	margin-right: 0;
}

.contact-widget .cw-text ul li:last-child:after {
	display: none;
}

.contact-widget .cw-text.email p {
	padding-top: 20px;
}

.map {
	height: 550px;
	margin-top: 35px;
}

.map iframe {
	width: 100%;
}

/*---------------------
  404 Section
-----------------------*/

.section-404 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.text-404 h1 {
	font-size: 200px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.text-404 h3 {
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-404 p {
	font-size: 15px;
	color: var(--text-color);
	margin-bottom: 43px;
}

.text-404 .search-404 {
	position: relative;
	width: 470px;
	margin: 0 auto 35px;
}

.text-404 .search-404 input {
	font-size: 15px;
	color: #ffffffb3;
	height: 46px;
	width: 100%;
	background: var(--primary-color);
	border: none;
	padding-left: 20px;
}

.text-404 .search-404 input::-webkit-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::-moz-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input:-ms-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::-ms-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 button {
	font-size: 16px;
	color: #000;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px 11px;
}

.text-404 a {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.text-404 a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #252525;
	content: "";
}

.text-404 a i {
	color: var(--primary-color);
	margin-right: 5px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1650px) and (max-width: 1920px) {
	.nav-menu ul li {
		margin-right: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu ul li {
		margin-right: 5px;
	}

	.ps-item .thumb-icon {
		left: 15px;
	}

	.blog-item .bi-pic {
		float: none;
	}

	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}

	.blog-item .bi-pic img {
		height: auto;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}

	.blog-section .sidebar-option {
		padding-left: 0;
	}

	.blog-item .bi-pic {
		float: none;
	}

	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}

	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}

	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}

	.chart-table {
		margin-bottom: 30px;
	}

	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.ss-text:after {
		display: none;
	}

	.ss-text {
		padding: 72px 60px;
		margin-bottom: 30px;
	}

	.class-item .ci-text:after {
		width: 750px;
	}

	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}

	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}

	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.canvas-open {
		position: absolute;
		right: 40px;
		top: 61px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #000;
		border: 1px solid #000;
		border-radius: 2px;
		line-height: 29px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #000;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}

	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 2px;
		text-align: center;
		line-height: 27px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}

	.offcanvas-menu-wrapper .canvas-search {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}

	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}

	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		margin-right: 6px;
	}

	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}

	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}

	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}

	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}

	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}

	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #fff;
		border-bottom: 1px solid #fff;
		font-weight: 600;
		font-family: var(--primary-font);
		font-size: 15px;
	}

	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: var(--primary-color);
	}

	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: var(--primary-color);
	}

	.nav-menu {
		display: none;
	}

	.top-option {
		display: none;
	}

	.grid-sizer {
		width: calc(50% - 10px);
	}

	.gallery .gs-item {
		width: calc(50% - 10px);
		float: none;
	}

	.gallery .gs-item.grid-wide {
		width: 100%;
	}

	.blog-item .bi-pic img {
		height: auto;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	#mobile-menu-wrap {
		padding-top: 20px;
	}

	.logo a img {
		width: 110px;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.canvas-open {
		position: absolute;
		right: 40px;
		top: 40px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #000;
		border: 1px solid #000;
		border-radius: 2px;
		line-height: 29px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #000;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}

	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 2px;
		text-align: center;
		line-height: 27px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}

	.offcanvas-menu-wrapper .canvas-search {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
		display: none;
	}

	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}



	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}

	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		margin-right: 6px;
	}

	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}

	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}

	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}

	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}

	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
		width: 100% !important;
	}

	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #fff;
		border-bottom: 1px solid #fff;
		font-weight: 600;
		font-family: var(--primary-font);
		font-size: 15px;
	}

	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: var(--primary-color);
	}

	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: var(--primary-color);
	}

	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: var(--primary-color);
	}

	.nav-menu {
		display: none;
	}

	.top-option {
		display: none;
	}

	.gallery .gs-item {
		width: 100%;
		float: none;
	}

	.gallery .gs-item.grid-wide {
		width: 100%;
	}

	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}

	.class-timetable {
		overflow-x: auto;
	}

	.chart-table {
		overflow-x: auto;
	}

	.blog-section .p-0 {
		padding: 15px !important;
	}

	.blog-section .sidebar-option {
		padding-left: 0;
	}

	.blog-item .bi-pic {
		float: none;
	}

	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}

	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}

	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}

	.chart-table {
		margin-bottom: 30px;
	}

	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.ss-text:after {
		display: none;
	}

	.ss-text {
		padding: 72px 60px;
		height: auto;
	}

	.class-item .ci-text:after {
		width: 750px;
	}

	.hs-slider .hs-item {
		height: 1000px;
		padding: 250px 0 150px;
	}

	 .hi-text h1 {
		font-size: 48px !important;
		line-height: normal;
	}

	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}

	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}

	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.ss-pic img {
		height: auto;
	}

	.ss-text {
		margin-bottom: 20px;
	}

	.blog-item .bi-pic img {
		height: auto;
	}

	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}

	.text-404 .search-404 {
		width: 100%;
	}

	.search-model-form input {
		width: 100%;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}

	 .hi-text h1 {
		font-size: 38px !important;
		line-height: normal;
	}

	.team-title {
		margin-bottom: 20px;
	}

	.about-text {
		padding: 70px 15px 60px;
	}

	.blog-details-section .p-0 {
		padding: 15px !important;
	}

	.text-404 h1 {
		font-size: 160px;
	}

	.breadcrumb-text h2 {
		font-size: 38px;
	}

	.text-404 h1 {
		font-size: 80px;
	}

	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}

	.search-model-form input {
		font-size: 28px;
	}
}

.hs-slider .hs-item .hi-text h1 strong,
.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text h1 {
	font-weight: 700;
}

.darkSection h2,
.darkSection p {
	color: #fff !important;
}



.w-60 {
	max-width: 60%;
}

.mb-10 {
	margin-bottom: 10px;
}

.team-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.DasGym {
	background-color: #f5f5f5;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.team-intro-section {
	text-align: center;
	padding: 4rem 2rem;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.team-heading {
	color: #111;
	margin-bottom: 1rem;
}

.team-subtext {
	font-size: 18px;
	color: var(--text-color);
	margin-bottom: 3rem;
	line-height: 1.6;
}

.team-image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 3rem;
}

.team-photo {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 2s ease;
}

.team-image-wrap:hover .team-photo {
	transform: scale(1.03);
}

.photo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 94, 207, 0.5) 100%);
	pointer-events: none;
}

.team-cta {
	margin-top: 1.5rem;
}

.partners-section {
	background: #FAFDFF;
	padding: 4rem 2rem;
	text-align: center;
	position: relative;
}

.partners-heading {
	font-size: 2.4rem;
	font-weight: 700;
	color: #111;
	margin-bottom: 3rem;
	letter-spacing: -0.5px;
}

.partners-logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: center;
	justify-items: center;
	gap: 3rem;
	max-width: 1000px;
	margin: 0 auto;
}

.partner {
	opacity: 0.6;
	transition: all 0.3s ease;
	filter: grayscale(100%);
}

.partner img {
	max-width: 250px;
	height: auto;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 600px) {
	.partner img {
		max-width: 150px;
	}

	.partners-logos {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}

	.partner {
		opacity: 1;
		transition: all 0.3s ease;
		filter: grayscale(0%);
	}
}

.partner:hover {
	opacity: 1;
	filter: grayscale(0);
}

.partner:hover img {
	transform: scale(1.05);
}

.hof-subtext {
	font-size: 1.25rem;
	font-weight: 400;
	color: #f1f1f1;
	margin-bottom: 2.5rem;
	line-height: 1.6;
}

/* =========================
   ELEVATE Call To Action Section
   ========================= */

.ELEVATE-cta-section {
	background: #0d2d84;
	/* your brand’s deep blue */
	color: #fff;
	text-align: center;
	padding: 8rem 2rem;
	position: relative;
	overflow: hidden;
}

.ELEVATE-cta-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.ELEVATE-cta-heading {
	font-size: 2.8rem;
	font-weight: 800;
	margin-bottom: 1rem;
	letter-spacing: -0.5px;
	line-height: 1.3;
	color: #fff;
}

.ELEVATE-cta-heading span {
	color: #2ea8ff;
	/* light blue accent for highlight */
}

.ELEVATE-cta-subtext {
	font-size: 1.25rem;
	color: #e5e7f0;
	margin-bottom: 2.5rem;
	line-height: 1.6;
}

/* Subtle diagonal motion effect */
.ELEVATE-cta-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg,
			rgba(255, 255, 255, 0.07) 0%,
			rgba(255, 255, 255, 0) 100%);
	animation: ELEVATEShineMove 6s infinite linear;
	z-index: 1;
}

@keyframes ELEVATEShineMove {
	0% {
		transform: translateX(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) rotate(45deg);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.ELEVATE-cta-section {
		padding: 6rem 1.5rem;
	}
    .ab-icon-box img{
            width: 70px !important;
    }
	.darkSection {
		padding: 120px 20px 50px !important;
	}

	.ELEVATE-cta-heading {
		font-size: 2rem;
	}

	.ELEVATE-cta-subtext {
		font-size: 1.1rem;
	}

	.about-video {
		height: 400px;
	}

	.ts_slider.owl-carousel .owl-nav button {
		top: 100%;
	}

	.team-title {
		flex-direction: column;
		align-items: start;
		margin-bottom: 70px;
	}

	.w-60 {
		max-width: 100%;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.bs-text h2 {
		font-size: 35px;
	}

	.aboutus-section {
		padding: 80px 15px;
	}

	.aboutus-section .row:nth-child(2),
	.aboutus-section .row:nth-child(4) {
		flex-direction: column-reverse;
	}

	.aboutus-section .row:nth-child(2) .about-text {
		padding: 50px 0px;
	}

	.about-text {
		padding: 120px 0px 50px;
	}

	.team-intro-section {
		padding: 80px 0;
	}
}

.ELEVATE_btn {
	background: #fff;
	color: var(--primary-color);
}

.ELEVATE_btn:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

/* =========================
   ELEVATE Footer Section
   ========================= */

.elevate-footer {
	background: #f8f8f8;
	color: #111;
	font-family: 'Inter', sans-serif;
	position: relative;
}

.elevate-footer-map iframe {
	width: 100%;
	height: 420px;
	border: none;
	display: block;
}

.elevate-footer-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 7rem 2rem 2rem;
	position: relative;
}

.elevate-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 3rem;
	margin-bottom: 6rem;
}

.elevate-footer-block h4 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
	color: #0d2d84;
}

.elevate-footer-block p,
.elevate-footer-block a {
	font-size: 0.95rem;
	color: #333;
	line-height: 1.6;
}

.elevate-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.elevate-footer-links li {
	margin-bottom: 0.5rem;
}

.elevate-footer-links a:hover {
	color: #0d2d84;
	text-decoration: underline;
}

/* Social Links */
.elevate-social-links a {
	color: #333;
	font-size: 1.2rem;
	margin-right: 1rem;
	transition: color 0.3s ease;
}

.elevate-social-links a:hover {
	color: #0d2d84;
}

/* Footer Bottom */
.elevate-footer-bottom {
	border-top: 1px solid #ddd;
	padding-top: 1.5rem;
	text-align: center;
	font-size: 0.9rem;
	color: #666;
}

.elevate-footer-bottom a {
	color: #0d2d84;
	font-weight: 600;
	text-decoration: none;
}

.elevate-footer-bottom a:hover {
	text-decoration: underline;
}

/* Back to Top Button */
.elevate-backtotop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #0d2d84;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	cursor: pointer;
	font-size: 1.1rem;
	display: none;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 100;
}

.elevate-backtotop:hover {
	background: #2ea8ff;
	transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
	.elevate-footer-content {
		padding: 3rem 1.5rem 5rem;
	}

	.elevate-footer-bottom {
		flex-direction: column;
	}

	.elevate-footer-links.d-flex {
		justify-content: center;
	}
}

@media screen and (max-width: 991px) {
	.mobileHidden {
		display: none;
	}
	.ab-icon-box{
		text-align: left !important;
	}
}

.ml-20 {
	margin-left: 20px;
}

#bar1 span,
#bar2 span,
#bar3 span {
	background: var(--primary-color) !important;
}


.about-icons {
    margin-top: 40px;
}

.ab-icon-box {
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
}


.ab-icon-box span[class^="flaticon-"] {
    font-size: 32px;
    color: #000;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    transition: 0.3s ease;
}

.ab-icon-box img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	transition: 0.5s;
}

.ab-icon-box:hover span,
.ab-icon-box:hover img {
    transform: scale(1.12);
	color: #0069ff;
}


.ab-icon-box h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
	color: #ffffff;
}


@media (max-width: 768px) {

    .ab-icon-box {
        text-align: center !important;

	}

    .ab-icon-box span[class^="flaticon-"],
    .ab-icon-box img {
        width: 70px;
        height: 70px;
        padding: 8px;
        font-size: 26px;

	}

    .ab-icon-box h4 {
        font-size: 16px;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px){
    .about-video {
        height: 600px;
    }
    .Unsere .row:nth-child(2),
	.Unsere .row:nth-child(4) {
		flex-direction: column-reverse;
	}
	.Unsere .row{
		        padding: 0 70px;
	    
	}
	.Unsere-text{
	    padding: 120px 0 60px 0 !important;
	}

	.Unsere .row:nth-child(2) .about-text {
		padding: 50px 0px;
	}
}

@media (min-width: 992px) {

    .ab-icon-box span[class^="flaticon-"],
    .ab-icon-box img {
        width: 90px;
        height: 90px;
        padding: 12px;
    }
}