/*** ========================================= Inner Page Global Style ========================================= ***/
.inr-banner-sec{
	position: relative;
}
.inr-bnr-img{
	position: relative;
}
.inr-bnr-img::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.inr-bnr-img img{
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}
.inr-bnr-caption{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 3;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.inr-bnr-caption .container{
	max-width: 800px;
}
.inr-bnr-caption h1{
	color: #ffffff;
}
.inr-bnr-caption p{
	font-size: 20px;
	color: #ffffff;
}







/*** ========================================= About Page Style ========================================= ***/
.about-owner-sec{
	position: relative;
	background-color: #f3f3f3;
	padding: 110px 0;
}
.about-owner-img{
	padding-left: 50px;
}
.about-owner-img img{
	width: 100%;
	border: 10px solid #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}



/*** ========================================= Conatct Page Style ========================================= ***/
.contact-location-sec{
	position: relative;
	padding: 100px 0;
}
.contact-location-sec .row{
	align-items: center;
	margin: 40px 0;
}
.contact-location-sec .row:nth-child(even) .contact-map-clm{
	order: 1;
}
.location-map iframe{
	width: 100%;
	height: 300px;
	border: 10px solid #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.location-address{
	padding: 0 40px;
	text-align: center;
}
.location-address h3{
	color: var(--color-two);
}
.location-address h4{
	margin-top: 15px;
	color: var(--main-color);
}


.inr-contact-no-sec{
	position: relative;
	padding: 80px 0;
	background-color: #f3f3f3;
}
.inr-contact-no-sec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.inr-contact-no-sec ul li{
	width: 20%;
	margin: 20px 2%;
	text-align: center;
}
.inr-contact-no-sec ul li .fa{
	font-size: 35px;
	color: var(--main-color);
	line-height: 100px;
	width: 100px;
	height: 100px;
	border: 1px solid var(--main-color);
	border-radius: 100%;
	margin-bottom: 25px;
}
.inr-contact-no-sec ul li h4{
	color: var(--color-two);
}



/*** ========================================= Review Page Style ========================================= ***/
.inr-text-review-sec{
	position: relative;
	padding: 100px 0;
}
.inr-text-review-sec .outer-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}
.inr-text-review-sec .team-one_carousel{
	padding: 10px 5px;
}
.inr-text-review-sec .text-review-itm-box{
	height: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 30px 25px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inr-text-review-sec .text-review-itm-box p{
	margin-top: 0;
	max-height: 130px;
	overflow: hidden;
	line-height: 28px;
}



.inr-video-review-sec{
	position: relative;
	padding: 100px 0;
}
.inr-video-review-sec .outer-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}
.inr-video-review-sec .video-review-carousel{
	padding: 10px 5px;
}
.inr-video-review-sec .video-review-itm-box{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.video-review-itm-box iframe{
	width: 100%;
	height: 250px;
}
.inr-video-review-sec .review-auth{
	padding: 30px 25px;
	margin: 0;
}
.video-review-prev-arrow{
	position: relative;
	width: 44px !important;
	height: 44px;
	font-size: 18px;
	line-height: 42px !important;
	display: inline-block;
	color: var(--color-two);
	transition:all 500ms ease !important;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 2px solid var(--color-two);
}

.video-review-next-arrow{
	position: relative;
	width: 44px !important;
	height: 44px;
	font-size: 18px;
	line-height: 42px !important;
	margin-left: 10px;
	display: inline-block;
	color: var(--color-two);
	transition:all 500ms ease !important;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 2px solid var(--color-two);
}

.video-review-prev-arrow:hover,
.video-review-next-arrow:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}





.review-auth{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.review-auth-img{
	width: 70px;
	margin-right: 20px;
}
.review-auth-img img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	object-fit: cover;
	object-position: top;
}
.review-auth-name{
	width: calc(100% - 90px);
}
.review-auth-name h3{
	font-size: 16px;
	color: var(--color-two);
	line-height: 22px;
	margin-bottom: 10px;
}
.review-auth-name img{
	max-height: 20px;
}


/*** ========================================= Our Class Page Style ========================================= ***/

.our-class-sec{
	position: relative;
	padding: 100px 0;
}
.our-class-table{
	border: 1px solid #ebebeb;
}
.class-table-head ul,
.class-table-body ul{
	display: flex;
	flex-wrap: wrap;
}
.class-table-head ul li,
.class-table-body ul li{
	width: 25%;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.class-table-head ul li:first-child,
.class-table-body ul li:first-child{
	border-left: none;
}
.class-table-head ul li{
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	color: var(--white-color);
	font-weight: 400;
	background-color: var(--main-color);
	padding: 15px 20px;
	border-top: none;
}
.class-table-body ul li{
	font-size: 17px;
	color: var(--color-two);
	font-weight: 500;
	padding: 15px 20px;
}
.class-table-body ul:nth-child(even){
	background-color: #f7f7f7;
}




/*** ========================================= Gallery Page Style ========================================= ***/
.inr-glry-sec{
	position: relative;
	padding: 100px 0;
}



/*** ========================================= Member Plan Page Style ========================================= ***/
.inr-member-plan-sec{
	position: relative;
	padding: 100px 0;
}
.inr-member-plan-sec h2{
	position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--black-color);
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    line-height: 40px;
}
.inr-member-plan-sec h2::before {
    content: '//';
    margin-right: 10px;
}

.member-plan-table{
	max-width: 70%;
	margin: 0 auto;
	border: 1px solid #ebebeb;
	text-align: center;
}
.member-plan-table-head ul,
.member-plan-table-body ul{
	display: flex;
	flex-wrap: wrap;
}
.member-plan-table-head ul li,
.member-plan-table-body ul li{
	width: 50%;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.member-plan-table-head ul li:first-child,
.member-plan-table-body ul li:first-child{
	border-left: none;
}
.member-plan-table-body ul:first-child li{
	border-top: none;
}
.member-plan-table-head ul li{
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	color: var(--white-color);
	font-weight: 400;
	background-color: var(--main-color);
	padding: 15px 20px;
	border-top: none;
}
.member-plan-table-body ul li{
	font-size: 18px;
	color: var(--color-two);
	font-weight: 500;
	padding: 15px 20px;
}
.member-plan-table-body ul:nth-child(even){
	background-color: #f7f7f7;
}
.member-plan-table-body ul li strong{
	display: block;
	font-size: 15px;
	color: var(--main-color);
	font-weight: 600;
	margin-top: 10px;
}
.member-plan-table-body ul li span{
	display: block;
	font-size: 15px;
	color: var(--color-four);
	font-weight: 600;
	margin-top: 10px;
}




.plan-time{
	margin-bottom: 50px;
}
.plan-time ul li{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	color: var(--color-two);
	font-weight: 600;
}
.plan-time ul li span{
	font-size: 20px;
	color: var(--main-color);
	font-weight: 700;
	margin-right: 15px;
}
.plan-time p{
	font-style: italic;
}

.plan-charge{
	margin-bottom: 100px;
}
.plan-charge p{
	font-size: 18px;
	line-height: 30px;
	color: var(--color-two);
	font-weight: 600;
	margin: 0 0 20px 0;
}
.plan-charge p strong{
	font-size: 20px;
	color: var(--main-color);
	font-weight: 700;
}


.membership-charges{
	margin-bottom: 100px;
}
.membership-charges h2{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.membership-charges h3{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
}
.membership-charges .member-plan-table{
	margin-top: 40px;
}




.member-plan-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.member-plan-clm{
	width: 33.3%;
	padding: 0 15px;
	margin-top: 30px;
}
.member-plan-box{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.member-plan-box:hover{
	transform: translateY(-15px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.member-plan-box h4{
	font-size: 30px;
	color: var(--main-color);
	margin-bottom: 25px;
}
.member-plan-box h5{
	position: relative;
	font-size: 35px;
	color: var(--black-color);
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.member-plan-box h5::before{
	font-family: 'FontAwesome';
	content: '\e1bc';
	font-size: 30px;
	color: var(--main-color);
	margin-right: 10px;
}
.member-plan-box h5 span{
	display: block;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 400;
}
.member-plan-box ul{
	list-style: none;
	padding: 0;
	text-align: left;
	margin: 25px 0 35px 0;
}
.member-plan-box ul li{
	position: relative;
	font-size: 16px;
	color: var(--color-two);
	font-weight: 500;
	margin-top: 15px;
	padding-left: 28px;
}
.member-plan-box ul li::before{
	position: absolute;
	font-family: "Font Awesome 6 Free";
	content: '\f058';
	font-size: 18px;
	color: var(--main-color);
	top: 1px;
	left: 0;
}




.home-member-plan-pdf-btn{
	text-align: center;
}





/*** ========================================= Inner Gallery Page Style ========================================= ***/
.inr-glry-sec .gallery-size-thumbnail{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inr-glry-sec .gallery-size-thumbnail .gallery-item{
	width: 33.3%;
	height: 400px;
	padding: 6px;
	margin: 0;
}
.inr-glry-sec .gallery-size-thumbnail .gallery-item .gallery-icon{
	width: 100%;
	height: 100%;
}
.inr-glry-sec .gallery-size-thumbnail .gallery-item img{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}