
:root {
	--muted: #6c757d;
	--white: #ffffff;
	--body: #fff;
	--primary: #1c4f9c;
	--primary-hover: #000075;
	--secondary: #fccb06;
	--dark: #000;
	--success: #22b868;
	--primary-light: #F2F8FE;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
	--light-danger: #00acee;
	--danger: #e86261;
	--space: 15px;
	--gutter-x: 7.5px !important;
}
@font-face {
	font-family: plyR;
	src: url('../fonts/Play-Regular.ttf')
}
@font-face {
	font-family: ptp;
	src: url('../fonts/Prototype.ttf')
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-right: var(--space);
	padding-left: var(--space);
}

.row {
	margin-right: calc(var(--space)/ -2);
	margin-left: calc(var(--space)/ -2);
}

.row > * {
	padding-right: calc(var(--space)/ 2);
	padding-left: calc(var(--space)/ 2);
}
.card-body {
	padding: var(--space);
}

.mb-3 {
	margin-bottom: var(--space) !important;
}

.mainLeft img {
    max-height: 70px;
}


.text-primary {
	color: var(--primary) !important;
}
.text-secondary {
	color: var(--secondary) !important;
}




.bg-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary);
}
.bg-secondary {
	background-color: var(--secondary) !important;
	border-color: var(--secondary);
}


.badge-light {
	background: var(--white);
	color: var(--primary);
}

.btn {
	font-family: plyR;
}
.btn:focus,.btn-check:active + .btn:focus, .btn-check:checked + .btn:focus, .btn.active:focus, .btn:active:focus, .show > .btn.dropdown-toggle:focus {
	box-shadow: none;
}
.btn:focus-visible {
	outline: none;
}

.btn-light {
	color: var(--primary);
	background-color: var(--white);
	border-color: var(--white);
}
.btn-primary {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover {
	background-color: var(--dark);
	border-color: var(--dark);
}

section {
	padding: 30px 0;
}
img {
	max-width: 100%;
	height: auto;
}

.tckekItem {
	width: 20%;
}
.tckekItem h5 {
	font-size: 30px;
	margin-bottom: 0;
	font-family: ptp;
}
.tckekItem h5 sup {
	top: -15px;
	font-size: 14px;
}
.tckekItem .lneOne {
	font-size: 14px;
	margin-bottom: 6px;
	font-family: plyR;
}
.tckekItem .card-body {
	position: relative;
	z-index: 1;
}
.lneOne .badge {
	font-size: 16px;
	width: 100%;
}
.consPrz {
	margin-right: calc(10px/ -2);
	margin-left: calc(10px/ -2);
}
.consPrz > * {
	padding-right: calc(10px/ 2);
	padding-left: calc(10px/ 2);
}
.consPrz {
	margin-bottom: -10px;
}
.csdg {
	width: 10%;
	margin-bottom: 10px;
}
.tckekItem .btn-light {
	font-size: 11px;
	background: var(--white);
	color: var(--primary);
	padding: 1px 15px;
	height: 24px;
}
.tckekItem .btn-light:hover {
	background: transparent;
	color: var(--white);
}
.tckekItem .tkNo {
	font-size: 16px;
}
.trphyIcon {
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0.15;
}
.main-sec {
	padding: 20px 0;
}
.gp-sec .container {
	position: relative;
	z-index: 1;
}
.mainLeft {
	vertical-align: middle;
	display: flex;
}
.gp-sec .g-1, .gp-sec .g-2, .gp-sec .g-3 {
	position: absolute;
}
.g-1 {
	top: -70px;
	left: 30px;
	opacity: 0.1;
}
.g-2 {
	bottom: 0;
	left: 30px;
	opacity: 0.3;
	max-width: 300px;
}
.g-3 {
	top: -170px;
	right: 30px;
	width: 300px;
	opacity: 0.5;
}
.mainRight h4 {
	font-size: 30px;
	color: var(--primary);
	text-transform: uppercase;
	text-align: right;
	font-family: ptp;
}
.mainRight h4 span {
	color: var(--secondary);
}
.mainRight p {
	color: var(--primary);
	font-size: 20px;
	text-align: right;
	font-family: ptp;
}

.odometer {
	font-size: 80px;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
	font-family: plyR;
}
.count-txt h4 {
	font-size: 30px;
	text-align: right;
	text-transform: capitalize;
	color: var(--primary);
	font-family: ptp;
}
.count-txt h4 span {
	display: block;
	color: var(--dark);
}
.count-sec .btn-light:hover {
	color: var(--primary);
	background-color: transparent;
	border-color: var(--primary);
}
.count-txt {
	padding: var(--space) calc(var(--space)/ 2);
}
.constckekItem {
	width: 100% !important;
}
.tckekItemScrol {
	max-height: 254px;
	overflow-y: auto;
	margin-bottom: var(--space);
}
.count-sec .container {
	position: relative;
	z-index: 1;
}

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

	.main-sec {
		padding: 15px 0;
	}
	.mainLeft img {
		max-width: 90%;
		max-height: 55px;
	}
	.mainRight h4 {
		font-size: 26px;
	}
	.mainRight p {
		font-size: 17px;
	}
	.odometer {
		font-size: 70px;
	}
	.count-txt h4 {
		font-size: 25px;
	}
	.count-txt {
		padding: 10px calc(var(--space)/ 2);
	}
	.tckekItem h5 {
		font-size: 25px;
	}
	.tckekItem .tkNo {
		font-size: 15px;
	}
	.g-1 {
		top: -240px;
	}
	.g-2 {
		bottom: 30px;
		max-width: 200px;
	}
	.tckekItemScrol {
		max-height: 242px;
	}

}

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

	.mainRight h4 {
		font-size: 22px;
	}
	.odometer {
		font-size: 65px;
	}
	.count-txt h4 {
		font-size: 22px;
	}
	.tckekItem h5 {
		font-size: 22px;
	}
	.tckekItem h5 sup {
		top: -9px;
	}
	.tckekItemScrol {
		max-height: 235px;
	}
}

@media screen and (max-width:991px) {
	.text-center-md {
		text-align: center !important;
	}
	.count-txt {
		padding: 15px calc(var(--space)/ 2) 0;
	}
	.count-txt h4 {
		text-align: center;
	}
	.mainLeft img {
		max-width: 100%;
		max-height: 55px;
	}
	.tckekItem {
		width: 25%;
	}
	.tckekItem h5 {
		font-size: 20px;
	}
	.tckekItem .tkNo {
		font-size: 14px;
	}
	.tckekItem .btn-light {
		padding: 0px 15px;
		height: 19px;
	}
	.tckekItemScrol {
		max-height: 226px;
	}
	.csdg {
		width: 14.27%;
	}

}

@media screen and (max-width:767px) {
	.mainLeft {
		width: 50%;
	}
	.mainRight {
		width: 50%;
	}
	.mainRight h4 {
		font-size: 17px;
	}
	.mainRight p {
		font-size: 15px;
		margin-top: 0 !important;
	}
	.odometer {
		font-size: 58px;
	}
	.count-sec .card-body {
		padding: var(--space) !important;
	}
	.tckekItem {
		width: 33.33%;
	}
	section {
		padding: 15px 0;
	}
	.csdg {
		width: 20%;
	}
	.lneOne .badge {
		font-size: 14px;
	}

}

@media screen and (max-width:575px) {
	.mainLeft, .mainRight {
		width: 100%;
		justify-content: center;
	}
	.mainLeft img {
		max-width: 330px;
		max-height: 40px;
	}
	.mainRight h4,.mainRight p {
		text-align: center;
	}
	.mainRight {
		margin-top: var(--space);
	}
	.odometer {
		font-size: 36px;
	}
	.count-txt h4 {
		font-size: 18px;
	}
	.tckekItem {
		width: 50%;
	}
	.tckekItem h5 {
		font-size: 18px;
	}
	.mainRight h4 {
		font-size: 19px;
	}
	.mainRight p {
		font-size: 16px;
	}
	.tckekItemScrol {
		max-height: 220px;
	}
	.csdg {
		width: 33.33%;
	}

}












