.hi-header,
.hi-logo:after {
	width: 100%;
	height: 75px;
	background-color: #fff;
	top: 0
}

.hi-header,
.hi-header-wrap,
.hi-logo-list,
.hi-main-nav,
.hi-nav-wrap,
.hi-top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.hi-header {
	position: fixed;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 15px 0 rgba(11, 15, 56, .3);
	box-shadow: 0 0 15px 0 rgba(11, 15, 56, .3);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.hi-logo,
.hi-logo:after {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.hi-header section {
	width: 100%
}

.hi-header a {
	font-size: 14px !important;
	font-weight: 600;
	color: #fff !important;
	letter-spacing: 1px !important
}

.hi-logo {
	-ms-flex-preferred-size: 8%;
	flex-basis: 8%;
	position: relative;
	z-index: 1
}

.hi-logo:after {
	content: "";
	position: absolute;
	right: -25px;
	z-index: -1;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg)
}

.hi-item-wrap,
.hi-logo-item,
.hi-site-txt,
.hi-top-menu,
.top-header {
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.hi-logo img {
	height: 60px;
	width: auto;
	margin-top: 6px
}

.container {
	max-width: 1190px !important;
	width: 100% !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-right: auto !important;
	margin-left: auto !important
}

.hi-nav-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 92%;
	flex-basis: 92%
}

.hi-top-menu {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #050d42;
	height: 30px;
	position: relative;
	padding-left: 50px
}

.hi-top-menu:after,
.top-header:after {
	right: -100%;
	height: 100%;
	z-index: -1;
	content: ""
}

.hi-top-menu:after {
	background-color: #050d42;
	position: absolute;
	top: 0;
	width: 200%
}

.hi-left-block {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%;
	padding: 0 40px 0 55px
}

.hi-item-wrap,
.hi-site-txt {
	color: #fff
}

.hi-item-wrap>div {
	margin: 0 10px
}

.hi-item-wrap .hi-page-link {
	text-transform: uppercase
}

.hi-item-wrap .hi-page-link a {
	font-size: 16px !important;
	text-decoration: none
}

.hi-item-wrap .hi-page-link a:hover {
	color: #ff3e5d
}

.hi-logo-item {
	margin: 0 5px
}

.hi-logo-item img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.top-header {
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, #c04991), color-stop(89.72%, #5a4c97));
	background: linear-gradient(90deg, #c04991 14%, #5a4c97 89.72%);
	color: #fff;
	position: relative;
	padding-left: 55px
}

.top-header .menu li a:hover,
.top-header .menu li ul li ul li.current-menu-item>a {
	color: orange
}

.top-header:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(15%, #b94892), color-stop(45%, #594d99));
	background: linear-gradient(90deg, #b94892 15%, #594d99 45%);
	position: absolute;
	top: 0;
	width: 200%
}

.top-header .menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top-header .menu li {
	display: inline-block;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 12px
}

.top-header .menu li a {
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding: 0 2px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.top-header .menu li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
	min-width: 220px;
	top: 45px;
	text-align: left;
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, #c04991), color-stop(89.72%, #5a4c97));
	background: linear-gradient(90deg, #c04991 14%, #5a4c97 89.72%);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
	box-shadow: 0 0 2px rgba(0, 0, 0, .4);
	padding: 0 15px;
	border-radius: 0 0 10px 10px
}

.top-header .menu li ul.right {
	right: -10px;
	left: auto
}

.top-header .menu li ul.left {
	right: auto;
	left: -50px
}

.top-header .menu li ul.from-top {
	top: -180px
}

.top-header .menu li ul li {
	margin: 0;
	padding: 0 10px;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer
}

.top-header .menu li ul li:not(:last-child) {
	border-bottom: 1px solid #fff
}

.top-header .menu li ul li a {
	padding: 12px 0;
	text-align: center;
	display: block;
	line-height: inherit;
	height: auto
}

.top-header .menu li ul li:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.top-header .menu li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 0
}

.top-header .menu li ul li ul.right {
	left: auto;
	right: 100%
}

.top-header .menu li.m-social {
	display: none
}

.top-header .menu li.has-sub-menu>a {
	position: relative
}

.top-header .menu li.has-sub-menu>a:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff
}

.top-header .menu li.has-sub-menu ul li.menu-item-has-children>a {
	position: relative
}

.top-header .menu li.has-sub-menu ul li.menu-item-has-children>a:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff
}

.top-header .menu li:hover>ul {
	display: block
}

.toggle-menu-cont {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 60px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
	background-color: #5a4c97;
	z-index: 10000
}

.toggle-menu-cont .toggle-menu {
	width: 36px;
	height: 36px;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.toggle-menu-cont .toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: #fff;
	width: 20px;
	left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.toggle-menu-cont .toggle-menu i:nth-child(1) {
	top: 8px;
	width: 16px
}

.toggle-menu-cont .toggle-menu i:nth-child(2) {
	top: 16px
}

.toggle-menu-cont .toggle-menu i:nth-child(3) {
	top: 24px;
	width: 13px
}

.toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
	top: 20px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 20px
}

.toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
	background: 0 0
}

.toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
	top: 20px;
	width: 20px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

@media only screen and (max-width:992px) {

	.main,
	.pt-88 {
		padding-top: 60px !important
	}

	.top-header .menu li ul,
	.top-header .menu li ul li ul {
		position: inherit;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		left: auto !important
	}

	.hi-header-wrap {
		display: block
	}

	.hi-logo,
	.hi-logo:after,
	.hi-logo:before {
		height: 60px
	}

	.hi-logo img {
		height: 50px;
		width: auto;
		margin-top: 6px
	}

	.hi-logo .hilogo {
		width: 45px !important;
		height: 40px;
		display: inline-block;
		margin: 10px 0 0
	}

	.hi-header,
	.hi-header.sticky,
	.hi-header.sticky .hi-logo:after {
		height: 60px
	}

	.hi-header {
		width: 100%
	}

	.top-header {
		padding-left: 0;
		margin: 0 -15px
	}

	.top-header .menu {
		display: none;
		text-align: left;
		height: 100vh;
		overflow-y: scroll;
		padding-top: 16px
	}

	.top-header .menu li {
		margin-right: 0;
		display: block;
		height: auto !important
	}

	.top-header .menu li a,
	.top-header .menu li ul li a {
		display: inline-block;
		line-height: inherit;
		height: auto
	}

	.top-header .menu li a {
		padding: 5px 16px
	}

	.top-header .menu li ul {
		width: 100%;
		right: auto !important;
		top: auto !important
	}

	.top-header .menu li ul li:not(:last-child) {
		border: none
	}

	.top-header .menu li ul li a {
		padding: 5px 0;
		text-align: left
	}

	.top-header .menu li ul li:hover {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.top-header .menu li ul li ul {
		width: 100%;
		right: auto !important
	}

	.top-header .menu li.m-social {
		display: block;
		margin-top: 50px;
		margin-left: 0
	}

	.top-header .menu li.m-social>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0
	}

	.top-header .menu li.m-social ul {
		display: block;
		width: auto;
		text-align: center
	}

	.top-header .menu li.m-social ul li {
		display: inline-block
	}

	.top-header .menu li.has-sub-menu ul li.menu-item-has-children a:after {
		top: 10px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		right: -10px;
		-webkit-transform: none;
		transform: none
	}

	.hi-left-block,
	.hi-right-block,
	.hi-top-menu {
		display: none !important
	}
}

.spotlights .s-title {
	opacity: .6;
	padding-right: 10px;
	color: #ffffff !important;
}

.spotlights ul {
	display: none
}

.spotlights .ticker {
	text-decoration: none
}

.spotlights .ticker a {
	text-decoration: none;
	font-weight: 400
}

.hi-footer .subtitle {
	position: relative;
	min-height: 18px;
	margin-bottom: 20px
}

.hi-footer .subtitle span {
	position: relative
}

.hi-footer .subtitle span:after,
.hi-footer .subtitle span:before {
	bottom: -5px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 100px);
	content: ""
}

.hi-footer .subtitle span:before {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8f8f8), color-stop(6%, rgba(248, 248, 248, .9)), color-stop(13%, rgba(248, 248, 248, .8)), color-stop(20%, rgba(248, 248, 248, .7)), color-stop(26%, rgba(248, 248, 248, .4)), color-stop(32%, rgba(248, 248, 248, .3)), color-stop(39%, rgba(248, 248, 248, .2)), color-stop(46%, rgba(248, 248, 248, 0)), color-stop(53%, rgba(248, 248, 248, .2)), color-stop(60%, rgba(248, 248, 248, .4)), color-stop(68%, rgba(248, 248, 248, .6)), color-stop(77%, rgba(248, 248, 248, .7)), color-stop(84%, rgba(248, 248, 248, .8)), color-stop(91%, rgba(248, 248, 248, .9)), to(#f8f8f8));
	background: linear-gradient(to right, #f8f8f8 0, rgba(248, 248, 248, .9) 6%, rgba(248, 248, 248, .8) 13%, rgba(248, 248, 248, .7) 20%, rgba(248, 248, 248, .4) 26%, rgba(248, 248, 248, .3) 32%, rgba(248, 248, 248, .2) 39%, rgba(248, 248, 248, 0) 46%, rgba(248, 248, 248, .2) 53%, rgba(248, 248, 248, .4) 60%, rgba(248, 248, 248, .6) 68%, rgba(248, 248, 248, .7) 77%, rgba(248, 248, 248, .8) 84%, rgba(248, 248, 248, .9) 91%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#f8f8f8", GradientType=1);
	height: 2px;
	z-index: 1
}

.hi-footer .subtitle span:after {
	border-bottom: 1px dashed #050d42;
	height: 1px
}

.hi-footer .subtitle,
.hi-footer .title {
	color: #050d42
}

.hi-footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.hi-footer .footer-top {
	background-color: #050d42;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 20px;
	border-bottom: 1px solid #fff
}

.hi-footer .footer-top>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 10px
}

.hi-footer .footer-top>.container .item {
	position: relative
}

.hi-footer .footer-top .hi-footer-logo {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	position: relative
}

.hi-footer .footer-top .hi-footer-logo img,
.hi-footer .footer-top .hi-footer-logo:before {
	height: 50px
}

.hi-footer .footer-top .hi-footer-logo .footer-hi-logo {
	display: inline-block
}

.hi-footer .footer-top .hi-footer-logo .footer-hi-logo img {
	height: 80px;
}

.hi-footer .footer-top .icon {
	margin-bottom: 25px
}

.hi-footer .footer-top .icon img {
	width: 32px;
	height: auto;
	opacity: .5
}

.hi-footer .footer-top .hi-address {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.hi-footer .footer-top .hi-communication {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.hi-footer .footer-top .hi-telephone {
	margin-bottom: 15px
}

.hi-footer .footer-top .hi-telephone .icon {
	margin-bottom: 10px
}

.hi-footer .footer-top .hi-fax .icon {
	margin-bottom: 15px
}

.hi-footer .footer-top .mail {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 0
}

.hi-footer .footer-top .mail .f-text2 {
	margin-bottom: 20px
}

.hi-footer .footer-top .mail a {
	position: relative
}

.hi-footer .footer-top .hi-footer-logo:after,
.hi-footer .footer-top .hi-footer-logo:before,
.hi-footer .footer-top .mail a:after,
.hi-footer .footer-top:after {
	content: "";
	position: absolute
}

.hi-footer .footer-top .mail a:after {
	background-color: rgba(255, 255, 255, .7);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px
}

.hi-footer .footer-top .quick-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-top: 15px
}

.hi-footer .footer-top .quick-links li {
	border-left: 1px solid #fff;
	line-height: 16px;
	color: #fff;
	font-size: 14px;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: 300
}

.hi-footer .footer-top .quick-links li:first-child {
	border: 0;
	margin-left: 0;
	padding-left: 0
}

.hi-footer .footer-top:after {
	right: 0;
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	height: 100%;
	z-index: -1
}

.hi-footer .footer-copy {
	background-color: #050d42;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 10px
}

.hi-footer .footer-copy>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.hi-footer .footer-copy .copy-text {
	color: #fff;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 12px;
	margin-top: 3px
}

.hi-footer .footer-map {
	cursor: pointer;
	position: relative
}

.hi-footer .footer-map .icon:hover {
	opacity: 1
}

.hi-footer .footer-map .map {
	position: absolute;
	z-index: -1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	top: 42px;
	visibility: hidden
}

.hi-footer .footer-map:hover .map {
	opacity: 1;
	z-index: 1;
	visibility: visible
}

.hi-footer .f-text,
.hi-footer .f-text a {
	color: #fff;
	font-size: 12px
}

@media screen and (max-width:768px) {
	.hi-footer .footer-top {
		padding: 20px
	}

	.hi-footer .footer-top .icon {
		margin-bottom: 10px
	}

	.hi-footer .footer-top .icon:after {
		font-size: 24px
	}

	.hi-footer .footer-top>.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 10px
	}

	.hi-footer .footer-top .icon img {
		width: 24px;
		height: auto
	}

	.hi-footer .footer-top .hi-address,
	.hi-footer .footer-top .hi-communication,
	.hi-footer .footer-top .hi-footer-logo,
	.hi-footer .footer-top .hi-mail {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 20px
	}

	.hi-footer .footer-top .hi-fax .icon {
		margin-bottom: 10px
	}

	.hi-footer .footer-top .mail {
		margin-bottom: 0
	}

	.hi-footer .footer-top .hi-footer-logo:before {
		right: auto;
		height: 1px;
		width: 100%;
		z-index: 1;
		bottom: -8px;
		display: none
	}

	.hi-footer .footer-top .hi-footer-logo:after {
		content: unset;
		border-bottom: 1px dashed #fff;
		right: auto;
		bottom: -8px;
		height: 1px;
		width: 100%;
		display: none
	}

	.hi-footer .footer-top .quick-links {
		margin-top: 15px
	}

	.hi-footer .footer-top .quick-links li {
		font-size: 12px;
		margin-left: 5px;
		padding-left: 5px;
		white-space: nowrap
	}

	.hi-footer .footer-mid {
		display: none
	}

	.hi-footer .footer-copy {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 10px;
		background-color: #16163f
	}

	.hi-footer .footer-copy>.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.hi-footer .footer-copy .copy-text,
	.hi-footer .footer-copy .follow-us-social {
		display: 100%
	}

	.hi-footer .footer-copy .copy-text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 12px;
		margin-top: 3px
	}

	.hi-footer .footer-copy .follow-us-social .label {
		font-size: 12px;
		opacity: 1;
		margin-right: 5px
	}

	.hi-social {
		display: none
	}

	.scroll-top {
		bottom: 45px
	}

	.scroll-top a {
		height: 32px;
		width: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: .3s all ease-in-out;
		transition: .3s all ease-in-out;
		text-align: center;
		background-color: #ff3e5d;
		border-radius: 6px;
		text-decoration: none
	}
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nA.ttf) format('truetype')
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nA.ttf) format('truetype')
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nA.ttf) format('truetype')
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nA.ttf) format('truetype')
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nA.ttf) format('truetype')
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nA.ttf) format('truetype')
}

body,
html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Maven Pro", sans-serif;
	color: #000;
}

.v-cloak {
	display: none
}

.table-div {
	display: table
}

.table-div>div {
	display: table-cell
}

.table-div.full {
	width: 100%
}

.img21by9 {
	padding-top: 42.86%
}

.img16by9 {
	padding-top: 56.25%
}

.img4by3 {
	padding-top: 75%
}

.section-padding {
	padding: 60px 0
}

.inner-shadow {
	position: relative
}

.inner-shadow::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(189deg, rgba(0, 0, 0, .08) 50%, rgba(5, 13, 66, .7) 70%, #050d42 100%)
}

.common-title {
	font-weight: 700;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 10px
}

.inner-title {
	font-size: 24px;
	font-weight: 500
}

.date {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px
}

.content {
	padding-top: 75px
}

.hero-section {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	-webkit-box-shadow: rgba(5, 13, 66, .7) 0 -70px 100px 10px inset;
	box-shadow: rgba(5, 13, 66, .7) 0 -70px 100px 10px inset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	position: relative
}

.hero-section h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff
}

.hero-section h3 {
	font-size: 28px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 10px;
	color: #fff
}

.hero-section a {
	display: block;
	color: #fff
}

.hero-section a:hover {
	color: #fff
}

.hero-section .grad-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(182deg, rgba(217, 217, 217, 0) 36.51%, rgba(90, 76, 151, .47) 54.34%, #5a4c97 86.53%);
	z-index: 98
}

.hero-section .hero-data {
	position: absolute;
	z-index: 99;
	bottom: 50px
}

.hero-section .hero-data .cat-name {
	background-color: #ff3e5d;
	display: inline-block;
	color: #fff;
	padding: 5px 10px
}

.hero-section>.container {
	height: 100%
}

.hero-slider {
	position: relative
}

.hero-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%
}

.hero-slider .owl-nav .owl-next,
.hero-slider .owl-nav .owl-prev {
	display: inline-block;
	background-color: #050d42 !important;
	width: 28px;
	height: 28px;
	margin: 0 30px;
	border-radius: 4px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.hero-slider .owl-nav .owl-next::before,
.hero-slider .owl-nav .owl-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(15%, -50%);
	transform: translate(15%, -50%);
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-bottom: 0;
	rotate: -45deg
}

.hero-slider .owl-nav .owl-next:hover,
.hero-slider .owl-nav .owl-prev:hover {
	scale: .95;
	background-color: rgba(5, 13, 66, .8) !important
}

.hero-slider .owl-nav .owl-next {
	float: right;
	rotate: 180deg
}

.video-section {
	width: 100%;
	background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%);
	position: relative;
	z-index: 3;
	overflow: hidden
}

.video-section .back-1 {
	background-image: url(../images/back_1.png);
	background-size: 90%;
	background-position: 41% 7%;
	background-repeat: no-repeat
}

.video-section .icon {
	margin-bottom: 24px
}

.video-section .icon img {
	width: 68px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.video-section .icon img:hover {
	scale: .95
}

.video-section h2 {
	margin-top: 8px;
	font-size: 32px;
	font-weight: 600
}

.video-section .image-box {
	overflow: hidden;
	border-radius: 12px;
	position: relative;
	z-index: 2;
	cursor: pointer
}

.video-section .image-box .image {
	position: relative
}

.video-section .image-box .image img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2
}

.video-section .image-box .image::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	z-index: 1
}

.video-section .image-box:hover .image::after {
	background-color: rgba(0, 0, 0, .2)
}

.video-section .image-box:hover img {
	scale: 1.05
}

.video-section .video-post a h2 {
	color: #fff;
	text-decoration: none
}

.video-section .video-post a h3 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

.video-section .video-post a h3 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

.video-section .videos {
	margin-top: 60px
}

.videos-slider .owl-nav {
	display: none
}

.videos-slider .owl-stage {
	padding-left: 0 !important
}

.gender-switch {
	background-color: #eee;
	color: #000;
	width: 200px;
	display: inline-block;
	overflow: hidden;
	border-radius: 28px
}

.gender-switch ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gender-switch ul li {
	width: 50%;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: 600
}

.gender-switch ul li.active {
	background-color: #050d42;
	color: #fff;
	border-radius: 28px
}

.gender-switch ul li a {
	text-decoration: none;
	color: inherit
}

.teams-section .common-title {
	color: #ffffff
}

.teams-section .team-box {
	width: 100%;
	padding: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	border-radius: 12px
}

.news-box img,
.video-box .thumbnail {
	-o-object-fit: cover;
	border-radius: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.teams-section .team-box a {
	display: block;
	text-decoration: none
}

.teams-section .team-box .image {
	width: 60%;
	margin: 0 auto
}

.teams-section .team-box .image img {
	width: 100%
}

.teams-section .team-box .title {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
	min-height: 85px
}

.latest-news-section {
	width: 100%;
	background: linear-gradient(295deg, #c04991 10.74%, #5a4c97 69.81%)
}

.latest-news-section.white {
	background: #fff
}

.latest-news-section.white .common-title {
	color: #050d42
}

.latest-news-section.white .back {
	background-image: none
}

.latest-news-section .back {
	background-image: url(../images/gallery_back.png);
	background-repeat: no-repeat;
	background-size: cover
}

.video-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px
}

.video-box .thumbnail {
	width: 100%;
	aspect-ratio: 4/5;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: relative;
	z-index: 1
}

.video-box .thumbnail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, .3)
}

.video-box .play-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}

.video-box .play-icon img {
	width: 60px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.video-box .play-icon img:hover {
	scale: .95
}

.news-box:hover .image img,
.video-box:hover .thumbnail {
	scale: 1.05
}

.video-box .inner-title {
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 12px
}

.news-box,
.news-box .image {
	position: relative;
	overflow: hidden
}

.video-box .inner-title h3 {
	font-size: 18px;
	color: #fff
}

.videos-slider a {
	color: #fff;
	text-decoration: none
}

.news-box {
	border-radius: 12px;
	background-color: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	z-index: 1;
	cursor: pointer
}

.news-box img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover
}

.news-box .content-box {
	padding: 10px
}

.news-box .content-box span {
	color: #9e9e9e
}

.news-box .content-box p {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	height: 50px;
	overflow: hidden;
	margin-bottom: 0
}

.news-box a {
	color: #050d42;
	text-decoration: none;
	font-size: 14px
}

.news-box .image {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-box .image::after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 13, 66, .2);
	z-index: -1;
	border-radius: 12px
}

.news-box:hover .image::after {
	display: block;
	z-index: 1
}

.news-box:hover::after {
	display: block
}

.news-box.full .image {
	position: relative
}

.news-box.full .image .content-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	color: #fff;
	z-index: 99
}

.gallery-box,
.gallery-box .thumbnail {
	border-radius: 12px;
	position: relative
}

.news-box.full .image .content-box p {
	height: auto
}

.news-box.full .image .content-box p,
.news-box.full .image .content-box span {
	color: #fff
}

.gallery.section-padding {
	padding-bottom: 0
}

.gallery-box {
	overflow: hidden
}

.gallery-box .thumbnail {
	width: 100%;
	aspect-ratio: 4/5;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-box .thumbnail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, .3)
}

.gallery-box .play-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}

.gallery-box .play-icon img {
	width: 60px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-box .play-icon img:hover {
	scale: .95
}

.gallery-box .inner-title {
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 12px
}

.gallery-box .inner-title h3 {
	font-size: 18px;
	color: #fff
}

.gallery-box.a16y9 .thumbnail {
	aspect-ratio: 16/9
}

.gallery-box:hover .thumbnail {
	scale: 1.05
}

.hi-fixtures {
	margin-bottom: 20px
}

.hi-fixtures .hi-date {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.hi-fixtures .fixture-list-btn {
	padding: 6px 10px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	text-align: center;
	margin-right: 10px
}

.hi-fixtures .fixture-list-btn.video-waves {
	background-image: url(../images/sponsor/waves.png);
	background-size: 28px;
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 34px
}

.hi-fixtures .fixture-list-btn.video-waves.live {
	font-weight: 600
}

.hi-fixtures .match-center-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	background-color: #eee;
	text-align: center;
	line-height: 34px;
	color: #050d42
}

.hi-fixtures .match-center-link {
	position: absolute;
	inset: 0
}

.hi-fixtures .match-center-link span {
	display: none
}

.hi-fixtures .fix-left {
	position: relative
}

.hi-fixtures .hi-fixture {
	position: relative;
	color: #000;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 12px 8px;
	-webkit-box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.hi-fixtures .hi-fixture .fixture-det {
	margin: 0 auto
}

.hi-fixtures .hi-fixture .fixture-det .team-logo {
	width: 100px;
	text-align: center;
	vertical-align: middle
}

.hi-fixtures .hi-fixture .fixture-det .team-logo img {
	width: 48px
}

.hi-fixtures .hi-fixture .fixture-det .team-name {
	font-size: 16px;
	font-weight: 700;
	color: #050d42;
	width: 200px;
	vertical-align: middle
}

.hi-fixtures .hi-fixture .fixture-det .team-name.t1 {
	text-align: right
}

.hi-fixtures .hi-fixture .fixture-det .score {
	text-align: center;
	padding: 0 5px;
	vertical-align: middle;
	font-weight: 600
}

.hi-fixtures .hi-fixture .fixture-det .score span {
	font-weight: 400
}

.hi-fixtures .hi-fixture .fixture-det .vs-cont {
	vertical-align: middle;
	text-align: center
}

.hi-fixtures .hi-fixture .fixture-det .vs-cont .time {
	font-weight: 700;
	text-align: center
}

.hi-fixtures .hi-fixture .fixture-det .vs {
	position: relative;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	width: 28px;
	height: 28px;
	background: -webkit-gradient(linear, left top, right top, color-stop(14%, #c04991), color-stop(89.72%, #5a4c97));
	background: linear-gradient(90deg, #c04991 14%, #5a4c97 89.72%);
	margin: 0 auto;
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%
}

.team-page.female-team>div,
.team-page.male-team>div {
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: right
}

.hi-fixtures .hi-fixture .stage-name {
	font-weight: 600;
	text-align: center
}

.hi-fixtures .hi-fixture .venue-name {
	font-weight: 600;
	min-width: 100px;
	text-align: center
}

.hi-fixtures .hi-fixture .venue-name i {
	color: #aaa
}

.hi-fixtures .fixture-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 48px
}

.hi-fixtures .fixture-links .table-div>div {
	display: inline-block;
	vertical-align: middle
}

.hi-fixtures .fixture-links .table-div>div a {
	display: inline-block
}

.social-wall {
	padding: 32px 0
}

.social-wall .wall-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social-wall .wall-row>div {
	min-height: 300px;
	margin: 0 30px;
	border: 1px solid #ddd
}

.social-wall .wall-row .fb iframe {
	border: 25px solid transparent !important
}

.social-wall .wall-row .fb,
.social-wall .wall-row .instagram,
.social-wall .wall-row .tw {
	width: 360px;
	text-align: center
}

.social-wall .wall-row .fb iframe,
.social-wall .wall-row .instagram iframe,
.social-wall .wall-row .tw iframe {
	width: 360px !important
}

.social-wall .wall-row .instagram .eapps-instagram-feed-content {
	width: 100%
}

.text-blue {
	color: #050d42
}

.teams-list {
	width: 100%;
	padding-top: 24px;
	margin-bottom: -1px
}

.teams-list ul {
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.teams-list ul li {
	list-style: none;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50px;
	padding: 14px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.teams-list ul li img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.teams-list ul li:hover {
	scale: 1.05;
	cursor: pointer
}

.teams-list ul li.active {
	border: 4px solid #ffb400;
	scale: 1.05;
	-webkit-box-shadow: 0 0 20px 1px rgba(62, 143, 238, .768627451);
	box-shadow: 0 0 20px 1px rgba(62, 143, 238, .768627451)
}

.teams-list.female-team ul li.active {
	-webkit-box-shadow: 0 0 20px 1px #e9a7be;
	box-shadow: 0 0 20px 1px #e9a7be
}

.team-page.male-team {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#054da1), to(#1c4ea4));
	background-image: linear-gradient(to bottom, #054da1, #1c4ea4)
}

.team-page.male-team>div {
	background-image: url(../images/back_1.png)
}

.team-page.female-team {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e20a7d), to(#d62f88));
	background-image: linear-gradient(to bottom, #e20a7d, #d62f88)
}

.team-page.female-team>div {
	background-image: url(../images/back_1.png)
}

.team-title.section-padding {
	padding-top: 40px;
	padding-bottom: 40px
}

.team-title .team-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px
}

.team-title .team-info .logo {
	background-color: #fff;
	width: 140px;
	height: 140px;
	padding: 24px;
	border-radius: 50%;
	border: 4px solid #ffb400
}

.team-title .team-info .logo img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.team-title .team-info h2 {
	font-size: 50px;
	font-weight: 700
}

.player-table {
	padding: 20px 0
}

.player-table .player-details {
	background: #3ba2eb;
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #3ba2eb), color-stop(90%, #1d4fa4));
	background: linear-gradient(90deg, #3ba2eb 35%, #1d4fa4 90%);
	padding: 8px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	min-height: 76px
}

.player-table .player-details div.player-photo>div {
	background-color: #fff;
	border: 2px solid #0c4da2;
	border-radius: 5px;
	overflow: hidden;
	width: 60px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center
}

.player-table .player-details p {
	text-transform: uppercase;
	margin-bottom: 0
}

.player-table .player-details p img {
	width: 24px;
	height: auto;
	margin-right: 4px
}

.player-table .player-details p.player-name {
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	text-align: left;
	padding-left: 10px
}

.player-table .player-details p.player-type {
	width: 60px;
	text-align: right;
	font-size: 20px
}

.player-table .player-details p.role-name {
	text-align: right;
	font-size: 14px
}

.player-table .player-details p.player-country {
	width: 80px;
	text-align: right
}

.player-table .player-details p.player-country img.plane {
	width: 24px
}

.player-table.female .player-details {
	background: #e3208a;
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #e3208a), color-stop(90%, #a21f65));
	background: linear-gradient(90deg, #e3208a 35%, #a21f65 90%)
}

.player-table-new {
	padding: 20px 0
}

.player-table-new .position-list h3 {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 30px
}

.player-table-new .player-details {
	border: 1px solid #3ba2eb;
	background: #fff;
	margin-bottom: 30px
}

.player-table-new .player-details a {
	display: block;
	color: inherit;
	text-decoration: none
}

.player-table-new .player-details .player-photo {
	padding-top: 10px;
	position: relative;
	text-align: center
}

.player-table-new .player-details .player-photo img.pic {
	height: 200px;
	max-width: 100%;
	margin: 0 auto
}

.player-table-new .player-details .player-photo .player-country {
	position: absolute;
	top: 5px;
	right: 5px
}

.player-table-new .player-details .player-photo .player-country img {
	width: auto;
	height: 16px;
	margin-right: 4px
}

.player-table-new .player-details .player-photo .player-country img.plane {
	width: 24px;
	height: auto
}

.player-table-new .player-details .player-info {
	padding: 8px 15px;
	background: #3ba2eb;
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #3ba2eb), color-stop(90%, #1d4fa4));
	background: linear-gradient(90deg, #3ba2eb 35%, #1d4fa4 90%)
}

.player-table-new .player-details .player-info .player-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	height: 44px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff
}

.player-table-new.female .player-details {
	border: 1px solid #ff1992
}

.player-table-new.female .player-details .player-info {
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #e3208a), color-stop(90%, #a21f65));
	background: linear-gradient(90deg, #e3208a 35%, #a21f65 90%)
}

.filters select.form-control {
	color: #fff !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#050c42), to(#050c42));
	background-image: linear-gradient(to right, #050c42, #050c42);
	font-weight: 600;
	padding: 10px 12px;
	border-radius: 15px;
	margin-bottom: 10px
}

.filters select.form-control:active,
.filters select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.mobile-banner {
	padding-bottom: 50px
}

.mobile-banner img {
	max-width: 100%;
	height: auto;
	border-radius: 10px
}

.download-fixtures {
	text-align: right;
	color: #222;
	font-size: 14px;
	padding: 12px 0
}

.download-fixtures a {
	color: #050d42;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px
}

.download-fixtures a:hover {
	color: #fff
}

.sponsors-section {
	background-color: #f8f8f8;
	padding-top: 190px;
}

.sponsors-section .common-title {
	color: #050d42;
	margin-bottom: 10px
}

.sponsors-section .sponsors {
	padding-top: 20px;
	border-bottom: 1px solid #000
}

.sponsors-section .sponsors .logo-div {
	text-align: center
}

.sponsors-section .sponsors .logo-div p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0
}

.sponsors-section .sponsors .logo-div p.big {
	font-size: 20px
}

.sponsors-section .sponsors .logo-div img {
	width: auto;
	height: 80px;
	margin: 16px 0
}

.sponsors-section .sponsors .logo-div img.big {
	height: 100px
}

.where-to-watch-section {
	color: #000
}

.where-to-watch-section .where-to-watch-div {
	margin-bottom: 30px
}

.where-to-watch-section .where-to-watch-div h2 {
	color: #050d42;
	font-weight: 600;
	font-size: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	padding-bottom: 2px
}

.where-to-watch-section .where-to-watch-div .platform-div {
	margin-top: 30px
}

.where-to-watch-section .where-to-watch-div .platform-div .title {
	text-align: center
}

.where-to-watch-section .where-to-watch-div .platform-div .title h3 {
	font-size: 30px;
	font-weight: 600
}

.where-to-watch-section .where-to-watch-div .platform-div .platform-title {
	text-align: center;
	margin-top: 20px
}

.where-to-watch-section .where-to-watch-div .platform-div .platform-title h3 {
	text-align: center;
	border: 1px solid #000;
	display: inline-block;
	padding: 4px 20px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px
}

.where-to-watch-section .where-to-watch-div .platform-div .platforms {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px
}

.where-to-watch-section .where-to-watch-div .platform-div .platforms .platform {
	text-align: center
}

.where-to-watch-section .where-to-watch-div .platform-div .platforms .platform img {
	width: auto;
	height: 75px
}

.where-to-watch-section .where-to-watch-div .platform-div .platforms .platform p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2px
}

.where-to-watch-section .outside-india h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 10px
}

.where-to-watch-section .outside-india .channel-map {
	margin-bottom: 20px
}

.where-to-watch-section .outside-india .channel-map img {
	width: 100%;
	height: auto
}

.where-to-watch-section .where-to-watch-table {
	margin-bottom: 40px
}

.where-to-watch-section .where-to-watch-table .table-head {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600
}

.where-to-watch-section .where-to-watch-table .table-content {
	background-color: #f4f4f4
}

.where-to-watch-section .where-to-watch-table .table-content .content {
	padding: 10px 20px;
	font-size: 16px
}

.where-to-watch-section .where-to-watch-table .table-content:nth-child(odd) {
	background-color: #ededed
}

.where-to-watch-section .where-to-watch-table .table-content .broadcast-channel {
	text-align: center
}

.where-to-watch-section .where-to-watch-table .table-content .broadcast-channel img {
	width: 70px;
	height: auto;
	margin: 16px 10px
}

.hi-standings-cont,
.hi-stats-cont {
	background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%)
}

.pt-stage {
	margin-bottom: 20px;
	overflow-x: auto
}

.pt-stage h3 {
	margin: 0;
	text-align: left;
	padding: 10px 5px;
	background: #415fbd;
	color: #fff;
	cursor: pointer
}

.pt-stage h4 {
	margin: 0;
	background: #999;
	padding: 5px;
	color: #fff
}

.pt-stage .pt-table table tbody tr th,
.pt-stage .pt-table table thead tr th {
	font-weight: 400;
	color: #eee;
	font-size: 10px
}

.pt-stage .pt-table {
	padding-bottom: 10px
}

.pt-stage .pt-table table {
	width: 100%;
	padding-bottom: 10px;
	position: relative
}

.pt-stage .pt-table table thead tr th {
	padding: 5px
}

.pt-stage .pt-table table tbody tr:nth-child(2n) {
	background: rgba(0, 0, 0, .2)
}

.pt-stage .pt-table table tbody tr td,
.pt-stage .pt-table table tbody tr th {
	padding: 5px 8px
}

.pt-stage .pt-table table tbody tr td.team_name,
.pt-stage .pt-table table tbody tr th.team_name {
	font-weight: 700;
	font-size: 14px
}

.pt-stage .pt-table table tbody tr td {
	text-align: center
}

.pt-stage .pt-table td.team-logo>div,
.pt-stage .pt-table th.team-logo>div {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pt-stage .pt-table td.team-logo>div img,
.pt-stage .pt-table th.team-logo>div img {
	height: 40px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.pt-stage .pt-table.big {
	margin-top: 10px
}

.pt-stage .pt-table.big table thead tr th {
	text-align: center;
	font-size: 15px
}

.pt-stage .pt-table.big table thead tr th.left {
	text-align: left
}

.pt-stage .pt-table.big table tbody tr td {
	padding: 15px;
	font-size: 16px
}

.pt-stage .pt-table.big table tbody tr td.team_name {
	font-weight: 700;
	font-size: 16px
}

.pt-stage .result-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pt-stage .result-row span {
	width: 28px;
	height: 28px;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #00f;
	color: #fff;
	margin-right: 4px;
	font-size: 14px
}

.pt-stage .result-row span.W {
	background: #13cf00
}

.pt-stage .result-row span.D {
	background: #76766f
}

.pt-stage .result-row span.L {
	background: #d81920
}

.hi-stats-cont {
	min-height: 500px
}

.statistics {
	padding-top: 30px;
	padding-bottom: 30px
}

.statistics .row .col-md-4 {
	min-height: 100%;
	padding-bottom: 30px
}

.statistics .stats-tab ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0
}

.statistics .stats-tab ul li {
	display: inline-block;
	min-width: 150px
}

.statistics .stats-tab ul li:not(:last-child) {
	border-right: 1px solid #fff
}

.statistics .stats-tab ul li:not(:last-child) a {
	border-radius: 5px 0 0 5px
}

.statistics .stats-tab ul li:nth-child(2) a {
	border-radius: 0
}

.statistics .stats-tab ul li a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 10px;
	text-align: center;
	color: #262626;
	border-radius: 0 5px 5px 0
}

.statistics .stats-tab ul li a.active {
	background: #050d42;
	color: #fff;
	font-weight: 600
}

.stats-div,
.stats-div .image-div .icon-image {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
}

.stats-div {
	border-radius: 3px;
	clear: both;
	font-size: 1em;
	overflow: auto;
	min-height: 100%
}

.stats-div .title a {
	padding: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-decoration: none
}

.stats-div .accuracy {
	font-size: 13px;
	font-style: italic;
	margin: 0 10px
}

.stats-div .image-div {
	border-radius: 3px;
	color: #fff;
	padding: 16px 16px 0;
	margin: 0 8px;
	min-height: 24px;
	background: linear-gradient(300deg, #fff 46%, #396bc4 120%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.stats-div .image-div .table-div .discription {
	padding-bottom: 10px;
	width: 70%
}

.stats-div .image-div .table-div .discription .pos {
	color: #000
}

.stats-div .image-div .table-div .discription .stat-name {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	height: 40px !important;
	overflow: hidden;
	margin: 8px 0
}

.stats-div .image-div .table-div .discription .stat-name2 {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	display: block
}

.stats-div .image-div .table-div .discription .stat-no {
	color: #050d42;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	margin-top: 8px
}

.stats-div .image-div .table-div .image {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0
}

.stats-div .image-div .table-div .image img {
	width: 100px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.stats-div .image-div .table-div .image.club-logo {
	bottom: 10px;
	right: 10px
}

.stats-div .image-div .table-div .image.club-logo img {
	height: 100px;
	width: 100px;
	border-radius: 5px !important
}

.stats-div .image-div .icon-image {
	position: absolute;
	top: -20px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 10;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.stats-div .image-div .icon-image img {
	width: 25px;
	height: 25px
}

.stats-div .list-div {
	color: #000
}

.stats-div .list-div .stat-rows {
	width: 100%;
	padding: 12px;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 48px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e8e8e8
}

.stats-div .list-div .stat-rows.no_border {
	border-bottom: none
}

.stats-div .list-div .stat-rows .sr-num {
	width: 15px
}

.stats-div .list-div .stat-rows .stat-name {
	width: 60%;
	padding-left: 5px
}

.stats-div .list-div .stat-rows .stat-name .stat-name1 {
	display: block;
	color: #000
}

.stats-div .list-div .stat-rows .stat-name .stat-name2 {
	display: block;
	color: #6c6c6c;
	font-size: 12px;
	font-weight: 400
}

.stats-div .list-div .stat-rows .logo {
	width: 35px;
	text-align: center
}

.stats-div .list-div .stat-rows .logo img {
	width: 25px;
	height: 25px
}

.stats-div .list-div .stat-rows .player-pic {
	width: 60px;
	text-align: center
}

.stats-div .list-div .stat-rows .player-pic img {
	width: 50px;
	height: auto
}

.stats-div .list-div .number {
	margin-left: auto;
	padding-left: 10px
}

.stats-div .list-div .right-arrow {
	text-decoration: none;
	color: #37003c
}

.stats-div .list-div .right-arrow:hover {
	color: #e91e63
}

a.go-back {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 10px;
	background: rgba(0, 0, 0, .3);
	border-radius: 3px
}

.stat-box-tm,
.stat-box-tm-big {
	background: #fff;
	border-radius: 10px
}

a.go-back img {
	width: 16px
}

.stat-box-tm {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px
}

.stat-box-tm img {
	height: 60px
}

.stat-box-tm img.r {
	margin-right: 30px
}

.stat-box-tm img.l {
	margin-left: 30px
}

.stat-box-tm .stat-number {
	font-weight: 800;
	display: block;
	font-size: 42px;
	color: #5a4c97;
	line-height: 1
}

.stat-box-tm .stat-title {
	font-weight: 500;
	font-size: 18px;
	color: #888
}

.stat-box-tm-big {
	padding: 10px;
	height: 220px
}

.stat-box-tm-big .stat-box-tm img {
	height: 90px
}

.stat-box-tm-big .table-div {
	width: 100%
}

.stat-box-tm-big .table-div>div {
	width: 33.33%;
	text-align: center
}

.stat-box-tm-big .table-div>div label {
	display: block;
	color: #888
}

.stat-box-tm-big .table-div>div .number {
	font-weight: 600;
	display: block;
	font-size: 30px;
	color: #ff3e5d
}

.player-profile {
	background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%);
	min-height: 500px;
	padding-bottom: 50px
}

.player-profile>div {
	background-image: url(../images/splash_3_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center
}

.player-profile .player-slider {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px
}

.player-profile .player-slider .owl-item>a {
	height: 60px;
	width: 60px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
	opacity: .7;
	position: relative
}

.player-profile .player-slider .owl-item>a:hover {
	opacity: 1
}

.player-profile .player-slider .owl-item>a .p-name {
	display: none;
	margin-top: 10px;
	position: absolute;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	z-index: 99
}

.player-profile .player-slider .owl-nav {
	position: relative;
	background: red
}

.player-profile .player-slider .owl-nav .owl-next,
.player-profile .player-slider .owl-nav .owl-prev {
	position: absolute;
	top: -40px;
	background: url(../images/icons/new_right_angle.png) center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	z-index: 99
}

.player-profile .player-slider .owl-nav .owl-prev {
	left: -50px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.player-profile .player-slider .owl-nav .owl-next {
	right: -20px;
	float: right
}

.player-profile .player-row {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.player-profile .player-row .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.player-profile .player-row .info-box .profile-info {
	text-transform: uppercase;
	margin-bottom: 10px
}

.player-profile .player-row .info-box .profile-info.bb .details {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px
}

.player-profile .player-row .info-box .profile-info .label {
	display: block
}

.player-profile .player-row .info-box .profile-info .details {
	display: block;
	font-size: 20px;
	font-weight: 700
}

.player-profile .player-row .info-box .profile-info .details img.flag {
	width: 48px;
	height: auto
}

.player-profile .player-row .info-box .profile-info.team-logo {
	font-size: 14px;
	font-weight: 700
}

.player-profile .player-row .info-box .profile-info.team-logo img {
	width: 48px;
	margin-right: 10px
}

.player-profile .player-row .info-box .profile-info.player-name {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 20px
}

.player-profile .player-row .info-box .profile-info .j-no {
	font-size: 40px;
	opacity: .5;
	line-height: 1;
	padding-right: 20px
}

.player-profile .player-row .info-box .profile-info .table-div>div {
	vertical-align: middle
}

.player-profile .player-row .player-pic {
	text-align: center;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat
}

.player-profile .player-row .player-pic img {
	max-height: 360px;
	width: auto
}

.player-profile .stats {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #000
}

.player-profile .stats h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.player-profile .stats ul {
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.player-profile .stats ul li {
	width: 20%;
	padding: 10px
}

.player-profile .stats ul li .stat-box {
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#054da1), to(#1c4ea4));
	background: linear-gradient(to bottom, #054da1, #1c4ea4);
	border-radius: 5px;
	text-align: center;
	color: #fff
}

.player-profile .stats ul li .stat-box .no {
	font-size: 30px;
	font-weight: 700;
	display: block
}

.stats-header>div.right {
	text-align: right
}

@media screen and (max-width:768px) {
	.section-padding {
		padding: 30px 0
	}

	.common-title {
		font-size: 28px;
		margin-bottom: 18px
	}

	.date {
		font-size: 16px
	}

	.inner-title {
		font-size: 20px
	}

	.hero-section {
		margin-top: 60px
	}

	.hero-section h1 {
		font-size: 32px
	}

	.news-box .content-box p {
		height: auto;
		min-height: 80px
	}

	.gallery {
		margin-top: -20px
	}

	.social-wall .wall-row {
		display: block !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.social-wall .wall-row>div {
		margin: 0 20px;
		margin-bottom: 20px !important
	}

	.social-wall .wall-row .fb iframe {
		border: none !important
	}

	.social-wall .wall-row .fb,
	.social-wall .wall-row .fb iframe,
	.social-wall .wall-row .instagram,
	.social-wall .wall-row .instagram iframe,
	.social-wall .wall-row .tw,
	.social-wall .wall-row .tw iframe {
		width: auto !important
	}

	.social-wall .wall-row .tw iframe {
		width: 100% !important
	}

	.social-wall .wall-row .instagram .eapps-instagram-feed-content {
		width: 100%
	}

	.social-wall .wall-row .instagram #eapps-instagram-feed-1 {
		width: 100% !important
	}

	.download-fixtures {
		text-align: center
	}

	.sponsors-section .sponsors {
		padding-top: 10px
	}

	.sponsors-section .sponsors .logo-div p {
		font-size: 12px
	}

	.sponsors-section .sponsors .logo-div p.big {
		font-size: 14px
	}

	.sponsors-section .sponsors .logo-div img {
		height: 50px
	}

	.sponsors-section .sponsors .logo-div img.big {
		height: 80px
	}

	.col-md-4:first-child.m-top {
		margin-top: 0
	}

	.col-md-4.m-top {
		margin-top: 20px
	}

	.player-profile>div {
		background-size: 800px;
		background-position: center 210px
	}

	.player-profile .player-slider {
		margin-left: 30px;
		margin-right: 30px;
		max-width: 90%
	}

	.player-profile .player-slider .owl-nav .owl-prev {
		left: -30px
	}

	.player-profile .player-slider .owl-nav .owl-next {
		right: 0
	}

	.player-profile .player-row .profile-info.player-name .table-div,
	.player-profile .player-row .profile-info.team-logo .table-div {
		margin-left: auto;
		margin-right: auto
	}

	.player-profile .player-row .player-pic {
		border-bottom: 1px solid #fff
	}

	.player-profile .player-row .info-box {
		display: block;
		margin-top: 10px;
		text-align: center
	}

	.player-profile .stats ul {
		display: block
	}

	.player-profile .stats ul li {
		width: 100%
	}

	.stat-box-tm.mob-top {
		margin-top: 20px
	}

	.stats-header>div {
		text-align: center
	}

	.stats-header>div.right {
		text-align: center;
		margin-bottom: 10px
	}

	.statistics .stats-tab ul li {
		min-width: inherit;
		width: 100%
	}

	.statistics .row .col-md-4 {
		padding-bottom: inherit
	}
}

.hi-arrow,
.section-banner.video-banner .info .hi-article-meta .article-date {
	margin-left: 0
}

[v-cloak] {
	display: none !important
}

.main {
	padding-top: 75px
}

.main.no-pad {
	padding-top: 0 !important
}

.hi-arrow {
	width: 16px;
	height: auto
}

.gallery-tags-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icon-gallery {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ff3e5d;
	border-radius: 50%
}

.icon-gallery img {
	width: 24px !important;
	height: auto
}

.tag-gallery {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-left: 8px
}

.follow-us-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px
}

.follow-us-social a {
	color: #fff;
	font-size: 14px !important;
	text-decoration: none;
	font-weight: 400 !important
}

.follow-us-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 12px
}

.follow-us-social ul li {
	cursor: pointer;
	list-style-type: none;
	color: #fff;
	display: inline-block
}

.follow-us-social .footer-label {
	color: #fff;
	font-size: 12px;
	opacity: 1
}

.follow-us-social .footer-label:hover {
	opacity: .7
}

.follow-us-social .icon-twitter svg {
	width: 15px !important
}

.follow-us-social ul li a {
	padding: 5px 10px;
	font-size: 16px
}

.follow-us-social ul li a img {
	width: 20px;
	height: auto
}

.follow-us-social ul li a.twitter {
	display: block;
	margin-top: -4px
}

.follow-us-social ul li a.icon-instagram i {
	font-size: 17px !important
}

.follow-us-social ul li a.icon-youtube {
	font-size: 20px !important
}

.follow-us-social ul li a:hover i,
.follow-us-social ul li a:hover svg {
	opacity: .8
}

.hi-btn,
.load-btn {
	background: #ff284a;
	height: 48px;
	outline: 0;
	border: 0;
	color: #fff;
	border-radius: 50px;
	padding: 0 40px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	margin: 0 auto auto;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.view-btn,
.view-btn::after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.hi-btn:hover,
.load-btn:hover {
	background-color: #ff3e5d
}

.hi-btn.min,
.load-btn.min {
	height: 40px;
	font-size: 12px
}

.hi-btn.with-flex,
.load-btn.with-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hi-btn.with-flex span,
.load-btn.with-flex span {
	display: inline-block !important;
	background-color: transparent !important;
	width: auto !important;
	height: auto !important;
	text-decoration: none !important;
	color: #fff !important
}

.item-type-icon,
.page-banner {
	background-color: #050d42;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.page-banner {
	position: relative;
	padding: 30px 0;
	background-image: url(../images/banner_back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 20%;
	background-blend-mode: lighten
}

.page-banner h1 {
	color: #fff;
	margin: 0;
	position: relative;
	font-size: 30px;
	font-weight: 700
}

.page-content {
	padding-top: 20px;
	padding-bottom: 20px
}

.item-type-icon {
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%
}

.icon-img {
	width: 16px !important;
	height: 16px !important;
	position: inherit !important;
	inset: auto !important
}

.title-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.view-btn {
	display: inline-block;
	color: #ff3e5d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	margin-right: 25px
}

.view-btn::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ff3e5d;
	border-right: 2px solid #ff3e5d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 5px;
	right: -15px
}

.view-btn:hover::after {
	right: -20px
}

.view-btn.p-right {
	float: right
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	aspect-ratio: 16/7
}

.embed-responsive .embed-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 1 !important;
	border-radius: 12px
}

.section-banner {
	position: relative;
	aspect-ratio: 12/5
}

.section-banner .image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-banner .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	background: linear-gradient(184deg, rgba(217, 217, 217, 0) 46.51%, rgba(90, 76, 151, .47) 54.34%, #5a4c97 72.53%);
	z-index: 9
}

.section-banner .info {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0 20px 20px;
	width: 100%;
	z-index: 10
}

.section-banner .info .banner-title {
	font-size: 30px;
	font-weight: 600;
	height: auto;
	overflow: hidden;
	color: #fff;
	display: inline;
	margin-bottom: 15px;
	z-index: 1
}

.section-banner .info .hi-article-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ff3e5d;
	font-size: 14px;
	z-index: 1
}

.section-banner .info .hi-article-meta .article-date {
	color: #fff;
	margin-bottom: 0;
	margin-left: 5px
}

.section-banner .info .hi-social-share {
	position: absolute;
	bottom: 16px;
	right: 16px
}

.section-banner .info .hi-social-share .icon-twitter svg {
	width: 18px !important
}

.section-banner .info .hi-social-share ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section-banner .info .hi-social-share ul li {
	display: inline-block;
	color: #fff
}

.section-banner .info .hi-social-share ul li:not(:last-child) {
	margin-right: 16px
}

.section-banner .info .hi-social-share ul li a i {
	color: #fff;
	font-size: 18px
}

.section-banner .info .hi-social-share ul li a.twitter {
	display: block;
	margin-top: -4px
}

.section-banner.video-banner {
	background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%);
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.section-banner.video-banner .back {
	background-image: url(../images/gallery_back.png);
	background-repeat: no-repeat;
	background-size: cover
}

.section-banner.video-banner .info {
	position: static;
	padding: 16px 0 0
}

.section-banner.video-banner .info:before {
	background: 0 0
}

.section-banner.video-banner .info .banner-title {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	position: absolute;
	position: static
}

.section-banner.video-banner .info .hi-social-share {
	position: static;
	z-index: 9999
}

.section-banner.photo-banner .image .hero-slider .slider-img {
	padding-bottom: 56.25%;
	position: relative;
	background-position: center !important;
	background-color: #000;
	background-size: contain
}

.section-banner.photo-banner .image .hero-slider .slider-img img {
	position: absolute !important;
	width: 100% !important;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.single-article {
	color: #000
}

.single-article .article-content {
	padding: 10px
}

.single-article .article-content img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 16px
}

.single-article .article-content div,
.single-article .article-content li,
.single-article .article-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 10px
}

.single-article .article-content div b,
.single-article .article-content div strong,
.single-article .article-content li b,
.single-article .article-content li strong,
.single-article .article-content p b,
.single-article .article-content p strong {
	font-weight: 600
}

.single-article .article-content ol,
.single-article .article-content ul {
	padding-left: 25px
}

.single-article .article-content figure img {
	max-width: 100%;
	height: auto
}

.single-article .article-content h3 {
	margin-top: 10px
}

.single-article .banner img {
	width: 100%;
	height: auto
}

.article-content a {
	text-decoration: underline
}

.article-content p.has-text-align-center {
	text-align: center !important
}

.article-content p.has-text-align-left {
	text-align: left !important
}

.article-content p.has-text-align-right {
	text-align: right !important
}

.article-content .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 56.25% 0 0;
	overflow: hidden
}

.article-content .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.latest {
	padding: 50px 0
}

.latest .title-div {
	margin-bottom: 20px
}

.latest.grey {
	background-color: #f7f7f7
}

@media only screen and (max-width:768px) {
	.date {
		font-size: 14px
	}

	.latest {
		padding: 24px 0
	}

	.mob-mb-16 {
		margin-bottom: 16px
	}

	.section-banner .overlay {
		bottom: 0;
		display: none
	}

	.section-banner .info {
		position: inherit;
		padding-top: 16px;
		background: -webkit-gradient(linear, left top, right top, color-stop(14%, #c04991), color-stop(89.72%, #5a4c97));
		background: linear-gradient(90deg, #c04991 14%, #5a4c97 89.72%);
		bottom: 0
	}

	.section-banner .info:before {
		background: 0 0 !important
	}

	.section-banner .info .banner-title {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.3;
		position: static;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.section-banner.video-banner {
		padding: 10px
	}

	.section-banner.video-banner .info {
		background: 0 0
	}

	.section-banner.photo-banner .image {
		min-height: auto
	}

	.gallery-box .inner-title h3 {
		font-size: 18px
	}
}

.wp-block-table {
	overflow-x: auto
}

.table-cont,
.wp-block-table {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000
}

.table-cont.no-top,
.wp-block-table.no-top {
	margin-top: 0
}

.table-cont.member-units table td a,
.wp-block-table.member-units table td a {
	text-decoration: underline;
	padding: 0;
	color: #1e1e1e;
	display: initial;
	margin-left: 5px
}

.table-cont.member-units table td a:hover,
.wp-block-table.member-units table td a:hover {
	color: #ff3e5d
}

.table-cont table,
.wp-block-table table {
	width: 100%
}

.table-cont table thead,
.wp-block-table table thead {
	background-color: #2e2d7f;
	color: #fff
}

.table-cont table thead tr th,
.wp-block-table table thead tr th {
	padding: 10px;
	font-size: 15px;
	border: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: top
}

.table-cont table tbody tr td,
.table-cont table tbody tr th,
.wp-block-table table tbody tr td,
.wp-block-table table tbody tr th {
	padding: 10px;
	font-size: 15px
}

.table-cont table tbody tr td,
.wp-block-table table tbody tr td {
	border: 1px solid #e5e5e5
}

.table-cont table tbody tr td strong,
.wp-block-table table tbody tr td strong {
	font-weight: 400
}

.table-cont table tbody tr:nth-child(2n),
.wp-block-table table tbody tr:nth-child(2n) {
	background-color: #f5f5f5
}

.table-cont table a,
.wp-block-table table a {
	font-size: 15px;
	color: #1e1e1e;
	text-decoration: none;
	padding: 10px 0
}

.table-cont.medal-tally,
.wp-block-table.medal-tally {
	margin: 0
}

.table-cont.medal-tally thead,
.wp-block-table.medal-tally thead {
	background-color: #f0f0f0
}

.table-cont.medal-tally thead th,
.wp-block-table.medal-tally thead th {
	padding: 20px 15px;
	color: #1e1e1e;
	border: none;
	font-weight: 700;
	font-size: 18px
}

.table-cont.medal-tally .category-icon,
.wp-block-table.medal-tally .category-icon {
	display: inline-block;
	margin-right: 20px
}

.table-cont.medal-tally .category-icon img,
.wp-block-table.medal-tally .category-icon img {
	width: auto;
	height: 27px;
	-o-object-fit: contain;
	object-fit: contain
}

.table-cont.medal-tally .medal-icon,
.wp-block-table.medal-tally .medal-icon {
	margin-right: 20px
}

.table-cont.medal-tally .medal-icon img,
.wp-block-table.medal-tally .medal-icon img {
	width: auto;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain
}

.table-cont.medal-tally td,
.wp-block-table.medal-tally td {
	padding: 20px 15px;
	border: none;
	text-align: center
}

.table-cont.medal-tally tbody tr:nth-child(odd),
.wp-block-table.medal-tally tbody tr:nth-child(odd) {
	background-color: #f5f5f5
}

.table-cont.medal-tally tbody tr:nth-child(even),
.wp-block-table.medal-tally tbody tr:nth-child(even) {
	background-color: #f0f0f0
}

.banner img,
.wp-block-image img {
	max-width: 100%;
	height: auto
}

@media screen and (max-width:768px) {

	.video-box .play-icon img,
	.video-section .icon img {
		width: 40px;
		height: auto
	}

	body {
		overflow-x: hidden !important
	}

	.main {
		padding-top: 60px
	}

	.section-padding {
		padding: 30px 0
	}

	.img16by12 {
		padding-bottom: 75%
	}

	.common-title {
		font-size: 28px;
		margin-bottom: 18px
	}

	.date {
		font-size: 16px
	}

	.inner-title {
		font-size: 20px
	}

	.hero-slider .owl-nav {
		top: auto;
		bottom: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		gap: 5px
	}

	.hero-slider .owl-nav .owl-next,
	.hero-slider .owl-nav .owl-prev {
		margin: 0 6px
	}

	.hero-section {
		margin-top: 0
	}

	.hero-section h1 {
		font-size: 20px;
		margin-top: 6px
	}

	.video-box .inner-title h3,
	.video-section h2 {
		font-size: 18px
	}

	.hero-section .hero-data {
		bottom: 15px
	}

	.news-box .content-box p {
		height: auto;
		min-height: 80px
	}

	.gallery {
		margin-top: -20px
	}

	.video-section .icon {
		margin-bottom: 16px
	}

	.video-section .image-box {
		position: relative
	}

	.video-section .image-box .icon {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3
	}

	.video-section .image-box .icon img {
		aspect-ratio: unset !important
	}

	.video-section .image-box .icon a {
		display: inline-block
	}

	.embed-responsive {
		aspect-ratio: 16/9
	}

	.gender-switch ul li {
		padding: 6px 0;
		font-size: 16px
	}

	.teams-section .team-box {
		padding: 10px
	}

	.teams-section .team-box .title {
		font-size: 18px
	}

	.team-title .team-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px
	}

	.team-title .team-info .logo {
		padding: 12px
	}

	.team-title .team-info h2 {
		font-size: 36px;
		text-align: center
	}

	.teams-list ul {
		gap: 8px
	}

	.teams-list ul li {
		width: 72px;
		height: 72px;
		padding: 10px
	}

	.player-table .player-details p.player-name {
		font-size: 18px
	}

	.hi-fixtures .hi-date {
		font-size: 16px
	}

	.hi-fixtures .hi-fixture .fixture-det .team-logo {
		width: 60px
	}

	.hi-fixtures .hi-fixture .fixture-det .team-logo img {
		width: 50px
	}

	.hi-fixtures .hi-fixture .fixture-det .team-name {
		font-size: 14px;
		width: 100px;
		font-weight: 500
	}

	.hi-fixtures .hi-fixture .fixture-det .vs-cont {
		vertical-align: middle
	}

	.hi-fixtures .hi-fixture .fixture-det .vs {
		font-size: 12px;
		width: 24px;
		height: 24px
	}

	.hi-fixtures .hi-fixture .venue-name {
		width: auto
	}

	.hi-fixtures .fixture-links {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #050d42;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto
	}

	.hi-fixtures .fixture-links .match-center-btn {
		display: none !important
	}
}

@media only screen and (max-width:1068px) {
	.hi-fixture {
		margin-top: 15px
	}

	.hi-fixture .hi-txt.hi-txt1 {
		font-size: 18px
	}

	.hi-fixture .hi-txt.hi-txt2,
	.hi-fixture .hi-txt.hi-txt3 {
		font-size: 16px
	}

	.hi-fixture .hi-fixture-wrap .hi-mat-info span {
		font-size: 10px;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%
	}

	.hi-fixture .hi-fixture-wrap .hi-mat-info .hi-date {
		text-align: right
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-team-detls {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-flag {
		width: 50px;
		height: 35px
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-team-name {
		text-align: center;
		font-size: 10px;
		margin-top: 10px;
		font-weight: 500;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-score-detls {
		font-size: 36px;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-timer-wrap:after {
		left: -10px
	}

	.hi-fixture .hi-fixture-wrap .hi-scorecard-wrap .hi-timer-wrap .hi-timer {
		width: 40px;
		height: 40px
	}

	.hi-fixture .hi-fixture-wrap .hi-venue {
		font-size: 10px
	}

	.hi-fixture .hi-accordian .hi-accordianContent {
		width: 100%
	}

	.hi-fixture .hi-accordian .hi-accordianContent .hi-icon {
		margin-right: 5px
	}

	.hi-fixture .hi-accordian .hi-accordianContent .hi-icon:after {
		top: 3px
	}

	.hi-fixture .hi-accordian .hi-accordianContent .hi-teamB .hi-goalWrap .hi-icon .hi-icon {
		margin-left: 5px
	}

	.single-article figure img {
		width: 100%;
		height: auto
	}
}

.hil-matches-section {
	padding: 20px 0;
	background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%)
}

.hil-matches-section .top-section {
	background-image: url(../images/back_1.png);
	background-size: 130%;
	background-position: 41% 7%;
	background-repeat: no-repeat
}

.hil-matches-section .match-teams-section .team-div .team-details,
.hil-matches-section .match-teams-section .team-div .team-details .team-flag {
	text-align: right
}

.hil-matches-section .match-teams-section .team-div .team-details .team-flag>div {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50px;
	padding: 14px;
	text-align: center
}

.hil-matches-section .match-teams-section .team-div .team-details .team-flag>div img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.hil-matches-section .match-teams-section .team-div .team-details .team-name {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-top: 2px
}

.hil-matches-section .match-teams-section .team-div.second-team .team-details,
.hil-matches-section .match-teams-section .team-div.second-team .team-details .team-flag {
	text-align: left
}

.hil-matches-section .match-teams-section .teams-main-score .team-main-score {
	text-align: center;
	white-space: nowrap;
	font-size: 38px;
	font-weight: 600;
	margin-top: 22px;
	letter-spacing: 5px
}

.hil-matches-section .match-teams-section .teams-main-score .team-main-score span {
	display: block;
	font-size: 14px
}

.hil-matches-section .match-teams-section .teams-main-score .team-main-score>.table-div {
	margin: 0 auto 5px
}

.hil-matches-section .match-teams-section .teams-main-score .match-result-table .match-label {
	text-align: center
}

.hil-matches-section .match-teams-section .teams-main-score .match-result-table .match-label span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase
}

.hil-matches-section .match-teams-section .teams-main-score .match-result-table .result-table {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, .7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hil-matches-section .match-teams-section .teams-main-score .match-result-table .result-table table {
	text-align: center
}

.hil-matches-section .match-teams-section .teams-main-score .match-result-table .result-table table td,
.hil-matches-section .match-teams-section .teams-main-score .match-result-table .result-table table th {
	padding: 0 4px
}

.hil-matches-section .match-teams-section .teams-main-score .match-venue {
	text-align: center;
	font-size: 13px;
	margin-top: 16px
}

.hil-matches-section .match-teams-section .teams-main-score .match-venue>div {
	text-align: center
}

.hil-matches-section .match-events-section .match-events .match-event-title {
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 4px
}

.hil-matches-section .match-events-section .match-events .match-events-entries .match-event-entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 8px;
	margin: 4px 0
}

.hil-matches-section .match-events-section .match-events .match-events-entries .match-event-entry span {
	font-size: 12px
}

.hil-matches-section .match-events-section .match-events .match-events-entries .match-event-entry img {
	width: 14px;
	height: auto
}

.hil-matches-section .match-events-section .match-events.team-second .match-event-title {
	text-align: left
}

.hil-matches-section .match-events-section .match-events.team-second .match-events-entries .match-event-entry {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.hil-matches-section .matches-events-timeline .match-event-timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 10px
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline {
	height: 110px;
	min-width: 275px;
	position: relative
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 2px;
	width: 100%;
	background-color: #fff
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .boundries {
	position: relative;
	width: 100%;
	height: 100%
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .boundries::after,
.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .boundries::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 16px;
	width: 2px;
	background-color: #fff
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .boundries::after {
	left: auto;
	right: -1px
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event {
	position: absolute
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label {
	position: absolute;
	top: -45px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img {
	cursor: pointer;
	position: relative
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img img {
	width: 14px;
	height: auto
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box {
	display: none;
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 2px;
	height: 50px;
	min-width: 180px;
	color: #000
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box img {
	width: 60px;
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box .table-div .img {
	vertical-align: middle
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box .table-div .img img {
	height: 40px;
	width: auto
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box .table-div .details {
	font-size: 12px;
	white-space: nowrap;
	vertical-align: middle
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img .timeline-period-hover-box .table-div .details b {
	font-weight: 500
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-label .timeline-period-event-label-img:hover .timeline-period-hover-box {
	display: block
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event .timeline-period-event-mark {
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #fff;
	top: -13px;
	margin: -1px
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event.second-team .timeline-period-event-label {
	top: 25px
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .center-line .timeline-period-events .timeline-period-event.second-team .timeline-period-event-mark {
	top: 1px
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .timeline-counting {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}

.hil-matches-section .matches-events-timeline .match-event-timeline .match-timeline .timeline .timeline-counting .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0
}

.hil-matches-section .score-boards .sw-tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}

.hil-matches-section .score-boards .sw-tabs ul li {
	list-style: none
}

.hil-matches-section .score-boards .sw-tabs ul li a {
	display: inline-block;
	text-decoration: none;
	background-color: #d6d6d6;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	white-space: nowrap;
	padding: 14px 20px
}

.hil-matches-section .score-boards .sw-tabs ul li a.active {
	color: red;
	background-color: #fff
}

.hil-matches-section .score-boards .score-tables {
	background-color: #fff;
	padding: 30px 20px;
	color: #000;
	border-radius: 5px
}

.hil-matches-section .score-boards .score-tables .team-tables .team-title img {
	width: 40px;
	height: auto
}

.hil-matches-section .score-boards .score-tables .team-tables .team-title .team-name {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	margin: 20px 0;
	position: relative;
	overflow: auto
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table {
	width: 100%;
	text-align: center
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table thead {
	border-bottom: 2px solid #e1e1e1
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table thead th {
	font-size: 14px;
	padding: 11px 15px;
	text-align: center;
	text-overflow: ellipsis
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table thead th:first-child,
.hil-matches-section .score-boards .score-tables .team-tables .score-table table thead th:nth-child(2) {
	position: sticky;
	left: 0;
	background-color: #fff
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table thead th:nth-child(2) {
	text-align: left;
	padding-left: 0;
	left: 39px
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody tr {
	border-top: 1px solid #e1e1e1
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody th {
	position: sticky;
	left: 0;
	background-color: #fff;
	padding: 10px
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody th:not(.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody th:first-child) {
	text-align: left
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody th:nth-child(2) {
	left: 39px;
	padding-left: 0
}

.hil-matches-section .score-boards .score-tables .team-tables .score-table table tbody td {
	padding: 10px
}

.hil-matches-section .score-boards .match-additional-persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 5px 20px;
	padding: 5px
}

.hil-matches-section .score-boards .match-additional-persons .additional-person {
	min-width: 200px
}

.hil-matches-section .score-boards .match-additional-persons .additional-person span {
	display: inline-block;
	font-size: 14px
}

.hil-matches-section .score-boards .match-additional-persons .additional-person span strong {
	padding-right: 10px
}

.hil-matches-section .score-boards .total-teams-stats {
	margin-top: 5px;
	padding: 10px 5px;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px 16px
}

.hil-matches-section .score-boards .total-teams-stats .team-stats span {
	display: inline-block;
	margin-left: 5px;
	font-weight: 500
}

.hil-matches-section .score-boards .glossary {
	background-color: #e5e5e5;
	border-radius: 4px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 20px;
	padding: 15px;
	gap: 10px
}

.hil-matches-section .score-boards .glossary .glossary-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.hil-matches-section .score-boards .glossary .glossary-item span {
	display: inline-block;
	white-space: nowrap
}

.hil-matches-section .score-boards .glossary .glossary-item .glossary-short {
	font-size: 14px;
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.hil-matches-section .score-boards .glossary .glossary-item .glossary-full {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4
}

.hil-matches-section .timeline .timeline-item {
	background-color: #F7F7F7;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px
}

.hil-matches-section .timeline .timeline-item .table-div>div {
	vertical-align: middle
}

.hil-matches-section .timeline .timeline-item .team-span {
	width: 48%
}

.hil-matches-section .timeline .timeline-item .team-span>div {
	display: inline-block
}

.hil-matches-section .timeline .timeline-item .team-span.t1 {
	text-align: right
}

.hil-matches-section .timeline .timeline-item .team-span.t2 {
	text-align: left
}

.hil-matches-section .timeline .timeline-item .team-span .player-name {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #050d42
}

.hil-matches-section .timeline .timeline-item .minutes-span {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	width: 80px;
	padding: 0 20px;
	color: #ff3e5d
}

@media screen and (max-width:768px) {
	.hil-matches-section .score-boards .glossary {
		grid-template-columns: 1fr
	}

	.hil-matches-section .match-events-section .match-events {
		display: none
	}

	.hil-matches-section .matches-events-timeline {
		padding-top: 50px;
		overflow-x: auto
	}

	.hil-matches-section .matches-events-timeline .match-event-timeline {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.hil-matches-section .match-teams-section .teams-main-score .team-main-score {
		margin-top: 0;
		font-size: 34px
	}

	.hil-matches-section .match-teams-section .teams-main-score .match-venue>div {
		margin-left: -40px;
		margin-right: -40px
	}

	.hil-matches-section .match-teams-section .team-div {
		text-align: center
	}

	.hil-matches-section .match-teams-section .team-div .team-details .team-flag {
		text-align: center !important
	}

	.hil-matches-section .match-teams-section .team-div .team-details .team-flag>div {
		width: 60px;
		height: 60px
	}

	.hil-matches-section .match-teams-section .team-div .team-details .team-flag>div img {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
		-o-object-fit: cover;
		object-fit: cover
	}

	.hil-matches-section .match-teams-section .team-div .team-details .team-name {
		font-size: 16px
	}
}