* {
  padding: 0; 
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
a {
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
*:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}
button[type="button"]:focus {
  outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
  overflow: visible;
}
.svgImg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-icons {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
/*SVG default css*/

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
p {
  font: 400 16px/1.4 "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #000;
}
a:hover {
  color: #0086f5;
}

html {
  font-size: 16px;
}
body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
  position: relative;
}
.trans {
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.container {
  max-width: 1296px;
  padding: 0 15px;
}
.container-fluid {
  max-width: 1450px;
  padding: 0 15px;
}

/* Buttons */
.btn {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff !important;
  background: #FFA300 !important;
  min-width: 204px;
  border-radius: 100px !important;
  padding: 11px 38px !important;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  transition: color 0.4s ease-in-out, border 0.4s ease-in-out,
    background-color 0.4s ease-in-out, transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
  text-transform: uppercase;
  line-height: 1.5 !important;
}

.btn:hover {
  background-color: #14247b !important;
  color: #fff ;
  transform: translateY(-5px);
}
.btn.btn-green {
  background-color: #1a980f !important;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

/*  Slick slider */

.slick-slide {
  outline: none;
}
.slick-dots {
  display: block;
  text-align: center;
  margin-top: 35px;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  background: #c5c7c2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
  position: relative;
}
.slick-dots li.slick-active button {
  background: #000;
}

.homeSlider .slick-dots {
  bottom: 40px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}
.homeSlider .slick-dots li button {
  width: 50px;
  border-radius: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.homeSlider .slick-dots li.slick-active button {
  background: #ffffff;
}

/*---cms-Con---*/
.cmsCon {
  display: block;
  width: 100%;
  color: #000;
  text-transform: capitalize;
}
.cmsCon p {
  display: block;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 16px;
}
.cmsCon p a {
  text-transform: initial;
}
.cmsCon ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 30px;
}
.cmsCon ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.cmsCon ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #000;
}
.cmsCon ul li:last-child {
  margin-bottom: 0;
}
.cmsCon ul li ul li {
  padding-left: 16px;
}
.cmsCon ul li ul li:before {
  width: 0.8rem;
  height: 2px;
  border-radius: 0;
  top: 10px;
}
.cmsCon h1 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon h3 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon h4 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon h5 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon h6 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}
.cmsCon iframe {
  width: 100%;
  height: 500px;
}
.cmsCon .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 30px 30px 0;
}
.cmsCon .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 30px 30px;
}
.cmsCon .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 68px auto 66px;
  text-align: center;
}
.cmsCon .aligncenter.mb-100 {
  margin-bottom: 100px;
}
.cmsCon .mb-70 {
  margin-bottom: 70px;
}
.cmsCon .aligncenter img {
  margin: auto;
}
.cmsCon hr {
  background: #ccc;
  height: 17px;
  opacity: 1;
  margin: 55px 0;
}
.cmsCon ol {
  padding: 0;
  display: inline-block;
  counter-reset: cmscon-counter;
  list-style-type: none;
}
.cmsCon ol li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
}
.cmsCon ol li:before {
  counter-increment: cmscon-counter;
  content: "" counter(cmscon-counter) ".";
  line-height: 1.3;
}
.cmsCon ol li ul {
  margin-top: 30px;
}
.cmsCon ol li ul li {
  padding-left: 24px;
  position: relative;
}
.cmsCon ol li ul li:before {
  counter-increment: none;
  content: no-close-quote;
}
.cmsCon ul.half li {
  width: 50%;
  display: inline-block;
}
.cmsCon p b {
  margin-bottom: 0;
  display: inline;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.cmsCon a {
  transition: color 0.4s ease-in-out;
  color: #14247b;
}
.cmsCon a:hover {
  color: #000;
}
.cmsCon p a {
  transition: color 0.4s ease-in-out;
  color: #FFA300;
  font-weight: 500;
}
.cmsCon p a:hover {
  color: #000;
}
.cmsCon p a.btn:hover {
  color: #000;
}
/*---cms-Con---*/

.sec-head {
  position: relative;
}

.sec-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.sec-title-lg {
  color: #14247b;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.common-sec {
  position: relative;
  padding: 115px 0;
}

/* header-start */
.header-main {
  display: block;
  width: 100%;
  padding: 42px 214px 42px 310px;
  background-color: #14247b;
  z-index: 1;
}
.home .header-main{
    position: absolute;
    background: none;
}

.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 998;
  transition: visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
}

.site-logo {
  max-width: 200px;
  height: 100%;
  display: block;
}

.navigationBar {
  margin-left: 30px;
  display: inline-block;
}

.menuMain {
  display: inline-block;
  width: auto;
  margin: 0;
}

.m_menuLogo {
  display: none;
}

.m-header-btn{
    display: none;
}

.menuMain ul {
  display: inline-block;
}

.menuMain li {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.menuMain li a {
  display: block;
  color: #fff;
  transition: all 0.4s ease-in-out;
  padding: 10px 0;
  position: relative;
}

.menuMain li a:hover {
  color: #FFA300;
}

.header-btn {
  display: inline-block;
  padding-left: 85px;
}

.header-main.has_sticky {
  z-index: 99999999999;
  position: fixed;
  padding: 20px 100px;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  background: #14247b;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header-main.has_sticky .btn:hover {
  background-color: #000 !important;
}

.banner-con .btn:hover{
	background-color:#fff !important;
	color:#000 !important;
}

.banner-con .btn:hover img{
	filter:unset;
}

.header-btn .btn:hover{
  background-color: #000 !important;
}

.menuIcon {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  padding: 0px;
  margin-top: 0px;
  margin-left: 35px;
  color: #fff;
}
.menuIcon span {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  margin: auto;
}
.menuIcon span:before {
  content: "";
  width: 30px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  width: 80%;
}
.menuIcon span:after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  width: 80%;
}

/* header-end */

.banner-sec {
  position: relative;
  background-image: url(../img/banner-img.jpg);
  background-repeat: no-repeat;
  height: 740px;
  background-size: contain;
}

.banner-inner-img {
  width: 934px;
  height: 816px;
  display: block;
  position: absolute;
  top: 20px;
  right: 90px;
}

.banner-wrap{
  padding-top: 300px;
  padding-left: 300px;
}

.banner-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-banner-sec{display: none;}


.banner-con .sec-head {
  max-width: 90%;
}

.banner-con .sec-head span {
  border-radius: 50px;
  background: #FFA300;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 8px 17px;
}

.banner-con .sec-head .sec-title {
  margin-top: 22px;
}

.banner-desc {
  max-width: 50%;
  position: relative;
  margin-top: 12px;
}

.banner-desc::before {
  content: "";
  width: 58px;
  height: 1px;
  background-color: #fff;
  display: block;
}

.banner-desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  padding-top: 10px;
}

.whatapp-btn {
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: normal;
  padding: 8px 20px;
  justify-content: space-between;
  margin-top: 45px;
  line-height: 1;
}

.whatapp-btn img {
  filter: invert(1);
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.exchange-sec {
  text-align: center;
  padding: 170px 0 100px;
}

.exchange-sec .sec-head .sec-title-lg span {
  color: #FFA300;
}

.exchange-con-title {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding-top: 22px;
  padding-bottom: 42px;
}

.exchange-desc {
  max-width: 100%;
  margin-top: 35px;
}

.exchange-desc p {
  font-size: 18px;
  font-weight: 400;
}

.why-choose-sec {
  background-image: url(../img/why-choose-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.why-choose-sec .sec-title-lg {
  color: #fff;
}

.why-choose-con {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
	justify-content:center;
}

.why-choose-item {
  width: 25%;
  padding: 0 12px;
}

.why-choose-item-box {
  background-color: #fff;
  border-radius: 10px;
  min-height: 272px;
  width: 100%;
  padding-top: 63px;
}

.why-choose-item-img {
  width: 120px;
  height: 120px;
  margin: auto;
}

.why-choose-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-item-box span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 30px;
  display: block;
}

.how-to-play-sec {
  padding: 65px 0 100px;
  text-align: center;
}

.how-to-play-sec .sec-head {
  margin-bottom: 30px;
}

.how-to-play-sec .sec-title-lg {
  color: #  ;
}

.how-to-play-sec .how-to-play-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-to-play-sec .how-to-play-box span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
}

.footer-top {
  border-radius: 20px 20px 0px 0px;
  background: #FFA300;
  max-width: 696px;
  padding: 12px 45px;
  margin: auto;
}

.footer-top span {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.footer-main {
  display: block;
  width: 100%;
  background: #14247b;
  padding: 60px 0;
}

.foot-box .whatapp-btn {
  margin-top: 0;
  font-weight: 600;
}

.foot-contact {
  position: relative;
  margin-top: 30px;
}

.foot-contact a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}

.foot-contact a:hover,
.foot-con ul li a:hover {
  color: #FFA300;
}

.foot-contact img {
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
}

.foot-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding-bottom: 32px;
}

.foot-con ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.foot-con ul li {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

.foot-con ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  transition: all 0.4s ease-in-out;
}

.operate-age {
  display: flex;
  justify-content: end;
}

.operate-age-img {
  width: 90px;
  height: 90px;
  margin-top: 40px;
}

.operate-age-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-disclaimer {
  background-color: rgb(255 255 255 / 10%);
  padding: 30px 60px;
  margin-top: 60px;
  text-align: center;
}

.footer-disclaimer-title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding-bottom: 23px;
}

.footer-disclaimer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 93%;
  margin: auto;
}

/* form */

.contactform .form-select,.contactform .form-control {
  border: 1px solid #e2e2e2;
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 3px; 
  width: 100%;
  color: #000;
  resize: none
}

.contactform .form-control:focus,.contactform .form-select:focus {
  border-color: #e2e2e2;
  box-shadow: 0 6px 15px rgb(202 201 201 / 31%)
}

.contactform{
  background-color: #f7f9ff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 8px 68px 23px rgb(0 0 0 / 11%);
  position: relative;
  text-align: start;
}

.form-group{
  margin-bottom: 20px;
}

.contactform .sec-head .sec-title{
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.t-header{
  position: unset;
  background-color: #14247b;
}
.innerpadeSec{
  padding: 50px 0;
}


.not-found-sec {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.not-found-sec .commonboxcon {
  text-align: center;
  margin-bottom: 15px;
}

.not-found-sec .commonboxcon .commontitle {
  font-size: 200px;
  font-weight: 800;
  color: #000;
  line-height: 0.8;
  margin-bottom: 25px;
  display: block;
}

.not-found-sec .commonboxcon .sub-title {
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 800;
  margin-bottom: 25px;
  display: block;
}

.not-found-sec .cms p {
  line-height: 1.3;
  font-size: 18px;
  color: #8b8b8b;
  font-weight: 400;
  max-width: 35%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}




/* Welcome Popup */
.offer-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.offer-model .modal-dialog{
  margin: auto;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 10px;
}

.offer-model .modal-body{
  padding: 22px;
}

.offer-model.show{
  opacity: 1;
  visibility: visible;
}

.offer-model .modal-title.sec-title {
  color: #cf2f41;
  font-size: 28px;
}

.offer-model .modal-header {
  justify-content: center;
  position: relative;
  padding-top: 20px;
  border-bottom: 0;
}

.offer-model .modal-header button.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  opacity: 1;
}

.offer-model .modal-body ul{
  padding-bottom: 25px;
}

.offer-model .modal-body ul li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.offer-model .btn-close:focus{
  box-shadow: none;
}

.offer-model .modal-header img{
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.offer-model .btn{
 min-width: fit-content;
 max-width: fit-content;
 display: block;
 margin: 0 auto;
 font-size: 16px;
}



@media only screen and (max-width: 568px) {
    .offer-model .modal-body ul {padding-bottom: 15px;}
    .offer-model .modal-body ul li{font-size: min(3.9vw,18px);}
    .offer-model .modal-title.sec-title{font-size: 25px;}
    .offer-model .modal-body{padding: 10px 22px 22px 22px;}
}


.commonboxcon img {
  height: 220px;
  object-fit: cover;
  margin: 0 auto;
}

.not-found-sec {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.not-found-sec .commonboxcon {
  text-align: center;
  margin-bottom: 15px;
}

.not-found-sec .commonboxcon .commontitle {
  font-size: 70px;
  font-weight: 800;
  color: #000;
  line-height: 0.8;
  margin-bottom: 25px;
  display: block;
}

.not-found-sec .commonboxcon .sub-title {
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 800;
  margin-bottom: 25px;
  display: block;
}

.not-found-sec .cms-con p {
  line-height: 1.3;
  font-size: 18px;
  color: #8b8b8b;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.btn.btn-green.whatapp-btn.wp-f-btn {
    padding: 12px !important;
    width: fit-content;
    min-width: fit-content;
    margin-right: 0;
}

.btn.btn-green.whatapp-btn.wp-f-btn img{
	margin-right:0 !important;
}

