@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');



html,
html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
select,
textarea,
button,
ul,
li,
label,
span,
table {
	font-family: 'Poppins', sans-serif !important;
}



* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.scrollup {

	padding: 15px 25px;

	position: fixed;

	bottom: 10px;

	right: 10px;

	background: #FFF;

	z-index: 9999;

	color: #002e5b;
	display: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 99999999;
}



.scrollup a i {

	float: left;

	display: block;

	width: auto;

	color: #fff !important;

	font-size: 18px;


	font-weight: 900;

}

.scrollup:hover {

	background: #002e5b;
	color: #fff !important;
	transition: all 400ms ease-in;

}

.glyphicon {
	font-family: inherit;
}

.glyphicon:before {
	font-family: 'Glyphicons Halflings';
}

@fa-font-path: "../fonts";

/*@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../webfonts/fa-regular-400.eot");
	src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
*/

.far {
	font-family: 'Font Awesome 5 Free';
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #2e3d70;
}

.wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.div-box {
	float: left;
	width: 100%;
	height: auto;
}

.contact-form {
	float: left;
	width: 100%;
	height: auto;
}

.field {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}


.field label {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
}

.field h2 {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #FFF;
}

.field input {
	background: #FFF;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	color: #2c2a2b;
	margin-bottom: 2px;
}

.field textarea {
	background: #FFF;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	color: #2c2a2b;
	margin-bottom: 2px;
}

.field i {
	text-align: center;
	float: left;
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	background: #fcd90e;
	padding: 10px;
	cursor: pointer;
}

.field select {
	background: #FFF;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	color: #2c2a2b;
	margin-bottom: 2px;
}

.field img {
	display: block;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}


.field button {

	border: none;
}



#form-messages {
	float: left !important;
	width: 100% !important;
	height: auto !important;
	text-align: center !important;
	font-size: 18px !important;
	font-weight: 200px !important;
	display: none;
}

.form-details {
	float: left;
	width: 100%;
	height: auto;
}

.form-details h3 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 30px;
	color: #e9fd27;
}

.form-details p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 18px;

}

/*end default css*/

.header-wrapper {
	padding: 15px 0px;
	background: #ffffff;
}

.burger {
	display: none;
}

@media screen and (max-width: 1024px) {
	.burger {
		display: block;
		width: 25px;
		height: 10px;
		position: absolute;
		z-index: 99999;
		right: 0px;
		top: 40px;
		margin: 0px 25px 30px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;

	}

	.burger span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #151e3d;
		opacity: 1;
		right: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.burger span:nth-child(1) {
		top: 0px;
	}

	.burger span:nth-child(2) {
		top: 7px;
	}

	.burger span:nth-child(3) {
		top: 14px;
	}

	.burger.open span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.burger.open span:nth-child(2) {
		opacity: 0;
		left: 0px;
		animation-timing-function: 0ms;
	}

	.burger.open span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

.logo {
	width: auto;
}

.logo img {
	height: 120px;
}


.main-nav {
	display: inline-block;
	text-align: center;
	margin: 10px 0px 0px 0px;
	width: 100%;
	display: block;
}

.main-nav ul {
	margin: 0px;
	padding: 0px;
}

.main-nav ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 30px 10px 40px 10px;
}

.main-nav ul li a {
	text-decoration: none;
	color: #151e3d;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body header ul.sub-nav {
	position: absolute;
	background: #f10803;
	width: 200px;
	top: 60px;
	left: -30px;
	z-index: 9999;
	display: none;
}

.sub-nav {
	margin: 0px;
	padding: 0px;
}

header .sub-nav li {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

header .sub-nav li a {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
}

header .sub-nav li a:hover {
	color: #FFF;
	background: #151e3d;
}

.hvr-nav:hover .sub-nav {
	display: block;
}


.header-contact-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background: #FFF;
}

.top-contact {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.top-contact h4 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.top-contact h4 svg {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	color: #0069ad;
	padding: 0px;
}

@media screen and (min-width: 801px) and (max-width: 1000px){
    .main-nav {
		display: none;
		background: #FFF;
		margin: 20px 0px;
		padding: 20px 0px;
	}
    
}

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

	.main-nav {
		display: none;
		background: #FFF;
		margin: 20px 0px;
		padding: 20px 0px;
	}
	.main-nav ul li {
		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
		display: inline-block;
		padding: 10px 0px 5px 0px;
	}
	.sub-nav {
		position: static;
		width: 100%;
		top: 0px;
		border-radius: none;
	}

	.header-contact-wrapper {
		display: none;
	}
}


.slider-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0px 450px;
}

.slider {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.slider h1 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ff4341;
	font-size: 50px;
	font-weight: 900;
	line-height: 70px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


@-webkit-keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

.slider h1 span {
	display: inline-block;
	text-transform: uppercase;
	text-shadow: -15px 5px 20px #d3d4d99c;
	color: #151e3d;
	user-select: none;
	font-size: 100px;
	text-align: center;
	transition: all 0.25s ease-out;
}


.slider h2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
}

.slider img {
	width: 100%;
}

.slider a {
	-webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background: #ff4341;
	padding: 15px 40px;
	font-weight: 400;
	min-width: 160px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

@-webkit-keyframes scale-in-bottom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-bottom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}

.ball-1 {
	position: absolute;
	width: 40px;
	left: 50px;

}

.ball-1 img {
	width: 100%;

}

.ball-2 {
	position: absolute;
	width: 40px;
	right: 50px;
	bottom: 0px;

}

.ball-2 img {
	width: 100%;
}

.ball-3 {
	position: absolute;
	width: 30px;
	right: 50px;
	top: 30px;

}

.ball-3 img {
	width: 100%;
}

.ball-4 {
	position: absolute;
	width: 30px;
	left: 50px;
	bottom: 30px;

}

.ball-4 img {
	width: 100%;
}

.ball-rotate {
	-webkit-animation: rotate-center 10s ease-in-out infinite both;
	animation: rotate-center 10s ease-in-out infinite both;
}



@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}






@media screen and (max-width: 800px) {
	.ball-2 {
		display: none;
	}
	.ball-3 {
		position: absolute;
		width: 30px;
		right: 150px;
		top: 30px;
	}

	.slider h1 {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
		text-transform: uppercase;
	}
	.slider h1 span {
		display: inline-block;
		text-transform: uppercase;
		text-shadow: -15px 5px 20px #d3d4d99c;
		color: #151e3d;
		user-select: none;
		font-size: 60px;
		text-align: center;
		transition: all 0.25s ease-out;
	}


}

/*end*/

.r-text {
	color: #ff4341;
}

.d-text {
	color: #151e3d;
}

.web-title {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 40px 0px;
	text-align: center;
}

.web-title h2 {
	height: auto;
	margin: 0px;
	font-size: 26px;
	font-weight: 600;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.web-title h2:hover {
	-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand-fwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes tracking-in-expand-fwd {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.web-title h2 span {
	color: #ff4341;
	font-weight: 800;
}

.web-title p {
	height: auto;
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	line-height: 30px;
}

.web-title p span {
	margin: 10px 0px;
	font-size: 40px;
	display: inline-block;
}

.website-btn {
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 15px 40px;
	font-weight: 400;
	min-width: 160px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}




.website-btn-2 {
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 16px 25px;
	font-weight: 400;
	min-width: 160px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.website-btn-3 {
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background: #151e3d;
	padding: 15px 40px;
	font-weight: 400;
	min-width: 160px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.website-btn-4 {
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 5px 20px;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.text-white {
	color: #FFF;
}

/*default css end*/

.white-box {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 16px 15px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.white-box-2 {
	float: left;
	width: 100%;
	height: auto;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 16px 15px;
	border-radius: 10px;
}

.mt-above {
	margin: -30px 0px 0px 0px;
}


.margin-r {
	background: #fbeded;
	padding: 3px;
	border-radius: 50%;
	margin: 0px 5px 0px 0px;
}

.content {
	float: left;
	width: 100%;
	height: auto;
}

.img-res {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 20px;
	border-radius: 10px;
	box-shadow: 0px 8px 20px #13182c73;
}


.content h2 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 48px;
	font-weight: 700;
	padding: 0px;
}


.content h3 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
}


.content h4 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
}


.content h5 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
}

.content h6 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #151e3d;
}

.date-d {
	float: left;
	color: #FFF;
	background: #777777;
	padding: 0px 5px;
	font-size: 11px;
	left: 10px;
	letter-spacing: 1px;
	display: inline-block;
}

.content p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	color: #777777;
}

.content img {
	width: 100%;
}

.content ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content ul li {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline-block;
	color: #28333b;
	font-size: 16px;
}

.content ul li i {
	font-size: 20px;
	color: #28333b;
	padding: 0px 10px 0px 0px;
}

.content ul li a {
	color: #28333b;
	font-size: 16px;
}

.content iframe {
	width: 100%;
	height: 300px;
	margin: 0px 0px 30px 0px;
}

.content ul li svg {
	margin: 0px 5px 0px 0px;
}

.personal-social {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.personal-social ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.personal-social ul li {
	width: auto;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	float: none:
}

.personal-social ul li i {
	font-size: 20px;
	color: #FFF;
	padding: 0px 10px 0px 0px;
}

.personal-social ul li a {
	color: #FFF;
	font-size: 16px;
}

@media screen and (max-width: 800px) {
	.content {
		margin: 0px 0px 30px 0px;
	}

	.white-box {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
		background: #FFF;
		padding: 16px 15px;
		border-radius: 10px;
		border: 1px solid #e5e5e5;
	}
	.white-box-s {
		float: left;
		width: 100%;
		height: auto;
		background: #FFF;
		min-height: auto;
		padding: 20px 20px;
		margin: 0px 0px 30px 0px;
	}

	.footer {
		float: left;
		width: 100%;
		height: auto;
		color: #FFF;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}

}

.footer-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 100px 0px;
}

.footer {
	float: left;
	width: 100%;
	height: auto;
	color: #FFF;
}

.footer ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.footer ul li {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	float: left;
	line-height: 28px;
}

.footer ul li i {
	font-size: 14px;
	color: #FFF;
	padding: 0px 10px 0px 0px;
}

.footer ul li a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;

}

.footer ul li a span {
	color: #5ab9f8;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	margin: 0px;
	padding: 0px;

}


.footer h2 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 18px;
	padding: 0px;
	color: #FFF;
	margin: 0px 0px 20px;
}

.footer p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 14px;
	padding: 0px;
	color: #FFF;
}

.copy-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background: #186295;
}

/*inner pages*/

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #2e3d70;
	font-size: 18px;
	font-weight: 700;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #CCC;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.upcoming-match-wrapper {
	float: left;
	width: 100%;
	height: auto;
}

.upcoming-match-container {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fbfbfb;
	padding: 30px 30px;
	margin: 0px 0px 30px;
	border: 1px solid #c2cbd1;
}

.upcoming-match-container img {
	width: 100%;
	padding: 5px;
	border: 1px solid #c2cbd1;
}

.upcoming-match-container h2 {
	display: inline-block;
	height: auto;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	padding: 0px;
	width: 100%;
	color: #173176;
	text-align: center;

}

.upcoming-match-container h3 {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px 0px 30px;
	font-size: 24px;
	font-weight: 900;
	padding: 0px;
	color: #173176;
	text-align: center;
	text-transform: uppercase;
}

.upcoming-match-container h4 {
	display: inline-block;
	height: auto;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	padding: 0px;
	color: #173176;
	text-align: center;
}


.normal-anchor {
	color: #f10803;
	font-weight: 600;
	text-decoration: none;
}

.upcoming-match-container p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 13px;
	font-weight: 400;
	padding: 0px;
	text-align: center;
	color: #8597a2;
}

.upcoming-match-container h6 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #f10803;
}

.pt-25 {
	padding: 25px 0px 0px 0px !important;
}

.p-30 {
	padding: 30px 0px !important;
}

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

	.m-margin {
		margin: 30px 0px 0px 0px;
	}
	.p-25 {
		padding: 0px 0px 30px 0px !important;
	}
	.cricket-wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 150px 0px 150px 0px;
	}
	.mb-tc {
		text-align: center !important;
		margin: 15px 0px 0px 0px;
		display: inline-block;
	}
}

.player-card {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 40px 0px;
	color: #FFF;
	text-align: center;
}

.player-card img {
	width: 100%;
}

.scorecard-board {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	margin: 0px 0px 40px 0px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.scorecard-header {
	width: 100%;
	line-height: 40px;
	color: #FFF;
	background: #50535f;
	text-align: center;
}

.scorecard-board a {
	color: #1d3998;
	text-decoration: none;
	font-weight: 600;
}

.tc {
	text-align: center;
	font-weight: 600;
	color: #878992;
}

.scorecard-board td {
	padding: 5px 10px;
	line-height: 40px;
	border-bottom: 1px solid #CCC;
}

.awards-card {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	background: #fbfbfb;
	box-shadow: 0px 3px 3px #e6e6e6;
	border: 1px solid #cacaca;
}

.box-br {
	padding: 25px 15px;
	border: 1px solid #c2cbd1;
}

.news-card {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	background: #fbfbfb;
	box-shadow: 0px 3px 3px #e6e6e6;
	border: 1px solid #cacaca;
}


.news-card img {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.news-card h6 {
	margin: 0px 0px 20px 0px;
}

.news-card p {
	margin: 0px 0px 20px 0px;
}

.news-card-full-article {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #fbfbfb;
	box-shadow: 0px 3px 3px #e6e6e6;
	border: 1px solid #cacaca;
}

.news-card-full-article img {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.news-card-full-article h6 {
	margin: 0px 0px 20px 0px;
}

.news-card-full-article p {
	margin: 0px 0px 20px 0px;
}

.latest-news {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	color: #FFF;
	margin: 0px 0px 30px 0px;

}

.latest-news ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

.date {
	padding: 5px;
	background: #fe4341;
	float: left;
	margin: 0px 10px 0px 0px;
}

.field {
	max-height: 75px;
}

.wpcf7-form .field input {
	background: #FFF;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	color: #2c2a2b;
	margin-bottom: 2px;
}

@media screen and (max-width: 800px) {
	.disp_flex {
		display: flex;
	}
}


/*25-7-2020*/

.col-sm-12.experience_bottom.text-right{
    position:absolute;
    right:20px;
    bottom:45px;
}
.experience_bottom p{
    color:#fff !important;
}


a.website-btn_custom {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 5px;
	font-weight: 400;
	min-width: 100px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
}

a.website-btn_custom:hover {
	color: #fff !important;

}

a.website-btn_custom:visited {
	color: #fff !important;

}

.web-title h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

#menu-item-4885 a {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #151e3d;
	padding: 2px;
	font-weight: 400;
	min-width: 80px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
}

#menu-item-4885 a:before {
	content: '';
	display: block;
	height: .45em;
	width: .45em;
	background: red;
	border-radius: 50%;
	position: absolute;
	top: 46%;
	left: 1.35em;
	transform: translateY(-50%);
}

@media screen and (max-width:767px) {
	#menu-item-4885 a:before {
		content: '';
		display: block;
		height: .45em;
		width: .45em;
		background: red;
		border-radius: 50%;
		position: absolute;
		top: 56%;
		left: 8.35em;
		transform: translateY(-50%);
	}
}



@media screen and (min-width:768px) and (max-width:1024px) {
	#menu-item-4885 a:before {
		content: '';
		display: block;
		height: .45em;
		width: .45em;
		background: red;
		border-radius: 50%;
		position: absolute;
		top: 56%;
		left: 22.35em;
		transform: translateY(-50%);
	}
}

.website-btn_custom p {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 5px;
	font-weight: 400;
	min-width: 100px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
}

div.player_title h2{
    
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-size: 30px !important;
    font-weight: 700;
    padding: 0px;
}



.video_wrap h6 {
	font-size: 25px;
	margin: 10px 0px;
	font-weight: 600;
}


@media screen and (min-width:1024px) {
	.video_wrap {
      	padding: 0px 140px;
		float: left;
		width: 100%;
	}


}

th.data-name {
    color: transparent !important ;
    font-size: 0 !important;
}


img.wp-post-image {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	background: #FFF;
	padding: 16px 15px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}


img.img-fluid.z-depth-1.ms_thumbnail.auto_img.cutom_img.mb-30.hvr-grow {
    width: 100%;
}

.white-box.hvr-shadow h6 a {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #151e3d;
    text-decoration:none;
}

    

@media screen and (min-width:1025px){
.page-id-15 img.img-fluid.rounded.img-res.mb-30.hvr-grow {
    height: 220px;
}

.page-id-23 img.img-fluid.rounded.mb-30.hvr-grow {
    height: 300px;
}
	
}


.fo-wicket {
	background: #e8e8e8;
	padding: 3px 10px;
	margin-right: 10px;
}

#match-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	text-align: center;
}

#scorecontainer,
#viewdetails {
	min-height: 50vh;
}



.website-btn_custom p {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 5px;
	font-weight: 400;
	min-width: 100px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
}

.auto_img {
	padding: 10px;
}

.tab-content {
	background: whitesmoke;
}

ul.nav.nav-tabs a {
	background: whitesmoke;
}

/*.nav-tabs>li.active>a,*/

/*.nav-tabs>li.active>a:hover,*/

/*.nav-tabs>li.active>a:focus {*/

/*	background: #fe4341;*/

/*}*/

ul.nav.nav-tabs {
	margin: 0px;
}

ul.nav.nav-tabs li.active a {
	background: #fe4341;
	color: #fff !important;
}


.wp-pagenavi a.page-item,
.wp-pagenavi .current {
	position: relative;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: whitesmoke;
	border: 1px solid #dee2e6;
	text-decoration: none;
}

.ms_thumbnail {
	width: 100% !important;
	padding: 10px !important;
}



.wrap_text {
	display: flex;
	justify-content: space-between;

}

.float-left {
	float: left;
}

.flaot-right {
	float: right;
}


.dark-box {
	float: left;
	width: 100%;
	height: auto;
	background: #151e3d;
	padding: 10px 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

div.ms_content p {
	color: #fff !important;
}

.website-btn_custom_ms p {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 5px;
	font-weight: 400;
	min-width: 80px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
}



.ms_content_style {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	display: contents;
}

.ms_content_style p {
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 15px;
	font-weight: 500;
}

.mb-10 {
	margin-bottom: 5px;
}

.ms_wrap_padding {
	float:left;
	width:100%;
	padding: 30px 50px 0px 50px;
}

.verses_wrap {
	padding: 50px 0px;
}

.live_img img {
	width: 80px;
}


.col-sm-12.wrap_live {
	border-bottom: 1px solid #777777;
	padding: 10px 40px;
	border-top: 1px solid #777777;
}

.col-sm-12.wrap_live_two {
	padding: 20px 40px;
}

.website-btn_live {
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fe4341;
	padding: 10px;
	font-weight: 400;
	min-width: 100px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border: none;
	margin-top: 30px;
}

.content_livepage p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	color: #777777;
	font-weight: 500;
	line-height: inherit;
}


.live_button p {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 16px;
	padding: 2px 10px;
	color: #777777;
	font-weight: 500;
	line-height: inherit !important;
	min-width: 60px;


}

.border-right {
	border-right: 1px solid #777777;
}



.border-left {
	border-left: 1px solid #777777;
}


/*ul.nav.live-tab li.active a {
	
	color: #fff !important;
}
*/

.tab-live-page {
	background: #fff;
}

.bowling_title tr th {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.col-sm-12.wrap_live {
		border: 0px;
		float: left;
		width: 100%;
		padding-top: 15px;
	}
	div.mobile_align {
		text-align: center !important;
		font-size: 12px;
	}
	div.mobile_align > p > strong{ 
		font-size: 14px;
	}
	div.mobile_align > p{
		font-size:12px !important;
		line-height: 1.2 !important;
	}
	.tab-live-page table tbody th,
	.tab-live-page table tbody td{
		font-size:12px !important;
	}
	.live-tab.nav > li > a {
		position: relative;
		display: block;
		padding: 5px 5px;
		font-size: 14px;
	}
	#scorecontainer .padding-50{
		padding:10px 0;
	}
}

#more {
	display: none;
}

#showless {
	display: none;
}


.content_livepage h3 {
	margin: 0px 0px 10px 0px;
}

@media screen and (min-width:1024px) {
	.video_wrap {
		padding: 0px 125px;
		float: left;
		width: 100%;
	}


}

.video_wrap h6 {
	font-size: 25px;
	margin: 10px 0px;
	font-weight: 600;
}

img.wp-post-image {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	background: #FFF;
	padding: 16px 15px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.fo-wicket {
	background: #e8e8e8;
	padding: 3px 10px;
	margin-right: 10px;
}

#match-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	text-align: center;
}

#scorecontainer,
#viewdetails {
	min-height: 50vh;
}

.wicket-info{
	font-weight: normal;
    font-size: 12px;
    margin: 5px 0;
}