/***********************/
/*Hoem Page Css Start*/
/***********************/
body {
	font-family: 'Roboto', sans-serif;
	color: #6f7885;
	background: #f2f2f8;
	font-size: 14px;
	overflow-x:hidden; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #393e46;
}
a:hover {
	color: #ee0e0e; 
}
.rounded-6 {
	border-radius: 1rem;
}
.user-login {
	padding: 8px;
}
.user-login a {
	color: #6f7885;
}
.user-login a:hover {
	color: #ee0e0e;
}
.btn-secondary {
	color: #fff;
	background-color: #ee0e0e;
	border-color: #ee0e0e;
}
.flex-text-center {
	align-items: center;
	justify-content: center;
}
.search {
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #878787;
	background-color: #f5f5f5;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.navbar {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
 	padding: .1rem 1rem;
	font-family: 'Poppins', sans-serif;
}
.list-group-item.active {
	background-color: #ee0e0e;
	border-color: #ee0e0e;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #ee0e0e;
	font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
	color: #FEFEFE;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ee0e0e;
	text-transform: uppercase;
	background-color: #FEFEFE;
	/*border: 1px solid #ee0e0e;*/
	border-radius: .25em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sc-nav .dropdown:hover>.dropdown-menu {
	display: block;
	top: 92%;
	border: 1px solid #ee0e0e;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* .dropdown-menu {
	position: absolute;
	top: 95%;
	right: -25px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
 padding: .5rem 0;
 margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
 border-radius: .25rem;
} */
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 0rem;
	clear: both;
	font-weight: 400;
	color: #393e46;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 13px;
	cursor: pointer;
}
.dropdown-item a {
	color: #6d6d6d;
}
.dropdown-item a:hover {
	color: #db0001;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: none !important;
}
section {
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #878787;
 font-weight:300;
 font-size:14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #878787;
 font-weight:300;
 font-size:14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #878787;
 font-weight:300;
 font-size:14px;
}
.bg-light {
	background-color: #fff!important;
	border-bottom: 1px solid #d4d4d4;
}
.carousel-caption {
	position: absolute;
	right: 0%;
	bottom: -10px;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #fff;
	text-align: left;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 458px;
}
.hero-banner {
	margin-bottom: 1rem;
}
.hero-bannner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 458px;
}
.hero-banner .carousel-control-prev {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px #404040;
	top: 33%;
	margin-left: 10px;
	border-radius: 4px;
}
.hero-banner .card-title {
	font-size: 22px;
	color: #FFFFFF;
}
.hero-banner .card-text {
	font-size: 12px;
	color: #C6C6C6 !important;
}
.hero-banner .card-title a:hover {
	font-size: 22px;
	text-decoration: underline;
}
.hero-banner .card-body {
	padding: 0.5rem;
	font-size: 12px;
	background: #040404;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	height: 110px;
}
.hero-banner .card {
	width:100%;
	height:100%;
	border-radius: 1rem;
}
.hero-banner .news-item img {
	height: 420px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.hero-banner .slick-prev:before, .home-row .slick-prev:before {
}
.hero-banner .slick-next:before, .home-row .slick-next:before {
}
.hero-banner .slick-home-prev,.home-row .slick-home-prev, .slick-profile-prev {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px black;
	top: 33%;
	margin-left: 10px;
	border-radius: 4px;
	left: -12px;
	z-index: 999;
	position: absolute;
	opacity: 0.5;
}
.hero-banner .slick-home-prev .prev-arrow, .home-row .slick-home-prev .prev-arrow, .slick-profile-prev .prev-arrow {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
	display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.hero-banner .slick-home-next,.home-row .slick-home-next, .slick-profile-next {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px black;
	top: 33%;
	border-radius: 4px;
	margin-right: 10px;
	right: -10px;
	z-index: 999;
	position: absolute;
	opacity: 0.5;
}
.hero-banner .slick-home-next .next-arrow, .home-row .slick-home-next .next-arrow, .slick-profile-next .next-arrow {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.hero-banner .video-play-button {
	position:absolute;
	top: calc(50% - 80px);
	left:calc(50% - 25px);
	opacity:0.8;
	z-index: 9999;
}
.video-play-button:hover {
	opacity:1;
}
.news-detail .video-play-button {
	display: inline-block;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 4px 4px;
    border-radius: 10px;
	
}
.news-detail .video-play-button:hover {
	opacity: 0.8;
}
.hero-banner .news-video {
	width: 100%;
	height: 420px;
	display:block;
	object-fit: cover;
	border-radius: 1rem 1rem 0 0;
}

.news-detail .news-video {
	width:100%;
	max-height: 340px;
	display:block;
}
.slick-dots {
	bottom: 50px;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
	color: transparent;
	opacity: 1;
}
.slick-dots	li button:before{
	background-color: transparent;
	border: 4px solid #f2f2f8;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}
	
.slick-dots button {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	background-color: #f2f2f8;
	border: 1px solid #393e46;
	border-radius: 100%;
	
	
	text-indent: -9999px;
}
	
.slick-dots li.slick-active button {
	background-color:#393e46;
}

.home-row .carousel-control-prev {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px black;
	top: 33%;
	margin-left: 10px;
	border-radius: 4px;
	left: -20px;
}
.home-row .carousel-control-next {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px black;
	top: 33%;
	border-radius: 4px;
	margin-right: 10px;
	right: -10px;
}
.hero-banner .carousel-control-next {
	width: 36px;
    height: 36px;
    border: 1px solid;
    padding: 8px 0px;
    background: white;
	box-shadow: 2px 2px black;
	top: 33%;
	border-radius: 4px;
	margin-right: 10px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-caption h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #000;
	padding: 10px;
	border-radius: 4px;
}

.community ul{
	width: 100%;
}
.card {
	background: #ccc;
	box-shadow: 0 6px 6px -6px black;
}
.small-card {
	/*height: 295px;*/
}

.top-headlines {
	font-size: 30px;
	background: #E0E0E0 !important;
	height:100%;
	border-radius: 1rem;
}
.top-headlines ul{	overflow-y: auto;}

.top-headlines h6 {
	font-weight: 600;
	border-block-end-width: 0mm;
	border-bottom: 2px solid #404040;
	color: #393e46;
	text-transform: capitalize;
}
.top-headlines li {
	line-height: 28px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.top-headlines a {
	font-size: 12px;
	color: #6f7885;
	text-transform: capitalize;
}
.top-headlines a:hover {
	color: #ee0e0e;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.section-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1%;
}
.title {
	width: 150px;
	background: #ee0e0e;
	height: 2px;
	float: left;
}
.btn-seemore {
	background: #ee0e0e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.btn-seemore:hover {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.home-row { width:100%; padding:0px;}
.home-row .card{ 
	background-color: white; 
	width:200px; margin:1% 0.8%; 
	display: inline-block;
	vertical-align: top;
	border: none;
}
.home-row .card p { 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.home-row .img-container {
	overflow: hidden;
	height: 220px;
}

.home-row .small-card .img-only {
	overflow: hidden;
	height: 140px;
	width: auto;
}

.home-row img {
	height: auto;
	width: 100%;
}

.gallery-row { width:100%; padding:0px;}
.gallery-row .card{ width:200px; margin:1% 0.8%; display: inline-block;vertical-align: top;}
.gallery-row .card p { 
	line-height: 1.25rem;
}
.gallery-row .img-container {
	overflow: hidden;
	height: 250px;
}

.gallery-row .small-card .img-only {
	overflow: hidden;
	height: 140px;
	width: auto;
}

.gallery-row img {
	padding: .25rem;
	height: auto;
	width: 100%;
}

.gallery-row .card-title-overlay {
	font-size: 16px;
	text-transform: capitalize;
	background-color: black;
	border-radius: 0 0 .25rem .25rem;
	position: absolute;
	bottom: 0px;
	opacity: 0.7;
	width: 100%;
}
.gallery-row .card-title-overlay:hover {
	opacity: 1;
	
}

.athletes-row { width:100%; padding:0px;}
.athletes-row li{ width:18%; margin:1% 0.8%; display: inline-block;vertical-align: top;}
.athletes-row .img-container {
	overflow: hidden;
	height: 250px;
}
.athletes-row img {
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #CCC;
	height: auto;
	width: 100%;
}
.athletes-row .card p { 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.news-row { width:100%; padding:0px;}
.news-row li { width:48%; margin:1% 0.8%; display: inline-block;vertical-align: top;}
.news-row .img-container {
	overflow: hidden;
	max-height: 250px;
	height:100%;
}
.news-row img {
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #CCC;
	height: auto;
	width: 100%;
}
.news-row .card-text p {
	padding-left:15px;
	padding-right: 15px;
}

.invalid-feedback a {
	text-decoration: underline;
}

.home-row .card-title, .athletes-row .card-title {
	font-size: 16px;
	text-transform: capitalize;
}

.small-card .cta-title-con {
	height:75px;
}
.small-card .cta-title {
	font-size: 16px;
	text-transform: capitalize;
}
.btn-secondary {
	color: #fff;
	background-color: #040404;
	border-color: #040404;
 	/* border-radius:0 0 .25rem .25rem; */
}
.btn-secondary:hover {
	color: #fff;
	background-color: #ee0e0e;
	border-color: #ee0e0e;
}
.title2 {
	width: 75px;
	background: #ee0e0e;
	height: 2px;
	display:inline-block;
}
.red-text {
	color: #ee0e0e !important;
}
.white-text {
	color: #FFFFFF !important;
}
.text-black {
	color: #040404 !important;
}
.text-gray {
	color: #a6a6a6 !important;
}
.size-24 {
	font-size: 24px !important;
}
.size-30 {
	font-size: 30px !important;
}
.size-13 {
	font-size: 13px !important;
}
.size-12 {
	font-size: 12px !important;
}
.community-img {
	position: relative;
}
.community-img-text {
	position: absolute;
	bottom: 5%;
	left: 5%;
	color: #fff;
	z-index: 3;
	text-transform: none;
	font-size:20px;
	font-weight:bold;
}
.community-text {
	min-height: 104px;
	width: 100%;
	display: block;
}
.btn-group-lg>.btn, .btn-lg {
 padding: .25rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
 border-radius: .3rem;
}
.btn-primary {
	color: #fff;
	background-color: #ee0e0e;
	border-color: #ee0e0e;
}
.btn-primary:hover {
	color: #fff;
	background-color: #393e46;
	border-color: #393e46;
}

.btn-dark {
	color: #fff;
	background-color: #040404 !important;
	border-color: #040404 !important;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0A0A0A;
	border-color: #0A0A0A;
	font-weight: 200;
	font-weight: 600;
}

.form-control {
	display: block;
	width: 100%;
 padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #797d81;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: 300;
}
.form-control {
	display: block;
	width: 100%;
 padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #797d81;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: 300;
}
.form-number{
	width: 72px;
	display: inline;
	margin: 4px;
}
/* Footer */
/* section .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
} */
#footer {
	background: #040404 !important;
	padding-top: 50px;
	margin-top: 30px;
}
#footer h5 {
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
}
#footer a {
	color: #6f7885;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
#footer a i {
	margin-left: 5px;
}
.foot-span {
	width: 100%;
	display: block;
	font-size: 12px;
	margin: 10px 12px;
	color: #040404;
}
#footer ul.social li {
	padding: 3px 0;
}
#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}
#footer ul.social li a, #footer ul.quick-links li a {
	color: #6f7885;
}
#footer ul.social li a, #footer ul.quick-links li a:hover {
	color: #fff;
}
#footer ul.social li a:hover {
	color: #eeeeee;
}
#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	border-bottom: 1px solid #040404;
}
#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}
#footer ul.quick-links li a i {
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
	font-weight: 700;
}
@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
.team-page img {
	margin: 10px 0px;
	max-width: 71%;
}
.team-info h1 {
	font-size: 21px;
	color: #ee1c25;
	padding: 10px 0px;
	border-bottom: 1px solid #d0d0d0;
}
.team-info span {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #040404;
	padding: 0px 0px 5px 0px;
	display: inline-block;
}
.team-info p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.team-info a {
	color: #000;
}
.team-info a:hover {
	color: #ee1c25;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #040404;
	background-color: #f2f2f8;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 20px;
	
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color:#ee0e0e;
	text-transform:uppercase;
}

.more-less {
	float: right;
	color: #ee0e0e;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	padding: 20px 20px 30px 20px;
	text-align:justify;
}
.card-text:last-child {
    margin-bottom: 0.7rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ee0e0e;
    border-color: #ee0e0e;
}
.pagination {
	flex-wrap: wrap!important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #040404;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ee0e0e;
    border-color: #ee0e0e;
}
.upload-img{ position:relative; width:100%}
.upload-img-close{  position: absolute;    right: 0;    top: -10px;    background: #040404;    padding: 5px 10px;    color: #fff;    border-radius: 100px;    font-size: 12px; z-index: 1;}
.upload-img-close:hover{  position: absolute;    right: 0;    top: -10px;    background: #040404;    padding: 5px 10px;    color: #ee0e0e;    border-radius: 100px;    font-size: 12px;}

.upload-video-img { position:relative; width:100%}
.upload-video-img-icon { position:absolute; left:0; font-size:4vw; color:#ee0e0e; width:100% !important; text-align: center; margin-top:35%;}
.traning-video-img-icon { position:absolute; top:20%; left:0; font-size:4vw; color:#ee0e0e; width:100% !important; text-align: center;}
.border-5{ border:5px solid #040404;}
.coach-info{}
.coach-info h5{ font-size:20px; color:#000; text-transform:uppercase; font-weight:bold;}
.coach-info p{ margin-bottom:5px;}
.coach-info .btn-seemore {    background: #ee0e0e;    color: #fff;    padding: 6px 25px;    border-radius: 5px;    font-size: 16px;    margin-top: 10px;    display: inline-block;    text-transform: uppercase;}
.user-profile-img{ width:28px; height:28px;}
.m-profile{ display:none;}
.for-mobile{ display:none;}
.profile-details-text{ background: white; display: inline-block; 	 }
.profile-details-text p{ width:25%; float:left; margin-bottom: 0rem; padding: 7px 0px; border-bottom: 1px solid #d5d5e0; }
.profile-details-text span{ width:75%; float:left; margin-bottom: 0rem; padding: 7px 0px; border-bottom: 1px solid #d5d5e0;}
.nav-fill .nav-item {    -webkit-box-flex: 1;    flex: none;    text-align: center; border: 1px solid #ee0e0e;}
.nav-link {    display: block;    padding: .8rem 1rem;    color: #000; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    color: #fff !important;    background-color: #ee0e0e; border:none;}
.nav-tabs {    border-bottom: 3px solid #ee0e0e; background: #fff; border-top-right-radius: 5px;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: transparent; color:#393e46;}
.tab-pane{ background:#fff; padding:20px; border-bottom-right-radius:5px;border-bottom-left-radius:5px;}
.size-18{ font-size:18px;}
.effect7{ 
-webkit-box-shadow: 10px 10px 5px -4px rgba(196,196,196,1);
-moz-box-shadow: 10px 10px 5px -4px rgba(196,196,196,1);
box-shadow: 10px 10px 5px -4px rgba(196,196,196,1);
border:12px solid #fff;
}
.tab-pane ul li{ padding-bottom:15px;}
.card-title {
    margin-bottom: .3rem;
}
.badge-container {
	position: relative;
}
.p-badge {width: 128px; height: 128px;}
.badge-count {
	position: absolute;
    top: -33px;
    left: 61px;
    font-size: 18px;
    font-weight: 800;
    width: 36px;
    height: 36px;
	text-align: center;
	z-index: 100;
}
/* .profile-section {
	height: 458px;
} */
.profile-image {
	height: 100%;
}

.profile-info .basic-info {
	height: 63%;
}

.profile-info .badge {
	height: 37%;
	width: 100%;
}


.w-profile-img{ height: 458px; }
.h-profile-image{ height: 386px; overflow: hidden}
.w-profile-text{ width:63%; padding-left:2%;}
.w-coach-profile-img{ width:16%;}
.w-coach-profile-text{width:82% margin-left: 2%;}
.create-a-profile{ margin:30px 0px; }

.news-img{ width: 100%; height:475px ;}
.scholarships p {padding: 10px; text-align: justify; margin-bottom: 0px; }
.scholarships p a{ display: block; margin-top: 10px;}
.community p {padding: 10px; text-align: justify; margin-bottom: 0px; }
.community p a{ display: inline-block; margin-top: 10px;}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: inherit;}

.bg-white{ background: white; }
.bg-red{ background:  #ee0e0e; color:white}
.bg-red-gradient {
	color:#FFFFFF !important; 
	background: rgb(238,14,0);
	background: linear-gradient(90deg, rgba(238,14,0,1) 50%, rgba(255,255,255,0) 100%);
}
.bg-red a {color:white} 
.bg-red-gradient a {color:white} 
.ptb-3{ padding: 20px 0px;}
.align-btm{align-self: flex-end;}
.event-reg-text{ text-transform: uppercase; font-size: 15px; }
.box-img img{ height: 200px; }
a{ color:#f8f9fa }
.popular-spotlight .img-container {
	/* overflow: hidden;
	height: 125px; */
}
.delete-com { float: right; margin-bottom: 10px;}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;width: 100%!important}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.register-thumbnail {
	width: 128px;
	height: 128px;
}
.preview-link {
	padding: .3rem 0;
	text-align: center;
}

.register-thumbnail .img-thumbnail {
	width: auto;
	height: 100%;
}
.image-preview-modal .image-preview-profile {
	width: 100%;
	height: auto;
	padding: 4px;
}
.image-preview-modal .image-preview-profile-con {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	background: #d4d4d4;
}

.image-preview-modal .image-con {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 25%;
}
.image-preview-modal .carousel-control-prev-icon {
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.image-preview-modal .carousel-control-next-icon {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.user-profile-icon .dropdown-toggle::after {
	margin-left: 0;
}
.user-profile-icon .name {
	text-transform: uppercase;
	vertical-align: 1em;
}
.user-profile-icon .guest-user .dropdown-menu {
	position: absolute;
	top:26px;
	right: 0;
	z-index: 1000;
	min-width: 10rem;
 	padding: .5rem 0;
 	margin: .125rem 0 0;
	font-size: 1rem;
	color: #040404;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
 border-radius: .25rem;
}

.user-profile-icon .signed-user .dropdown-menu {
	position: absolute;
	top: 75%;
	right: 15px;
	z-index: 1000;
	min-width: 10rem;
 	padding: .5rem 0;
 	margin: .125rem 0 0;
	font-size: 1rem;
	color: #040404;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
 border-radius: .25rem;
}

.dropdown-menu .dropdown-item {
	padding: 0.5rem 0.5rem;
}
.signed-user .dropdown-toggle::after {
	display: unset;
}
.dropdown-menu .dropdown-item a {
	width: 100%;
	
}

.dropdown-menu .dropdown-header {
	padding: 0.5rem 0.5rem;
}
.video-icon {
	position: absolute;
    top: 18%;
    left: 40%;
    cursor: pointer;
    padding: 4px 4px;
	border-radius: 10px;
	font-size: 36px;
}

.video-icon:hover {
	opacity:0.8;
}
.d-image-icon {
	position: absolute;
	z-index: 99;
	top: 1;
	cursor:pointer;
	left: 0;
}

.fixed-events {
	position: sticky;
	top: 72px;
	right: 0;
	left: 0;
	z-index: 1000;
}
.events-nav {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.ml-n2 {
	margin-left: -0.75rem;
}
.nav-link.active {
	border-top: 5px solid #ee0e0e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.btn-border {
	border: 1px solid #ee0e0e;
}
.btn-border:hover {
	background-color: #ee0e0e;
	color: white;
}
/**** Style -v2 ******/

.bg-dark {
	background-color: #040404 !important;
}
.bg-dark-secondary {
	background-color: #626262 !important;
}
.border-red {
	border-color: #ee0e0e !important;
}
.small-top {
	border-bottom: 5px solid #ee0e0e;
}
.menu-container {
	position: relative;
	top: 34px;
	border-top-left-radius: 2rem;
	max-width:fit-content;
	background:  #ee0e0e; 
	color:white;
}
.sc-logo {
	width: auto;
	height: 93px;
}

.sc-logo-inner {
	width: auto;
	height: 53px;
}

.main-page-header {
	display: flex;
	flex-wrap: nowrap;	
}

.main-page-header .sc-navbar-button {	
	position: absolute;
	left: 0;
	top: 20%;
	transform: tanslateY(-50%);	
}

.main-page-header a {
	right: 50%;
	flex-grow: 1;
}

@media (max-width: 768px) {
	.main-page-header {
		display: flex;
		flex-wrap: nowrap;	
		align-items: center;
		width: 100%;
	}
	
	.main-page-header .sc-navbar-button {	
		top: auto;
		
	}
	
	.main-page-header a {
		align-self: center;
		flex-grow: 1;
	}	
}

.navbar-dark .navbar-toggler {
	color: white;
	border-color: white;
}
.section-title-con {
	background-color: #040404;
	border-bottom: 5px solid #ee0e0e;	
	height: 50px;
}
.section-title-con .view-link-con {
	background-color: #ee0e0e;
	border-top-left-radius: 2rem;
	height: 30px;
	margin-top: 1.25rem;
	border-top-left-radius: 1.5rem;
}
.section-title {
	margin-top: 1rem;
}
.view-link {
	margin-top: 1.5rem;
	text-align: right;
	right: 5rem;
	text-transform: uppercase;
}
.card-bottom {
	background: #040404;
	padding: 10px;
	box-shadow: 0 6px 6px -6px black;
}
.card-img-top {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
.pacc-img {
	overflow: hidden;
    transform: skew( -23deg);
    margin-left: -50px;
}
.pacc-img img {
	transform: skew(23deg);
    left: 54px;
    position: relative;
	z-index: 1000;
}

.pacc-body {
	margin: 0rem 0 0rem -2rem;
    transform: skew(-23deg);
	height: 100%;
}

.pacc-text {
	height: 100%;
	margin-left: 2rem;
	padding: 1rem 2rem 1rem 1rem;
	transform: skew(23deg);
	
}
.pacc-desc {
	height: 70%;
	padding: 1rem 0;
	overflow: hidden;
}
.pacc-text .learn-more {
	float: right;
	margin-right: 1rem;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
}
.img-small {
	width: 96px;
	height: 96px;
}
