/*!
Theme Name: pushsports
Theme URI: https://pushsports.in/
Author: Aman Garg
Author URI: https://pushsports.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pushsports
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pushsports is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
/* 	font-family: inherit; */
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
/* button, */
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* p {
	margin-bottom: 1.5em;
} */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	/*background:url('https://pushsportsin.hyperx.cloud/pushsports.in/wp-content/uploads/2024/01/bg_black.jpg');*/
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/* button, */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

.form-control{
    font-family: 'poppins';
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.anjum-scholarship p{
    margin-bottom:0;
}
.anjum-scholarship .anjum-scholarship input{
  margin:0;   
}
.anjum-scholarship .wpcf7-spinner{
    display:none;
}
.custom_container{
    max-width: 1200px;
    margin: auto;
}
.privacy-policy-main h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'bebas neue';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}
.privacy-policy-main p {
    margin-bottom: 30px;
    font-size: 16px;
}
.fz-pagination{
    width: 100%;
    text-align: center;
}
.next-page{
    display: inherit;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}
.home_page_h1{position:absolute;color:transparent;display:none}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#block-3 a{
    font-size:18px;
}
.home-video-cstm{
    background:#fff;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.view_assessment{
    display: block;
    font-size: 20px;
    border: 1px solid #EE2C30;
    width: max-content;
    padding: 5px 10px;
    margin: auto;
    margin-top: 20px;
    color: #EE2C30;
    border-radius: 5px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.leadform{
    z-index: 100;
    top: 50%;
    position: fixed;
    width: 30%;
    background: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    display:none;
}
.leadform .form-group{
    margin-bottom:10px;
}
.wfboxOverlay{
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
/* custom shop css start*/
    .nav-shop{position:relative;}
    /* Single product detail page start*/
    .single_product{
        padding:50px 0;
    }
    .product_details button{
        border:0;
    }
    .product_details input[type=number],.cart_product input[type=number]{
        width: 50px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        height: 40px;
        color: #333;
        padding: 0;
        text-align: center;
        padding-left: 12px;    
    }
    .cart_qty{
        position: absolute;
        top: -10px;
        background: #c00;
        color: #fff;
        padding: 8px 4px;
        border: 1px solid #c00;
        border-radius: 50%;
        font-size: 12px;
        right: 0px; 
    }
    .cart_div{
        border: 1px solid #B2BEB5;
    }
    
    .cart_product{
        padding: 15px 5px;
        border-bottom: 1px solid #B2BEB5	;
    }
    .cart_product img{ width:100px;}
    .cart_product h3{    text-transform: capitalize;}
    .remove_product{
        float: right;
        display: block;
        font-size: 20px;
        padding-top: 15px;
        cursor: pointer;
    }
    .custom_price {padding-top:15px;font-size:16px;}
    .cart_total{    padding-top: 15px;}
    .cart_head{text-align:right;}
    .address_same_page{display:none;}
    /*.cart_product:last-child {*/
    /*    margin-bottom: 20px;*/
    /*}*/
    #make_payment{
/*         margin: 10px; */
        float: right;
    }
     /* Single product detail page end*/
      /* Yash Css start */

/*.single_product .col-sm-6{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.custom_price a{*/
/*    vertical-align: top;*/
/*    display: inline-block;*/
/*    padding: 12px 26px 9px;*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    background: linear-gradient(180deg, rgba(237,44,48,1) 0%, rgba(125,20,30,1) 100%);*/
/*    border: 2px solid #e21e22;*/
/*    transition: .5s all ease;*/
/*    border-radius: 5px;*/
/*}*/
/*.custom_price a:hover{*/
/*    color: #e21e22;*/
/*    background: #fff;*/
/*}*/
.skill_cate{
    display:none;
}
.skill_form1{
    display:block;
}
.test-col{
    padding-left: 30px;
    display: flex;
    padding-left: 30px;
}
.product_details h1{
    font-size: 42px;
	margin: 0 0 15px 0;
}
.product_details p{
    font-size: 17px;
	margin-bottom: 5px;
}
.single_product .productDescription {
    margin-top: 40px;
}
.custom_price{
    margin-bottom: 20px;
    font-size: 22px;
}
.product_add-details{
    vertical-align: top;
    padding: 8px 26px 8px;
    font-size: 14px;
    /* border-radius: 5px; */
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    /* background-color: transparent !important; */
    line-height: 21px;
    letter-spacing: 1px;
    border: 2px solid #e21e22;
    text-decoration: none !important;
    outline: none !important;
    display: inline-block;
    background: linear-gradient(180deg, rgba(238,44,48,1) 0%, rgba(125,20,30,1) 100%);    
    transition: .5s all ease;
}
.product_add-details:hover{
    background: #fff;
    color: #e21e22;
}
.slider-row{
    display: flex;
    justify-content: center;
}
.product-listing{
    margin: 50px 0;    
}
#event_filter{
    margin-bottom:20px;
}
    button.add_student,.payment_status{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    background: linear-gradient(180deg,#ee2c30 0,#7d141e 100%);
    height: 45px;
    color: #fff;
    border-radius: 20px;
}
table.dataTable thead th, table.dataTable tfoot th{
    background: linear-gradient(180deg,#ee2c30 0,#7d141e 100%);
    border: 1px solid #ee2c30;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.product-listing .card{
    border: 1px solid #eee;
    padding: 10px;
    transition: .3s all ease;
}
.product-listing .card:hover{
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}
.product-listing .entry-title a{
    text-transform: uppercase;
    margin: 7px 0;
    display: block;   
    color: #d50029;
}
.product-listing .entry-title a:hover{
    color: #d50029;
}
.product-listing .card strike,
.product-listing .card span{
    font-size: 18px;    
}
.product-listing .card span{
    font-weight: 600;
    font-size: 22px;
}
.products_listing-add{
    margin: 10px 0;    
}
.hide{
    display:none!important;
}
.parent_scr_1{
    width:100%;
}
.product-wrap-main{
            position: relative;
            overflow: hidden;
        }
        .product-cart{
           position: absolute;
           left: 0;
           bottom: -100%;
           width: 100%;
           height: 40px;
           transition: .5s all ease-in-out;
			 display: flex;
            justify-content: space-between;
        }
        .product-card:hover .product-cart{
            left: 0;
            bottom: 0;
        }
        .product-cart button{
            width: 20%;
            height: 100%;
            cursor: pointer;
            border: 1px solid #c00;
            background-color: #fff;
            color: #c00;
            box-shadow: inset 0 0 0 0 #c00; transition: ease-out .8s;
            font-size: 18px;
        }
        .product-cart button:hover{
            box-shadow: inset 100px 0 0 0 #c00;
            color: #fff;
        }
		.product-cart a{
            background-color: #fff;
            width: 75%;
            border: 1px solid #c00;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            color: #c00;
            box-shadow: inset 0 0 0 0 #c00; transition: ease-out .8s;
        }
        .product-cart a:hover{
            box-shadow: inset 250px 0 0 0 #c00; transition: ease-out .8s;
            color: #fff;
        }
        .product-card{
            border: 1px solid #eee;
            box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
            padding: 10px 5px;
            border-radius: 5px;
        }
        .product-eye{
            position: absolute;
            top: 5px;
            left: -100%;
            transition: .5s all ease;
        }
        .product-card:hover .product-eye{
            left: 5px;
        }
        .product-eye a{
            border: 1px solid #c00;
            background-color: #fff;
            color: #c00;
            padding: 7px 5px;
            cursor: pointer;
            box-shadow: inset 0 0 0 0 #c00; transition: ease-out .4s;
            width: 45px;
            font-size: 16px;
            display: inline-block;
            text-align: center;
        }
        .product-eye a:hover{
            color: #fff;
            box-shadow: inset 45px 0 0 0 #c00;
        }
        .product-text{
            padding: 10px 0;
            height:70px;
        }
        .product-text h4{
            font-size: 20px;
            margin-bottom: 0px;
            text-align: center;
        }
        .product-text p{
            text-align: center;
            font-weight: 600;
            font-size: 18px;
        }
        .product-text p .product-strike{
            text-decoration: line-through;
            margin-left: 20px;
            font-weight: 500;
        }
        .product-wrap-main img{
            width: 300px;
            height: 300px;
            object-fit: cover;
            font-size: 18px;
        }
        .product-btn{
        background: #fff;
        color: #c00;
        padding: 12px;
        width: 20%!Important;
        display: block;
        height: 100%;
        text-align: center;
        display: inline-flex;
        border: 1px solid #c00;
        align-items: center;
        justify-content: center;
        transition: .5s all ease;
        box-shadow: inset 0 0 0 0 #c00; 
        transition: ease-out .7s;
    }
    .product-btn:hover{
        background-color: #c00;
        color: #fff;
        box-shadow: inset 300px 0 0 0 #c00;
    }

    .product-cart p{
        color: #c00;
        background-color: #fff;
        height: 100%;
        border: 1px solid #c00;
        display: flex;
        align-items: center;
        justify-content: center;
		width: 100%;
    }
    .single_product input[type="radio"]{
        width:15px;
    }
    .single_product label{
        display: inline-block;
        max-width: 90%;
        vertical-align: middle;
    }
    .update_add{display:none;}
    .update_add,.change_add{
        border: 1px solid #c00;
        color: #c00;
        cursor: pointer;
        transition: .6s all ease;
        box-shadow: inset 0 0 0 0 #c00;
        text-transform: uppercase;
        margin-bottom:10px!important;
    }
    .blog_post{
        max-width: 45%;
        display: inline-block;
        margin: 20px;
        border: 1px solid #ddd;
        padding: 10px 15px;
    }
    .blog_post a{color:#333;}
    .sbi_photo{
        /* height: 130px!important; */
        /*background-size: contain!important;*/
        background-size: cover!important;
    }
    .sbi_item{max-width:50%}
    
    
/* infrastructure page css start*/

.infrah2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Bebas Neue';
    margin-bottom: 0;
    letter-spacing: .7px;
    font-weight: 500;
    line-height: 45px;
}

.infra_p p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;

}

.our_footprnt p {
 position: relative;
 padding-left: 40px; /* Adjust this value as needed */
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
  color: #fff;
}
.our_footprnt p:before{
content: "•"; /* You can use any character you want here */
  position: absolute;
  left: 0;
  top: 0;
  color: red;
  font-size: 40px;
}

.our_footprntop{
   margin-bottom: 0; 
   position: relative;
   top: 60px;
}

.our_footprnbottom{
    margin-bottom: 0; 
    position: relative;
    bottom: 0px;
}
.our_approachbg{
    /*background: #fff;*/
    background-image: url(/wp-content/uploads/2024/02/build-train-monetize.png);
  
    background-size: 90%;
    padding: 80px 0px;
    background-repeat: no-repeat;
    gap: 50px;
}
.our_approach_head .wp-block-column{
display: flex;
    gap: 20px;
    justify-content: center;
}

 .our_approach_head h3{
    font-size: 100px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    background: -webkit-linear-gradient(45deg, #7d141e 0%, #ee2c30 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.2px;
    display: block;
} 
 .our_approach_head h2{
    font-size: 100px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    color:#fff;
    letter-spacing: 1.2px;
    display: block;
} 

.our-approach-txt1 p, .our-approach-txt2 p, .our-approach-txt3 p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.our-approach-txt3{
    justify-content: end;
    position: relative;
    left: 5%;
}


.partner_benefits h2,.partner_benefits figure{
   margin: 0px;
}

.margn_0{
    margin:0px!important;
}

.Partner_form_bg{
    background-image: url(/wp-content/uploads/2023/10/multipurpose.jpg);
    background-size: cover;
    padding: 50px 20px;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
}
.Partner_form_bg:before{
   content: "";
      background-color: rgba(0, 0, 0, 0.5); 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.partner-what-wrap .part-what-sub img{
width: 100px;
}
.Partner_form_bg h3,.Partner_form_bg p{
color:#fff;
z-index: 1;
  position: relative;
}

.partner-what-wrap .part-what-sub:hover{ 
   box-shadow: 3px 3px 12px 0 rgba(0,0,0,.2);
     transform: translateY(-6px);
    transition: 0.5s ease;

}


    section.oursports h3.text-center{
        text-transform: uppercase;
    }    
    .desk_hide{
        display:none;
    }   
    
 .infrastructure_1st_col figure{
    margin:0;
    }
/*/// infrastructure page css end ////*/

/*///career page///    */
    
.career_playing_card .wp-block-column,.career_form_right{
    padding:30px;    
    border-radius: 1rem;
    background: linear-gradient(to bottom, #1e1e27, rgba(30, 30, 39, 0));
    color: #fff;
}
.career_playing_card .wp-block-column h3{
   color: #fff;
   font-size: 22px;
   font-family: 'Bebas Neue';
}

.career_joinus h2{
  font-size: 15rem;
  font-family: 'Bebas Neue';
  word-spacing: 4rem;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #434b54, rgba(30, 30, 39, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
     display: inline-block;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.career_joinus {
    overflow: hidden;
    white-space: nowrap;
}


.career_joinus .wp-block-column{
    animation: marquee 125s linear infinite;
}
    
.career_form_col {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.career_form_col p{
    width: 50%;
}
.career_form .career_form_left h3{
    font-size: 62px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    background: -webkit-linear-gradient(45deg, #7d141e 0%, #ee2c30 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.2px;
    display: block;
}

.career_form .career_form_left p{
  color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.career_form_btn{
    margin-top: 25px;
}

.career_form_btn p input{
   text-decoration: none;
    font-size: 18px;
    /* background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%); */
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 2px;
    line-height: unset;
    /* margin: 0; */
    border: none;
    letter-spacing: 0;
    line-height: 27px;
    font-family: 'poppins';
    text-transform: capitalize;
}

.career_form_col p input{
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.career_form_col2 p{
    display: flex;
    flex-direction: column;
    font-family: 'Bebas Neue';
}

.career_form_col2 input{
    background: 0 0;
    color: #fff;
}


.cir_rotateimg{
   position: relative;
}

.cir_rotateimg .wp-block-column{
    position: absolute;
    left: -15%;
    bottom: -40px;
}
.cir_rotateimg figure{
  animation: animName 10s linear infinite;
  margin:20px;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}


.career_form_col2 .wpcf7-form-control-wrap {
    margin-top: 10px;
    height: 120px;
    width: 100%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
    background-position: 0px 0px, 100% 100px, 0px 100px, 100% 0px;
    padding: 45px 180px;
    border-radius: 8px;
    animation: border-dance 50s infinite linear;
}


@keyframes border-dance {
0% {
    background-position: 0px 0px, 100% 116px, 0px 150px, 100% 0px;
  }
  100% {
    background-position: 100% 0px, 0px 116px, 0px 0px, 100% 150px;
  }
}
/*///career page///    */
    

table.dataTable.attendance-reporting tbody tr td:first-child {
    padding-left: 10px!important;
}

@media screen and (max-width: 1024px) and (min-width:768px){ 
    .our-approach-txt2 .wp-block-column,.our-approach-txt1 .wp-block-column{
        flex-basis: 80%!important;
    }
    .our-approach-txt1 + div{
        height: 20px!important;
    }
    .our_footprnt p {
        margin: 0px;
    }
     .client_sponser_head .com-head{
        font-size:42px;
    }
    .our_approachbg>.wp-block-column:nth-child(1){
        max-width: 45%;
    }

    .our_approachbg>.wp-block-column:nth-child(2){
        max-width: 55%;
    }	

    .part-what-sub h5 {
        font-size: 14px;
    }
    .part-what-sub {
        padding: 25px 15px;
        height: 300px;
    }
    .part-what-sub p {
        font-size: 12px;
        line-height: 16px;
    }
    
    footer h3 {
        font-size: 18px;
    }

    .our_approach_head .mob-hide{
        display:none!important;
    }

    .our_footprntop{
        top:0;
    }

    .our_footprnbottom{
        bottom:0;
    }
    .our_footprnt{
        flex-direction: column;
    }

    .infrastructure_1st_col h2{
        font-size: 42px!important;
    }

    .our_approach_head h2,.our_approach_head h3{
        font-size: 80px!important;
    }

    .our_approachbg{
        background-size: 85%;
        background-position-x: center;
        padding: 30px 0px;
        gap: 15px;
    }
}

@media screen and (max-width: 991px){
    .infrastructure_1st_col{
        flex-direction:column;
    }

    .our_approachbg{
        flex-wrap:wrap!important;
        flex-direction:column-reverse;
    }
    .our_approachbg>.wp-block-column:nth-child(1),.our_approachbg>.wp-block-column:nth-child(2){
        max-width:100%;
    }
    .our_approachbg>.wp-block-column:nth-child(2){
        margin-top:320px;
    }    
    .our-approach-txt3{
        justify-content:start;
        left:0;
        padding: 0 10px;
    }
    
    .our-approach-txt1,.our-approach-txt2{
        padding: 0 10px;
    }

    .wp-block-columns.are-vertically-aligned-top.our-approach-txt3.is-layout-flex.wp-container-core-columns-layout-9.wp-block-columns-is-layout-flex > .wp-block-column,
    .wp-block-columns.our-approach-txt2.is-layout-flex.wp-container-core-columns-layout-7.wp-block-columns-is-layout-flex > .wp-block-column{ 
        flex-basis:100%!important;
    }
    
    .our-approach-txt1 + div{
        height:20px!important;
    }
}
.franchise-main-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
    
/*/// infrastructure page css end ////*/


@media screen and (max-width: 600px) { 
    .product-text{
        height: auto;
    }
    .career_joinus h2 {
    font-size: 4rem;
    font-family: 'Bebas Neue';
    word-spacing: 2rem;
    margin:0px;
    }
    .career_form_col {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    
    .career_form_col p{
        width: 100%;
    }
    .cir_rotateimg_mnone{
        display:none!important;
    }
    .career_form_col2 .wpcf7-form-control-wrap{
        padding:45px;
    }
    .franchise-main-container {
    grid-template-columns: 1fr!important;
     grid-gap: 0px; 
}
    .our_approachbg>.wp-block-column:nth-child(2){
        margin-top:0px;
    }
    .our-approach-txt1 + div{
        height:120px!important;
    }
    .jpl-banner{
            padding: 90px 30px!important;
    }
    .desktop_hide{display:inline-block}
    .myMatchBox .matchBody{padding:6px;}
    .myMatchBox .matchFoot{
        margin-top:20px;
    }
    .myMatchBox{padding-top:10px}
    .single_product label {
        display: inline-block;
        max-width: 93%;
        vertical-align: middle;
        margin-bottom: 20px;
    }
        .blog_post{
        max-width: 100%;
        display: inline-block;
        margin: 20px;
        border: 1px solid #ddd;
        padding: 10px 15px;
    }
    .our_approach_head h2,.our_approach_head h3{
        font-size: 62px;
    }
    
    .our_approach_head {
        	gap: 0;
    }
    .our_footprntop{
    top: 0px;
    }
    .our_footprnbottom,.our_footprntop{
        gap: 10px;
    }
    
    .our_approachbg {
        flex-direction: column-reverse;
    }
        
    .our_approachbg .wp-block-column{
        position: relative;
    }
    .our_approach_head .wp-block-column{
        justify-content: start;
    }

    .our_approachbg .our_approach_head {
        position: relative;
        top: 120px;
    }
    
    .our-approach-txt1 {
        position: absolute;
        top: 100px;
        padding: 0 10px;

    }
    
    .our-approach-txt2 {
        position: relative;
        bottom: -200px;
        padding: 0 10px;
    }

    .our-approach-txt3 {
        left: 0%!important;
        bottom: -120px;
        padding: 0 10px;
    }
    
    .our-approach-txt1 p, .our-approach-txt2 p, .our-approach-txt3 p {
        margin-bottom: 10px;
    }
    .desk_hide{
        display:block;
    }
    
}


/* custom shop css end*/
/* student register css */
.login-wrap-cstm{
    padding:150px 0px 70px;
}
.login-wrap .login_lost_acc p {
    color:#fff;
}
.login-wrap .form-item label{
    background:transparent;
}
.login-wrap .form-item label.active{
      background:#1D1F1F;
}
.sign-up_form_item p,.sign-up_form_item input,.push_login_form p,.push_login_form input{
    color:#fff !important;
}
.push_login-page h4{
    color:#fff;
}
.login-wrap .form-item input{
    border:1px solid #fff;
    border-color:#fff !important;
}
.login-wrap .form-item label.active{
    color:#fff ;
}
/* book trial form css */
.book-free-trial-bar{
margin-top: 120px;
}

.trial-form .book-form input, .trial-form .book-form select {
    margin-bottom: 0px;
}
.blog_view_more{
    text-align:center;
    padding:20px 0 20px 0;
}
.blog_text_outer{
      margin: 25px 10px 20px 15px;
}
.blog_home_text{
    
    font-size: 30px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: calc(100% - 25px);
  
    color: #fff;
    font-family: 'Bebas Neue';
    line-height:39px;
}
.blog_cstm_box{
   margin: 10px 0;
    overflow: hidden;
    border: 1px solid #7e7e7e;
    background: #3c4142;
    border-radius: 15px;
    height: 382px;
}
.cstm_testimonials .testimonial_box-top{
    height: 413px;
}
.blog_cstm_box img{
    border-radius:0px !important;
}
@media screen and (max-width: 600px) { 
    .book-free-trial-bar .arenaContent,.trial-form{
    padding-left:12px !important;
} 
}


/*****************talent form css************************/
.talentPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
	display:none;
}
.talentPopup.active{
	display:block;
}
.talentPopup.active .overlay {
    display: block;
}

.talentPopup.active .popupContent{
	display:block;
}
.talentPopup .popupContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: max-content;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
/*     overflow-y: scroll; */
	display:none;
}
.talentPopup .book-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.talentPopup .book-form p{
    width: 100%;
    columns: 2;
    position: relative;
}
.talentPopup .book-form p:last-child{
	padding-bottom: 45px;
}

.talentPopup .close{
	display:none;
}
.talentPopup.active .close {
	position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    color: #fff;
    z-index: 99999;
/*     display: block; */
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.parent_details{
    columns:1 !important;
}
.talentPopup .book-form p {
    margin-top: 10px;
   
   }
.talentPopup .book-form input, .talentPopup .book-form select {
 margin-bottom: 0px;

}
#otp_para{
    display:none;
}
.mt-custom-120{
    margin-top:120px;
}
.form-assessment-data .btn-primary{
    background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%);
    color: #fff;
    padding: 10px 12px;
}
.reportForm h3{
    font-family: bebas neue;
    font-size: 34px;
    line-height: 34px;
}
#wpcf7-f1716-o1 select, #wpcf7-f419-o1 select{
padding: .375rem .75rem !important;
}
.banner-talent{
    margin-top: 0px !important;
    /* padding: 30px 0 0 0 !important; */
}
.school_dropdown .form-btn{
   padding: 8px 20px;
    background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%);
    color: #fff;
}
.footer-ul .wp-block-social-links .wp-social-link svg {
    height: 1.5em;
    width: 1.5em;
}


.stars {
    display: inline-block;
}

.star {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
    display: inline-block;
    margin-right: 5px;
}

.star.checked {
    color: orange;
}
.rating-submit{
    padding: 4px 15px;
    background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%);
    color: #fff;
}