* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 60%;
}
body {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
header {
	background: #fff;
	padding: 20px;
	text-align: center;
}
header h1 {
	color: #1f1f1f;
	font-size: 40px;
}
.wrapper {
	width: 100%;
	padding: 0 15px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 2px;
}
th {
	background: #499e85;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	color: white;
 padding: .8rem;
	border: .5px solid #ccc;
	text-align: center;
}
td {
 padding: .8rem;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
}
tr:hover {
	background: #dcfff4;
}
.su-button {
	background: #174638;
	display: block;
	padding: 1rem;
	text-align: center;
	color: #fff;
	text-decoration: navajowhite;
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0;
	border-radius: 8px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.sliderImg {
	width: 100%;
}
.sliderImg img {
	width: 100%;
	display: block;
}
.cecBody {
	padding: 20px 0;
}
.refreshBtn {
	display: inline-block;
 padding: .6rem 2.5rem;
	background: #333;
	color: #fff;
	border-radius: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 10px 0;
}
footer {
	background: #1f1f1f;
	text-align: center;
	color: #fff;
	padding: 2rem 1rem;
}
.arrow a {
	display: block;
}
.arrow {
	float: left;
	margin-top: 8px;
}


.blink {
	animation: blinker .75s linear infinite;
	color: #d32500;
	font-size: 15px;
	font-weight: bold;
	font-family: robot
}
@keyframes blinker {
50% {
opacity:0
}
}

 @media screen and (max-width: 767px) {
.tableResponsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	min-height: .01%;
	overflow-x: auto;
}
.arrow {
	margin-top: 5px;
}
.arrow a img {
	width: 22px;
}
header h1 {
	color: #1f1f1f;
	font-size: 25px;
}
header {
	padding: 10px 15px;
}
}
.hero-slider {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
 @media (max-width: 991px) {
.hero-slider {
	height: 400px;
}
}
 @media (max-width: 767px) {
.hero-slider {
	height: 200px;
}
}
.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.hero-slider:hover .swiper-button-prev,  .hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
 @media (max-width: 767px) {
.hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {
	display: none;
}
}
.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}
.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}
.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,  .hero-slider .swiper-pagination-custom,  .hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}
 @media screen and (min-width: 992px) {
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,  .hero-slider .swiper-pagination-custom,  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
}
}
.swiper-pagination {
	text-align: left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 20px;
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.secButton .wrapper {
  max-width: 400px; /* Optional width constraint */
  margin: auto;
}
.game-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.game-grid li {
  flex: 0 0 calc(25% - 10px); /* 4 per row */
  box-sizing: border-box;
  background: #f0f0f0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-grid li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px;
  line-height: 1.2;
}

.game-grid li.active {
  background-color: #007f63;
  color: #fff;
  border: 2px solid gold;
}



 @media (min-width: 767px) {
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 30px;
}
}
/*--------------------------------------------------------------
    #hero-style
  --------------------------------------------------------------*/
.hero-style {
	height: 600px;
	transition: all .4s ease;
}
 @media (max-width: 991px) {
.hero-style {
	height: 600px;
}
}
 @media (max-width: 767px) {
.hero-style {
	height: 200px;
}
}
 @media screen and (min-width: 992px) {
.hero-style .container {
	padding-top: 95px;
}
}
.hero-style .slide-title,  .hero-style .slide-text,  .hero-style .slide-btns {
	max-width: 690px;
}
.hero-style .slide-title h2 {
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 40px;
	text-transform: capitalize;
	transition: all .4s ease;
	text-align: center;
}
 @media (max-width: 1199px) {
.hero-style .slide-title h2 {
	font-size: 75px;
}
}
 @media (max-width: 991px) {
.hero-style .slide-title h2 {
	font-size: 50px;
	margin: 0 0 35px;
}
}
 @media (max-width: 767px) {
.hero-style .slide-title h2 {
	font-size: 35px;
	margin: 0 0 30px;
}
}
.hero-style .slide-text p {
	opacity: 0.8;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0 0 40px;
	transition: all .4s ease;
	text-align: center;
}
 @media (max-width: 767px) {
.hero-style .slide-text p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 30px;
}
}
.hero-style .slide-btns > a:first-child {
	margin-right: 10px;
}
/*--------------------------------------------------------------
    #button-style
  --------------------------------------------------------------*/
.theme-btn, .theme-btn-s2 {
	background-color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #2b3b95;
	padding: 9px 32px;
	border: 0;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	line-height: initial;
	transition: all .4s ease;
}
a {
	text-decoration: none;
	transition: all 0.2s ease;
}
.theme-btn-s2 {
	background-color: rgba(255, 255, 255, 0.9);
	color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
	background-color: #2b3b95;
	color: #fff;
}
.theme-btn-s3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
}
i.fa-chevron-circle-right {
	height: 22px;
	width: 22px;
}
a:hover {
	text-decoration: none;
}
 @media (max-width: 991px) {
.theme-btn, .theme-btn-s2, .theme-btn-s3 {
	font-size: 13px;
	padding: 15px 25px;
}
}
 @media (max-width: 767px) {
.theme-btn, .theme-btn-s2 {
	padding: 13px 20px;
	font-size: 13px;
}
}
.secButton ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -15px;
}
.secButton ul li {
	flex-grow: 1;
	padding: 0 15px;
}
.secButton ul li a {
	display: block;
	border: #ddd 1px solid;
	border-radius: 6px;
	color: #333;
	line-height: 46px;
	text-align: center;
	font-weight: 700;
	transition: all ease-in-out .4s;
}
.secButton ul li.active a, .secButton ul li a:hover {
	background: #499e85;
	color: #fff;
	border-color: #499e85;
}
.cecBody h3 {
	text-align: center;
	color: #333;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
.secButton {
	margin-top: 20px;
}
 @media screen and (max-width: 767px) {
.secButton ul {
	margin: 0 -8px;
}
.secButton ul li {
	padding: 0 8px;
}
}
@media screen and (max-width: 480px) {
.secButton ul {
	margin: 0 -4px;
}
.secButton ul li {
	padding: 0 4px;
}
.secButton ul li a {
	font-size: 10px;
	line-height: 21px;
}
.cecBody h3 {
	font-size: 30px;
}
}
