.innerpad {
	padding: 4rem 0
}

.innerSection p {
	text-align: justify;
	line-height: 2.5rem
}

.innerSection {
	position: relative
}

.innerSection ul li {
	margin-bottom: 1rem;
	list-style: none;
	margin-left: 3rem;
	text-align: justify;
	position: relative;
	line-height: 2.5rem
}

.innerSection ul li:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	border-radius: 5px;
	background: #133b70;
	position: absolute;
	left: -2.2rem;
	top: .9rem
}

.innerHead {
	background: #f6f6f5;
	padding: 2rem;
	text-align: justify;
	margin-bottom: 2rem
}

.innerHead img {
	mix-blend-mode: multiply
}

.innerSection {
	min-height: 35rem
}

/* .innerSection h3 {
	font-size: 1.8rem;
	margin-top: 1rem;
	font-weight: 600;
	color: #133b70;
	margin-bottom: 1rem;
	border-bottom: solid 1px #ddd;
	padding-bottom: .5rem
} */

.faq-acc .card {
	margin-bottom: 1rem
}

.faq-acc .card-header i {
	font-size: 2rem;
	padding-right: .7rem;
	padding-top: .2rem;
	color: #3a0c3f;
	vertical-align: middle
}

.faq-acc .card-header {
	background: #eef3f9;
	padding: 1.2rem 3rem 1.2rem 2rem;
	line-height: 2.3rem;
	cursor: pointer;
	margin-bottom: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #133b70
}

.faq-acc .card-header.collapsed {
	background: #eee;
	font-weight: 600;
	color: #133b70
}

.faq-acc .card-header::before {
	font-family: FontAwesome;
	content: "\f078";
	color: #133b70;
	font-size: 1.8rem;
	padding-right: .7rem;
	font-weight: 400
}

.faq-acc .card-header.collapsed::before {
	font-family: FontAwesome;
	content: "\f054";
	color: #133b70;
	font-size: 1.8rem;
	padding-right: .7rem;
	height: 2.3rem;
	font-weight: 400
}

.faq-acc .card-header.collapsed::after {
	content: "\f067"
}

.faq-acc .card-header::after {
	font-family: FontAwesome;
	content: "\f068";
	float: right;
	color: #133b70;
	font-size: 1.8rem;
	position: absolute;
	right: 1rem
}

.faq-acc .card {
	border: 0
}

.faq-acc .card-body {
	background: #eef3f9;
	text-align: justify
}

.faq-acc .card-body ul li {
	margin-bottom: 1rem;
	list-style: none;
	margin-left: 3rem;
	text-align: justify;
	position: relative;
	line-height: 2.5rem
}

.faq-acc .card-body ul li:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	border-radius: 5px;
	background: #133b70;
	position: absolute;
	left: -2.2rem;
	top: .9rem
}

.gameWrapper {
	text-align: center
}

.gameWrapper a:hover {
	background: #ddd
}

.gameWrapper h5 {
	font-size: 1.6rem;
	margin-top: 2rem;
	font-weight: 500;
	color: #133b70;
	margin-bottom: 1rem
}

.gameBlock {
	margin-bottom: 3rem;
	padding: 1rem;
	border-radius: 1rem;
	background: #fbfafa;
	border: solid 1px #d9d9d9
}

.contactCard {
	background: 0 0;
	border: dashed 1px #e8e8e8;
	box-shadow: 0 15px 45px 0 rgb(51 51 51 / 8%);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px;
	display: flex;
	border-radius: 15px;
  align-items: center;
}

.contactCard .card:first-child {
	border-right: 1px solid #d8d6de;
	padding-right: 1.3rem;
	margin-right: 1.3rem
}

.contactCard .card {
	width: 50%;
	border-radius: 0
}

.contactCardLeft {
	margin-right: 20px
}

.contactPerson {
	width: 100px;
	height: 100px;
	margin-right: 1.5rem;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
	background: #fff;
	flex: none;
	border: solid 1px #ddd;
	align-items: start
}

.contactPerson img {
	width: 100%
}

.contactCardLeft i {
	padding: 10px;
	width: 50px;
	height: 50px;
	font-size: 25px;
	border: solid 3px #c1cfe1;
	border-radius: 25px;
	text-align: center;
	color: #133b70
}

.contactCardRight h4 {
	margin-bottom: 1rem
}

.contactCardRight .fa {
	padding-right: .7rem;
	font-size: 1.4rem;
	color: #133b70
}

.resetBtnDv .btn {
	height: 42px;
	line-height: 2.3rem;
	color: #fff
}

.eventHeading {
	border-bottom: 1px solid #e6e6e6;
	padding: 1.5rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.eventHeading a {
	font-weight: 300;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 2.2rem;
	color: #4d4d4d
}

.eventHeading a:hover {
	color: #ff6131
}

.eventBox {
	border: 1px solid #e6e6e6;
	width: 100%;
	border-bottom-width: 4px
}

.eventDates {
	padding: 1em;
	text-align: center;
	position: relative
}

.eventDates:before {
	content: "";
	background: #ccc;
	height: 100%;
	display: block;
	width: 1px;
	position: absolute;
	top: 2px;
	left: 50%;
	right: 50%
}

.eventDateBox {
	color: #ff6131;
	padding: 1.5rem;
	text-align: center;
	font-weight: 600
}

.eventBox .imgHolder a {
	background: #eee;
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: block
}

.eventBox .imgHolder img {
	width: 100%;
	transition: all 450ms ease 0s;
	-webkit-transition: all 450ms ease 0s
}

.innerSection .eventLarge .eventDisc .eventTitle, .innerSection .eventLarge .eventShortDetail, .innerSection .eventSmall .eventDisc .eventTitle, .innerSection .eventSmall .eventShortDetail {
	height: auto;
	line-height: normal;
	-webkit-line-clamp: inherit;
	line-height: 1.7
}

.pagination {
	justify-content: space-between
}

.pagination li {
	margin-left: 0 !important
}

.pagination li:before {
	display: none !important
}

.page-link {
	border-radius: 10%;
	border: 0;
	background: #eee;
	width: 35px;
	height: 35px;
	line-height: 25px;
	margin-right: .5rem;
	text-align: center;
	color: #133b70;
	font-size: 2rem;
	font-weight: 600
}

.page-link:hover {
	background: #133b70;
	color: #fff
}

.page-item:first-child .page-link {
	border-radius: 10%
}

.page-item:last-child .page-link {
	border-radius: 10%;
	margin-right: 0
}

.paginationBotm .pagination input {
	flex-grow: 1;
	border-radius: 0
}

.selectAerrow {
	-webkit-appearance: auto
}

.eventDesc .eventDate {
	font-size: 1.4rem;
	color: #ff6131;
	margin-bottom: 1rem;
	font-weight: 600
}

.eventDesc .eventTitle {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 1rem;
	font-weight: 600
}

.eventDesc .eventContent {
	color: #666
}

.photoItemWrap {
	position: relative
}

.photoItemWrap:before {
	position: absolute;
	height: .3rem;
	width: 0;
	left: 50%;
	background-color: #ff6131;
	content: "";
	bottom: 0;
	z-index: 1
}

.photoItemWrap:hover:before {
	width: 86%;
	left: 7%
}

.photoSectionWrap h5 {
	font-size: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 2.3rem
}

.photoItem {
	overflow: hidden;
	position: relative;
	text-decoration: none;
	display: block
}

.photoItem:hover {
	box-shadow: 0 .5rem 2.9rem rgba(0, 0, 0, .21)
}

.photoItem .imgHolder {
	position: relative;
	overflow: hidden;
	border: solid 2px #dfdfdf
}

.photoItem:hover .imgHolder:before {
	visibility: visible;
	opacity: 1
}

.photoItem .imgHolder img {
	width: 100%;
	transition: all 450ms ease 0s;
	-webkit-transition: all 450ms ease 0s
}

.photoItem:hover .imgHolder img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.photoItem .galleryTitle {
	position: absolute;
	left: 0;
	bottom: -10rem;
	width: 100%;
	padding: 1.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	margin-bottom: 0;
	line-height: 1.2
}

.photoItem:hover .galleryTitle {
	bottom: 0
}

.photoItem .fa {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #133b70;
	font-size: 2rem;
	text-align: center;
	line-height: 5rem;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0)
}

.photoItem:hover .fa {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1)
}

.photoMediaGallery .photoBox {
	margin-bottom: 2rem
}

.photoMediaGallery .photoBox:last-child {
	margin-bottom: 0
}

.videoItemWrap {
	position: relative
}

.videoItemWrap .videoItem .imgHolder {
	position: relative;
	height: 210px
}

.videoItemWrap:before {
	position: absolute;
	height: .3rem;
	width: 0;
	left: 50%;
	background-color: #ff6131;
	content: "";
	bottom: 0;
	z-index: 1
}

.videoItemWrap:hover:before {
	width: 86%;
	left: 7%
}

.videoSectionWrap h5 {
	font-size: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 2rem
}

.videoItem {
	overflow: hidden;
	position: relative;
	text-decoration: none;
	display: block
}

.videoItem:hover {
	box-shadow: 0 .5rem 2.9rem rgba(0, 0, 0, .21)
}

.videoItem .imgHolder {
	position: relative;
	overflow: hidden
}

.videoItem:hover .imgHolder:before {
	visibility: visible;
	opacity: 1
}

.videoItem .imgHolder img {
	width: 100%;
	height: auto;
	transition: all 450ms ease 0s;
	-webkit-transition: all 450ms ease 0s
}

.videoItem:hover .imgHolder img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.videoItem .galleryTitle {
	position: absolute;
	left: 0;
	bottom: -10rem;
	width: 100%;
	padding: 1.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	margin-bottom: 0;
	line-height: 1.2
}

.videoItem:hover .galleryTitle {
	bottom: 0
}

.videoItem .fa {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #133b70;
	font-size: 2rem;
	text-align: center;
	line-height: 5rem;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0)
}

.videoItem:hover .fa {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1)
}

.dashCard {
	font-size: 1.8rem;
	border-radius: .5rem;
	font-weight: 500;
	text-align: center;
	transition: all .5s ease-in-out;
	margin-bottom: 2rem
}

.dashCard:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	background-color: #ffffff1c;
	clip-path: ellipse(80% 95% at 2.4% 0%);
	height: 80%;
	width: 30%
}

.dashCard:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	background-color: #ffffff1c;
	clip-path: ellipse(160% 100% at 175% 130%);
	height: 80%;
	width: 30%;
	top: 0;
	right: 1.6rem
}

.gradient1 {
	background: linear-gradient(to right, #ef0d56 0, #dd6e17 50%, #ef0d56 100%);
	background-size: 200% auto;
	background-position: left center
}

.gradient2 {
	background: linear-gradient(to right, #6e62dd 0, #b73fb6 50%, #6e62dd 100%);
	background-size: 200% auto;
	background-position: left center
}

.gradient3 {
	background: linear-gradient(to right, #06aedb 0, #6dd779 50%, #06aedb 100%);
	background-size: 200% auto;
	background-position: left center
}

.gradient4 {
	background: linear-gradient(to right, #f66c0a 0, #b342b9 50%, #504eb1 100%);
	background-size: 200% auto;
	background-position: left center
}

.gradient5 {
	background: linear-gradient(to right, #fe660a 0, #a6b10c 50%, #2b8b2f 100%);
	background-size: 200% auto;
	background-position: left center
}

.dashCard:hover {
	background-position: right center;
	box-shadow: 0 6px 10px #bbb
}

.dashCard a {
	color: #fff;
	display: block;
	padding: 3rem .5rem;
	white-space: nowrap
}

.adminDbBg {
	background: #eeebe7;
	margin-top: 20px
}

.admin-card-icon {
	border-radius: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	flex: none;
	color: #555;
	opacity: .6
}

.admin-card-icon .fa {
	font-size: 4rem;
	color: #fff;
	padding: 1.6rem
}

.dashboardBox .col-lg-3:last-child .admin-card-box img {
	filter: invert(12%) sepia(73%) saturate(7011%) hue-rotate(5deg) brightness(106%) contrast(119%);
	opacity: .5
}

.admin-card-box h2 {
	line-height: 1;
	font-size: 32px;
	margin-bottom: 7px
}

.admin-card-box .text-4 {
	font-size: 16px;
	color: #323232;
	font-weight: 500;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px
}

.adminContnet:after {
	content: "";
	width: 120px;
	height: 4px;
	border-radius: 15px;
	display: block;
	position: absolute;
	bottom: 0
}

.admin-card {
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 1rem;
	height: 100%;
	box-shadow: 0 0 7px #ddd
}

.admin-card .adminHeading {
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #ddd;
	margin-bottom: 1.5rem
}

.admin-card h6 {
	margin-bottom: 0;
	color: #133b70;
	font-size: 1.6rem
}

.adminTable th {
	border-top: 0;
	border-bottom: solid #c1c1c1 2px
}

.regDetail {
	text-align: center;
	padding: 10px
}

.regDetail:before {
	background: #ddd;
	width: 1px;
	height: 12rem;
	content: "";
	display: block;
	position: absolute;
	right: 0
}

.admin-card .col-md-2:last-child .regDetail:before {
	display: none
}

.regDetail h4 {
	margin-bottom: 0
}

.regDetail p {
	color: #555;
	font-size: 15px;
	padding-top: 3px;
	margin: 0;
	font-weight: 600
}

.regDetail img {
	width: 53px;
	height: 53px;
	margin-bottom: 15px;
	filter: invert(90%) sepia(60%) saturate(5149%) hue-rotate(25deg) brightness(325%) contrast(110%)
}

.adminReg .appText {
	font-size: 20px;
	color: #323223;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif
}

.adminReg .appNumber {
	font-size: 28px;
	color: #152b99;
	font-weight: 700;
	padding-top: 10px;
	font-family: 'Roboto Condensed', sans-serif
}

.admin-card .tableViewAll a {
	font-weight: 600
}

.playerDetail h5 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #133b70;
	margin-bottom: 15px;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 15px
}

.playerDetail .title {
	font-size: 1.6rem;
	margin-bottom: 1px;
	font-weight: 600
}

.grey-box {
	border-radius: 1.5rem;
	background: #f5f5f5;
	padding: 2rem;
	margin: 3rem 0 2rem
}

.bgBlue {
	background: #133b70 !important
}

.profileCard {
	background: #fff;
	border: 0;
	padding: 1rem;
	border-radius: 1rem;
	height: 100%
}

.profileCard .card {
	border: 0
}

.profileCard .cardTitle {
	padding: 0 0 1rem 0;
	font-size: 1.6rem;
	margin-bottom: .5rem;
	font-weight: 700;
	color: #133b70;
	border-bottom: solid 1px #ddd
}

.profileCard .card-body {
	padding: 0
}

.playerImg {
	display: flex;
	margin-bottom: 2rem
}

.photo-upload {
	position: relative;
	display: inline-block
}

.photo-preview {
	width: 100px
}

.photo-preview img {
	max-width: 100%;
	padding: .25rem;
	border-radius: .25rem;
	max-height: 100px;
	height: 100px
}

.profileName {
	padding-left: 25px;
	align-self: center
}

.profileName h3 {
	color: #fff;
	font-size: 2.7rem;
	margin-bottom: .6rem
}

.profileName h6 {
	margin-bottom: 0;
	font-weight: 300;
	color: #fff;
	font-size: 1.4rem
}

.profileDetail {
	color: #fff;
	align-self: center
}

.profileDetail .proTitle {
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600
}

.profileDetail .proDetail {
	color: #afcae1
}

.playerUpcoming ul {
	padding: 0;
	margin: 0
}

.playerUpcoming ul li {
	padding: 1rem;
	display: flex;
	margin-bottom: .6rem
}

.playerUpcoming ul li span {
	background: #dde4ed;
	padding: 1rem;
	border-radius: .5rem;
	color: #133b70;
	width: 7rem
}

.playerUpcoming ul li .date {
	font-size: 2.7rem;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 2.4rem;
	text-align: center
}

.playerUpcoming ul li .month {
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 2rem;
	letter-spacing: .1em
}

.playerUpcoming ul li .playEvent {
	font-size: 1.6rem;
	color: #333;
	font-weight: 600;
	margin-left: 1.5rem;
	align-self: center
}

.playerUpcoming ul li p {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 0;
	font-weight: 400
}

.playerTournament .tournaBox {
	border: 0;
	border-bottom: dashed 1px #ddd;
	padding: 1rem 2rem
}

.playerTournament .tournaBox .tournaImg {
	width: 50px;
	height: 50px;
	align-self: center;
	border-radius: 10rem;
	overflow: hidden;
	margin-right: 1rem;
	flex: none
}

.playerTournament .tournaTitle {
	font-size: 1.4rem;
	font-weight: 600;
	color: #333;
	margin: .6rem 0 .3rem 0
}

.playerTournament .tournaPara {
	font-size: 1.2rem;
	color: #777
}

.playerTournament .tournaBox:last-child {
	border: 0
}

.finalBtn {
	background: #ffa707;
	color: #fff;
	border-radius: 1em;
	padding: .1em;
	width: 9rem;
	margin: 1rem auto
}

.semiFinalBtn {
	background: #8bc34a;
	color: #fff;
	border-radius: 1em;
	padding: .1em;
	width: 9rem;
	margin: 1rem auto
}

.schemeBox {
	background: #f5f5f5;
	margin: 1rem 0;
	border: solid 1px #ddd;
	padding: 1rem 2rem;
	border-radius: 1rem
}

.schemeTitle {
	font-size: 1.4rem;
	font-weight: 600;
	color: #333;
	margin: .6rem 0 .3rem 0
}

.achieveWraper, .certiWraper {
	margin-top: 1rem
}

.certyBox {
	background: #f2cc5b;
	margin-bottom: 2rem;
	border: 0;
	padding: 1rem;
	color: #fff;
	border-radius: 1rem;
	display: flex
}

.certyIcon {
	width: 5rem;
	height: 5rem;
	border-radius: .5rem;
	background: rgba(255, 255, 255, .3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem
}

.certyTitle {
	font-size: 1.4rem;
	font-weight: 600;
	margin-left: 1rem;
	align-self: center
}

.certyTitle a {
	color: #fff
}

.certyTitle a:hover {
	color: #ffffff87
}

.certyTitle span {
	font-size: 1.2rem;
	font-weight: 500
}

.certyTitle button {
	background: 0 0;
	border: 0;
	color: #fff;
	cursor: pointer
}

.certyTitle button:hover {
	color: #ffffff87
}

.certiWraper .col-md-4:nth-child(2) .certyBox {
	background: #503e9d
}

.certiWraper .col-md-4:nth-child(3) .certyBox {
	background: #eb6297
}

.certiWraper .col-md-4:nth-child(4) .certyBox {
	background: #ccc1eb
}

.achieveWraper ul {
	margin-bottom: 0
}

.achieveWraper ul li {
	border-radius: 10px;
	display: flex;
	margin-bottom: 1rem
}

.achieveWraper ul li span {
	background: #133b70;
	padding: 1rem;
	border-radius: .5rem;
	width: 5rem;
	height: 5rem
}

.achieveWraper ul li .playEvent {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-left: 1.5rem;
	align-self: center
}

.achieveWraper ul li p {
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	font-weight: 400
}

.achieveIcon {
	width: 5rem;
	height: 5rem;
	border-radius: .5rem;
	background: #eee;
	color: #133b70;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem
}

.achieveDetail {
	font-size: 1.6rem;
	color: #333;
	font-weight: 600;
	margin-left: 1.5rem;
	align-self: center
}

.validCheckPad small {
	margin-left: -10px
}

#achievement_form .chosen-container {
	width: 100% !important
}

.plyerProfTitle {
	margin-bottom: 2rem;
	font-weight: 600;
	border-bottom: solid 1px #efefef;
	font-size: 1.7rem
}

.plyerProf [class*=icheck-]>label {
	font-weight: 500
}

.playerProf .nav-tabs {
	display: none
}

.playerProf .nav-tabs .nav-item {
	width: 100%;
	text-align: center
}

.playerProf .nav-tabs .nav-item .nav-link.active {
	border-bottom: solid 3px #133b70;
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.playerProf .nav-tabs .nav-item .nav-link:hover {
	border-bottom: solid 3px #133b70
}

.playerProf .nav-tabs .nav-item .nav-link:focus, .playerProf .nav-tabs .nav-link:hover {
	outline: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.playerProf .nav-tabs .nav-link {
	padding: 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #133b70;
	border-bottom: solid 3px transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.playerProf h5 {
	line-height: 2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 600
}

.playerProf #multijson-achievement_form tr th {
	white-space: nowrap
}

#achievement_form .form-group-date::before {
	background: #e9ecef;
	padding: 0 5px
}

.field-coachmapping_form_0_doyou_have_coach_id br {
	display: none
}