@import url("https://fonts.googleapis.com/css?family=Verdana");

body {
	font-family: "Verdana", sans-serif;
}
img,
svg {
	max-width: 100%;
}
.form-control:focus {
	border-color: rgba(215, 62, 93, 1);
	box-shadow: 0 0 0 0.25rem rgba(215, 62, 93, 0.25);
}
.video-fluid {
	width: 100%;
	height: 300px;
}
.btn-primary,
.btn-secondary {
	background-color: #05f3ff;
	border: none;
	color: #023a5b;
	font-weight: bold;
	border-radius: 10px;
	padding: 5px 15px;
	box-shadow: 0 0 5px 1px #05f3ff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #023a5b;
	box-shadow: 0 0 5px 1px #023a5b;
}
.btn-secondary {
	background-color: #351b42;
	box-shadow: 0 0 5px 1px #351b42;
}
.btn-secondary:hover {
	background-color: #1e0c27;
	box-shadow: 0 0 5px 1px #1f0f27;
}
.bg-pink {
	//background-color: #D73E5D;
	background-color: #023a5b;
}
.bg-purple {
	//background-color: #351B42;
	background-color: #023a5b;
}
.bg-grey {
	background-color: #f7f7f7;
}
.text-pink {
	/*color: #D73E5D !important;*/
	background-color: #05f3ff;
	color: #023a5b;
	border-radius: 10px;
}
.text-pink:hover {
	/*color: #D73E5D !important;*/
	background-color: #023a5b;
	color: #fff;
}
.text-purple {
	color: #351b42;
}
.img-bg-pink-bottom {
	background-image: url("/static/images/bg/pink.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 56%;
}
.img-bg-pink-top {
	background-image: url("/static/images/bg/pink-2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 57%;
}
.img-bg-pink-top-bottom {
	background-image: url("/static/images/bg/pink.png"), url("/static/images/bg/pink-2.png");
	background-repeat: no-repeat;
	background-position: bottom right, top left;
	background-size: 56%, 57%;
}
.img-bg-purple-bottom {
	background-image: url("/static/images/bg/purple.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 56%;
}
.img-bg-purple-top {
	background-image: url("/static/images/bg/purple-2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 57%;
}
.img-bg-purple-top-bottom {
	background-image: url("/static/images/bg/purple.png"),
		url("/static/images/bg/purple-2.png");
	background-repeat: no-repeat;
	background-position: bottom right, top left;
	background-size: 56%, 57%;
}
.img-bg-white-bottom {
	background-image: url("/static/images/bg/white.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 56%;
}
.bg-black-white {
	background-image: linear-gradient(
		55deg,
		rgba(255, 255, 255, 1) 30%,
		rgba(26, 26, 26, 1) 30%,
		rgba(0, 0, 0, 1) 70%,
		rgba(26, 26, 26, 1) 100%
	);
}
.bg-black-white.img-bg-white-bottom {
	background-image: url("/static/images/bg/white.png"),
		linear-gradient(
			55deg,
			rgba(255, 255, 255, 1) 30%,
			rgba(26, 26, 26, 1) 30%,
			rgba(0, 0, 0, 1) 70%,
			rgba(26, 26, 26, 1) 100%
		);
	background-repeat: no-repeat, repeat;
	background-position: bottom right, center;
	background-size: 56%, 100%;
}
.border-purple {
	border: 15px solid #351b42;
}
.border-pink {
	border: 15px solid #351b42;
}
.border-skewed {
	border-radius: 0 30px 0 30px;
}
img.border-skewed {
	border-radius: 0 14px 0 14px;
}
.img-bg-horn,
.img-bg-helmet,
.img-bg-team,
.img-bg-watch {
	//background-image: url("/static/images/icons/megaphone.png");
	background-repeat: no-repeat;
	background-position: 90% 30%;
	background-size: 150px;
}
.img-bg-helmet {
	background-image: url("/static/images/icons/Helmet.png");
	background-position: 90% 30px;
}
.img-bg-watch {
	background-image: url("/static/images/icons/watch.png");
	background-position: 90% 30px;
}
.img-bg-team {
	background-image: url("/static/images/bg/teams-overlay.png");
	background-position: center;
	background-size: 70%;
}
.team-boxes {
	list-style: none;
	padding: 0;
	margin: 0 auto 25px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.team-boxes li {
	/*background-image: url("/static/images/team/team-logo-bg.png");*/
	display: inline-block;
	margin: 5px 10px;
	border-radius: 32px;
	vertical-align: top;
	background-size: 100%;
	width: 12%;
	padding: 20px 0;
	background-size: cover;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.team-boxes li a {
	display: inline-block;
}
.team-boxes li img {
	width: auto;
	max-height: 125px;
	transform: scale(1);
	transition: all 200ms;
}
.team-boxes li:hover img {
	transform: scale(1.04);
}
/*Topbar*/
.topbar {
	position: relative;
}
.topbar::before {
	content: "";
	position: absolute;
	top: 0;
	left: -24px;
	bottom: 0;
	width: 10px;
	border-style: solid;
	//border-color: #351b42 #351b42 transparent transparent;
	border-color: #023a5b #023a5b transparent transparent;
	border-width: 15px 15px 20px 10px;
}
.topbar::after {
	content: "";
	position: absolute;
	top: 0;
	right: -24px;
	bottom: 0;
	width: 10px;
	border-style: solid;
	//border-color: #351b42 transparent transparent #351b42;
	border-color: #023a5b transparent transparent #023a5b;
	border-width: 15px 10px 20px 15px;
}
.social-links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.social-links li {
	display: inline-block;
}
.social-links li a {
	display: block;
	color: #fff;
	padding: 5px 7px;
}
.topbar span {
	display: inline-block;
	padding: 5px 10px;
}
.topbar .social-links {
	position: absolute;
	right: 0;
}
/*Topbar*/
/*Menu*/
#mainnavbar a {
	color: #023a5b;
	display: block;
	font-weight: 600;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#mainnavbar li:hover > a {
	color: #000;
}
.dropdown-menu {
	background-color: #f8f9fa !important;
	border-radius: 0;
}
#mainnavbar .dropdown-menu a {
	color: #023a5b;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #fff;
}
#mainnavbar .badge {
	margin-left: 25px;
}
/*Menu*/
/*Breadcrumbs*/
#breadcrumbs > .container {
	position: relative;
}
#breadcrumbs h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	margin: 25px 0 20px;
}
#breadcrumbs nav {
	position: absolute;
	bottom: 0;
	right: 15px;
}
#breadcrumbs nav li,
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
#breadcrumbs nav li a {
	color: #fff;
	text-decoration: none;
}
/*Breadcrumbs*/
/*Header Home*/
header.home {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
}
/*Header Home*/
/*Home*/
#single-slider {
	display: block;
}
#single-slider .item {
	display: none;
}
#single-slider .item:first-child {
	display: block;
}
#single-slider img {
	width: 100%;
	/* height: 65vh;
	object-fit: cover;
	object-position: center; */
}
#single-slider .owl-dots {
	position: absolute;
	top: 10px;
	right: 100px;
}
#single-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 25px;
	height: 20px;
	transform: skew(-15deg);
	border: 1px dotted #fff;
	background: #035686;
	/* margin: 15px auto; */
	position: relative;
	transition: all 200ms;
	margin: 0 10px;
}
#single-slider .owl-dots .owl-dot.active {
	/* width: 25px;
	height: 30px; */
	transform: skew(-15deg) scale(1.1);
	border: 1px solid #fff;
}
#single-slider .owl-dots .owl-dot::before,
#single-slider .owl-dots .owl-dot:last-child:after {
	content: "";
	position: absolute;
	/*width: 1px;*/
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 20px;
	left: 46%;
}
#single-slider .owl-dots .owl-dot.active::before {
	bottom: 24px;
	left: 47%;
}
#single-slider .owl-dots .owl-dot:last-child:after {
	top: 20px;
	bottom: auto;
}
#single-slider .owl-dots .owl-dot.active:last-child:after {
	top: 24px;
	bottom: auto;
	left: 47%;
}
.title + p {
	margin-top: -30px;
	margin-bottom: 3rem;
}
/*#home-news {
	padding-top: 200px !important;
}*/
#home-news .bg-light,
#home-fixtures .bg-light {
	position: relative;
	z-index: 1;
	padding: 5px;
	border-radius: 15px;
}
/*#home-fixtures .bg-light {
	border-radius: 5px;
	padding: 15px 5px;
}*/
.icon-boxes {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	z-index: 9;
}
.icon-box {
	padding: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	z-index: 1;
	height: 100%;
	width: 100%;
	color: #023a5b;
	background-image: url("/static/images/icons/cricket.png");
	background-repeat: no-repeat;
	background-position: 85% bottom;
	background-size: 50px;
}
.icon-box.ticket {
	background-image: url("/static/images/icons/tickets.png");
}
.icon-box.fanzone {
	background-image: url("/static/images/icons/live-broadcast.png");
}
.icon-box h4 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1;
	min-height: 44px;
}
.icon-box h4 img {
	float: right;
	/*width: 50px;*/
	width: 125px;
}
.icon-box p {
	line-height: 1;
}
.player-box {
	background: none;
	overflow: visible;
	margin: 25px 0;
	box-shadow: none;
}
.player-slider .owl-dots {
	display: none;
}
.player-box .img-wrapper {
	position: absolute;
	top: 45px;
	left: -20px;
}
.player-box .img-wrapper img {
	width: 120px;
	object-fit: cover;
	object-position: top;
	height: 120px;
}
.player-box .text-wrapper {
	background-color: #fff;
	border-radius: 25px;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	padding: 30px 10px 0 0;
	height: 145px;
	text-align: right;
	line-height: 1;
}
.player-box .text-wrapper span {
	display: block;
	width: 97px;
	font-size: 17px;
	text-align: right;
	margin: 0 0 0 auto;
}
.player-slider .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #000;
	margin: 0 5px;
	border-radius: 100%;
	transition: all 200ms;
	opacity: 0.5;
	position: relative;
	top: 0;
}
.player-slider .owl-dot.active span {
	width: 12px;
	height: 12px;
	opacity: 1;
	top: 1px;
}
.roster-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: none;
}
.player-slider .player-box .text-wrapper img {
	width: 50px;
	position: absolute;
	height: 50px;
	background-color: #351b4270;
	object-fit: contain;
	padding: 10px;
	border-radius: 15px;
	bottom: 30px;
	right: 30px;
}
#fanzone-content h2 {
	text-transform: uppercase;
	margin-top: 150px;
	font-size: 50px;
}
#fanzone-content p {
	font-size: 24px;
}
#fanzone-content img {
	margin: -100px auto;
}
/*Home*/
/*Widget*/
#slider > .container {
	z-index: 9;
}
#slider .top-25 {
	top: 20%;
}
/*Widget*/
/*Content*/
.text-justify {
	text-align: justify;
}
h2,
.title {
	font-size: 40px;
	font-weight: bold;
}
#content {
	/*padding: 100px 0;*/
	padding: 50px 0;
}
#content .img-fluid {
	max-width: 440px;
}
/*Content*/
/*League Persons*/
.league-persons {
	padding: 50px 0;
}
.title.bat {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.title.bat::before {
	position: absolute;
	background-image: url("/static/images/icons/bat-white.png"),
		url("/static/images/icons/bat-white-2.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center left, center right;
	content: "";
	top: 0;
	left: -65px;
	right: -65px;
	bottom: 0;
}
.title.bat.dark::before {
	background-image: url("/static/images/icons/bat-black.png"),
		url("/static/images/icons/bat-black-2.png");
}
.league-persons .card-body {
	position: relative;
	padding: 0 1rem;
}
.league-persons h5 {
	border-bottom: 4px solid #d1cdd2;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin: 5px 0 0;
}
.league-persons p {
	margin-bottom: 5px;
	margin-top: 0;
}
.league-persons .card-body p:empty {
	display: none;
}
.league-persons .social-links {
	position: absolute;
	top: 10px;
	right: 25px;
}
.league-persons .social-links li a {
	color: #d73e5d;
	font-size: 20px;
}
.league-persons strong {
	font-size: 30px;
	color: #023a5b;
}
.league-persons .card-title + .card-text {
	margin: 0;
}
.league-persons .card-text {
	font-size: 15px;
	text-align: justify;
}
/*League Persons*/
/*Sponsors*/
#sponsors {
	padding: 75px 0;
}
#sponsors a {
	display: block;
	background-color: #fff;
	padding: 20px 10px;
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	margin: 5px auto;
}
/*Sponsors*/
/*Footer*/
footer {
	padding: 50px 0;
}
.footer-brand {
	display: block;
	margin-bottom: 20px;
}
footer .hash {
	display: block;
	color: #fff;
	margin: 10px 0;
}
footer .social-links li a {
	font-size: 20px;
}
footer h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
footer .menu {
	padding: 0;
	margin: 15px 0;
	list-style: none;
}
footer .menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin: 10px 0;
}
footer .form-control,
footer .form-control:focus,
footer .form-control:active {
	border-radius: 30px;
	padding: 8px 15px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
footer .btn-secondary {
	border-radius: 30px;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #351b42;
}
footer .btn-secondary:hover {
	background-color: #c73157;
	border-color: #c73157;
	color: #fff;
}
/*Footer*/
/*Gallery*/
.gallery-wrapper {
	padding: 50px 0;
}
.featured .item {
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.thumbs {
	margin: 0 auto;
	width: 90%;
}
.thumbs .item {
	background: #c9c9c9;
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.thumbs .item h1 {
	font-size: 18px;
}
.thumbs .current .item {
	background: #0c83e7;
}
.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}
.featured.owl-theme {
	position: relative;
}
.featured.owl-theme .owl-next,
.featured.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
.featured.owl-theme .owl-prev {
	left: 10px;
}
.featured.owl-theme .owl-next {
	right: 10px;
}
.thumbs.owl-theme .owl-nav,
.thumbs .owl-nav.disabled {
	display: block;
}
.thumbs.owl-theme .owl-nav.disabled .owl-prev.disabled,
.thumbs.owl-theme .owl-nav.disabled .owl-next.disabled,
.thumbs.owl-theme .owl-nav .owl-prev,
.thumbs.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 40px;
	width: 50px;
	background-color: #023a5b;
	height: 50px;
	border-radius: 60%;
	left: -55px;
}
.thumbs.owl-theme .owl-nav .owl-next,
.thumbs.owl-theme .owl-nav .owl-next {
	left: auto;
	right: -55px;
}
.thumbs.owl-theme .owl-nav.disabled .owl-prev.disabled svg,
.thumbs.owl-theme .owl-nav.disabled .owl-next.disabled svg,
.thumbs.owl-theme .owl-nav .owl-prev svg,
.thumbs.owl-theme .owl-nav .owl-next svg {
	width: 15px;
}
#pills-video .featured .item::after {
	background-image: url("/static/images/icons/play-btn.png");
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
}
.featured.owl-carousel .owl-item img {
	height: 700px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.thumbs.owl-carousel .owl-item img {
	height: 130px;
	object-fit: cover;
	object-position: center;
}
.gallery-wrapper #pills-tab,
.gallery-wrapper .btn-group {
	float: left;
	width: 50%;
}
.gallery-wrapper .btn-group {
	float: right;
}
.gallery-wrapper .card-header {
	border: none;
	background: none;
	padding: 30px 15px 0;
}
.gallery-wrapper .nav-pills .nav-link {
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin: 0 10px;
}
.gallery-wrapper .nav-pills .nav-link.active {
	background: none;
	position: relative;
	border-bottom: 5px solid #023a5b;
	border-radius: 0;
}
.gallery-wrapper .btn-secondary {
	background-color: #023a5b;
	color: #fff;
	display: block;
	flex: inherit;
	text-align: center;
	/*margin: 0 0 0 auto; */
	margin: 13px 0 0 auto;
	font-size: 1rem;
}
/*Gallery*/
/*News and Blog*/
.blog-card {
	border-radius: 25px;
	overflow: hidden;
	border: none;
	box-shadow: 0 0 5px 1px rgba(25, 255, 255, 0.2);
}
.blog-card .card-img-top {
	object-fit: cover;
	object-position: center;
	height: 265px;
}
#home-news .blog-card .card-img-top {
	height: 190px;
}
.blog-card .card-title {
	color: #023a5b;
	font-weight: bold;
	font-size: 17px;
	margin: 5px 0 15px;
	min-height: 43px;
}
/*News and Blog*/
/*Fixtures*/
#fixtures h2 {
	position: absolute;
	right: 2rem;
	top: 5rem;
	font-size: 18px;
	color: #023a5b;
	background-color: #fff;
	padding: 7px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#fixtures h2 span {
	display: inline-block;
	margin: 0 10px;
}
.locations-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: location_count;
}
.locations-list li {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #d73e5d;
	bottom: -5px;
	left: 0;
	right: 0;
	border-radius: 40px;
}
.locations-list li:empty {
	opacity: 0;
}
.locations-list li span {
	position: absolute;
	top: -65px;
	left: 25px;
	width: 100px;
	text-align: center;
	background-color: #fff;
	color: #d73e5d;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all 200ms;
}
.locations-list li.left span {
	top: -65px;
	left: 25px;
}
.locations-list li.right span {
	left: -120px;
}
.locations-list li.top span {
	top: -85px;
	left: -44px;
}
.locations-list li.bottom span {
	top: -65px;
	left: 25px;
}
.locations-list li:hover span {
	opacity: 1;
}
.locations-list li::after {
	content: counter(location_count);
	position: absolute;
	top: -60px;
	left: -15px;
	background-image: url("/static/images/icons/map-marker.png");
	width: 35px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	counter-increment: location_count;
	transition: all 200ms;
	transform: scale(1);
	animation: bounce_light 3s ease infinite;
	color: #d73e5d;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	font-weight: bolder;
}
.locations-list li:nth-child(odd):after {
	animation: bounce_light 2.5s ease infinite;
}
@keyframes bounce_light {
	70% {
		transform: translateY(0%);
	}
	80% {
		transform: translateY(-10%);
	}
	/*90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }*/
	100% {
		transform: translateY(0);
	}
}
.locations-list li:hover:after {
	top: -62px;
	transform: scale(1.1);
	animation: none;
}
.locations-list li.ranchi {
	top: 46.5%;
	left: auto;
	right: 42.5%;
}
.locations-list li.dehradun {
	top: 29%;
	left: 36.5%;
}
.locations-list li.jammu {
	top: 21%;
	left: 27%;
}
.locations-list li.vizag {
	top: 63%;
	left: auto;
	right: 48%;
}
.locations-list li.surat {
	top: 53%;
	left: 20%;
}
.locations-list li.jaipur {
	top: 40%;
	left: 22%;
}
.fixture-list {
	padding: 0;
	margin: 50px auto;
	list-style: none;
}
.fixture-list li {
	margin: 0 0 15px;
	position: relative;
}
.fixture-list li * {
	transition: all 500ms cubic-bezier(0.63, 0.36, 0.25, 0.72);
}
.fixture-list li.passed {
	filter: grayscale(1);
}
.flip-head {
	overflow: hidden;
}
.flip-head h3 {
	float: left;
	font-size: 14px;
	background-color: #fff;
	/*color: #87778e;*/
	color: #023a5b;
	width: 230px;
	height: 44px;
	text-align: center;
	padding: 6px 0 5px;
	margin: 0 -5px 0 0;
	border-radius: 3px 0 0 3px;
	transform: translateX(0);
	font-weight: bold;
}
.fixture-list .time {
	/*background-color: #d73e5d; */
	background-color: #05f3ff;
	color: #023a5b;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	border-radius: 5px;
	transform: translateX(0);
}
.active .flip-head h3 {
	transform: translateX(-230px);
}
.active .flip-head .time {
	border-radius: 5px 5px 0 0;
	transform: translateX(-225px);
}
.fixture-list .active .time .fa.fa-angle-down::before {
	content: "\f106";
}
.match-details {
	background-color: #ffffff;
	position: relative;
	border-radius: 0 5px 5px;
	overflow: hidden;
	transform: rotateX(270deg) scaleX(0) translateX(-250px);
	height: 0px;
}
.active .match-details {
	overflow: visible;
	transform: rotateX(0) scaleX(1) translateX(0);
	height: 80px;
}
.match-details > * {
	display: inline-block;
	vertical-align: top;
	color: #023a5b;
}
.match-details .teams-logos {
	width: 30%;
	margin: 0 0 0 5px;
}
.match-details .teams-logos .team,
.match-details .teams-logos .vs {
	float: left;
	width: 40%;
}
.match-details .teams-logos .team img {
	object-fit: contain;
	object-position: center;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 10px 0;
}
.match-details .teams-logos .vs {
	color: #000;
	font-weight: bold;
	width: 15%;
	margin-top: 20%;
	font-size: 16px;
}
.team-details {
	width: 225px;
}
.team-details h3 {
	text-align: left;
	font-size: 16px;
	/* text-transform: uppercase;*/
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0;
	display: block;
}
.team-details span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.match-details .btn-primary {
	background-color: #05f3ff;
	color: #023a5b;
	border: none;
	/*color: #fff;*/
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	font-size: 18px;
	padding: 25px 20px 0;
}
.match-details .fa {
	position: absolute;
	top: -15px;
	right: 5px;
	background-color: #fff;
	color: #000;
	border-radius: 100%;
	padding: 5px;
	font-size: 16px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
/*Fixtures*/
/*Press Release*/
.press-release {
	margin: 0;
	padding: 0;
	list-style: none;
}
.press-release li {
	background-color: #fff;
	color: #023a5b;
	margin: 10px 0;
	border-radius: 10px;
	padding: 5px 15px;
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 2;
}
.press-release .btn {
	float: right;
}
/*Press Release*/
#content.page .img-fluid {
	max-width: 50%;
	min-width: 350px;
	float: right;
	padding: 0 0 15px 20px;
}
/*Team*/
#team h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 60px;
}
#team .text-end img {
	height: 300px;
	object-fit: contain;
}
.team-page-logos {
	padding: 0;
	margin: 0px auto 40px;
	list-style: none;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.team-page-logos li {
	display: inline-block;
	background-color: #f26f20;
	height: 90px;
	width: 90px;
	border-radius: 100%;
	border: 5px solid #fff;
	padding: 10px;
	margin: 20px 5px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.team-page-logos li.active {
	background-color: #fff !important;
}
.team-page-logos img {
	object-fit: contain;
	object-position: center;
	width: 90%;
	height: 90%;
	display: block;
	margin: auto;
}
.team-bg {
	margin: 80px auto;
	display: block;
	object-fit: contain;
	height: 200px;
	width: auto;
}
#teamTab {
	margin: -30px auto 0;
	text-align: center;
	background-color: #fff;
	width: 560px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#teamTab .nav-item {
	/*width: 33.33%;*/
	width: 50%;
	text-align: center;
	position: relative;
}
#teamTab .nav-item::after {
	position: absolute;
	content: "";
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	width: 1px;
	top: 10px;
	right: 0;
	bottom: 10px;
}
#teamTab .nav-item:last-child:after {
	content: none;
}
#teamTab .nav-link {
	border-radius: 10px;
	/*background-color: transparent;*/
	background-color: #023a5b;
	border: none;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
	padding: 20px 0;
}
#teamTab .nav-link.active {
	/*color: #614098;*/
	color: #000;
	background-color: #fff;
}
#performers .row {
	background-color: #614098;
	color: #fff;
	margin: 90px auto;
	position: relative;
}
#performers .number {
	background-color: #482d75;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 0 0;
}
.player-image {
	margin: -40px 0;
	border-radius: 100%;
	border: 5px solid #fff;
	background-color: #614098;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding: 0;
}
#performers .name {
	text-align: left;
	text-transform: uppercase;
	margin-top: 30px;
}
#performers .stats {
	padding: 0;
	margin: 18px 0 0;
	text-align: left;
	list-style: none;
	text-transform: uppercase;
	color: #ddbb45;
	font-weight: bold;
	line-height: 1;
}
#performers .stats li {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
#performers .stats span {
	display: block;
	font-size: 40px;
	color: #fff;
	line-height: 1;
}
#performers .team-bg {
	top: 45px;
	max-width: 80px;
	position: absolute;
	right: 30px;
	margin: 0;
	height: auto;
}
#squad {
	margin-top: 35px;
}
#squad .col-md-4 {
	margin-top: 100px;
}
#squad .card {
	background-color: #614098;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	background-image: url("/static/images/team/bg/India-capitel.png");
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 85% 85%;
}
#squad .list-group {
	border: none;
}
#squad .list-group-item {
	background: none;
	color: #dfbd44;
	border: none;
	padding: 0 17px;
	font-weight: 700;
	font-size: 18px;
}
#squad .list-group-item span {
	color: #fff;
}
#squad .card-img-top {
	width: 200px;
	border-radius: 100%;
	/*border: 5px solid #fff;*/
	margin: -100px auto 0;
	background-color: #614098;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	height: 200px;
	object-fit: contain;
	object-position: top;
}
#squad .card-title {
	font-weight: 700;
	font-size: 29px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#squad .card-body.row {
	color: #dfbd44;
	font-size: 18px;
	font-weight: bold;
}
#squad .card-body.row span {
	color: #fff;
	font-size: 38px;
	display: block;
	line-height: 1;
}
#fixture .row {
	background-color: #ededed;
	position: relative;
}
#fixture .date {
	background-color: #614098;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 15px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.teams-logos {
	margin-top: 15px;
}
.teams-logos .team {
	width: 100px;
	display: inline-block;
	height: 100px;
	object-position: center;
}
.teams-logos .team img {
	border: 5px solid #fff;
	border-radius: 100%;
	width: 90%;
	height: 90%;
	padding: 10px;
	object-fit: contain;
	object-position: center;
}
#fixture {
	margin-top: 25px;
}
#fixture .row {
	background-color: #ededed;
	position: relative;
	margin-bottom: 15px;
}
#fixture h2 {
	/*color: #351b41;*/
	color: #023a5b;
	text-transform: uppercase;
	font-size: 34px;
	margin: 0;
}
#squad .card-title .fa {
	position: absolute;
	top: 10px;
	right: 10px;
}
#fixture p {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	/*color: #351b41;*/
	color: #023a5b;
}
#fixture .col-md-2 {
	padding-right: 0;
}
#fixture .button-wrap {
	position: relative;
}
#fixture .btn {
	background-color: #614098;
	color: #fff;
	padding: 50px 25px;
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	border-radius: 0;
}
#fixture .fa {
	position: absolute;
	background-color: #fff;
	color: #351b41;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	font-size: 24px;
	width: 45px;
	height: 45px;
	padding: 10px;
	border-radius: 50%;
	top: -20px;
	right: 20px;
}
.main-sponsor {
	max-width: 400px;
	padding: 10px;
	border-radius: 5px;
	transition: all 300ms;
	transform: scale(1);
}
.partners {
	position: relative;
	margin: 10px auto;
	padding: 10px 0;
}
.partners::before {
	position: absolute;
	content: "";
	top: -10px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	left: 7%;
	right: 7%;
}
.partners + .partners::before {
	left: 2%;
	right: 2%;
}
.partners .col-md-3,
.partners .col-md-2 {
	position: relative;
}
.partners .col-md-3::after,
.partners .col-md-2::after {
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	border-right: 1px solid rgba(0, 0, 0, 1);
	right: 0;
}
.partners .col-md-3:last-child:after,
.partners .col-md-2:last-child:after {
	content: none;
}
.partners img {
	width: 200px;
	height: 140px;
	padding: 15px;
	border-radius: 5px;
	transition: all 300ms;
	transform: scale(1);
	margin: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
.partners img:hover,
.main-sponsor:hover {
	transform: scale(1.05);
}
/*
#fanzone-content a {
	color: #d73e5d;
}
#fanzone-content a.whatsapp-link {
	color: #FFF;
	font-size: 60px;
	background-color: #0D9A15;
	line-height: 0;
	width: 72px;
	display: block;
	height: 72px;
	border-radius: 10px;
	text-align: center;
	transition: all 20ms;
	transform: scale(1);
	padding: 5px;
}
#fanzone-content a.whatsapp-link:hover {
	transform: scale(1.02);
}
#fanzone-content a.whatsapp-link:active {
	transform: scale(0.99);
}
*/
.points-table-wrap {
	padding-top: 0px;
}
/*.points-table-bg {
	background-color: #f3f4f5;
	border-radius: 15px;
}
.points-table-wrap .title {
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
	background-color: #f7f8f9;
	color: #351b41;
	padding: 10px 25px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.points-table-wrap .points-table {
	background-color: #fff;
	width: 90%;
	border-collapse: collapse;
	margin: auto;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
/*.points-table td {
	width: 20%;
}*/
.points-table-bg .entity-widget-main-div {
	border-radius: 15px;
	overflow: hidden;
}

#fanzone .card {
	padding: 10px 5px;
	border-radius: 0;
	overflow: hidden;
}
#fanzone .card-header span {
	background-color: #d73e5d;
	text-transform: uppercase;
	font-size: 14px;
	padding: 1px 5px;
	line-height: 1;
}
#fanzone h2 {
	font-size: 22px;
	color: #d73e5d;
	font-weight: 500;
}
#fanzone .list-group {
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 104%;
}
#fanzone .list-group-item {
	border: none;
	color: #351b42;
	margin: 2px 0;
}
#fanzone .form-check {
	padding-left: 0;
}
#fanzone .form-check-input {
	border: 2px solid #d73e5d;
	width: 20px;
	height: 20px;
	margin: 1px 10px 0 0;
}
#fanzone .form-check-input:checked {
	background-image: url("/static/images/radio-bg.png");
	background-color: #d73e5d;
	border-color: #d73e5d;
	box-shadow: none;
	outline: none;
}
#fanzone .form-check-input:focus,
#fanzone .form-check-input:active {
	box-shadow: none;
	outline: none;
}
.points-table-bg.home-most-runs .entity-widget-main-div .heading-widget {
	display: block;
}
.points-table-bg.home-most-runs {
	height: 290px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 15px;
}
#whereUwantToPutOnlyIdseries_top_pages_wickets .heading-widget span {
	top: 0;
	overflow: hidden;
	position: relative;
	display: block;
	width: 160px;
	margin: 0 auto;
	color: #fff;
}
#whereUwantToPutOnlyIdseries_top_pages_wickets .heading-widget span::after {
	position: absolute;
	content: "Most Wickets";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #000;
	height: 30px;
	width: 200px;
}
.progress {
	border-radius: 0;
	height: 24px;
	font-size: 18px;
}
.modal-header {
	border: none;
}
.modal-header h5 {
	font-size: 30px;
	text-align: center;
	margin: auto;
	font-weight: bold;
}
.form-floating > .form-control {
	padding: 1rem 0.75rem;
	border-color: #ccc;
	border-radius: 0;
	border-width: 2px;
	font-weight: bold;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	box-shadow: none;
	border-color: #d73e5d;
}
.form-floating > label {
	color: #ccc;
	text-transform: uppercase;
	font-size: 18px;
	padding: 14px 10px 0 15px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 1;
	transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
	background-color: #fff;
	line-height: 1;
	height: 34px;
	color: #d73e5d;
}
.modal .btn-primary {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.points-table-wrap .col-md-12 > div {
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
	height: 285px;
}
#whereUwantToPutOnlyIdcompetetion_center {
	height: auto;
}
.points-table-wrap .entity-widget-main-div .heading-widget {
	display: block;
}
#whereUwantToPutOnlyIdcompetetion_center .heading-widget {
	display: none;
}
.entity-widget-main-div.whereUwantToPutOnlyIdbttom_widget {
	position: relative;
	z-index: 1;
}
.match-report iframe {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 100%;
	width: 800px;
	height: 440px;
}
#content .text-justify p,
#content .text-justify p * {
	font-size: 16px !important;
	font-family: "Roboto Condensed", sans-serif !important;
	margin: 0 auto !important;
	color: #fff !important;
}
#content .text-justify p {
	margin-bottom: 15px !important;
}
.breadcrumb {
	margin-bottom: 0.2rem;
}
.navbar {
	padding: 0 !important;
}
.llc-logo {
	/*height:50%;*/
	width: 100%;
}

.navbar-expand-lg .navbar-nav {
	background-color: #f8f9fa !important;
	border-radius: 10px;
	margin-top: 30px;
}
section#breadcrumbs {
	padding: 40px 0px 0px 0px;
}
.news-title {
	color: #023a5b;
	font-weight: bold;
	font-size: 17px;
	margin: 5px 0 15px;
	min-height: 43px;
}
#squad .card-text {
	border-radius: 20px;
	padding: 10px;
	color: #fff;
	width: 75%;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
	margin-top: 10px;
}
img.logo-llcmaster {
	height: 100px;
	padding: 10px;
}

.class-height {
	height: 104px;
}
.southern-super-stars .player-title {
	color: #000 !important;
}

.southern-super-stars .role {
	color: #000 !important;
}

.southern-super-stars .date {
	color: #000 !important;
}

.southern-super-stars .btn {
	color: #000 !important;
}
.brand-logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.brand-logos ul li {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
	margin: 5px;
}
.brand-logos ul li.exclusive {
	width: 100%;
	background: none;
	max-width: 325px;
	margin: 15px auto;
}
.brand-logos ul li a {
	display: block;
	text-decoration: none;
	height: 135px;
	padding: 5px 0;
	position: relative;
}
.brand-logos ul li:nth-child(3) a {
	padding-top: 35px;
}
.brand-logos ul li a span {
	color: #023a5b;
	text-transform: uppercase;
	font-weight: 600;
}
.brand-logos ul li a button {
	background-color: #55B6C8;
	text-transform: uppercase;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px auto 0;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.brand-logos ul li.exclusive span {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px auto;
	display: block;
}
.brand-logos ul li.exclusive span::before, .brand-logos ul li.exclusive span::after {
	position: absolute;
	top: 10px;
	left: -25px;
	content: "";
	width: 20px;
	height: 1.5px;
	background-color: #fff;
	display: block;
}
.brand-logos ul li.exclusive span::after {
	left: auto;
	right: -25px;
}
.brand-logos ul li.exclusive a {
	border-radius: 10px;
	width: 118%;
	margin-left: -9%;
	height: auto;
	padding-bottom: 0;
}
.brand-logos ul li.exclusive a img {
	margin: 10px auto 0;
	background-color: #fff;
	width: 100%;
	object-fit: cover;
	padding: 15px 40px;
	border-radius: 15px;
	z-index: 1;
	position: relative;
}
.brand-logos ul li.exclusive a button {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 20px;
	height: auto;
	bottom: -50px;
	z-index: 0;
	padding: 25px 0 10px;
}
