@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
  color: #444444;
  overflow-x: hidden;
}

img{max-width: 100%;}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.yellowtext{
color:#ffc24e;
font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;

}
.game__overlay .default-button {
  line-height: 40px;
  position: relative;
  width: 76%;
  margin: 0 auto;
  text-align: center;
}
.game__overlay .default-button:before {
  background-color: #fff;
  z-index: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgb(0 0 0 / 20%);
}

.game__overlay  .default-button:after, .game__overlay  .default-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.game__overlay .default-button {
  font-size: 1.125rem;
  color: #ff0052;
  font-weight: 700;
  transition: .3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  padding: 0 1rem;
  line-height: 46px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.game__overlay h4, .game__overlay p {
  color: #fff;
  text-align: center;
}
.default-button:after {
  background-color: #ff0052;
  transform: translate(4px, 4px);
  z-index: 0;
}
.registerbx img.img-fluid {
  width: 188px;
}
.cont {
  font-size: 16px;
  line-height: 20px;
}
.registerbx .cont2 {
  font-weight: bold;
}
.barcode {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffa600;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e65d5f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #232a5c9e;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}
#header.header-scrolled {
  padding: 4px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  background: #232a5c;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #111111;
}
#header .logo a span {
  color: #ffa600;
}
#header .logo img {
}
.loginbx {
  width: fit-content;
  position: absolute;
  right: 0px;
  top: 0px;
}


.loginbx ul{
 list-style: none;
 margin:0px;
padding: 0px;}

.loginbx ul li {
  float: left;
  color: #fff;
  font-size: 17px;
  margin-right: 16px;
}

body:not(.home) #header{background: #232a5c}
.page-featured-image {position: relative;}
.h1_div {position: absolute;top: 0;height: 100%;display: flex;display: -webkit-flex;align-items: center;color: #fff;}
.h1_div span{color: #ffcf0b;}
.h1_div h1{font-size: 50px;}

.signup__inner p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #ffa600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.get-started-btn:hover {
  background: #111111;
  color: #fff;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.loginbx:after {
  background: #8f8f8f;
  width: 1254px;
  height: 1px;
  position: absolute;
  content: '';
  right: -340px;
  bottom: -13px;
}


.loginbx:before {
  background: #8f8f8f;
  width: 1px;
  height: 151px;
  position: absolute;
  content: '';
  left: -540px;
  bottom: -91px;
  transform: rotate(21deg);
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px  48px 10px 0px;
      font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffa600;
}
.navbar .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .menu-item-has-children ul li {
  min-width: 200px;
}
.navbar .menu-item-has-children ul a {
  padding: 10px 20px;
  font-size: 17px;
  color: #000;
}
.navbar .menu-item-has-children ul a i {
  font-size: 12px;
}
.navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
  color: #ffa600;
}
.navbar .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }
  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #fff;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: 0;
  padding: 10px 0;
  background-color: #010a38;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffa600;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .menu-item-has-children ul {
  position: static;
  display: none;
  margin: 10px 0px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #f4f4f4e6;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
}
.navbar-mobile .menu-item-has-children ul li {
  min-width: 200px;
}
.navbar-mobile .menu-item-has-children ul a {
  padding: 10px 20px;
}
.navbar-mobile .menu-item-has-children ul a i {
  font-size: 12px;
}
.navbar-mobile .menu-item-has-children ul a:hover, .navbar-mobile .menu-item-has-children ul .active:hover, .navbar-mobile .menu-item-has-children ul li:hover > a {
  color: #ffa600;
}
.navbar-mobile .menu-item-has-children > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.icon-box1 {
  background: linear-gradient(#f69121,#e65a24);
  margin-bottom: 68px;
  padding: 30px 72px;
  border-radius: 20px;
  text-align: center;
}

.icon-box {
    background: transparent;
    margin-bottom: 68px;
    padding: 30px 38px;
    border-radius: 20px;
    text-align: center;
}

.cont2 {
  font-size: 23px;
  line-height: 28px;
}

.icon-box img, .icon-box1 img{
  margin-bottom: 10px;
}
.game__inner{
  position: relative;
}

.game__inner:hover .game__overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.game__overlay {
  visibility: hidden;
  opacity: 0;
  transition: all .45s ease;
  display: grid;
  place-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 80%;
  height: 90%;
  background-color: rgba(0,0,0,.8);
  position: absolute;
  border: 1px solid #eee;
}
.game__inner {
  position: relative;
  text-align: center;
}
.game__inner:before {
  width: 95%;
  height: 95%;
  border: 1px solid rgba(255,255,255,.04);
  bottom: -12px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: all .2s ease;
  border-radius: 3px;
  background-color: rgba(255,255,255,.1);
}

.game__inner:after {
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255,255,255,.04);
  bottom: -22px;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  transition: all .2s ease;
  border-radius: 3px;
  background-color: rgba(255,255,255,.1);
}

.livegame {
  display: flex;
  align-items: center;
}
.liveimg {
  width: 214px;
}

.livegame {
  display: flex;
  align-items: center;
  column-gap: 40px;
}


.livetxt .yellowtext {
  font-size: 27px;
  color: #fff;
}

.livetxt .cont {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.video-bxt {
  position: relative;
  margin-bottom: 10px;
}
.learn-bx {
  background: #20639b;
  padding: 34px 18px;
}

span.arrowbx {
  position: absolute;
  top: -90px;
  display: block;
}

span.arrowbx img.img-fluid {
  width: 150px;
}

i.icofont-play-alt-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-bxt {
  position: relative;
  margin-bottom: 10px;
  padding: 0px 10px;
}



.video-bxt:after {
  position: absolute;
  left: 0px;
  background: #00000082;
  content: '';
  width: 100%;
  height: 100%;
}

.video-bxt {
  position: relative;
  border: 14px solid #fff;
  box-shadow: 0px 0px 8px #d8d8d8;
  margin: 10px 18px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffa600;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

.colortext {
  color: #6b1f78;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #aaaaaa;
}
.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffa600;
  content: "/";
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffa600;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffa600;
}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}
.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ffa600;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #e35052;
  background: #ffa600;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffa600;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #ffa600;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
    font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}
.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.tabs .nav-link:hover {
  color: #ffa600;
}
.tabs .nav-link.active {
  background: #ffa600;
  color: #fff;
  border-color: #ffa600;
}
@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}
.tabs .tab-content {
  margin-top: 30px;
}
.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}
.tabs .tab-pane ul li {
  padding-bottom: 10px;
}
.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffa600;
}
.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box i {
  float: left;
  color: #ffa600;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  text-decoration: underline;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ffa600;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}






/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
    font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #ffa600;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
    font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.pricing .box .btn-buy:hover {
  border-color: #fff;
}
.pricing .featured {
  background: #ffa600;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: none;
  box-shadow: 0 0 3px rgb(136 136 136 / 10%);
  background: #232a5c;
}
.faq .faq-list a, .faq .faq-list span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 10px;
  cursor: pointer;
  padding-left: 42px;
}
.faq .faq-list i {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ff9800;
  border-radius: 74px;
  transform: translate(0,-50%);
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed, .faq .faq-list span.collapsed {
  color: #fff;
}
.faq .faq-list a.collapsed:hover, .faq .faq-list span.collapsed:hover {
  color: #fff;
}
.faq .faq-list a.collapsed .icon-show, .faq .faq-list span.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close, .faq .faq-list span.collapsed .icon-close {
  display: none;
}
.footer-contact.footer-links {
  padding: 0px 50px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ffa600;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ffa600;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.c-seo img {
  width: 47%;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  height: auto;
}
#footer {
  color: #000;
  font-size: 14px;
  background: #eee;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #eee;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #ffa600;
}
#footer .footer-top .footer-contact h3 span {
  color: #ffa600;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffa600;
  bottom: 0;
  left: 0;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #444;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffa600;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffa600;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-bottom: 8px;
}
#footer .social-links a:hover {
  background: #ffa600;
  color: #fff;
  text-decoration: none;
}
.game__overlay .default-button span {
  position: relative;
  z-index: 1;
}
.signup__inner img {
  box-shadow: 4px 4px 7px 2px #8787874f;
  border: 4px solid #71297d;
  padding: 6px;
}
a.btn-hov-link {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 4px 40px;
}
.default-button:hover:after {
  background-color: #ffffff;
  transform: translate(4px, 4px);
  z-index: 0;
}

.default-button:hover{
  color:#fff;
}
.default-button:hover:before {
  background-color: #dd2421;
  z-index: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgb(0 0 0 / 20%);
}
.features-download h1 {
  font-size: 28px;
  font-weight: 700;
  color: #470604;
}
.features-download h2 {
  font-size: 17px;
  margin: 16px 0 36px 0;
}

.howtd {
  padding: 60px 0 19px;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
}
.barcode1 {
  margin: 0px auto 30px auto;
  display: table;
  text-align: center;
}
.barcode1 img.img-fluid {
  margin-bottom: 10px;
}

.main-contact {
  margin: 15px auto;
}

.media-icon {
  background: #ffffff;
  border-radius: 78px;
  width: 5.5%;
  margin: 12px auto;
  box-shadow: 1px 1px 5px #a5a5a5;
  border: 0px solid red;
  padding: 18px;
  position: absolute;
  top: 47%;
  left: 27%;
  z-index: 999;
}
.media-box {
  text-align: center;
  background: #f3f3f3;
  margin: 67px auto;
  width: 90%;
  padding: 91px;
  position: relative;
}


div#box-grid article {
  height: 100%;
  margin-bottom: 25px;
  border: 4px solid #71297d;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  transition: 0.5s all;
}
div#box-grid article:hover {box-shadow: 0px 0px 10px 5px #888888b0;}

div#box-grid .box-inner{margin-bottom: 25px;}

.pagination{margin: 20px 0 10px 10px;font-size: 14px;}
.pagination .nav-links > * {margin-right: 10px;}

.menu-register{-webkit-animation: bounce .3s infinite alternate;-moz-animation: bounce .3s infinite alternate;animation: bounce .3s infinite alternate;}
.downloadbtn-home{-webkit-animation: bounce .3s infinite alternate;-moz-animation: bounce .3s infinite alternate;animation: bounce .3s infinite alternate;display: inline-block;}

@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}

div#side-fixed-social {
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 9999;
  font-size: 30px;
}

div#side-fixed-social a{display: block;}
div#side-fixed-social .bxl-whatsapp{color: #fff;
  background: #3EC250;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;}
  
  div#side-fixed-social .bxl-telegram{color: #fff;
    background: #289FD9;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;} 
  div#side-fixed-social .bxl-telegram:before{    position: relative;
    left: -2px;}


    
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fff;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f77c03;
}

.testimonials-slider.partner_logos .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #232a5c;
}

.h-cat-wrap {
  color: #fff;
  padding: 60px 15px;
}

.c-r-wrap {
  width: 100%;
  padding: 15px;
  max-width: 500px;
}
.h-cat-wrap h2 {
  color: #fdb813;
  font-weight: 700;
  font-size: 26px;
}
.h-cat-wrap p {
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 0 10px #000;
}

a.ye-btn {
  background: #fcb813;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
}

.c-l-wrap {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 15px;
  max-width: 500px;
}


#cate-1 {
  background-size: cover;
  background-position: center left;
}
#cate-2 {
  background-size: cover;
  background-position: center left;
}

#cate-3 {
  background-size: cover;
  background-position: center left;
}

#cate-4 {
  background-size: cover;
  background-position: center left;
}


#latest-news_section ul{list-style: none;padding-left: 0;    height: 300px;
  overflow: auto;    overflow-x: hidden;}

  #latest-news_section ul::-webkit-scrollbar{width:8px}#latest-news_section ul::-webkit-scrollbar-thumb{background:#ccc}

#latest-news_section ul li{    display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;    justify-content: space-between;padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;}
  #latest-news_section .news-img{width: 150px;transition: 0.3s all;}
  #latest-news_section .news-img:hover{transform: scale(1.1) rotate(2deg);    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
}
.news-title-content{width: calc(100% - 170px);}
.news-title-content .news-title {
  margin-bottom: 5px;
}
.latest-news_head{font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #ccc;}
  .news-content {
    font-size: 14px;
}

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

  #latest-news_section .news-img {
    width: 100%;
    text-align: center;
}

.news-title-content {
  width: 100%;
}

  #cate-1 {
      background-size: cover;
      background-position: center right 30%;
  }

  #cate-2 {
    background-size: cover;
    background-position: center left 40%;
}

#cate-3 {
  background-size: cover;
  background-position: center right 30%;
}

#cate-4 {
  background-size: cover;
  background-position: center left 30%;
}



  .h-cat-wrap {
    color: #fff;
    padding: 40px 15px;
}

.c-l-wrap, .c-r-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}


  a.menu-register {
    width: 116px;
    position: relative;
    left: -60px;
}
a.menu-register img{width: 116px;}
  .h1_div h1 {font-size: 20px;}
  .liveimg {
    width: 322px;
}
  .livetxt .yellowtext {
    font-size: 20px;
    color: #fff;
}
  .livetxt .cont {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.cont {
  font-size: 14px;
  line-height: 20px;
}
  .registerbx {
    margin-top: 30px;
}
  .game__inner {
    margin-bottom: 30px;
}
  section.count, section.casino4{
    background: url(https://www.a9play.io/) no-repeat center!important;
    background-size: cover!important;
}
  .game__overlay {
    width: 70%;
}
  .loginbx ul li {
    float: right;
}
.loginbx:after {
  width: 617px;
}
.loginbx ul li img.img-fluid {
  width: 80px;
  float: right;
}
#header .logo img {
  height: 64px;
}
#header {
  background: #232a5c;
}
.carousel-inner {
  margin-top: 82px;
}
.colortext, .yellowtext {
  font-size: 24px;
  line-height: 32px;
}
.navbar-mobile ul{
  padding-top: 30px;
}

.icon-box img, .icon-box1 img {
  margin-bottom: 10px;
  width: 94px;
}
section.home_banner {
  padding-bottom: 0px;
}
.icon-box1 {
  margin-bottom: 8px;
  padding: 30px 8px;
}

.icon-box {
  margin-bottom: 8px;
  padding: 30px 8px;
  border: 1px solid #eee;
}
.cont2 {
  font-size: 17px;
  line-height: 24px;
}
.navbar li {
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu-item-has-children > a > i {
  line-height: 24px !important;
  width: 30px;
  text-align: center;
}

div#side-fixed-social {right: 15px;}



}


@media only screen and (min-device-width :1200px) and (max-device-width : 1499px) {
  .navbar a, .navbar a:focus {
    padding: 10px  32px 10px 0px;
}
  .col-lg-3.col-md-6.footer-contact img {
    width: 200px;
}
  .col-lg-3.col-md-6.footer-links.footer-contact img.img-fluid {
    width: 180px;
    margin-bottom: 10px;
}
  .footer-contact.footer-links {
    padding: 0px 16px;
}
  #footer .footer-top .footer-contact h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
}