/*Header Css Start*/
.top-search {
	margin-top: 4.5rem;
}

.top-soc {
	margin-top: 5rem;
}

/*DropDown Menu*/
.top-scal.dropdown ul li a {
	background: transparent;
	color: #333;
}

.top-scal.dropdown:hover ul.dropdown-menu {
	display: block !important;
}

ul.dropdown-menu {
	border-radius: 0px;
	top: 90%;
}

/*Header Css End*/

.bg-book {
	width: 75%;
}

.form-group-divider {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1d272f;
}

/* Custom Radio Button Start*/

.form-check-inline {
	display: inline-block;
	width: 100%;
}

.form-check-inline label.customradio {
	float: left;
	margin-right: 15px;
}

.customradio {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
	background-color: white;
	border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #b21d31;
}

/* Custom Radio Button End*/
.event-right-bg-2,
.event-right-bg-1,
.event-right-bg-3 {
	padding: 10% 15% 10% 15% !important;
}

.foot1 a {
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none;
}

.eligibility .form-group {
	margin-bottom: 0px;
	margin-top: 1.5rem;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #9053c7;
	background: -webkit-linear-gradient(-135deg, #b21d31, #39396f);
	background: -o-linear-gradient(-135deg, #b21d31, #39396f);
	background: -moz-linear-gradient(-135deg, #b21d31, #39396f);
	background: linear-gradient(-135deg, #b21d31, #39396f);
}

.wrap-login100 {
	width: 960px;
	background: url(../images/login-bg.jpg);
	border-radius: 10px;
	overflow: hidden;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 130px 100px 95px;
	align-items: center;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
	width: 250px;
}

.login100-pic img {
	max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
	width: 350px;
	padding-top: 85px;
	position: relative;
}

.login100-form-title {
	font-size: 3.5rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 30px;
	font-weight: 600;
}


/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.input100 {
	font-size: 15px;
	line-height: 1.5;
	color: #666666;

	display: block;
	width: 100%;
	background: #e6e6e6;
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 68px;
	border: none;
	outline: none;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(178, 29, 49, 0.8);
}

.input100:focus + .focus-input100 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 70px 25px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 70px 25px;
		opacity: 0;
	}
}

.symbol-input100 {
	font-size: 15px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	pointer-events: none;
	color: #666666;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
	color: #b21d31;
	padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.login100-form-btn {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;

	width: 100%;
	height: 50px;
	border-radius: 25px;
	background: #b21d31;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border: none;
	outline: none;
}

.login100-form-btn:hover {
	background: #333333;
}

.txt1,
.txt2 {
	font-size: 1.5rem;
	color: #fff;
}

.txt2 {
	color: #fff;
}

a.txt2:hover {
	color: #b21d31;
}

.wrap-pt-30 {
	padding-top: 15px;
	padding-bottom: 30px;
}






.menustyle-2 {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 21;
	right: 1%;
}

.menustyle-2 span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -1.5px;
}

.menustyle-2 span,
.menustyle-2 span::before,
.menustyle-2 span::after {
	display: block;

	width: 26px;
	right: 0;
	height: 3px;
	background-color: #fccb32;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menustyle-2 span::before,
.menustyle-2 span::after {
	position: absolute;
	content: "";
}

.menustyle-2 span::before {
	top: -9px;
	width: 20px
}

.menustyle-2 span::after {
	top: 9px;
	width: 33px;

}

.menustyle-2.clicked span {
	background-color: transparent;
}

.menustyle-2.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	width: 33px;
}

.menustyle-2.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.menustyle-2.clicked span:before,
.menustyle-2.clicked span:after {
	background-color: #ffffff;
}

.menustyle-2:hover {
	cursor: pointer;
}

/*  NAV
========================================== */

#navstyle2 {
	background: #39396f;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 80%;
	width: 100%;
	padding: 100px 15px 60px 15px;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#navstyle2.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#navstyle2.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.menustyle-2.clicked {
	position: fixed;
	z-index: 99;
}

#navstyle2.show ul.main li:nth-child(1) {
	transition-delay: 0.15s;
}

#navstyle2.show ul.main li:nth-child(2) {
	transition-delay: 0.3s;
}

#navstyle2.show ul.main li:nth-child(3) {
	transition-delay: 0.45s;
}

#navstyle2.show ul.main li:nth-child(4) {
	transition-delay: 0.6s;
}

#navstyle2.show ul.main li:nth-child(5) {
	transition-delay: 0.75s;
}

#navstyle2.show ul.main li:nth-child(6) {
	transition-delay: 0.9s;
}

#navstyle2.show ul.main li:nth-child(7) {
	transition-delay: 1.05s;
}

#navstyle2.show ul.main li:nth-child(8) {
	transition-delay: 1.2s;
}

#navstyle2.show ul.main li:nth-child(9) {
	transition-delay: 1.35s;
}

#navstyle2.show ul.main li:nth-child(10) {
	transition-delay: 1.50s;
}

#navstyle2.show ul.main li:nth-child(11) {
	transition-delay: 1.65s;
}

#navstyle2.show ul.main li:nth-child(12) {
	transition-delay: 1.80s;
}


#navstyle2.show .about,
#navstyle2.show .social,
#navstyle2.show ul.sub {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .85s;
}

@media (min-width: 667px) {
	#navstyle2 {
		padding: 60px 30px 70px 20px;
	}
}

#navstyle2 ul.main {
	list-style-type: none;
}

#navstyle2 ul.main li {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: none;
	list-style: none;
	color: #fff
}

#navstyle2 ul.main li:last-of-type {
	margin-bottom: 0px;
}

#navstyle2 ul.main li a {
	color: #ffffff;

	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.4rem;
	display: block;
	padding: 0px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navstyle2 ul.main li a span {
	color: #b7ac7f;
}

#navstyle2 ul.main li a:hover {
	color: #b7ac7f;
}

#navstyle2 ul.sub {
	list-style-type: none;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#navstyle2 ul.sub li {
	margin-bottom: 10px;
}

#navstyle2 ul.sub li:last-of-type {
	margin-bottom: 0px;
}

#navstyle2 ul.sub li a {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navstyle2 ul.sub li a:hover {
	color: #b7ac7f;
}

.menustyle-2:hover span {}

/*  OVERLAY
========================================== */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #603e82;
	opacity: 0;
	visibility: hidden;
}

.overlay.show {
	opacity: 0.8;
	visibility: visible;
}


/*Player Profile Css Start Here*/
.prfile-top-box {
	display: inline-block;
	width: 100%;
}

.profile-header {
	padding: 15px;
	display: block;
	background: #f9f9f9;
	box-shadow: 1px 1px 2px rgba(27, 27, 27, 0.5);
}

.player-name > h4 {
	text-transform: capitalize;
	font-size: 22px;
	margin: 0px;
}

.player-name > p {
	margin: 0px;
	color: #b21d31;
}

.player-name > p > i {
	margin-right: 5px;
}

.profile-body {
	padding: 15px;
}

.profile-leftcontent {
	float: left;
	width: 60%;
}

/*Custome Media Query Start Here From Here*/
@media (max-width: 1280px) {
	.i-head-com ul li a {
		font-size: 11px;
	}

}

@media (max-width: 1199px) {
	.i-head-com ul li a {
		font-size: 10px;
	}

}

@media (max-width: 768px) {
	#navstyle2 > .col-50 {
		width: 50%;
		float: left;
		padding: 0px 15px;
	}

	.buttonstyle-2 {
		display: inline-block;
		width: 100%;
		padding: 0 15px;
		margin-top: 30px;
	}

	.buttonstyle-2 li {
		display: flex;
		float: left;
		margin-right: 10px;
		width: 47%;
		margin-bottom: 10px;
	}

	.buttonstyle-2 li a {
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		-webkit-transform: skew(10deg);
		transform: skew(0deg);
		display: block;
		padding: 12px 10px;
		width: 100%;
		border-radius: 5px;
		background: #b21d31;
		text-align: center;
	}

	.buttonstyle-2 li:nth-child(2) a,
	.buttonstyle-2 li:nth-child(3) a {
		background: -webkit-linear-gradient(to left, #FFC107, #FFC837);
		background: linear-gradient(to top, #FFC107, #FFC837);
		color: #000;
	}
}

@media (max-width: 600px) {
	#navstyle2 {
		padding: 60px 0px 60px 0px
	}

	#navstyle2 ul.main li {
		margin-bottom: 5px;
	}

	#navstyle2 ul.main li a {
		font-size: 1.3rem;
	}

	.buttonstyle-2 li a {
		padding: 8px 5px;
		font-size: 10px;
	}

	.buttonstyle-2 li {
		margin-right: 8px;
	}
}

@media (max-width: 420px) {
	#navstyle2 > .col-50 {
		width: 100%;
	}

	.buttonstyle-2 li {
		width: 100%;
		margin-right: 0px;
	}

	.menustyle-2.clicked span::before,
	.menustyle-2 span::after {
		width: 25px;
	}

	.buttonstyle-2 {
		margin-top: 10px;
	}
}

/*Custome Media Query Start Here From Here*/






/*===================maulik css=====================*/

/*================home slider css================*/

.home-slider-content {
	position: relative;
}

.home-slider-content::before {

	position: absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 75%);
	top: 0px;
	bottom: 0px;
	content: '';
	left: 0px;
	width: 100%;
	z-index: 0;
}

.home-slider-content-img img {
    max-width: 100%;
    max-height: 210px;
    object-fit: cover;
    object-position: top;
}

.home-slide-head {
	position: absolute;
	left: 0;
	z-index: 999;
	text-align: center;
	width: 100%;
	bottom: 0;
	background: rgba(177, 29, 46, 0.3);
}

.home-slide-head a {
	width: 100%;
	display: inline-block;
	background: transparent !important;
}

.home-slide-head h4 {
	margin-top: 0px;
	margin-bottom: 20px !important;
	color: #fff;
	font-size: 20px;
}

.home-slider .owl-nav {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	width: 100%;
}

.home-slider .owl-nav button span {
	color: #b11d31;
	font-size: 50px;
}

.home-slider .owl-nav .owl-next {
	position: absolute;
	right: 5px;
}

.home-slider .owl-nav .owl-prev {
	position: absolute;
	left: 5px;
}

.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-prev:focus {
	outline: none;
}

/*====================profile css================*/


.profile-img img {
	max-width: 100%;
}

.profile-personal-detail {
	display: flex;
	margin-bottom: 10px;
}

.sportsman-name h4 {
	margin: 5px 0;
	letter-spacing: 2px;
	margin-right: 10px;
}

.sportsman-name span {
	color: #b11d31 !important;
}

.player-profile i {
	margin-right: 5px;
	font-size: 18px;
	color: #39396e;
	width: 20px;
}

.player-profile .row {
	margin: 10px 0;
}

.player-profile p {
	margin-bottom: 5px !important;
}

.profile-player-contact {
	margin-top: 20px;
}

.player-profile .form-group-divider {
	margin-top: 20px;
}

.profile-address p {
	margin-bottom: 0 !important;
}

.player-profile.form-horizontal .control-label {
	padding-top: 0 !important;
}

.txt1,
.txt2 {
	font-size: 1.5rem;
	color: #fff;
}

.txt2 {
	color: #fff;
}

a.txt2:hover {
	color: #b21d31;
}

.wrap-pt-30 {
	padding-top: 15px;
	padding-bottom: 30px;
}

.wrap-login100 .alert-danger {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
}

.wrap-login100 {
	position: relative;
}


/*=============about us page css=============*/
.slogn-line {
	font-style: italic;
	font-size: 16px;
	color: #272727;
	margin-bottom: 20px;
	font-weight: 600 !important;
	font-family: inherit;
}

.about-us {
	text-align: left;
}

.about-us p {
	font-size: 16px;
	color: #272727;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: inherit;
	text-align: left !important;
}

.about-heading {
	font-size: 26px;
	color: #b11d31;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: inherit;
	margin-top: 40px;
}

.about-heading span {
	font-weight: 400 !important;
	font-size: 26px;
	color: #b11d31;
}

.about-us h5 {
	font-size: 22px;
	color: #272727;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: inherit;
	margin-top: 30px;
}


.inner-responsive-table {
	overflow-x: auto;
}

.inner-responsive-table {
	width: fit-content;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}

tr:nth-child(odd) {
	background-color: #eaeaea;
}

.inner-responsive-table td:first-of-type,
.inner-responsive-table th:first-of-type {
	border-left: none;
}

.inner-responsive-table td {
	padding: 25px 31px;
}

.inner-responsive-table td {
	border-bottom: none;
	color: rgb(20, 20, 20);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 15px 21px;
}

.table {
	margin-bottom: 0 !important;
}

.inner-responsive-table th {
	padding-top: 25px;
	padding-bottom: 25px;
}

.inner-responsive-table th {
	text-align: center;
	background-color: #39396e;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}



/*====================partner css start=============*/
.partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}

.partner-title, .partner-title2
{
	    color: #b11d31;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 30px;
	font-family: inherit;
}

.partner-title2
{
	margin-top: 50px !important;
}
.partner-logo img {
	max-width: 130px;
	display: table;
	margin: 0 auto;
}


.partner-inner {
	border: 1px solid #39396d;
	margin-bottom: 30px;
	padding-top: 15px;
	text-align: center;
	    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.partner-detail {
    background: #39396e;
	padding: 10px;
}
.partner-detail h4 {
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
}

.partner-detail p
{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 0;
}