/*!
Theme Name: Your Place My Gym
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gym
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Coldpoint Refrigeration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #7F896C;
	--secondery-color: #EDAC97;
	--white-color: #ffffff;
	--section-bg: #F9FAEF;
	--text-color: #606656;
	
    --body-font: "Poppins", sans-serif;
    --heading-font: "Thirsty Script", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 15px;
	font-family: var(--body-font);
	line-height: 200%;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	color: var(--text-color);
}
.btn {
	font-size: 14px;
	padding: 15px 40px;
	font-weight: 400;
	border-radius: 50px;
	border: none;
	color: var(--white-color);
	background-color: var(--secondery-color);
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 10%;
	line-height: 1;
	font-family: var(--body-font);
}
.btn:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
}
.btn-primary {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.btn-primary:hover, .btn-white:hover {
	background-color: var(--secondery-color);
	color: var(--white-color);
}
.btn-white {
	background-color: var(--white-color);
	color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
.f-10 {
	background-color: var(--white-color);
	border-radius: 50px;
	padding: 10px 42px;
	margin-bottom: 35px;
	color: var(--text-color);
	text-transform: uppercase;
	display: inline-flex;
}
.f-10 h1, .single-cat {
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 30%;
	line-height: 200%;
	font-family: var(--body-font);
}
.page-id-10 .f-10 {
	background-color: rgba(237, 172, 151, .9);
	color: var(--white-color);
}
h1, .h1, h2, .h2 {
	font-size: 80px;
	line-height: 80%;
	letter-spacing: 0;
	word-break: break-word;
	font-weight: 700;
	font-family: var(--heading-font);
}
.f-96 h2 {
	font-size: 96px;
	line-height: 80%;
	letter-spacing: 0;
	word-break: break-word;
	font-weight: 700;
}
h3{
	font-size: 64px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
	font-family: var(--heading-font);
}
h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	font-family: var(--body-font);
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 10px 15px !important;
	color: var(--text-color);
	background: #F9FAEF;
	font-size: 14px !important;

}
input, select {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--text-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-70 {
	padding: 80px 0;
}
.pt-70 {
	padding-top: 80px;
}
.pb-70 {
	padding-bottom: 80px;
}
.pb-15 {
	padding-bottom: 15px;
}
.p-45 {
	padding: 45px 0;
}
.pt-45 {
	padding-top: 45px;
}
.pb-45 {
	padding-bottom: 45px;
}
.row {
	--bs-gutter-x: 15px;
}
.container {
	transition: .4s;
	max-width: 1330px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.container-large {
	max-width: 1450px;
}
.section-title h3{
	margin-bottom: 25px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-25 {
	margin-bottom: 25px;
}
.card-btn {
	margin-top: 25px;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.rounded-15 {
	border-radius: 15px;
	overflow: hidden;
}
h1 strong, h2 strong, h3 strong, h1 b, h2 b, h3 b {
	color: var(--secondery-color);
}
.section-bg {
	background-color: var(--section-bg);
}
.primary-title h1, .primary-title h2, .primary-title h3, .primary-title h4 {
	color: var(--primary-color);
}

/* Header */
._header-sec {
	left: 30px;
	right: 30px;
	top: 30px;
	z-index: 99;
	padding: 15px 25px;
	position: fixed;
	transition: .2s;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 15px;
}
.header-sec {
	left: 30px;
	right: 30px;
	top: 30px;
	z-index: 99;
	_padding: 15px 25px;
	position: fixed;
	transition: .2s;
	_background: rgba(255, 255, 255, 0.96);
	_border-radius: 15px;
}
.header-sec.sticky-active {
	top: 15px;
}
.header-container {
	padding: 15px 25px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 15px;
	max-width: 1400px;
	margin-inline: auto;
}


.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 202px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 62px;
}
.admin-bar .header-sec.sticky-active {
	top: 47px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn {
	gap: 10px;
}
.header-btn .btn.btn-b-w {
	padding: 18px 25px;
}
.gap-10 {
	gap: 10px;
}

/* main-menu */
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--primary-color);
	font-size: 12px;
	padding: 10px;
	font-weight: 300;
	display: block;
	line-height: 200%;
	text-transform: uppercase;
	letter-spacing: 30%;
	border-radius: 30px;
	transition: .6s;
}
.main-menu ul li ul {
	position: absolute;
	width: 320px;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 8px;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	height: 8px;
	width: 12px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%23606656' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.main-menu > ul > li.menu-item-has-children a {
	padding-right: 30px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 10px 18px !important;
	font-size: 12px;
	color: var(--text-color);
	border-radius: 8px;
}
.main-menu ul li ul li a:hover {
	background-color: var(--text-color);
	color: var(--white-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
	overflow: hidden;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	color: var(--primary-color);
	font-weight: 500;
	transform: translateY(-50%);
}


/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* contact */
.field-space {
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.contact-input textarea {
	border-radius: 8px;
	height: 244px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 186px;
	text-transform: uppercase;
	letter-spacing: 10%;
	transition: .4s;
	border-radius: 50px;
	border: none;
	background: var(--primary-color);
	color: var(--white-color);
	margin-top: 8px;
	font-size: 14px !important;
	line-height: 1 !important;
	padding: 15px 30px 13px 30px !important;
	height: unset;
	font-weight: 400;
	font-family: var(--body-font);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--secondery-color);
	color: var(--white-color);
}
.wpcf7-spinner {
	display: none;
}
.contact-form {
	padding: 80px 30px;
}
.contact-shortcode p {
	margin-bottom: 0;
}
.contact-form-info {
	width: calc(38% - 6px);
	padding: 50px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

/* default page */
.single-content h2 {
	margin-bottom: 30px;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
	font-weight: 400;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 1/.3;
	object-fit: cover;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul, .single-content ol {
	margin-bottom: 16px;
}
.single-content-area {
	padding-top: 60px;
}
.wp-block-image {
	margin: 40px 0;
}
/* banner */
.banner-img-video video, .banner-img-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-img-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-area {
	padding: 15px;
	padding-top: 242px;
}
.banner-content {
  padding-bottom: 130px;
}
.banner-content-wrap {
  max-width: 664px;
}
.banner-content-wrap h2 {
  margin-bottom: 30px;
}
.banner-area::before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 4, 0.95) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.callouts-area {
	border-radius: 20px;
	gap: 17px;
}
.callouts-content {
	gap: 20px;
	background-color: var(--primary-color);
	flex: 1;
	padding: 25px;
}
.banner-content .card-btn {
	margin-top: 35px;
}
/* service-pages */
.services-img img {
	aspect-ratio: 1/.62;
	object-fit: cover;
	width: 100%;
	transition: .6s;
}
.services-title {
	position: absolute;
	bottom: 15px;
	background-color: var(--secondery-color);
	width: calc(100% - 30px);
	left: 50%;
	transform: translateX(-50%);
	padding: 24px 20px;
	transition: .4s;
}
.services-list:hover img {
  transform: scale(1.1);
}
.service-link::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.services-list:hover .services-title {
  background-color: var(--primary-color);
}
/*  */
.work-content {
  background-color: var(--secondery-color);
}
.work-title {
	width: 34%;
}
.work-list {
	flex: 1;
	padding-left: 60px;
}
.work-icon img {
	width: 64px;
	object-fit: contain;
	position: relative;
}
.work-icon {
  width: 170px;
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-icon::before {
  content: "";
  position: absolute;
  background-color: #E8A088;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0% 40% 40% 0% / 0% 50% 50% 0%;
}
.work-text {
  padding-right: 40px;
}
.work-text h4 {
  font-family: var(--heading-font);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
.border-style {
  position: relative;
  padding-top: 25px;
}
.border-style::before {
  content: "";
  position: absolute;
  background-color: var(--secondery-color);
  height: 2px;
  width: 100px;
  top: 0;
  left: 0;
}
/* we-make */
.we-makes-content h4 {
	margin-bottom: 22px;
}
.we-make-img img {
	aspect-ratio: 1/.58;
	object-fit: cover;
}
/* our-gym */
.our-gym-links {
  background-color: var(--secondery-color);
  padding: 25px 20px;
  transition: .4s;
}
.our-gym-links:hover {
	background-color: var(--primary-color);
}
.our-gym-list {
  gap: 12px;
}
.our-gym-details {
  padding: 15px;
  padding-top: 323px;
}
.our-gym-details::before {
	content: "";
	position: absolute;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.our-gym-content, .consistency-content {
	padding-top: 25px;
}
.our-gym-content::before, .consistency-content::before {
	content: "";
	position: absolute;
	background-color: var(--white-color);
	height: 2px;
	width: 100px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.our-gym-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.our-gym-links {
    flex: 1 1 calc(25% - 15px); /* default: 4 items */
}
.our-gym-list.items-3 .our-gym-links {
    flex: 1 1 calc(33.333% - 15px);
}
.our-gym-list.items-2 .our-gym-links {
    flex: 1 1 calc(50% - 15px);
}
.our-gym-list.items-1 .our-gym-links {
    flex: 1 1 100%;
}
/* testimonials */
.testimonials-title {
  width: 463px;
}
.testimonials-details {
  flex: 1;
  padding-left: 40px;
}
.testimonials-content {
  padding: 45px 35px;
}
.testimonials-info {
  width: 145px;
}
.testimonials-text {
  flex: 1;
  padding-left: 64px;
}
.claint-name {
  font-size: 15px;
  font-weight: 500;
}
/* contact-section */
.pb-10 {
  padding-bottom: 10px;
}
.contact-shortcode .row {
  --bs-gutter-x: 10px;
}
.contact-form-wrap::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	background-blend-mode: normal, darken;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9;
}
.contact-form-wrap {
	padding: 15px;
}
.contact-info {
	width: 564px;
}
.contact-shortcode {
	flex: 1;
	background: rgba(255, 255, 255, 0.34);
	padding: 50px;
	margin-left: 50px;
}
.contact-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.contact-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(1);
}
.contact-input label {
	color: var(--white-color);
	margin-bottom: 10px;
	margin-top: 20px;
}
.contact-link {
	background-color: var(--secondery-color);
	padding-left: 25px;
}
.contact-link:not(:last-child) {
  margin-bottom: 10px;
}
.contact-icon {
	background-color: #E8A088;
	padding: 16px 25px;
	border-radius: 35% 0% 0% 35% / 50% 0% 0% 50%;
}
.contact-title {
	padding-left: 35px;
}
.contact-logo {
	margin-left: 35px;
	margin-top: 40px;
}
.contact-logo img {
	height: 60px;
	object-fit: contain;
}
.contact-input label span {
	display: none;
}
.img-banner img {
	aspect-ratio: 1/.3;
	object-fit: cover;
	border-radius: 20px;
	object-position: 50% 29%;
}
/* faq */
.question {
	padding: 18px 20px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 11px;
	margin-bottom: 10px;
}
.answer {
	display: none;
	padding: 35px;
	padding-top: 30px;
	margin-bottom: 10px;
	border-radius: 11px;
}
.faq {
	max-width: 759px;
}
.answer ul {
	list-style: inside;
}
.answer ol {
	padding-left: 18px;
}
.faq-icon {
	height: 10px;
	width: 10px;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.faq-item.active .faq-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 5.25293L6.59853 1.10146C6.1299 0.632828 5.3701 0.632828 4.90147 1.10146L0.75 5.25293' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
/*  */
.faq-title.border-style::before {
	left: 50%;
	transform: translateX(-50%);
}
.question h4 {
	font-size: 14px;
	line-height: 1.4;
}
.svg-efect::before {
	content: "";
	position: absolute;
	height: 300px;
	width: 300px;
	background-image: url(assets/img/svg.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.svg-efect.efect-right::before {
	top: 80px;
	right: -190px;
}
.svg-efect.efect-left::before {
	top: 0;
	left: -165px;
}
/* footer */
.footer-area {
  background-color: var(--primary-color);
  padding: 15px;
  padding-top: 40px;
}
.footer-area a {
	color: var(--white-color);
	line-height: 2.5;
}
.footer-menu ul {
  list-style: none;
}
.copyright-area {
  background-color: #747E62;
  padding: 20px 25px;
  margin-top: 50px;
}
.seo-info a {
	font-weight: 500;
	line-height: 1;
}
.f-item-one {
  width: 36%;
  padding-right: 90px;
}
.footer-menu {
  width: 22%;
  padding-right: 90px;
}
.footer-info {
  width: 20%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  width: 207px;
}
.footer-menu span, .footer-info span {
  text-transform: uppercase;
  border-bottom: 1px solid #8E977E;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer-info a {
  display: block;
  margin-bottom: 5px;
}
/* page-banner */
.page-banner-area {
	padding: 15px;
	padding-top: 194px;
}
.page-banner-content {
  width: 664px;
}
.page-banner-img-video {
  flex: 1;
  margin-left: 70px;
}
.page-banner-wrap {
  padding: 0 25px 80px 25px;
}
.page-banner-text {
	margin-top: 35px;
}
.page-banner-img-video img {
	aspect-ratio: 1/.79;
	object-fit: cover;
}
.page-banner-img-video video {
	width: 100%;
	aspect-ratio: 1/.7;
	object-fit: cover;
}
/*  */
.about-intro-area img {
	aspect-ratio: 1/.71;
}
.built-list-content:not(:last-child) {
  margin-bottom: 15px;
}
.built-list-content {
  padding: 25px;
}
.built-around-content {
  width: 617px;
  padding-right: 10px;
}
.built-around-list {
  flex: 1;
}
.consistency-details::before {
	content: "";
	position: absolute;
	background-color: var(--primary-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}
.consistency-details {
	padding: 82px 15px;
}
.trainers-tab-title {
	max-width: 968px;
}
.nav-link {
  background-color: var(--section-bg);
  color: var(--primary-color);
  padding: 20px;
  border-radius: 15px !important;
  min-width: 196px;
}
.nav-link.active {
  background-color: var(--primary-color) !important;
}
.nav-link:hover {
	color: var(--primary-color);
}
.trainers-name {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 10px);
	background-color: var(--secondery-color);
	padding: 25px 20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 15px;
	color: var(--white-color);
	transition: .6s;
}
.trainers-img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1.4;
	transition: .6s;
}
.trainers-img:hover img {
	transform: scale(1.1);
}
.trainers-img:hover .trainers-name {
	background-color: var(--primary-color);
}
/* service-child */
.service-intro-img {
  width: 577px;
}
.sc-intro-img img {
	height: 100%;
	object-fit: cover;
}
.service-accordion {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sc-inro-title {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
}
.service-intro-img::before {
	content: "";
	position: absolute;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 55%);
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
}
.service-accordion .question h4 {
	font-size: 24px;
	line-height: 1;
}
.service-accordion .faq-icon {
	height: 42px;
	width: 42px;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.78 19.77L21.0661 25.4628C21.897 26.3575 23.313 26.3575 24.1439 25.4628L29.43 19.77M1.5 22.5C1.5 34.098 10.902 43.5 22.5 43.5C34.098 43.5 43.5 34.098 43.5 22.5C43.5 10.902 34.098 1.5 22.5 1.5C10.902 1.5 1.5 10.902 1.5 22.5Z' stroke='%237F896C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.service-accordion .faq-item.active .faq-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.22 25.23L23.9339 19.5372C23.103 18.6425 21.687 18.6425 20.8561 19.5372L15.57 25.23M43.5 22.5C43.5 10.902 34.098 1.5 22.5 1.5C10.902 1.5 1.5 10.902 1.5 22.5C1.5 34.098 10.902 43.5 22.5 43.5C34.098 43.5 43.5 34.098 43.5 22.5Z' stroke='%237F896C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.service-accordion .question {
	padding: 30px 35px;
	margin-bottom: 0;
	border-radius: 0;
}
.service-accordion .answer {
	border-radius: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.sc-inro-title {
	padding-top: 25px;
}
.sc-inro-title::before {
	content: "";
	position: absolute;
	background-color: var(--white-color);
	height: 2px;
	width: 100px;
	top: 0;
	left: 0;
}
.suitable-box {
	padding: 15px;
}
.suitable-img {
  width: 844px;
}
.suitable-content {
  flex: 1;
}
.suitable-img img {
  aspect-ratio: 1/.45;
  object-fit: cover;
}
.suitable-box::before {
	content: "";
	position: absolute;
	background-color: var(--section-bg);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9;
}
.suitable-content {
  padding: 0 35px;
}
.suitable-content ul {
  list-style: inside;
}
.suitable-content h4 {
	margin-bottom: 25px;
	line-height: 130%;
}
/* trainers */
.text-scroll-wrap {
  background-color: var(--secondery-color);
  padding: 52px 0;
}
.autoscroll-wrap {
  background-color: var(--primary-color);
  padding: 15px;
  padding-top: 60px;
}
.text-scroll-wrap::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,rgba(237, 172, 151, 1) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 250px;
	top: 0;
	left: 0;
	z-index: 1;
}
.text-scroll-wrap::after {
	content: "";
	position: absolute;
	background: linear-gradient(270deg,rgba(237, 172, 151, 1) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 250px;
	top: 0;
	right: 0;
	z-index: 1;
}
.autoscroll-title::before {
	background-color: var(--white-color);
	left: 50%;
	transform: translateX(-50%);
}
.trainers-title {
	max-width: 910px;
}
/* contact */
.expect-img img {
  aspect-ratio: 1/1.18;
  object-fit: cover;
}
.expect-text {
  position: absolute;
  bottom: 15px;
  background-color: var(--primary-color);
  text-align: center;
  padding: 25px 20px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
}
/* blog */
.blog-thumb img {
	aspect-ratio: 1/.68;
	object-fit: cover;
	transition: .6s;
}
.blog-wrap:hover img {
	transform: scale(1.1);
}
.blog-thumb {
	margin-right: 20px;
	overflow: hidden;
	border-radius: 20px;
}
.blog-wrap {
  margin-bottom: 40px;
}
.ws-number {
	font-size: 10px;
	background-color: var(--section-bg);
	line-height: 1;
	padding: 16px 20px 14px 20px;
	border-radius: 35px;
	letter-spacing: 13%;
}
.blog-text h3, .latest-post-text h4 {
	font-family: var(--body-font);
	font-size: 32px;
	font-weight: 500;
}
.blog-meta {
	margin-top: 30px;
	margin-bottom: 25px;
}
.blog-btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--text-color);
	margin-top: 25px;
}
.pagination-next {
	margin-left: auto;
}
.pagination-prev {
	margin-right: auto;
}
.page-numbers {
	font-size: 16px;
	font-weight: 500;
	color: var(--text-color);
}
.pagination-numbers {
	gap: 20px !important;
}
.blog-pagination {
	padding: 15px;
	border-radius: 50px;
}
.latest-post-content {
  padding: 20px;
}
.latest-post-text h4 {
  margin-top: 30px;
  margin-bottom: 24px;
}
.latest-post-text {
  margin-top: 30px;
}
.latest-post-content .blog-btn {
	margin-top: 28px;
}
.latest-blog-thumb img {
	width: 100%;
	aspect-ratio: 1/.65;
	object-fit: cover;
	transition: .6s;
}
.latest-post-content:hover .latest-blog-thumb img {
	transform: scale(1.1);
}
/* single-trainers */
.single-trainer-banner {
	padding: 146px 40px 50px 40px;
}
.single-trainer-img {
	width: 577px;
}
.single-trainer-banner-content {
	flex: 1;
	padding-left: 89px;
	padding-right: 20px;
}
.single-trainer-img img {
  aspect-ratio: 1/1.24;
  object-fit: cover;
  width: 100%;
}
.single-trainer-title {
	margin-bottom: 35px;
	padding-top: 25px;
}
.trainer-category {
	background-color: var(--secondery-color);
	color: var(--white-color);
	display: inline-flex;
	border-radius: 95px;
}
.trainer-specialties {
	margin-top: 35px;
}
.single-trainer-title::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: var(--primary-color);
	top: 0;
	left: 0;
}
.specialties {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	padding: 25px;
}
.about-trainer {
	background-color: var(--primary-color);
	padding: 60px 40px 50px;
	position: sticky;
	top: 160px;
}
.about-trainer h3 {
	color: var(--white-color);
}
.trainers-info {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	padding: 25px;
	line-height: 170%;
	color: var(--primary-color);
}
.gallery-img img {
	aspect-ratio: 1/1.18;
	object-fit: cover;
}







/* default arrows */
.custom-prev::after {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.23 15.78L19.5372 21.0661C18.6425 21.897 18.6425 23.313 19.5372 24.1439L25.23 29.43M22.5 1.5C10.902 1.49999 1.50001 10.902 1.50001 22.5C1.50001 34.098 10.902 43.5 22.5 43.5C34.098 43.5 43.5 34.098 43.5 22.5C43.5 10.902 34.098 1.5 22.5 1.5Z' stroke='%237F896C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
}
.custom-next::after {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.77 29.22L25.4628 23.9339C26.3575 23.103 26.3575 21.687 25.4628 20.8561L19.77 15.57M22.5 43.5C34.098 43.5 43.5 34.098 43.5 22.5C43.5 10.902 34.098 1.5 22.5 1.5C10.902 1.5 1.5 10.902 1.5 22.5C1.5 34.098 10.902 43.5 22.5 43.5Z' stroke='%237F896C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
}
.splide__arrow svg {
	display: none;
}
.custom-arrows {
	background-color: var(--section-bg);
	height: 72px;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 50px;
}
.splide__arrow {
	background: transparent;
	height: 42px;
	opacity: 1;
	width: 42px;
	transition: .4s;
}
.splide__arrow--prev {
	left: 15px;
}
.splide__arrow--next {
	right: 15px;
}
.splide__pagination {
	bottom: 28px;
	gap: 15px;
}
.splide__pagination__page {
	background: #E2EBD0;
	border: none;
	height: 6px;
	margin: 0;
	opacity: 1;
	width: 6px;
}
.splide__pagination__page.is-active {
	background: var(--primary-color);
	transform: scale(1);
}
.arrow-style {
	padding-bottom: 112px;
}
/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}
.error-404 h3 {
	font-family: var(--body-font);
	font-size: 32px;
}
.error-404-area {
	padding-top: 214px;
}

/* responsive */
@media all and (max-width: 1399.98px){
.main-menu > ul {
  gap: 6px;
}
.main-menu ul li a {
  font-size: 11px;
}
.header-logo {
  width: 170px;
}
.header-sec {
  _padding: 15px;
}
	.header-container {
		padding: 15px;
	}	
.banner-content-wrap {
	max-width: 672px;
}
.banner-content-wrap h2 {
	padding-left: 8px;
}
.container.cp-15 {
	padding: 0 15px;
}
.testimonials-text {
	padding-left: 20px;
}
.contact-input textarea {
	height: 200px;
}
.page-banner-content {
	width: 550px;
}
.suitable-img {
	width: 680px;
}
.single-trainer-banner-content {
	padding-left: 50px;
	padding-right: 0;
}

}

@media all and (max-width: 1199.98px){
.header-sec {
	_padding: 15px 25px;
}
	.header-container {
		padding: 15px 25px;
	}	
.work-title {
	width: 42%;
}
.work-list {
	padding-left: 20px;
}
.work-title {
	width: 42%;
}
.work-list {
	padding-left: 20px;
}
.work-icon {
	width: 132px;
	height: 140px;
}
.work-text {
	padding-right: 20px;
}
.work-text h4 {
	font-size: 30px;
}
.work-icon img {
	width: 56px;
}
h3 {
	font-size: 52px;
}
.testimonials-title {
	width: 400px;
}
.testimonials-details {
	padding-left: 20px;
}
.testimonials-content {
	padding: 40px 30px;
}
.testimonials-info {
	width: 130px;
}
.testimonials-text {
	padding-left: 20px;
}
.contact-info {
  width: 410px;
}
.contact-title {
  padding-left: 8px;
}
.contact-logo {
  margin-left: 0px;
}
.contact-link h4 {
  font-size: 16px;
}
.contact-shortcode {
  padding: 30px;
  margin-left: 30px;
}
.contact-input textarea {
  height: 200px;
}
.footer-menu {
  width: 20%;
  padding-right: 20px;
}
.footer-info {
  width: 24%;
}
.f-item-one {
  padding-right: 20px;
}
.page-banner-img-video {
  margin-left: 20px;
}
  .page-banner-content {
    width: 470px;
  }
h4 {
	font-size: 22px;
}
.built-around-content {
	width: 480px;
}
.service-intro-img {
	width: 500px;
}
.service-accordion .answer {
	padding: 20px;
	padding-top: 0;
}
.service-accordion .question {
	padding: 24px 20px;
}
.suitable-img {
	width: 509px;
}
.suitable-img img {
	aspect-ratio: 1/.55;
}
.suitable-content {
	padding: 0 20px;
}
	.single-trainer-banner {
	padding: 146px 25px 50px 25px;
}
.single-trainer-img {
  width: 470px;
}
  .single-trainer-banner-content {
    padding-left: 30px;
  }
	.specialties {
	font-size: 18px;
	padding: 20px;
}





/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
		font-size: 12px;
		color: var(--primary-color) !important;
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 30%;
	}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: transparent;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid var(--section-bg);
		height: 42px;
	}
	.menu-trigger span {
		display: block;
		height: 2px;
		width: 27px;
		background-color: var(--primary-color);
		border-radius: 100px;
	}
	.menu-trigger span:nth-child(2) {
		width: 18px;
		margin-left: auto;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a {
		background-color: var(--primary-color) !important;
		border-radius: 50px;
		transition: .4s;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	/* menu-end */


}

@media all and (max-width: 991.98px){
.services-title {
	padding: 20px;
}
.services-img img {
	aspect-ratio: 1/.74;
}
.border-style::before {
  left: 50%;
  transform: translateX(-50%);
}
.work-wrap {
	flex-direction: column;
}
.work-title {
	width: 100%;
}
.work-list {
	padding-left: 0;
}
.work-icon {
	width: 150px;
}
.work-text {
	padding-right: 40px;
}
.work-text h4 {
	font-size: 36px;
}
.work-icon img {
	width: 60px;
}
.our-gym-links {
	flex: 1 1 calc(50% - 15px) !important;
}
.testimonials-wrap {
  flex-direction: column;
}
  .testimonials-title {
    width: 100%;
  }
  .testimonials-details {
    padding-left: 0;
  }
  .contact-shortcode {
	margin-left: 0;
	margin-top: 30px;
}
.contact-info {
	width: 100%;
}
.contact-btn-wrap {
	max-width: 390px;
}
.contact-icon svg {
	width: 30px;
}
.svg-efect::before {
	height: 230px;
	width: 230px;
}
.svg-efect.efect-right::before {
	top: 55%;
	right: -185px;
}
.f-item-one {
	padding-right: 0;
	width: 100%;
	margin-bottom: 50px;
}
.footer-menu {
	width: 30%;
	padding-right: 40px;
}
.footer-info {
	width: 40%;
}
.page-banner-wrap {
	padding: 0 0 80px 0;
	flex-direction: column;
}
.page-banner-content {
	width: 100%;
}
.page-banner-img-video {
	margin-left: 0;
}
.built-around-content {
	width: 100%;
	padding-right: 0;
}
.trainers-tab-area::before {
	display: none;
}
.service-accordion {
	padding-left: 0;
}
.service-intro-img {
	width: 100%;
}
.sc-intro-img img {
	aspect-ratio: 1/1.2;
}
.suitable-img {
	width: 100%;
}
.suitable-content {
	padding: 0;
}
.text-scroll-wrap::before, .text-scroll-wrap::after {
	width: 150px;
}
.blog-thumb {
	max-width: 100%;
}
.blog-content {
	margin-top: 40px;
}
.svg-efect::before {
	display: none;
}
.single-banner .page-banner-wrap {
	padding-bottom: 0;
}
.single-trainer-wrap {
  flex-direction: column-reverse;
}
  .single-trainer-banner-content {
    padding-left: 0;
  }
  .single-trainer-img {
    width: 100%;
  }
	.single-trainer-title::before {
	left: 50%;
	transform: translateX(-50%);
}



}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 76px;
	}
	.admin-bar .header-sec.sticky-active {
		top: 61px;
	}
}

@media all and (max-width: 767.98px){
	h1, .h1, h2, .h2 {
		font-size: 64px;
	}
	h3 {
		font-size: 48px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
	.rounded-30 {
		border-radius: 20px;
	}
.header-logo {
	width: 170px;
}
.banner-content, .page-banner-wrap {
	padding-bottom: 60px;
}
.header-btn {
	display: none !important;
}
.header-sec {
	_padding: 15px;
}
	.header-container {
		padding: 15px;
	}	
.banner-content-wrap h2 {
	font-size: 64px;
}
.f-10 {
	padding: 10px 24px;
}
h4 {
	font-size: 20px;
}
.banner-area {
	padding-top: 180px;
}
.work-text h4 {
	font-size: 32px;
}
.our-gym-links {
	flex: 1 1 100% !important;
}
.our-gym-links {
	padding: 20px;
}
.our-gym-details {
	padding-top: 400px;
}
  .testimonials-content {
    flex-direction: column;
    gap: 20px;
  }
  .testimonials-text {
    padding-left: 0;
  }
.contact-link {
	padding-left: 15px;
}
.contact-icon {
	padding: 16px;
}
.contact-link h4 {
	font-size: 15px;
}
.contact-shortcode {
	padding: 25px 15px;
	margin-left: 0;
	margin-top: 25px;
}
.contact-input label span {
	display: inline-block;
}
.time-label label {
	display: none;
}
.contact-input.time-label br {
	display: none;
}
.img-banner img {
	aspect-ratio: 1/.72;
}
.answer {
	padding: 30px 20px;
	padding-top: 20px;
}
.svg-efect.efect-right::before {
	top: 46%;
}
.faq-title br {
	display: none;
}
.svg-efect.efect-left::before {
	top: -20px;
	left: -170px;
}
.footer-menu, .footer-info {
	width: 100%;
	padding-right: 0;
}
.footer-menu {
	margin-bottom: 50px;
}
.page-banner-area {
	padding-top: 180px;
}
.built-list-content {
	padding: 25px 20px;
}
.p-70 {
	padding: 50px 0;
}
.pt-70 {
	padding-top: 50px;
}
.pb-70 {
	padding-bottom: 50px;
}
.consistency-details {
	padding: 70px 15px;
}
.consistency-content br {
	display: none;
}
.sc-inro-title {
	bottom: 40px;
	left: 24px;
	right: 24px;
}
.service-accordion .question h4 {
	font-size: 20px;
}
.suitable-img img {
	aspect-ratio: 1/.8;
}
.text-scroll-wrap::before, .text-scroll-wrap::after {
	width: 80px;
}
.we-make-area h3 br, .trainers-title br, .contact-title br, .expect-title  br {
	display: none;
}
.single-content img {
	aspect-ratio: 1/.6;
}
.wp-block-image {
	margin: 24px 0;
}
	.single-trainer-banner {
	padding: 146px 15px 15px 15px;
}
.specialties {
	font-size: 14px;
	border-radius: 6px;
	padding: 12px 16px;
}
	.trainers-info {
	font-size: 16px;
	padding: 20px;
	line-height: 150%;
}
	.about-trainer {
	padding: 60px 15px 40px;
}


}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 15px;
	}
}


@media all and (max-width: 576.98px) {
.header-logo {
	width: 150px;
}
.btn {
	width: calc(100% - 50px);
}
.we-make-img img {
	aspect-ratio: 1/.9;
}
.answer .btn, .suitable-content .btn {
	width: 100%;
}
.copyright-area {
	background-color: #747E62;
	padding: 20px;
	margin-top: 30px;
}
.nav-link {
	min-width: 169px;
}
.page-banner-title br {
	display: none;
}
h1, .h1, h2, .h2 {
	font-size: 56px;
}

}
