*,
* ::before,
* ::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	box-sizing: inherit;
	scroll-behavior: smooth;
	height: -webkit-fill-available;
}

body {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a,
button {
	cursor: pointer;
	border: none;
	outline: none;
	user-select: none;
	background: none;
	box-shadow: none;
	text-decoration: none;
}

img,
video {
	max-width: 100%;

}

section {
	margin: 0 auto;
	padding: 3.5rem 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

.align_center {
	align-items: center;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1860px;
	height: auto;
	margin: 0 auto;
	padding: 0 1.875rem;
}

.container_fluid {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0;
}

.btn {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	display: flex;
	width: 180px;
	height: 48px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #F9B517;
	text-transform: uppercase;
}
.btn:hover {
	background: #ff5454;
}

a:hover{
	color: #ff5454;
}

.view_all:hover {
	background: #ff5454;
}

p{
	font-size: 20px;
	font-weight: 300;
}
.row_custom {
	display: grid;
	gap: 60px;
}

.row_colm_3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.row_colm_4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row_colm_2 {
	grid-template-columns: 1fr 1fr;
}


.title_h2 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	line-height: 36px;
}

.slick-next,
.slick-prev {
	z-index: 5;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-next::before,
.slick-prev::before {
	color: #000;
	font-size: 26px;
}



.footer {
	background: #ff5454;
}

ul.social_media {
	display: flex;
	gap: 20px;
}

h4.ftr_title, h2.widget-title {
	margin-bottom: 15px;
	color: #ffffff;

	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	
}

ul.ftr_ment li a , .widget_nav_menu ul li a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
ul.ftr_ment li a:hover, .widget_nav_menu ul li a:hover{
	color: #ff9191;
}

p.copy_wight {
    font-size: 12px;
}
p.logop {
    font-size: 13px;
    line-height: 17px;
	margin-top: 15px;
}
.footer .row_colm_5 {
    gap: 20px;
}

.footer {
	color: #fff;
	padding: 4rem 0px 0rem 0px;
}

.ftr_logo p {
	font-size: 1.2rem;
	margin-top: 15px;
}

ul.ftr_hours li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.title_center {
	text-align: center;
}

.title_para p {
	color: #000;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2rem;
}

.t_text_details p {
    margin-top: 20px;
}
.title_area p {
    font-weight: 400;
	text-align: center;
}
.banner_cont{
	position: relative;
}
.plz_cut {
    position: absolute;
    top: -40px;
    left: -7px;
}
.plz_cut.prgt {
    left: inherit;
    right: -7px;
    bottom: -40px;
    top: inherit;
    transform: rotateY(180deg);
}
.bnr_img{
	border-radius: 30px;
}
.banner_cont h1 {
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;

}


.tw p {
    text-align: center;
}


.footer {
	position: relative;
}


.footer_btm {
	/*background: #000000;*/
	padding-bottom: 15px;
}

.footer_b {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 8px 0px;
}

.footer .coml {
	margin-bottom: 2rem;
}

.con_d {
	padding: 20px;
}




header {
	background-color: #ffffff;

}



.nav_bg {
	padding: 10px 0px;
}









.navigation ul {
	display: flex;
	list-style-type: none;
	justify-content: right;
	width: 100%;
	padding: 10px 0;
	column-gap: 3rem;
}




.hdr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul li a {

	text-decoration: none;
	color: #000;
	text-align: center;

	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.navigation ul li a:hover {
	color: #ff5454;
}

.hamburger-menu {
	display: none;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.navigation {
	display: block;
	width: 100%;
}
.navigation.active {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 77px;
    left: 0;
    right: 0px;
}

section.coaches_section .title_area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.psec3 {
    margin: auto;
    width: max-content;
}
.card {
    background: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
	transition: box-shadow 0.3s ease; 
}
.card:hover {
	box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.4);
}
.card .card_details p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 20px;
	min-height: 150px;
}

.mrbp .card .card_details p {
   
	min-height: 140px;
}

.cart_ic img {

    object-fit: cover;
    height: 320px;
    width: 100%;
}
.card .card_details {
    padding: 25px 20px;
}

.card .card_details h4 {
    font-size: 20px;
}

.card_details a.lm_link {
	background: #ff5454;
    border-radius: 100px;
    display: inline-block;
    padding: 0px 24px;
    color: #fff;
    font-size: 20px;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
}
.card_details a.lm_link:hover{
	background: #000000;
}

.bnr_img img {
    border-radius: 30px;
    display: block;
}
.mrbp_cnt {
    background: #ff5454;
    padding: 50px 30px;
    border-radius: 30px;
}

.mrbp_cnt .title_area {
    margin-bottom: 25px;
}
section.coaches_section.mrbp {
    padding-top: 0px;
}

.mrbp .title_h2{
	color: #fff;
}

.btn_area {
    text-align: center;
    margin-top: 20px;
}

.btn_area a.btn_link {
    background: #000;
    border-radius: 100px;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.btn_area a.btn_link:hover {
    background: #ffffff;
   
    color: #000000;
    
}

.footer p.copy_wight{
	font-size: 12px;
	text-align: center;
}
.flogo img{
	max-width: 70%;
}

.gt li {
    position: relative;
    padding-left: 30px;
    margin-top: 12px;
}

.gt li a{
	color: #fff;
}
.gt li a:hover{
	color: #ff5454;
}
.gt li.em::before {
    content: "";
    background: url(../img/email.svg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
	top: 4px;
    
}

.gt li.cl::before {
    content: "";
    background: url(../img/call.svg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
	top: 4px;
    
}

.gt li.em:hover::before {
 
    background: url(../img/email-hover.svg);
  
}

.gt li.cl:hover::before {
   
    background: url(../img/call-hover.svg);
  
    
}

.hdr_area {
    padding: 18px 0px;
}

section.puzzle_section {
    padding-top: 0px;
}

.socl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.psec3 {
    margin: auto;
    width: max-content;
    display: flex;
    gap: 15px;
}

.title_h1 span {
    color: #ff5454;
}

.reverse{
	grid-auto-flow: dense;
    direction: rtl;
}

.pzl_cnt{
	position: relative;
}

.t_text_details {
    text-align: left;
}
.accordion {
	width: 100%;
	margin: 0 auto;
}

.accordion-item {
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
}

.accordion-header {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
	font-family: "Oswald", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.accordion-body {
    padding: 15px;
    background-color: #fff;
    display: none;
    padding-top: 0px;
    font-size: 20px;
    font-weight: 300;
}

.active .accordion-header {
	background-color: #fff;
	color: #ff5454;
}

.active .accordion-body {
	display: block;
}

.accordion-header .arrow {
	font-size: 18px;
	transition: transform 0.3s;
}

.accordion-header .arrow {
	background: url(../img/arrow-d.svg);
	width: 19px;
    height: 15px;
}

.active .accordion-header .arrow {
	background: url(../img/arrow-u.svg);
}



section.template_img_text_section .row_custom {
    align-items: center;
}
.t_img_box img{
	border-radius: 20px;
}

.pzl_cnt {
    background: #ff5454;
    padding: 50px 30px;
    border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.prosses_img {
    max-width: 75%;
    margin: auto;
    display: block;
}

.banner_cont {
    position: relative;
    overflow: hidden;
}
.puzl_pes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tempfrst_section .title_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.puzl_pcs {
    position: relative;
}
.puzl_pcs div#puzzel_piece {
    position: absolute;
    left: 0;
}
.puzl_pcs p{
	text-align: center;
	max-width: 80%;
	margin: auto;
}
.puzl_pcs {
    position: relative;
    padding-top: 40px;
}
.puzzle_piece_section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.tempfrst_section {
    padding-bottom: 0px;
}

.accordion {
    padding-top: 0px;
}

.accordion h2.title_h2 {
    text-align: center;
    margin-bottom: 30px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
  }

  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }

  .slider {
	position: absolute;
	cursor: pointer;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 34px;
  }

  .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
  }

  input:checked + .slider {
	background-color: #ff5454;
  }

  input:checked + .slider:before {
	transform: translateX(28px);
  }
  .switcher_section {
    text-align: center;
    padding-top: 20px;
}

.accordion-header {
    position: relative;
}

.accordion-header .arrow {
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
	.psec3 img{
		max-width: 80px;
	 }
	.plz_cut img {
		width: 150px;
	}
	.navigation ul {
		
		column-gap: 2.5rem;
	}
	.navigation ul li a{
		font-size: 18px;
	}

	
}


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

	.title_h2 {
		font-size: 28px;
	}
	.navigation ul {
		
		column-gap: 2rem;
	}
	.navigation ul li a{
		font-size: 16px;
	}

	.logo img{
		height: 60px;
	}
	
	

	

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



	
}

@media screen and (max-width: 767px) {
	.hdr_area {
		padding: 12px 0px;
	}

	

	.navigation ul {
		display: none;
		flex-direction: column;
		width: 100%;
		text-align: left;
	}

	.navigation.active ul {
		display: flex;
	}

	.navigation ul li {
		margin: 10px 0;
		width: 100%;
		text-align: center;
	}


	.hamburger-menu {
		display: block;
	}

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

	.title_h2 {
		font-size: 30px;
	}

	section {
		padding: 2rem 0rem;
	}

	.row_colm_2 {
		grid-template-columns: 1fr;
	}

	.row_colm_3 {
		grid-template-columns: 1fr 1fr;
	}

	.heading_h2 {
		font-size: 2rem;
	}

	.row_custom {
		gap: 24px;
	}

	.row_colm_4 {
		grid-template-columns: 1fr 1fr;
	}

	.footer .coml {
		margin-bottom: 2rem;
	}

	
	.banner_cont h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
	}

	

	.footer_b {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.row_custom.row_colm_4.brand_row {
		grid-template-columns: 1fr 1fr;
	}

	

	.hamburger-menu img {
		height: 44px;
		max-width: none !important;
	}

	

	.logo img {
		height: 44px;
		max-width: none !important;
	}

	

	

	.nav_bg {

		padding: 0px;
	}

	.plz_cut img {
		width: 100px;
	}
	.container{
		padding: 0 1rem;
	}
	p{
		font-size: 18px;
	}
	.puzl_pcs .pp_rft div#puzzel_piece {
		position: inherit;
		left: 0;
		right: 0;

		padding-bottom: 20px;
	}
	.puzl_pcs .pp_rft img {
		margin: auto;
	}

	
	.puzl_pcs div#puzzel_piece {
		position: relative !important;
	
	}
}



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

	.plz_cut img {
		width: 60px;
	}
	.plz_cut {
	
		top: -8px;
		
	}
	.plz_cut.prgt {
	
		bottom: -11px;
	
		
	}
	
	.row_colm_5 {
		grid-template-columns: 1fr;
	}

	.row_colm_3 {
		grid-template-columns: 1fr;
	}

	.row_colm_4 {
		grid-template-columns: 1fr;
	}

	.title_h2 {
		font-size: 26px;
	}
	.banner_cont h1 {
		font-size: 28px;
		line-height: 36px;
		
	}
	
}

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


}

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

}


/******** developer css *******/
.custom-modal {display:none;}

.custom-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
 }
 
 .modal-content {
	background: #ff5454;
	padding: 30px;
	max-width: 700px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	border-radius: 10px;
 }
 
 .close-modal {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
 }
.modal-content p {
	color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
} .center_text{
	text-align:center;
}
.post-featured-image img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.single .post-content{
	margin-bottom: 10px;
}
/*** developer css for sub navigations ***/

#menu-primary li.menu-item-has-children {
	position: relative;
}
/* Ensure submenu is hidden initially */
#menu-primary .sub-menu {
	display: none !important; /* override theme's rules if needed */
	position: absolute;
	left: auto;
	right:0px;
	top: 100%;
	background: #fff;
	border: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 192px;
  }
  
  /* Submenu links */
  #menu-primary .sub-menu a {
	display: block;
	padding: 8px 8px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
  }
  
  /* Show submenu when hovering over parent <li> */
  #menu-primary li.menu-item-has-children:hover > .sub-menu {
	display: block !important;
  }
  
  /* 3rd-level submenu */
  #menu-primary .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	border-left: 1px solid #ddd;
  }
  

  #menu-primary .sub-menu li a {
    font-size: 16px;
    text-align: left;
	overflow-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}
.banner_cont h1 {
    padding-left: 55px;
    padding-right: 55px;
}

#menu-primary .sub-menu li a:hover {
    color: #ff5454;
}
@media screen and (max-width: 767px) {
    #menu-primary .sub-menu {
        position: inherit !important;
        left: 0px !important;
        right: 0px !important;
        top: inherit !important;
        width: 100% !important;
    }
	#menu-primary .sub-menu li a {
		font-size: 14px !important;;
		text-align: center !important;;
	}
}

@media only screen and (max-width: 639px) {
.psec3 img {
    max-width: 40px;
}
}

.t_text_details p, .t_text_details h2 {
    direction: ltr;
    unicode-bidi: plaintext;
}

.wrap_content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.wrap_content .post-featured-image {
	flex: 1;

	box-sizing: border-box;
}
.wrap_content .post-content {
	flex: 1;

	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.wrap_content {
	
		gap: 15px;
	
		flex-direction: column;
		
	}
	.wrap_content .post-featured-image {
		flex: 100%;
	
		box-sizing: border-box;
	}
	.wrap_content .post-content {
		flex: 100%;
	
		box-sizing: border-box;
		margin-bottom: 25px;
	}
}

.t_text_details ul {
    font-size: 20px;
    font-weight: 300;
	direction: ltr;
}.t_text_details ul {
	list-style: none; /* remove default bullets */
	padding-left: 0;  /* remove default padding */
  }
  
  .t_text_details ul li {
	position: relative;
	padding-left: 20px;  /* gap between bullet and text */
  }
  
  .t_text_details ul li::before {
	content: "•";
	color: black;
	position: absolute;
	left: 0;
	font-size: 18px;
  }
