/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    05/06/2024
Author:    creativemaze
Primary use:    Gym-Fitness
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Gym Area One 
	3.2. Gym Area Two
	3.3. Gym Area Three
	3.4. Gym Area Four
	3.5. Gym Area Five
	3.6. Gym Area Six
	3.7. Gym Area Seven
	3.8. Gym Area Eight
	3.9. Gym Area Nine
	3.10. Gym Area Ten
	 
4. Footer
5. Responsive
-------------------------------------------------------------------*/

/* 1. GENERAL
 ----------- */
body,
html{
	width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
	font-family: sans-serif;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

.page_area{
	width: 100%;
}

#loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 1;
	background: #333333;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

.gym_heading{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.bg_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 999;
}

.gym_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.5em;
	max-width: 600px;
	margin: 0 auto;
}

/* 2. HEADER
 ----------- */
 
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #111111;
	transition: 0.5s;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}

.navbar-header > a:hover{
	color: #111111;
}

#nav-logo > a{
	max-width: 160px; 
	min-height: 10px;
	position: relative;
	top: 33px;
}

#nav-logo > a img{
   position: relative;
   max-width: 160px;
   height: auto;
}

nav.navbar.bootsnav{
	background-color: transparent;
	border-bottom: none ;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #ffffff;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #111111;
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-top: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: none;
	transition: 0.5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	color: #d31027;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	left: 0;
}

 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
	font-size: 12px;	
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
    font-family: 'Font Awesome 5 Free';
    float: right;
    content: "\f105";
    margin-top: 0;
}

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
    left: 200px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	color: #d31027;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #d31027;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px !important;
}

.attr-nav > ul > li > a{
    color: #111111;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */
.top_box{
	height: 50px;
	overflow-y: auto;
	background-color: #d31027;
}

.top_info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto
}

.left_info,
.right_info{
	position: relative;
	flex: 50%;
	width: 50%;
	padding-top: 15px;
}

.left_info{
	max-width: 600px;
	margin: auto;
	text-align: left;
	display: block;
}

.right_info{
	max-width: 400px;
	margin: auto;
	text-align: right;
	display: block;
}

.left_info .fas,
.left_info .far,
.right_info > a > .fab{
	font-size: 16px;
	color: #ffffff;
}

.left_info .fas,
.left_info .far{
	padding-right: 8px;
}

.right_info > a .fab{
	padding-right: 14px;
	transition: 0.5s;
}

.right_info > a > .fab:hover{
	color: #111111;
}

.sub_width{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.left_sub{
	flex: 50%;
	width: 50%;
	text-align: left;
}

.right_sub{
	flex: 50%;
	width: 50%;
	text-align: center;
	padding-left: 25px;
}

.top_sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0;
}

.head_btn{
	max-width: 300px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	background-color: #111111;
	width: 150px;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #111111;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #111111;
}

.sliderwrap{
	position: relative;
}

.header__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: 700px;
}

.slide__content{
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 700px;
	text-align: center;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-title {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #ffffff;
	line-height: 1em;
}

.header-title__sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 10px;
	max-width: 550px;
	margin: auto;
	line-height: 1.4em;
}

.color-word{
	color: #d31027;
}

.buttoncol a{
	background-color: #d31027;
	width: 150px;
	margin: 20px auto 0;	
    color: #ffffff;
    padding: 15px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.buttoncol a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Gym Area One --- */
.gym_area_one{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 30px;
	position: relative;
	z-index: 9999;
}

.gym_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.gym_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	margin: auto;
	text-align: center;
}

.left_gym_col{
	position: relative;
	flex: 33.33%;
	width: 33.33%;
	max-width: 500px;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px;
	margin-top: -150px;
}

.left_gym_col::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.right_gym_col{
	flex: 66.66%;
	width: 66.66%;
	padding: 0 25px;
	margin: 30px auto 0;
	position: relative;
}

.title_info{
	position: relative;
	z-index: 999;
}

.title_info h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.title_info p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	padding: 12px 0;
	line-height: 1.5em;
}

.num_col{
	position: relative;
	flex: 33.33%;
	width: 33.33%;
	padding: 20px 20px 0;
}

.num_box{
	max-width: 300px;
	margin: 0 auto;
}

.mid_info{
	min-height: 25px;
	overflow: hidden;
	padding-bottom: 25px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.mid_info h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	padding: 5px 0;
}

.num_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
	padding: 25px 0 0;
}

.list_num h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 110px;
	font-weight: 800;
	display: block;
	text-align: center;
	color: #d31027;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
}

.list_num{
	width: 70px;
	height: 70px;
	margin: 20px auto 0;
	background-color: #d31027;
	border-radius: 50%;
}

.list_num h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

.num_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cube_crumb{
	width: 50px;
	margin: auto;
	height: 1px;
	border-bottom: solid 2px #d31027;
	margin-top: -8px;
}

.info_col_button a{
	background-color: #d31027;
	width: 160px;
	margin: 25px 0 0;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

.slick-dots{
	position: relative;
	z-index: 999999;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots button{
	width: 1.3rem;
	height: 1.3rem;
	padding: 0;		
	border: solid 1px #6f6f6f;
	border-radius: 50%;
	background-color: transparent;
	text-indent: -9999px;
}

li.slick-active button{
	background-color: #d31027;
}

.slick-dots button:hover{
	background-color: #d31027;
}

.slick-dots li{
	margin: 0 0.40rem;
}

.right_gym_col .slick-list{
	overflow: visible;
}

/* --- 3.2. Gym Area Two --- */
.gym_area_two{
	max-width: 1200px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.gym_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icon_col{
	flex: 25%;
	width: 25%;
	padding: 30px 25px 0;
}

.icon_box{
	max-width: 250px;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.icon_content{
	width: 100%;
	padding: 0 0 25px;
	margin-top: -20px;
}

.icon_symbol .fi{
	font-size: 52px;
	color: #d31027;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}

.icon_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
}

.icon_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
	padding: 8px 12px 4px;
}

.icon_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	color: #d31027;
	text-decoration: none;
	max-width: 105px;
	margin: 0 auto;
	transition: 0.5s;
}

.icon_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.icon_button a:hover{
	color: #111111;
}

/* --- 3.3. Gym Area Three --- */
.gym_area_three{
	width: 100%;
	margin: 0 0 9em;
}

.gym_group_three{
	max-width: 1280px;
	margin: auto;
	padding: 0 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.area_head{
	flex: 58.33%;
	width: 58.33%;
}

.area_info{
	flex: 41.66%;
	width: 41.66%;
	margin-top: 40px;
}

.area_head h2{
	max-width: 600px;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.area_info p{
	max-width: 475px;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bg_section{
	width: 100%;
	position: relative;
	margin-top: 25px;
}

.bg_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bg_col{
	flex: 50%;
	width: 50%;
	min-height: 600px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg_col::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.bg_pos{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.info_col{
	position: relative;
	flex: 50%;
	width: 50%;
	background-color: #eeeeee;
	padding: 3em 25px;
	min-height: 600px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.info_box{
	max-width: 500px;
	padding-left: 20px;
}

.info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 35px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.info_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0 0;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.info_list > ul{
	margin-bottom: 25px;
}

.info_list > ul > li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: left;
	padding: 7px 0;
}

.info_list > ul > li::before{
	font-family: 'uicons-regular-straight';
	content: "\fd5e";
	font-weight: 100;
	font-size: 26px;
	position: relative;
	top: 8px;
	padding-right: 8px;
	color: #d31027;
}

.bg_side{
	max-width: 350px;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 999;
}

.bg_circle{
	height: 150px;
	width: 150px;
	border: double 5px #e0e0e0;
	border-radius: 50%;
	padding: 12px;
}

.bg_circle h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.bg_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slidenav{
	position: absolute;
	bottom: 0;
	z-index: 999;
	background-color: #ffffff;
	width: 230px;
	text-align: center;
	height: 70px;
	left: 0;
	z-index: 9999;
}

.prev_nav .fi,
.next_nav .fi{
	font-size: 38px;
	transition: 0.6s ease;
	width: auto;
	display: inline-block;
	overflow: hidden;
	color: #d31027;
	cursor: pointer;
	margin-top: 18px;
}

.prev_nav .fi{
	margin-right: 20px;
}

.next_nav .fi:hover,
.prev_nav .fi:hover{
	color: #111111;
}

.bg_col_button a{
	background-color: #d31027;
	width: 150px;
	margin: 30px 0 0;
    color: #ffffff;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #111111;
}

/* --- 3.4. Gym Area Four --- */
.gym_area_four{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.gym_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_box{
	max-width: 550px;
	padding-right: 20px;
}

.square_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.square_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.square_photo{
	max-width: 550px;
	text-align: center;
	position: relative;
}

.square_photo img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.inner_bg{
	width: 66.66%;
	height: 66.66%;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg_feature{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.inner_area h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3em;
}

.inner_word{
	color: #d31027;
	font-weight: 800;
}

.square_info_area{
	width: 100%;
	margin-top: 30px;
}

.square_top_content,
.square_last_content{
	width: 100%;
	min-height: 50px;
	overflow-y: auto;
}

.square_top_content{
	padding-bottom: 25px;
}

.square_space{
	max-width: 450px;
	text-align: left;
}

.square_icon{
	float: left;
	width: 20%;
}

.square_title{
	float: left;
	width: 80%;
}

.square_icon .fi{
	font-size: 48px;
	color: #d31027;
	display: inline-block;
	text-align: left;
}

.square_title h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: left;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
	padding-top: 11px;
}

.square_title p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	padding: 10px 0;
}

/* --- 3.5. Gym Area Five --- */
.gym_area_five{
	position: relative;
	width: 100%;
	min-height: 625px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gym_area_five::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

/* --- 3.6. Gym Area Six --- */
.gym_area_six{
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -500px;
	margin-bottom: calc(9em - 20px);
}

.gym_area_six::after{
	content: "";
	clear: both;
	display: table;
}

.gym_group_six{
	position: relative;
	float: right;
	z-index: 999;
	background-color: #ffffff;
	padding: 10px;
	width: calc(100% - 10%);
	min-height: 130px;
	margin-top: 20px;
}

.bg_area{
	position: relative;
	max-width: 1200px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.area_content{
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 700px;
	padding: 0 20px;
	margin-left: 5vw;
	margin-bottom: 2em;
}

.area_content h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.area_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0 15px;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 500px;
}

.feature_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	text-align: center;
	margin: auto;
}

.mid_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.feature_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feature_title_area{
	width: 100%;
	position: relative;
	height: 65px;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.feature_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 15px;
}

.mid_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 0 10px;
	cursor: pointer;
	display: inline-block;
}

.feature_box{
	text-align: left;
	max-width: 400px;
}

.feature_num{
	float: left;
	width: 20%;
	background-color: #d31027;
	height: 65px;
}

.feature_content{
	float: left;
	width: 80%;
	height: 65px;
	background-color: #ffffff;
}

.feature_num h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0;
}

.feature_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	color: #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.feature_bg{
	position: relative;
	clear: both;
	display: block;
}

.feature_bg .feature_heading{
	visibility: hidden;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding: 25px 20px;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: -150%;
	min-width: 275px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s;
}

.feature_list ul{
	padding: 0 0 12px;
}

.feature_list > ul li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 7px 0;
}

.feature_list > ul > li::before{
	font-family: 'uicons-regular-straight';
	content: "\fb2b";
	font-size: 20px;
	position: relative;
	top: 7px;
	padding-right: 8px;
	color: #d31027;
}

.mid_col:hover .feature_bg .feature_heading{
	visibility: visible;
	opacity: 1;
}

.video-play-button{
	position: absolute;
	z-index: 10;
	right: 50px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 42px;
	border-radius: 50%;
	padding: 38px 16px 12px 32px;
}

.video-play-button:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button span{
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #d31027;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@keyframes pulse-border{
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.info_col_button a{
	background-color: #d31027;
	width: 160px;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

/* --- 3.7. Gym Area Seven --- */
.gym_area_seven{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}


.gym_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 40px 20px 0;
}

.blog_box{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.blog_area{
	position: relative;
}

.blog_image{
	overflow: hidden;
	position: relative;
}

.blog_date{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 15px 0;
	background-color: #d31027;
}

.blog_date h3{
	color: #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.blog_image img{
	width: 100%;
	height: auto;
	display: block;
}

.blog_image > a > img{
	transition: ease-in-out 3.25s;
}

.blog_image > a > img:hover{
	transform: scale(1.15);
}

.blog_content{
	text-align: left;
	padding: 10px 10px 15px 15px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding-bottom: 20px;
}

.blog_title a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1.4em;
}

a.blog_btn{
	max-width: 110px;	
    color: #d31027;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: left;
}

a.blog_btn::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.blog_title a:hover{
	color: #d31027;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.8. Gym Area Eight --- */
.gym_area_eight{
	position: relative;
	min-height: 325px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gym_area_eight::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

/* --- 3.9. Gym Area Nine --- */
.gym_area_nine{
	max-width: 1240px;
	margin: -215px auto;
	padding: 0 25px;
	margin-bottom: calc(9em + 40px);
}

.gym_group_nine{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -65px;
}

.client_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.client_details{
	max-width: 640px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	background-color: #ffffff;
	border-left: solid 4px #d31027;
}

.client_info{
	margin-bottom: -110px;
	clear: both;
}

.client_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 11px 0;
}

.client_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #d31027;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.client_details p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px;
	line-height: 1.5em;
}

.client_photo img{
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	text-align: left;
}

.quote_format{
	font-size: 130px;
	color: #ffffff;
	display: block;
	text-align: center;
}

/* --- 3.10. Gym Area Ten --- */
.gym_area_ten{
	max-width: 1100px;
	margin: 0 auto -4.5em;
	padding: 0 20px;
	position: relative;
	z-index: 999;
}

.gym_group_ten{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.count_info_col{
	flex: 25%;
	width: 25%;
	padding: 30px 20px 0;
}

.count_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
	padding: 6px 0;
}

.count_title::first-letter{
	color: #d31027;
}

.count_info_box{
	max-width: 275px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	background-color: #ffffff;
	border-radius: 5px;
	padding: 25px 10px;
}

.counter{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 50px;
	font-weight: 800;
	display: inline-block;
	text-align: center;
	color: #d31027;
	letter-spacing: 1px;
	margin: 0;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	height: 100%;
	background-color: #111111;
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 4.5em;
}

.footer_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer_col{
	padding-top: 4.5em;
}

a.footer-logo img{
	max-width: 150px;
	height: auto;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 10px;
}

.footer_box > h3 > a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}

.footer_box > p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: left;
	padding: 20px 0;
	line-height: 1.5em;
}

.footer_social{
	margin: 12px 0;
}

.footer_social > a > .fab,
.footer_social > a > .fa{
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	transition: 0.5s;
}

.footer_social > a{
	padding-right: 12px;
}

.footer_social > a > .fab:hover,
.footer_social > a > .fa:hover{
	color: #d31027;
}

.footer_col > h4{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}

.footer_col > ul > li{
	padding: 4px 0;
}

.footer_col > ul > li a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #d31027;
}

.right_list{
	padding-top: 10px;
}

.blog_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 390px;
	padding-bottom: 10px;
}

.left_blog{
	flex: 33.33%;
	width: 33.33%;
	padding-bottom: 10px;
}

.right_blog{
	flex: 66.66%;
	width: 66.66%;
	max-width: 290px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-top: -5px;
}

.left_blog img{
	vertical-align: middle;
	width: 100%;
	max-width: 100px;
}

.details{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin-top: 35px;
	border-top: solid 1px #6f6f6f;
}

.details p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

/* 5. RESPONSIVE
 ----------- */
@media only screen and (max-width: 1024px){
	.header__content{
		height: auto;
	}
	
	.slide__content{
		height: auto;
	}
	
	.feature_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #111111;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 40px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
	
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		display: none;	
	}
	
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
    }
	
	nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
		left: 0;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown.on > a.dropdown-toggle:before{
		 content: "\f107";
	}
	
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
		border-left: none;
		border-right: none;
	}
	
	.left_info,
	.right_info,
	.left_sub,
	.right_sub{
		flex: 100%;
		width: 100%;
		text-align: center;
	}
	
	.right_sub{
		padding-left: 0;
		padding-top: 12px;
	}
	
	.top_sub,
	.left_info a{
		text-align: center;
	}
	
	.top_sub{
		padding-bottom: 4px;
	}
	
	.attr-nav > ul > li > a{
		position: relative;
		left: 0;
		padding-top: 21px;
	}
	
	.header-title__main{
		font-size: 60px;
	}
	
	.left_gym_col{
		flex: 100%;
		width: 100%;
	}
	
	.right_gym_col{
		flex: 100%;
		width: 100%;
	}
	
	.icon_col{
		flex: 50%;
		width: 50%;
	}
	
	.area_head{
		flex: 100%;
		width: 100%;
	}
	
	.area_info{
		flex: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.client_col{
		flex: 100%;
		width: 100%;
	}
	
	.last_space{
		padding-top: 115px;
	}
	
	.count_info_col{
		flex: 50%;
		width: 50%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 45px;
	}
	
	.gym_heading,
	.title_info h2,
	.square_box h2,
	.area_head h2,
	.area_content h2{
		font-size: 30px;
	}
	
	.info_box h2{
		font-size: 25px;
	}
	
	.square_col_left,
	.square_col_right,
	.square_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.icon_col{
		flex: 100%;
		width: 100%;
	}
	
	.bg_col{
		flex: 50%;
		width: 50%;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
	}
	
	.slidenav{
		bottom: 50%;
	}
	
	.feature_col{
		flex: 100%;
		width: 100%;
	}
	
	.area_content{
		margin-left: 0;
	}
	
	.video-play-button{
		top: 100%;
		transform: translateY(-100%);
		margin-top: -10px;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.count_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.inner_area h3{
		font-size: 20px;
	}
}	

@media only screen and (max-width: 420px){
	.info_box,
	.blog_col,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.square_title{
		padding-left: 20px;
	}
	
	.bg_col,
	.info_col{
		min-height: 550px;
	}
	
	.feature_bg .feature_heading{
		left: -250%;
	}
}

@media only screen and (max-width: 375px){
	.feature_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.feature_bg .feature_heading{
		left: -200%;
	}
}

@media only screen and (max-width: 320px){
	.inner_area h3{
		font-size: 16px;
	}
	
	.feature_num h3{
		font-size: 12px;
	}
	
	.feature_content h3{
		font-size: 10px;
	}
	
	.feature_bg .feature_heading{
		left: -225%;
	}
}
