/*
Theme Name: Footclub - Soccer & Football Sport Club HTML Template
Author: AwaikenThemes
Version: 1.0.3
*/

html, body{
	width: 100%;
	overflow-x: clip;
}

body{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

img{
	max-width: 100%;
	height: auto;
}

p{
	line-height: 1.7em;
	margin-bottom: 1.25em;
}

.elementor-widget-text-editor p{
	line-height: inherit;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

a{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	margin: 0;
	line-height: 1.1em;
	color: var(--e-global-color-primary);
}

figure{
	margin: 0;
}

iframe{
	max-width: 100%;
}

.elementor-widget-button{
	line-height: 0;
}

/* Theme Button CSS */

.btn-default{
	position: relative;
	display: inline-flex;
	align-items: center;
    font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	border: none;
	border-radius: 100px;
	padding: 6px 6px 6px 30px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--e-global-color-accent);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.btn-default svg,
.btn-default i{
	width: 40px;
    height: 40px;
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
	padding: 7px;
	margin-left: 7px;
    transition: all 0.4s ease-in-out;
}

.btn-default i{
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover i{
	transform: rotate(0deg);
}

.btn-default:hover svg{
	 background-color: var(--e-global-color-primary);
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px){
    
	.btn-default{
		font-size: 16px;
		padding: 7px 7px 7px 20px;
	}

	.btn-default svg,
	.btn-default i{
		width: 30px;
		height: 30px;
		padding: 5px;
	}
	
	.btn-default i{
		font-size: 15px;
	}
}

/* Image Animation CSS */

.at-animation-image-style-1 img{
	clip-path: inset(0 100% 0 0); 
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect{
	position: relative;
	overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect:after{
	content: '';
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect:hover:after{
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

#magic-cursor{
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index:1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: var(--e-global-color-accent);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

.theme-preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000 !important;
	background-color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-preloader .loading-container,
.theme-preloader .loading-container .loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.theme-preloader .loading-container{
	margin: 40px auto;
}

.theme-preloader .loading-container .loading{
	border: 1px solid transparent;
	border-color: transparent var(--e-global-color-accent) transparent var(--e-global-color-accent);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.theme-preloader .loading-container:hover .loading,
.theme-preloader .loading-container .loading{
	transition: all 0.5s ease-in-out;
}

.theme-preloader .loading-container #loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

body.fancy-scrollbar::-webkit-scrollbar-track{
	background-color: var(--e-global-color-white);
	border-left: 1px solid var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar{
	width: 7px;
	background-color: var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar-thumb{
	background: var(--e-global-color-accent);
}

/* Theme Header CSS */

header.main-header{
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	z-index: 100;
}

header.main-header .header-sticky{
	padding: 25px 0;
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
    transform: translateY(0);
	background: linear-gradient(315deg, var(--e-global-color-accent) -3%, #153752 58.57%, var(--e-global-color-primary) 91.58%);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

.navbar-brand h1,
.navbar-brand h2{
	font-size: 40px !important;
	color: var(--e-global-color-white) !important;	
	letter-spacing: 0;
}	

.navbar-brand span{
	display: block;
	font-size: 14px;
	color: var(--e-global-color-text);
	line-height: 1.2em;
}

.navbar-brand:hover{
	color: var(--e-global-color-accent);
}

.main-menu{
	font-family: var(--e-global-typography-primary-font-family);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
	flex-wrap: wrap;
}

.main-menu ul li{
	margin: 0 5px;
	position: relative;
}

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

.main-menu ul li.menu-item-has-children > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a{
	position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}

.main-menu ul li a{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding: 14px !important;
	color: var(--e-global-color-white);
}

.main-menu ul li.highlighted-menu a{
	display: block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 500;
	border: 2px solid var(--e-global-color-accent);
	padding: 10px 30px !important;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a:after{
	background-color: var(--e-global-color-primary);
	border-radius: 30px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}

.main-menu ul li.highlighted-menu a:hover::after{
	transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover{
	color: var(--e-global-color-accent);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--e-global-color-accent);
}

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 220px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--e-global-color-accent);
	opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
}

.main-menu ul ul ul ul ul{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a,
.main-menu ul ul li a:focus{
	color: var(--e-global-color-white);
	padding: 6px 20px !important;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover{
	color: var(--e-global-color-primary);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

#menu-all-pages-flat > li a{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item{
	cursor: pointer;
}

.slicknav_menu,
.slicknav_menu *{
	box-sizing: border-box;
}

.slicknav_btn{
	position: relative;
	display: block;
	float: right;
	padding: .438em .625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{
	margin-top: .188em;
}

.slicknav_menu .slicknav_menutxt{
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon{
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_icon:before{
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text{
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar{
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.slicknav_menu:after,
.slicknav_menu:before{
	content: " ";
	display: table;
}

.slicknav_menu:after{
	clear: both;
}

.slicknav_nav li,
.slicknav_nav ul{
	display: block;
}

.slicknav_nav .slicknav_arrow{
	font-size: .8em;
	margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item a{
	display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a{
	display: block;
}

.slicknav_nav .slicknav_parent-link a{
	display: inline;
}

.slicknav_menu{
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul{
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.slicknav_menu .slicknav_icon-bar{
	background-color: #fff;
}

.slicknav_btn{
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}

.slicknav_nav{
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em;
}

.slicknav_nav ul{
	margin: 0 0 0 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a{
	padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a{
	text-decoration: none;
	color: #fff;
}

.slicknav_nav a:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode{
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a{
	padding: 0;
	margin: 0;
}

.slicknav_brand{
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

.responsive-menu{
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.slicknav_btn{
	background: var(--e-global-color-accent);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--e-global-color-white);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	padding: 0;
	background: var(--e-global-color-primary);
	max-height: 80vh;
	overflow: auto;
}

.slicknav_nav{
	padding-top: 5px;
	padding-bottom: 5px;
}

.slicknav_nav > ul{
	margin-left: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 18px;
	font-weight: 400;
	padding: 8px 20px;
	color: var(--e-global-color-white);
	line-height: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--e-global-color-accent);
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 2px;
	float: right;
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-90deg);
	color: var(--e-global-color-accent);
}

/* Page Header Style */

.page-header{
	background: var(--e-global-color-primary);
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 105px;;
}

.page-header-box{
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-header-box h1{
    font-size: 74px !important;
	letter-spacing: 0em;
    margin-bottom: 5px;
	word-wrap: break-word;
	color: var(--e-global-color-white) !important;
}

.page-header-box .taxonomy-description{
	color: var(--e-global-color-white);
	margin-bottom: 20px;
}

.breadcrumb-trail{
	line-height: 1.5em;
}

.trail-items,
.page-header-box .post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.trail-items .breadcrumb_separate{
	margin: 0 8px;
}

.trail-items li,
.page-header-box .post-meta ul li{
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-white);
	display: inline-block;
}

.trail-items li:before,
.page-header-box .post-meta ul li:before{
	content: '/';
	margin: 0 8px;
}

.trail-items li:first-child:before,
.page-header-box .post-meta ul li:first-child:before{
	display: none;
}

.trail-items li a,
.page-header-box .post-meta ul li a{
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer{
	background-color: var(--e-global-color-primary);
}

.footer-main{
	padding: 60px 0;
}

.footer-logo{
	margin-bottom: 30px;
}

.footer-logo h4{
	color: var(--e-global-color-white) !important;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}

.footer-social ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social ul li{
	display: inline-block;
	margin-right: 12px;
}

.footer-social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--e-global-color-darkdivider);
	width: 40px;
	height: 40px;
	color: var(--e-global-color-white);
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover{
	color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.footer-menu{
	text-align: right;
	margin-bottom: 20px;
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	display: inline-block;
	margin-left: 30px;
}

.footer-menu ul li a{
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: var(--e-global-color-accent);
}

.copyright{
	text-align: right;
}

.copyright p{
	color: var(--e-global-color-white);
	margin: 0;
}

/* 404 Page CSS */

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 45%;
}

.error-page .error-page-content{
	text-align: center;
	line-height: 0;
}

.error-page-content-heading{
	margin-bottom: 20px;
}

.error-page-content-heading h2{
	font-size: 54px !important;
}

.error-page-content-body p{
	margin-bottom: 20px;
}

/* Archive and Single CSS */

.page-blog-archive{
	padding: 100px 0px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image a{
    display: block;
	border-radius: 10px;
    overflow: hidden;
	margin-bottom: 20px;
}

.post-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.87;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 25px;
}

.post-item-content h3{
    font-size: 22px;
	line-height: 1.4em;
	word-wrap: break-word;
}

.post-item-content h2 a{
	display: inline-block;
    color: inherit;
}

.post-item-btn a{
	position: relative;
    font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover{
	color: var(--e-global-color-primary);
}

.post-item-btn{
	line-height: 1em;
}

.post-item-btn a svg{
	max-width: 24px;
	width: 100%;
	height: auto;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover svg{
	transform: rotate(45deg);
}

.post-item-btn a i{
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out;
	margin-left: 6px;
}

.post-item-btn a:hover i{
	transform: rotate(0deg);
}

.pagination .nav-links{
	margin-top: 30px;
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-divider);
	color: var(--e-global-color-primary);
	border-radius: 10px;
	width: 40px;
	height: 40px;	
	margin: 0 5px;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.page-single-post{
	padding: 100px 0;
}

.page-single-post.single-page .post-entry{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.post-single-meta ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
}

.post-single-meta ul li{
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
	color: var(--e-global-color-white);
	line-height: 1em;
}

.post-single-meta ul li:last-child{
	margin-right: 0;
}

.post-single-meta ul li i{
	font-size: 18px;
	color: var(--e-global-color-white);
	margin-right: 8px;
}

.post-single-meta ul li a{
	color: inherit;
}

.post-single-image{
	margin-bottom: 30px;
	overflow: hidden;
}

.post-single-image figure,
.post-single-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 20px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--e-global-color-divider);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.post-entry:after{
	content: '';
	display: block;
	clear: both;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry a{
	color: var(--e-global-color-accent);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 1em 0 0.7em;
	color: var(--e-global-color-primary);
}

.post-entry h1{
	font-size: 40px !important;
}

.post-entry h2{
	font-size: 36px !important;
}

.post-entry h3{
	font-size: 26px;
}

.post-entry h4{
	font-size: 22px;
}

.post-entry h5{
	font-size: 18px;
}

.post-entry h6{
	font-size: 16px;
}

.post-entry ul{
	padding-left: 20px;
	margin: 20px 0;
}

.post-entry ul li{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--e-global-color-text);
}

.post-entry ol{
	margin: 20px 0;
}

.post-entry ol li{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

.post-entry ul li a{
	color: var(--e-global-color-text);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
	margin-top: 10px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
	margin-bottom: 0;
}

.post-entry blockquote{
	background: var(--e-global-color-primary) url('../images/icon-blockquote.svg') no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-darkdivider);
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 22px !important;
	color: var(--e-global-color-white);
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.post-entry blockquote cite{
    font-size: 18px;
    color: var(--e-global-color-accent);
}

.post-entry table{
	border-top: 1px solid var(--e-global-color-divider);
	border-left: 1px solid var(--e-global-color-divider);
}

.post-entry table tr td,
.post-entry table tr th{
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 4px 10px;
}

.post-entry .wp-block-latest-posts.wp-block-latest-posts__list{
	list-style: inherit;
    padding-left: 20px;
}

.post-entry .has-fixed-layout tr td{
	border-color: inherit;
}

.tag-links{
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: 22px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a{
	font-family: var(--e-global-typography-text-font-family);
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
	line-height: 1em;
    text-transform: capitalize;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 100px;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-color: var(--e-global-color-primary);
}

.post-social-sharing{
	text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 12px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover{
    background-color: var(--e-global-color-primary);
}

.post-social-sharing ul li a i{
    font-size: 18px;
}

.post-entry hr,
.comment-content hr{
	border-top: 1px solid var(--e-global-color-divider);
	opacity: 1;	
}

.post-entry table caption{
	text-align: center;
}

.post-entry .wp-block-rss{
	list-style: inherit;
}

.post-entry .wp-block-social-links{
	padding: 0;
}

.post-entry .wp-block-calendar{
	margin-bottom: 20px;
}

@media only screen and (max-width: 1300px){
	
	.main-menu ul li a{
		padding: 12px 4px !important;
	}
}

@media only screen and (max-width: 1024px){
	
	.navbar-brand span{
		display: none;
	}

	.main-menu ul li a{
		padding: 12px 2px !important;
	}
}

@media only screen and (max-width: 991px){

	#magic-cursor{
        display: none !important;
    }

	.navbar-brand h1, 
	.navbar-brand h2{
		font-size: 30px !important;
	}

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.main-menu ul li{
        margin: 0 10px;
    }
	
	header.main-header .header-sticky{
		padding: 15px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		padding: 150px 0 70px;
	}

	.page-header-box h1{
		font-size: 52px !important;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}
	
	.post-featured-image a,
	.post-item-content{
		margin-bottom: 15px;
	}
	
	.post-item-content h3{
		font-size: 20px;
	}

	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 50px 0;
	}

	.post-single-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
        padding: 20px 20px 20px 70px !important;
        margin-bottom: 20px !important;
    }

	.post-entry p{
		margin-bottom: 15px;
	}

	.post-entry blockquote p{
		font-size: 20px !important;
	}

	.post-entry ul li,
	.post-entry ol li{
		margin-bottom: 10px;
	}

	.tag-links{
		font-size: 20px;
	}
	
	.post-tags{
		margin-bottom: 20px;
	}

	.post-tags .tag-links a{
		padding: 10px 15px;
	}

	.post-social-sharing{
		text-align: left;
	}

	.footer-main{
		padding: 40px 0;
	}

	.footer-logo{
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social{
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social ul li{
		margin: 0 5px;
	}

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

	.footer-menu ul li{
		margin: 0 10px;
	}

	.copyright{
		text-align: center;
	}

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content-heading{
		margin-bottom: 15px;
	}
	
	.error-page-content-heading h2{
		font-size: 40px !important;
	}	

	.error-page-content-body p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){

	.post-single-meta ul li{
		font-size: 16px;
	}
	
	.post-single-meta ul li i{
		font-size: 16px;
	}
	
	.trail-items li a, 
	.page-header-box .post-meta ul li a,
	.trail-items li, 
	.page-header-box .post-meta ul li{
		font-size: 14px;
	}

    .page-header-box h1{
        font-size: 30px !important;
    }

	.post-single-image figure,
	.post-single-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry h1{
		font-size: 28px !important;
	}

	.post-entry h2{
		font-size: 24px !important;
	}

	.post-entry h3{
		font-size: 20px;
	}

	.post-entry h4{
		font-size: 18px;
	}

	.post-entry h5{
		font-size: 16px;
	}

	.post-entry h6{
		font-size: 14px;
	}

	.post-entry blockquote{
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px !important;
	}

	.post-entry blockquote p{
		font-size: 18px !important;
	}

	.error-page-content-heading h2{
        font-size: 28px !important;
	}
}

/* Post Comment Box CSS */

.page-single-post .comment-box{
	max-width: 1100px;
	margin: 80px auto 0;
}

.page-single-post .comment-box a,
.wp-block-post-comments-form a{
	color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child){
	margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title,
.page-single-post .comment-box .title-comments,
.wp-block-post-comments-form .comment-reply-title,
.wp-block-post-comments-form .title-comments{
	color: var(--e-global-color-primary);
	font-size: 30px;
	margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link{
	font-size: 14px;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 400;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	border-radius: 6px;
	text-transform: capitalize;
	padding: 6px 10px;
	transition: all 0.4s ease-in-out;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover{
	background: var(--e-global-color-primary);
}

.page-single-post .comment-box .title-comments{
	margin-bottom: 30px;
}

.comment-form{
	display: flex;
	flex-wrap: wrap;
}

.comment-form p:last-child{
	margin-bottom: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit{
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-email{
	width: calc(33.33% - 20px);
	margin-right: 30px;
}

.comment-form .comment-form-url{
	width: calc(33.33% - 20px);
}

.comment-form label{
	display: block;
	margin-bottom: 4px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 100%;
	padding: 17px 20px;
    border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
    box-shadow: none;
    border-radius: 10px;
	outline: 0;
}

.comment-form .comment-form-cookies-consent{
	position: relative;
	padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label{
	display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"]{
	margin-top: 0 !important;
	margin-right: 4px;
	top: 6px;
	left: 0;
	position: absolute;
}

.comment-form .form-submit .submit{
	display: inline-block;
	font-family: var(--e-global-typography-accent-font-family);
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	border: none;
	padding: 17px 30px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.4s ease-in-out;
}

.comment-form .form-submit .submit:hover{
	background:var(--e-global-color-primary);
}

.comment-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list li{
	list-style: none;
}

.comment-list .comment .comment-body{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--e-global-color-divider);
}

.comment-list .comment:last-child{
	margin-bottom: 0;
}

.comment-list .comment .comment-meta{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.comment-list .comment .comment-meta .comment-author img{
	max-width: 42px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .comment .comment-meta .comment-author b{
	font-weight: 400;
}

.comment-list .comment .comment-meta .comment-author a{
	color: var(--e-global-color-primary);
}

.comment-list .comment .comment-meta .comment-metadata a{
	color: var(--e-global-color-text);
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .comment-meta .comment-metadata a:hover{
	color: var(--e-global-color-accent);
}

.comment-list .comment .comment-meta .comment-metadata  .comment-edit-link{
	color: var(--e-global-color-accent);
	margin-left: 10px;
}

.comment-list .comment .comment-content p:last-child{
	margin-bottom: 0;
}

.comment-list .comment .reply a{
	margin-top: 10px;
	display: inline-block;
	background: var(--e-global-color-accent);
	padding: 2px 10px;
	border-radius: 8px;
	font-size: 14px;
	color: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .reply a:hover{
	background: var(--e-global-color-primary);
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	color: var(--e-global-color-primary);
	margin: 0.8em 0;
}

.comment-content table{
	width: 100%;
	border-top: 1px solid var(--e-global-color-divider);
	border-left: 1px solid var(--e-global-color-divider);
}

.comment-content table tr td,
.comment-content table tr th{
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 4px 10px;
}

.comment-content table tr th{
	color: var(--e-global-color-primary);
	font-size: 18px;
}

.comment-content ul{
	padding-left: 20px;
	margin: 0 0 1.7em;
}

.comment-body li{
	list-style: initial;
}

.comment-content ul li{
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--e-global-color-primary);
}

.comment-content ul ul{
	margin-top: 10px;
	margin-bottom: 0;
}

.comment-content ol ol{
	margin-top: 10px;
}

.comment-content ol li{
	list-style: decimal;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px){
	
	.page-single-post .comment-box{
		margin-top: 40px;
	}

	.comment-box .comment-respond:not(:first-child){
		margin-top: 40px;
	}

	.page-single-post .comment-box .comment-reply-title, 
	.page-single-post .comment-box .title-comments{
		font-size: 24px;
	}

	.page-single-post .comment-box .comment-reply-title small{
		width: 100%;
		margin-top: 6px;
	}

	.comment-list .children{
		padding-left: 20px;
	}
	
	.comment-form .form-submit .submit{
		font-size: 16px;
		padding: 14px 20px;
	}

	.comment-form textarea,
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"]{
		padding: 12px 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url{
		width: 100%;
		margin-right: 0;
	}

	.comment-list .comment .comment-meta .comment-author,
	.comment-list .comment .comment-meta .comment-metadata{
		width: 100%;
	}

	.comment-list .comment .comment-meta .comment-metadata{
		margin-top: 10px;
	}
}


/****************************/
/*       Sections CSS       */
/****************************/

/* Section Spacing */

.section-row{
	padding: 100px 0;
	position: relative;
}

.section-row.no-bottom-space{
	padding-bottom: 0;
}

.section-row.no-top-space{
	padding-top: 0;
}

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

/* Section Title */

.section-title{
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.section-title h3{
	position: relative;
	display: inline-block;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--e-global-color-accent);
	padding-left: 30px;
	margin-bottom: 10px;
}

.section-title h3::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: var(--e-global-color-accent);
	mask-image: url('../images/icon-sub-heading.svg');
	-webkit-mask-image: url('../images/icon-sub-heading.svg');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	width: 20px;
	height: 20px;
}

.section-title h1,
.section-title h2{
	font-size: 54px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section-title h2 span,
.section-title h1 span{
	color: var(--e-global-color-accent);
}

.section-title p{
	margin-bottom: 0;
}

.section-title.section-title-center{
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.section-title.dark-section h2,
.section-title.dark-section h1{
	color: var(--e-global-color-white);
}

.section-title.dark-section p{
	color: var(--e-global-color-text);
}

/* Section Bg Title */

.section-bg-title{
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	line-height: 1em;
	pointer-events: none;
}

.section-title .section-bg-title{
	text-align: left;
	top: -38px;
}

.section-title.section-title-center .section-bg-title{
	text-align: center;
}

.section-title > h1,
.section-title > h2,
.section-title > h3,
.section-title > p{
	position: relative;
	z-index: 1;
}

.section-bg-title span{
	display: inline-block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 60px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	background: linear-gradient(360deg, rgba(34, 34, 34, 0) 15.5%, rgba(34, 34, 34, 0.2) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 2px transparent;
	color: transparent;
}

.dark-bg-section .section-bg-title span{
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 29.01%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

/* Check List */

.check-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.check-list ul li{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	line-height: 1.5em;
	color: var(--e-global-color-text);
}

.check-list ul li i{
	color: var(--e-global-color-accent);
	font-size: 18px;
	line-height: 1.4em;
}

.check-list.dark-list ul li{
	color: var(--e-global-color-white);
}

.check-list.column-2 ul{
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px 60px;
}

.check-list.column-2 ul li{
	width: calc(50% - 30px);
}

/* Circle Counter */

.contact-circle-counter-box{
	position: relative;
	width: 110px;
	height: 110px;
	flex: 0 0 auto;
	padding: 9px;
}

.contact-circle-counter{
	animation: infiniterotate 20s infinite linear;
	width: 100%;
	height: 100%;
	display: block;
}

.contact-circle-counter svg{
	width: 100%;
	height: 100%;
	overflow: visible;
}

.contact-circle-counter svg text{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 9.5px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	fill: var(--e-global-color-primary);
}

.dark-bg-section .contact-circle-counter svg text{
	fill: var(--e-global-color-white);
}

.circle-counter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 36px;
	line-height: 1em;
	color: var(--e-global-color-accent);
	white-space: nowrap;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

/****************************/
/*         Hero CSS         */
/****************************/

.hero{
	position: relative;
	overflow: hidden;
	padding: 235px 0 130px;
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero .hero-bg-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.8);
	z-index: 1;
}

.hero .container{
	position: relative;
	z-index: 2;
}

.hero-content{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.hero-content .section-title{
	margin-bottom: 0;
}

.hero-content .section-title h3{
	color: var(--e-global-color-white);
}

.hero-content h1{
	font-size: 74px;
	line-height: 1.1em;
	color: var(--e-global-color-white);
	text-transform: uppercase;
	margin: 0;
}

.hero-content h1 span{
	color: var(--e-global-color-accent);
}

.hero-content-list{
	margin: 30px 0;
}

.hero-content-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}

.hero-content-list ul li{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: var(--e-global-color-white);
}

.hero-content-list ul li i{
	color: var(--e-global-color-accent);
	font-size: 18px;
}

.hero-content-body{
	max-width: 80%;
}

.hero-content-body p{
	color: var(--e-global-color-white);
	margin-bottom: 0;
}

.hero-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}

.hero-btn .btn-default.btn-highlighted{
	background-color: var(--e-global-color-white);
	color: var(--e-global-color-primary);
}

.hero-btn .btn-default.btn-highlighted:hover{
	color: var(--e-global-color-white);
}

/****************************/
/*    Scrolling Ticker      */
/****************************/

.our-scrolling-ticker{
	background-color: var(--e-global-color-accent);
	padding: 24px 0;
	overflow: hidden;
}

.scrolling-ticker-box{
	display: flex;
	width: 100%;
	overflow: hidden;
}

.scrolling-content{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	min-width: 100%;
	animation: scroll-x 25s linear infinite;
}

.scrolling-content span{
	display: inline-flex;
	align-items: center;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 34px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	padding: 0 30px 0 12px;
	white-space: nowrap;
}

.scrolling-content img{
	width: 40px;
	height: 40px;
	margin: 0 30px;
	animation: infiniterotate 10s infinite linear;
}

@keyframes scroll-x{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}
}

/****************************/
/*       About Us CSS       */
/****************************/

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

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	margin-top: 30px;
}

.about-us-body .check-list{
	width: calc(100% - 170px);
}

.about-us-image{
	position: relative;
}

.about-us-img img{
	width: 100%;
	aspect-ratio: 1 / 0.91;
	object-fit: cover;
	border-radius: 20px;
}

.about-coach-box{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--e-global-color-darkdivider);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
}

.about-coach-images{
	display: flex;
	align-items: center;
}

.about-coach-images img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--e-global-color-white);
	margin-left: -14px;
}

.about-coach-images img:first-child{
	margin-left: 0;
}

.about-coach-box h3{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	color: var(--e-global-color-white);
	margin: 0;
	flex: 1;
	min-width: 140px;
}

/****************************/
/*      Our Services        */
/****************************/

.service-list{
	display: flex;
	flex-wrap: wrap;
}

.service-item{
	position: relative;
	width: 25%;
	overflow: hidden;
}

.service-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.16;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-image img,
.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-body{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background-color: rgba(3, 21, 33, 0.7);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transform: translateY(62%);
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-body,
.service-item:hover .service-body{
	transform: translateY(0);
}

.service-body h3{
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin: 0;
}

.service-content-box{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-content-box,
.service-item:hover .service-content-box{
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.service-content-box p{
	color: var(--e-global-color-text);
	margin-bottom: 20px;
}

.service-content-box .readmore-btn{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	text-transform: uppercase;
	color: var(--e-global-color-white);
}

.service-content-box .readmore-btn i{
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-content-box .readmore-btn:hover i{
	transform: rotate(0deg);
}

/****************************/
/*       What We Do         */
/****************************/

.what-we-do-images{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 50px 0;
	min-height: 420px;
}

.what-we-do-images .what-do-image-1,
.what-we-do-images .what-do-image-3{
	width: 320px;
	transition: all 0.4s ease-in-out;
}

.what-we-do-images .what-do-image-1 img,
.what-we-do-images .what-do-image-3 img{
	width: 100%;
	aspect-ratio: 1 / 1.31;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-do-images .what-do-image-2{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	max-width: 70%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.what-we-do-images .what-do-image-2 img{
	width: 100%;
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-do-images:hover .what-do-image-1{
	transform: rotate(-14deg);
}

.what-we-do-images:hover .what-do-image-3{
	transform: rotate(14deg);
}

.what-we-do-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.icon-box{
	display: flex;
	align-items: center;
	gap: 15px;
}

.icon-box .icon-box-icon{
	width: 60px;
	height: 60px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
}

.icon-box .icon-box-icon img{
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.icon-box .icon-box-icon i{
	font-size: 24px;
	color: var(--e-global-color-white);
}

.icon-box h3{
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
}

.icon-box p{
	margin: 8px 0 0;
}

/****************************/
/*      Our Features        */
/****************************/

.our-features{
	display: flex;
	flex-wrap: wrap;
}

.features-content-box{
	width: 50%;
	padding: 100px 60px;
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.features-content-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.8);
	z-index: -1;
}

.features-list-box{
	width: 50%;
	padding: 100px 60px;
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.features-item h3{
	color: var(--e-global-color-white);
	margin-bottom: 10px;
}

.features-item p{
	margin: 0;
}

.features-item .icon-box-icon{
	margin-bottom: 20px;
}

/****************************/
/*     Why Choose Us        */
/****************************/

.why-choose-img img{
	width: 100%;
	aspect-ratio: 1 / 1.332;
	object-fit: cover;
	border-radius: 20px;
}

.why-choose-boxes{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}

.why-choose-boxes .icon-box{
	width: calc(50% - 15px);
	gap: 12px;
}

.why-choose-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.why-choose-body .check-list{
	width: calc(100% - 170px);
}

/****************************/
/*       Our Offers         */
/****************************/

.our-offers{
	display: flex;
	flex-wrap: wrap;
}

.offer-item{
	width: 50%;
	min-height: 260px;
	display: flex;
	align-items: center;
	padding: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.offer-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(3, 21, 33, 0.85) 0%, rgba(3, 21, 33, 0.35) 100%);
	z-index: -1;
}

.offer-item h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--e-global-color-accent);
	margin-bottom: 10px;
}

.offer-item h2{
	font-size: 36px;
	line-height: 1.1em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin: 0;
	max-width: 420px;
}

/****************************/
/*     Match Schedule       */
/****************************/

.match-schedule{
	position: relative;
	z-index: 1;
}

.match-schedule::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.85);
	z-index: -1;
}

.match-schedule-list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.match-schedule-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 30px;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.match-schedule-item .match-team-icon img{
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.match-schedule-content{
	flex: 1;
	text-align: center;
}

.match-content-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.match-content-info h3{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--e-global-color-white);
	margin: 0;
}

.match-content-info ul,
.match-schedule-content .match-venue ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.match-content-info ul li{
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 18px;
	font-weight: 600;
	color: var(--e-global-color-white);
}

.match-schedule-content .match-venue{
	margin-top: 10px;
}

.match-schedule-content .match-venue ul li{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--e-global-color-text);
}

.match-schedule-content .match-venue ul li img{
	width: 16px;
	height: 16px;
}

/****************************/
/*    Match Highlights      */
/****************************/

.match-highlight-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.match-highlight-item{
	overflow: hidden;
}

.match-highlight-img{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.match-highlight-img img{
	width: 100%;
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.match-highlight-item:hover .match-highlight-img img{
	transform: scale(1.1);
}

.match-highlight-item h3{
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.match-highlight-video-btn a{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	text-transform: uppercase;
	color: var(--e-global-color-accent);
}

.match-highlight-video-btn a i{
	font-size: 30px;
	line-height: 1;
}

/****************************/
/*      Club Success        */
/****************************/

.dark-bg-section{
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: center center;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h4,
.dark-bg-section h5,
.dark-bg-section h6{
	color: var(--e-global-color-white);
}

.club-success-image img{
	width: 100%;
	aspect-ratio: 1 / 1.239;
	object-fit: cover;
}

.club-success-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.club-success-item .icon-box-icon{
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 15px;
}

.club-success-item .icon-box-icon img{
	width: 24px;
	height: 24px;
}

.club-success-item h3{
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	border-top: 1px solid var(--e-global-color-darkdivider);
	padding-top: 20px;
	margin-bottom: 12px;
}

.club-success-item p{
	margin: 0;
}

/****************************/
/*      Testimonials        */
/****************************/

.testimonial-slider{
	margin-top: 40px;
}

.testimonial-item{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.testimonial-rating i{
	color: var(--e-global-color-accent);
	font-size: 16px;
}

.testimonial-content p{
	font-size: 18px;
	line-height: 1.7em;
	color: var(--e-global-color-primary);
	padding-bottom: 40px;
	border-bottom: 1px solid var(--e-global-color-divider);
	margin: 0;
}

.testimonial-author{
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-author img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-author h3{
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.testimonial-author p{
	font-size: 14px;
	margin: 0;
}

.testimonial-slider .swiper-pagination{
	position: static;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 30px;
}

.testimonial-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: var(--e-global-color-divider);
	opacity: 1;
	margin: 0 !important;
}

.testimonial-slider .swiper-pagination-bullet-active{
	background-color: var(--e-global-color-accent);
}

.testimonial-image-box{
	position: relative;
}

.testimonial-image img{
	width: 100%;
	aspect-ratio: 1 / 1.35;
	object-fit: cover;
	border-radius: 20px;
}

.testimonial-counter-boxes{
	position: absolute;
	left: 0;
	bottom: 30px;
	transform: translateX(-30px);
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.testimonial-counter-item{
	background-color: var(--e-global-color-accent);
	border-radius: 14px;
	padding: 18px 24px;
	min-width: 190px;
}

.testimonial-counter-item h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin-bottom: 6px;
}

.testimonial-counter-item .counter-value{
	display: flex;
	align-items: baseline;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 44px;
	line-height: 1em;
	color: var(--e-global-color-white);
}

.testimonial-counter-item p{
	font-size: 14px;
	color: var(--e-global-color-white);
	margin: 4px 0 0;
}

/* Sponsors */

.our-sponsors{
	margin-top: 80px;
	text-align: center;
}

.our-sponsors h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--e-global-color-accent);
	margin-bottom: 30px;
}

.client-logo-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.client-logo-item img{
	max-height: 40px;
	width: auto;
}

/****************************/
/*        CTA Box           */
/****************************/

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

.cta-box-form{
	margin-top: 30px;
}

.cta-box-form .form-group{
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 100px;
	padding: 6px;
}

.cta-box-form .email-field{
	width: 66%;
	background-color: transparent;
	border: none;
	outline: none;
	color: var(--e-global-color-white);
	padding: 10px 20px;
	font-size: 16px;
}

.cta-box-form .email-field::placeholder{
	color: var(--e-global-color-text);
}

.cta-box-form .newsletter-btn{
	width: 34%;
	justify-content: center;
}

.cta-box-list-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 25px;
}

.cta-box-list{
	display: flex;
	align-items: center;
	gap: 10px;
}

.cta-box-list i{
	color: var(--e-global-color-accent);
	font-size: 18px;
}

.cta-box-list h3{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-white);
	margin: 0;
}

.cta-box-image img{
	width: 100%;
	aspect-ratio: 1 / 0.89;
	object-fit: cover;
}

/****************************/
/*       Latest Blog        */
/****************************/

.blog-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.blog-item{
	display: flex;
	flex-direction: column;
}

.blog-item-image{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.blog-item-image img{
	width: 100%;
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .blog-item-image img{
	transform: scale(1.1);
}

.blog-item-meta ul{
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.blog-item-meta ul li{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--e-global-color-text);
}

.blog-item-meta ul li i{
	color: var(--e-global-color-accent);
}

.blog-item h3{
	font-size: 24px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-item h3 a:hover{
	color: var(--e-global-color-accent);
}

.blog-item .readmore-btn{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
	margin-top: auto;
}

.blog-item .readmore-btn i{
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.blog-item .readmore-btn:hover i{
	transform: rotate(0deg);
}

/****************************/
/*        Footer CSS        */
/****************************/

.main-footer{
	background-color: var(--e-global-color-primary);
}

.footer-subscribe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 100px 0 60px;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
}

.footer-subscribe-title{
	width: 50%;
}

.footer-subscribe-title h2{
	font-size: 44px;
	line-height: 1.1em;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin: 0;
}

.footer-subscribe-form{
	width: 50%;
	padding-left: 60px;
}

.footer-subscribe-form .form-group{
	display: flex;
	align-items: center;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 100px;
	padding: 5px;
}

.footer-subscribe-form .email-field{
	flex: 1;
	background-color: transparent;
	border: none;
	outline: none;
	color: var(--e-global-color-text);
	font-size: 16px;
	padding: 10px 20px;
}

.footer-subscribe-form .email-field::placeholder{
	color: var(--e-global-color-text);
}

.footer-subscribe-form .newsletter-btn{
	border-radius: 100px;
	background-color: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	padding: 17px 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.footer-subscribe-form .newsletter-btn:hover{
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.footer-main-box{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
}

.footer-about{
	width: 33%;
	padding-right: 40px;
}

.footer-links{
	width: 17%;
	padding-left: 2.6vw;
}

.footer-info{
	width: 33%;
	padding-left: 2.6vw;
}

.footer-about .footer-logo{
	margin-bottom: 20px;
}

.footer-about .footer-logo img{
	max-width: 170px;
}

.about-footer-content p{
	color: var(--e-global-color-text);
	margin-bottom: 30px;
}

.footer-social-link{
	padding-top: 30px;
	border-top: 1px solid var(--e-global-color-darkdivider);
}

.footer-social-link h3{
	font-size: 24px;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin-bottom: 15px;
}

.footer-social-link ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-social-link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 50%;
	color: var(--e-global-color-white);
	font-size: 18px;
}

.footer-social-link ul li a:hover{
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.main-footer h3.footer-col-title{
	font-size: 24px;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin-bottom: 20px;
}

.menu-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer ul li{
	position: relative;
	padding-left: 16px;
	margin-bottom: 12px;
}

.menu-footer ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
}

.menu-footer ul li:last-child{
	margin-bottom: 0;
}

.menu-footer ul li a{
	color: var(--e-global-color-text);
}

.menu-footer ul li a:hover{
	color: var(--e-global-color-accent);
}

.footer-info .icon-box{
	align-items: flex-start;
	margin-bottom: 25px;
}

.footer-info .icon-box .icon-box-icon{
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid var(--e-global-color-darkdivider);
}

.footer-info .icon-box .icon-box-icon img{
	width: 20px;
	height: 20px;
}

.footer-info .icon-box h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.05em;
	color: var(--e-global-color-accent);
	margin-bottom: 4px;
}

.footer-info .icon-box p{
	color: var(--e-global-color-white);
	margin: 0;
}

.footer-copyright{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 25px 0;
	border-top: 1px solid var(--e-global-color-darkdivider);
}

.footer-copyright p{
	color: var(--e-global-color-text);
	margin: 0;
}

.privacy-policy-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.privacy-policy-menu ul li a{
	color: var(--e-global-color-text);
}

.privacy-policy-menu ul li a:hover{
	color: var(--e-global-color-accent);
}

/****************************/
/*      Responsive CSS      */
/****************************/

@media only screen and (max-width: 1200px){

	.features-content-box,
	.features-list-box{
		padding: 60px 30px;
	}

	.offer-item{
		padding: 40px 30px;
	}

	.match-highlight-list{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 991px){

	.section-row{
		padding: 50px 0;
	}

	.section-title h1,
	.section-title h2{
		font-size: 40px;
	}

	.section-title h3{
		font-size: 16px;
		padding-left: 25px;
	}

	.section-title h3::before{
		width: 18px;
		height: 18px;
	}

	.section-bg-title span{
		font-size: 50px;
	}

	.hero{
		padding: 165px 0 60px;
	}

	.hero-content h1{
		font-size: 52px;
	}

	.hero-content-list{
		margin: 20px 0;
	}

	.hero-btn{
		margin-top: 20px;
	}

	.scrolling-content span{
		font-size: 30px;
		padding: 0 20px 0 15px;
	}

	.scrolling-content img{
		width: 30px;
		height: 30px;
		margin: 0 20px;
	}

	.about-us-img img{
		aspect-ratio: 1 / 0.56;
	}

	.about-us-image{
		margin-top: 30px;
	}

	.service-item{
		width: 50%;
	}

	.service-body{
		transform: translateY(70%);
	}

	.what-we-do-images{
		min-height: 320px;
		margin: 30px 0;
	}

	.what-we-do-images .what-do-image-1,
	.what-we-do-images .what-do-image-3{
		width: 220px;
	}

	.what-we-do-list{
		gap: 30px;
	}

	.features-content-box,
	.features-list-box{
		width: 100%;
	}

	.features-list-box{
		gap: 30px;
	}

	.offer-item{
		width: 100%;
	}

	.offer-item h2{
		font-size: 30px;
	}

	.why-choose-img{
		margin-bottom: 30px;
	}

	.match-schedule-item{
		padding: 20px;
	}

	.match-highlight-img img{
		width: 100%;
	}

	.club-success-list{
		gap: 20px;
	}

	.testimonial-image img{
		aspect-ratio: 1 / 0.95;
	}

	.testimonial-image-box{
		margin-top: 30px;
	}

	.testimonial-counter-boxes{
		transform: none;
		left: 20px;
	}

	.testimonial-content p{
		padding-bottom: 30px;
	}

	.blog-list{
		grid-template-columns: repeat(2, 1fr);
	}

	.our-sponsors{
		margin-top: 50px;
	}

	.footer-subscribe{
		padding: 50px 0 30px;
	}

	.footer-subscribe-title,
	.footer-subscribe-form{
		width: 100%;
		padding-left: 0;
	}

	.footer-subscribe-title h2{
		font-size: 34px;
		margin-bottom: 20px;
	}

	.footer-about,
	.footer-links,
	.footer-info{
		width: 50%;
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.footer-main-box{
		padding: 40px 0 10px;
	}

	.cta-box-image{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){

	.section-title h1,
	.section-title h2{
		font-size: 28px;
	}

	.section-bg-title span{
		font-size: 40px;
	}

	.hero-content{
		text-align: left;
		align-items: flex-start;
	}

	.hero-content h1{
		font-size: 30px;
	}

	.hero-content-body{
		max-width: 100%;
	}

	.hero-content-list ul{
		justify-content: flex-start;
		gap: 10px;
		flex-direction: column;
	}

	.hero-btn{
		justify-content: flex-start;
		gap: 15px;
	}

	.scrolling-content span{
		font-size: 26px;
		padding: 0 15px 0 12px;
	}

	.scrolling-content img{
		width: 26px;
		height: 26px;
		margin: 0 15px;
	}

	.about-us-body,
	.why-choose-body{
		gap: 20px;
	}

	.about-us-body .check-list,
	.why-choose-body .check-list{
		width: 100%;
	}

	.check-list.column-2 ul{
		gap: 10px;
	}

	.check-list.column-2 ul li{
		width: 100%;
	}

	.service-item{
		width: 100%;
	}

	.service-item.active .service-content-box,
	.service-item:hover .service-content-box{
		margin-top: 10px;
	}

	.what-we-do-images{
		min-height: auto;
		display: block;
	}

	.what-we-do-images .what-do-image-1,
	.what-we-do-images .what-do-image-3{
		display: none;
	}

	.what-we-do-images .what-do-image-2{
		position: static;
		transform: none;
		width: 100%;
		max-width: 100%;
	}

	.features-list-box{
		grid-template-columns: 1fr;
	}

	.why-choose-boxes .icon-box{
		width: 100%;
	}

	.match-schedule-item{
		flex-direction: column;
		text-align: center;
	}

	.match-highlight-list{
		grid-template-columns: 1fr;
	}

	.club-success-list{
		grid-template-columns: 1fr;
	}

	.testimonial-counter-boxes{
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.testimonial-slider .swiper-pagination{
		justify-content: center;
	}

	.testimonial-content p{
		padding-bottom: 20px;
	}

	.client-logo-list{
		justify-content: center;
	}

	.blog-list{
		grid-template-columns: 1fr;
	}

	.cta-box-form .email-field{
		width: 59%;
	}

	.cta-box-form .newsletter-btn{
		width: 41%;
	}

	.footer-about,
	.footer-links,
	.footer-info{
		width: 100%;
	}

	.footer-copyright{
		justify-content: center;
		text-align: center;
	}
}

/****************************/
/*      Header Extras       */
/****************************/

.navbar-brand img{
	max-width: 170px;
	height: auto;
}

.main-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.main-menu ul ul{
	display: block;
}

.header-btn{
	margin-left: 20px;
}

.page-header{
	position: relative;
	z-index: 1;
}

.page-header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.8);
	z-index: -1;
}

@media only screen and (max-width: 991px){

	.header-btn{
		display: none;
	}

	.navbar-brand img{
		max-width: 130px;
	}

	.page-header{
		padding: 140px 0 60px;
	}

	.page-header-box h1{
		font-size: 40px !important;
	}
}

@media only screen and (max-width: 767px){

	.page-header-box h1{
		font-size: 30px !important;
	}
}

/****************************/
/*      Hero Variants       */
/****************************/

.hero.hero-split .hero-content,
.hero-content.hero-content-left{
	max-width: 100%;
	margin: 0;
	text-align: left;
	align-items: flex-start;
}

.hero.hero-split .hero-content-list ul{
	justify-content: flex-start;
}

.hero.hero-split .hero-btn{
	justify-content: flex-start;
}

.hero-image img{
	width: 100%;
	aspect-ratio: 1 / 1.14;
	object-fit: cover;
}

.hero.section-page-header::after{
	content: '';
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 130px;
	height: 130px;
	background-image: url('../images/hero-bg-shape-2.svg');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

@media only screen and (max-width: 991px){

	.hero-image{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){

	.hero.section-page-header::after{
		bottom: 10px;
		right: 5px;
		height: 90px;
		width: 90px;
	}
}

/****************************/
/*     Inner Page CSS       */
/****************************/

/* Our Approach */

.approach-video{
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.approach-video::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.4);
	z-index: -1;
}

.video-play-button{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.video-play-button i{
	font-size: 24px;
}

.video-play-button:hover{
	background-color: var(--e-global-color-white);
	color: var(--e-global-color-accent);
}

.approach-content{
	padding: 100px 60px 100px 0;
}

.approach-item-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.approach-item{
	width: calc(50% - 15px);
	padding: 25px;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 16px;
}

.approach-item-header{
	margin-bottom: 15px;
}

.approach-item-header h3{
	color: var(--e-global-color-white);
}

.approach-item-content p{
	margin-bottom: 15px;
}

/* Beyond The Game */

.beyond-game-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.beyond-game-item{
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 16px;
	background-color: var(--e-global-color-white);
}

.beyond-game-item .icon-box{
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.beyond-game-item h3{
	margin-bottom: 10px;
}

/* Guided By Experience */

.experience-item .icon-box{
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}

.experience-img img{
	width: 100%;
}

/* Our Team */

.team-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.team-image{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.team-image img{
	width: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img{
	transform: scale(1.06);
}

.team-social-icon{
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

.team-item:hover .team-social-icon{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team-social-icon ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.team-social-icon ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	font-size: 16px;
}

.team-social-icon ul li a:hover{
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.team-content h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.team-content h3 a:hover{
	color: var(--e-global-color-accent);
}

.team-content p{
	margin: 0;
}

@media only screen and (max-width: 1200px){

	.team-list{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 991px){

	.approach-video{
		min-height: 380px;
	}

	.approach-content{
		padding: 50px 15px;
	}

	.approach-item{
		width: 100%;
	}

	.beyond-game-list{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.experience-img{
		margin: 30px 0;
	}

	.team-list{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px){

	.team-list{
		grid-template-columns: 1fr;
	}

	.video-play-button{
		width: 90px;
		height: 90px;
		font-size: 14px;
	}
}

/****************************/
/*    Page Services CSS     */
/****************************/

.page-services{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.page-services .service-item{
	width: 100%;
	border-radius: 20px;
}

.page-services .service-image img{
	aspect-ratio: 1 / 1.05;
}

/****************************/
/*      Galleries CSS       */
/****************************/

.gallery-items{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.gallery-item a{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.gallery-item img{
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.gallery-item a:hover img{
	transform: scale(1.06);
}

.page-video-gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.video-gallery-item{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.video-gallery-item img{
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.video-gallery-item:hover img{
	transform: scale(1.06);
}

.video-gallery-item .video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
}

.video-gallery-item .video-play-button:hover{
	transform: translate(-50%, -50%) scale(1.08);
}

/****************************/
/*    Accordion / Faqs      */
/****************************/

.faq-accordion{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.accordion-item{
	border: 1px solid var(--e-global-color-divider);
	border-radius: 16px;
	background-color: var(--e-global-color-white);
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.accordion-item.active{
	border-color: var(--e-global-color-accent);
}

.accordion-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 25px;
	cursor: pointer;
}

.accordion-header h3{
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 0;
}

.accordion-icon{
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.accordion-item.active .accordion-icon{
	transform: rotate(45deg);
}

.accordion-body{
	padding: 0 25px 22px;
}

.accordion-body p{
	margin: 0;
}

.faqs-image-box{
	position: relative;
}

.faqs-img img,
.faqs-img2 img{
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.faqs-img img{
	aspect-ratio: 1 / 0.85;
}

.faqs-img2{
	width: 55%;
	margin: -60px 0 0 auto;
	position: relative;
	z-index: 2;
	border: 6px solid var(--e-global-color-white);
	border-radius: 20px;
	overflow: hidden;
}

.faq-contact-box{
	margin-bottom: 25px;
}

.faq-contact-box h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.05em;
	color: var(--e-global-color-accent);
	margin-bottom: 4px;
}

.faq-contact-box p{
	font-size: 22px;
	font-family: var(--e-global-typography-primary-font-family);
	color: var(--e-global-color-primary);
	margin: 0;
}

/* Faqs page */

.faq-group{
	margin-bottom: 50px;
	scroll-margin-top: 120px;
}

.faq-group:last-child{
	margin-bottom: 0;
}

.faq-group h2{
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.faq-group h2 span{
	color: var(--e-global-color-accent);
}

/****************************/
/*        Sidebars          */
/****************************/

.service-catagery-box{
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 20px;
	margin-bottom: 30px;
}

.service-catagery-box h3,
.faq-sidebar h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.service-catagery-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.service-catagery-list ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 20px;
	border-radius: 100px;
	background-color: #F5F5F5;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}

.service-catagery-list ul li a img{
	width: 18px;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li.active a,
.service-catagery-list ul li a:hover{
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.service-catagery-list ul li.active a img,
.service-catagery-list ul li a:hover img{
	filter: brightness(0) invert(1);
}

.faq-sidebar .service-catagery-list{
	margin-bottom: 30px;
}

.sidebar-cta-box{
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.sidebar-cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3, 21, 33, 0.85);
	border-radius: 20px;
	z-index: -1;
}

.sidebar-cta-logo{
	margin-bottom: 30px;
}

.sidebar-cta-logo img{
	max-width: 160px;
}

.sidebar-cta-contact{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sidebar-cta-contact-item h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.05em;
	color: var(--e-global-color-accent);
	margin-bottom: 5px;
}

.sidebar-cta-contact-item a{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 24px;
	color: var(--e-global-color-white);
}

.sidebar-cta-contact-item a:hover{
	color: var(--e-global-color-accent);
}

/****************************/
/*     Service Single       */
/****************************/

.page-single-content > p{
	margin-bottom: 20px;
}

.page-single-img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.page-single-img img{
	width: 100%;
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}

.page-single-content h2{
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.page-single-content h2 span{
	color: var(--e-global-color-accent);
}

.focused-performance,
.empowering-player,
.fueling-passion,
.page-single-faqs{
	margin-top: 50px;
}

.performance-img{
	border-radius: 20px;
	overflow: hidden;
}

.performance-img img{
	width: 100%;
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
}

.performance-content p{
	margin-bottom: 20px;
}

.empowering-player-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.empowering-player-img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}

.empowering-player-img img{
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.empowering-player-item:hover .empowering-player-img img{
	transform: scale(1.06);
}

.empowering-player-item h3{
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

.fueling-passion-content-box{
	margin-top: 30px;
	padding: 40px;
	border-radius: 20px;
	background-color: var(--e-global-color-primary);
	position: relative;
	z-index: 1;
}

.fueling-passion-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.fueling-passion-list .icon-box{
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.fueling-passion-list h3{
	color: var(--e-global-color-white);
	margin-bottom: 8px;
}

.fueling-passion-content-box .check-list ul li{
	color: var(--e-global-color-white);
}

/****************************/
/*       Team Single        */
/****************************/

.team-single-image{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.team-single-image img{
	width: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
}

.team-sidebar-category-box{
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 20px;
}

.team-sidebar-category-box h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.team-sidebar-contact-list ul{
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}

.team-sidebar-contact-list ul li{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 0;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.team-sidebar-contact-list ul li:last-child{
	border-bottom: none;
}

.team-sidebar-contact-list ul li strong{
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}

.team-sidebar-social ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 12px;
}

.team-sidebar-social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 50%;
	color: var(--e-global-color-primary);
}

.team-sidebar-social ul li a:hover{
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.team-single-content h2{
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.team-single-content h2 span{
	color: var(--e-global-color-accent);
}

.team-about-box,
.team-expertise-box,
.team-skills-box{
	margin-bottom: 45px;
}

.team-experience-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 25px;
}

.team-experience-list .icon-box{
	padding: 25px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 16px;
}

.team-experience-list h3{
	font-size: 20px;
	margin-bottom: 8px;
}

/* Progress bars */

.skill-progressbar-list{
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 25px;
}

.skill-progressbar h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.progressbar-track{
	height: 8px;
	background-color: var(--e-global-color-divider);
	border-radius: 100px;
}

.progressbar-fill{
	position: relative;
	height: 100%;
	background-color: var(--e-global-color-accent);
	border-radius: 100px;
}

.progressbar-fill span{
	position: absolute;
	right: 0;
	top: -28px;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 16px;
	color: var(--e-global-color-primary);
}

/****************************/
/*   Testimonials Page      */
/****************************/

.testimonials-client-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.testimonials-client-box{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.testimonials-client-box:hover{
	border-color: var(--e-global-color-accent);
}

.testimonials-client-box .testimonial-content p{
	font-size: 16px;
	padding-bottom: 20px;
}

/****************************/
/*      Contact Page        */
/****************************/

.contact-us-image img{
	width: 100%;
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	border-radius: 20px;
}

.contact-info-list{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.contact-info-list .icon-box{
	align-items: flex-start;
	padding: 25px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 16px;
}

.contact-info-list .icon-box h3{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	letter-spacing: 0.05em;
	color: var(--e-global-color-accent);
	margin-bottom: 4px;
}

.contact-info-list .icon-box p{
	margin: 0;
	color: var(--e-global-color-primary);
}

.conatct-us-form{
	margin-top: 60px;
}

.google-map,
.google-map iframe{
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: none;
	border-radius: 20px;
}

.fueling-passion-content-box.section-page-header{
	padding: 40px;
	border-radius: 20px;
}

.fueling-passion-content-box.section-page-header h2{
	color: var(--e-global-color-white);
	margin-bottom: 25px;
}

.contact-form .form-control{
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 12px;
	color: var(--e-global-color-white);
	padding: 14px 20px;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--e-global-color-text);
}

.contact-form .form-control:focus{
	border-color: var(--e-global-color-accent);
}

/* Pagination */

.pagination-wrap{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 991px){

	.page-services,
	.gallery-items,
	.page-video-gallery,
	.testimonials-client-list,
	.empowering-player-list,
	.fueling-passion-list{
		grid-template-columns: repeat(2, 1fr);
	}

	.page-single-sidebar,
	.faq-sidebar,
	.team-single-sidebar{
		margin-bottom: 40px;
	}

	.accordion-header h3{
		font-size: 18px;
	}

	.page-single-content h2,
	.team-single-content h2,
	.faq-group h2{
		font-size: 28px;
	}

	.performance-content{
		margin-top: 25px;
	}

	.google-map,
	.google-map iframe{
		min-height: 320px;
		margin-bottom: 30px;
	}

	.contact-info-list{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){

	.page-services,
	.gallery-items,
	.page-video-gallery,
	.testimonials-client-list,
	.empowering-player-list,
	.fueling-passion-list,
	.team-experience-list{
		grid-template-columns: 1fr;
	}

	.fueling-passion-content-box,
	.fueling-passion-content-box.section-page-header{
		padding: 25px;
	}

	.faqs-img2{
		width: 70%;
	}
}

/* Current menu item */

.main-menu ul li.active > a{
	color: var(--e-global-color-accent);
}
