
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.eot');
  src: url('fonts/Helvetica.eot') format('embedded-opentype'),
       url('fonts/Helvetica.woff2') format('woff2'),
       url('fonts/Helvetica.woff') format('woff'),
       url('fonts/Helvetica.ttf') format('truetype'),
       url('fonts/Helvetica.svg#Helvetica') format('svg');
}

@font-face {
  font-family: 'helveticalight';
  src: url('fonts/helveticalight.eot');
  src: url('fonts/helveticalight.eot') format('embedded-opentype'),
       url('fonts/helveticalight.woff2') format('woff2'),
       url('fonts/helveticalight.woff') format('woff'),
       url('fonts/helveticalight.ttf') format('truetype'),
       url('fonts/helveticalight.svg#helveticalight') format('svg');
}

@font-face {
  font-family: "Rubik", sans-serif;
  src: url('fonts/HelveticaBold.eot');
  src: url('fonts/HelveticaBold.eot') format('embedded-opentype'),
       url('fonts/HelveticaBold.woff2') format('woff2'),
       url('fonts/HelveticaBold.woff') format('woff'),
       url('fonts/HelveticaBold.ttf') format('truetype'),
       url('fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}   */


html body {
  font-family: "Rubik", sans-serif;
  background:#fff;
  color: #0f0f10;
  font-size:15px;
  line-height:180%;
  
}

a {
  color: #43b320;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
   line-height:170%;
}

.container-fluid {
  padding: 0 40px;
}

html .container {
    max-width: 1400px;
}

header {
    padding: 30px 0 30px 0;
	border-bottom:1px solid #fff;
}


header .image >img {
    max-width: 240px;
}


.section-one {
    color: #0f0f10;
    padding-top: 30px;
}
.section-one > .container-fluid .row {
    
}

.section-one .right .image img {
    width: 100%;
}

.section-one .right .image img.first-image {
    max-width: 610px;
    /* float: right; */
}

.section-one .right .image {
    text-align: center;
}

.section-one h1,.section-one h2,.section-two h2,.section-03 h2 {
    font-family: "Rubik", sans-serif;
	color:#0f0f10;
}

.btmbtns a.btn {
    background: #00f9fb;
    color: #242e46;
    padding: 7px 30px;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    margin: 20px 0;
    border-radius: 60px;
}

.btmbtns {
    text-align: center;
    margin-top: 40px;
}

table.table th,table.table thd {
    color: #0f0f10;
}

table.table th, table.table td {
    color: #0f0f10;
}

html .table .thead-dark th {
    background: #00f9fb;
    color: #000;
    border-color: #fff;
}

.section-03 {
	padding-bottom:60px;
}

.section-03 .tophead p {
    color: #0f0f10;
}

.tophead h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 0px solid #f1f1f1;  
  border-radius: 20px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}


.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 20px;
}
.flip-box-front h2,
.flip-box-front h3 {
    color: #000;
    font-size: 20px;
	font-family: "Rubik", sans-serif;
}
.flip-box-front img
{
  height: 40px;
  width: 40px;
}
.flip-box-inner p {
    font-size: 16px;
    line-height: normal;
    padding: 0 20px;
}

.flip-box {
    padding: 0 0px;
}
 
.flip-box-inner {
    padding: 20px;
}
.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 20px;
  padding: 16px;
}

.services-box .service {
    width: 36%;
    display: flex;
    justify-content: center;
    margin: 20px;
}

.services-box .service .flip-box {
    width: 100%;
    height: 250px;
}

.section-one.section-five {}

.section-one.section-five .image img {
    /* padding: 10px; */
    /* overflow: hidden; */
}

.section-one.section-five .image {
    margin:  5px 30px;
    overflow: hidden;
    border-radius: 10px;
}



.section-one.section-Sportsbook {}
.section-one.section-Sportsbook .spacing {
    padding: 40px 0;
}
.section-one.section-Sportsbook .row {
	justify-content:center;
}
.section-one.section-Sportsbook .row .right {
    margin: 0px 0 20px 0;
}
.section-one.section-Sportsbook .row .col-2 {
    max-width: 20%;
    flex: 0 0 20%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-one.section-Sportsbook .row .image {
    text-align: center;
}
.section-one.section-Sportsbook .right .image img {
    max-width: 90px;
    margin: auto;
}

.section-one.section-Sportsbook .row h4 {
    font-size: 20px;
    text-align: center;
}

.services-box .service p.elementor-icon-box-description {
    margin: 0;
    text-align: left;
    padding: 0;
    color: #fff;
}

.services-box .service .flip-box-front {
    text-align: left;
    align-items: start;
    padding: 50px 50px !important;!i;!;
    display: inline-block;
    padding: 0;
    position: relative;
    background: #000;
    border: 1px solid #FF9800;
}

.services-box .service .flip-box-front h3.title {
    text-align: left;
    color: #FF9800;
}

.services-box .service .flip-box {
    height: auto;
    perspective: unset;
    background: #000;
}

.services-box .service  .flip-box-inner {
    height: auto;
    padding: 0;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.section-03.accordion-section {}

span.accordion-title {}

.section-03.accordion-section .services-box {
    max-width: 1000px;
    margin: auto;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    background: #000;
}

.section-03.accordion-section .services-box button {
    outline: none;
    color: #000;
    border-color: #fff;
    padding: 10px 0;
}

.section-03.accordion-section .services-box .accordion {
    background: #fff;
    padding: 20px;
}

.accordion .accordion-item span.accordion-title {
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

.section-03.accordion-section .services-box  .accordion-item {
    border-color: #000;
}

.section-03.accordion-section .services-box .accordion-content p {
    font-size: 15px;
    color: #000;
    opacity: 1;
    margin: 0;
    text-align: left;
    line-height: 150%;
    margin-bottom: 20px;
}

.section-03.accordion-section .services-box .accordion-content {
    padding: 0px 0;
}


.section-0last.footer-section {
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.section-0last.footer-section .logo {
    text-align: center;
}

.section-0last.footer-section .logo image > img {
    max-width: 120px;
}

.section-0last.footer-section .logo .image > img {
    max-width: 170px;
}

.section-0last.footer-section .keyword {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.section-0last.footer-section .keyword p {
    font-size: 16px;
    color: #0f0f10;
    padding: 10px;
}

.section-0last.footer-section  .pay-method {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
    padding-bottom: 20px;
}

.section-0last.footer-section .pay-method .image {
    padding: 10px 10px;
    width: 20%;
}

.footer-section .copyright {
    padding-bottom: 40px;
}

.footer-section .copyright p {
    color: #0f0f10;
    font-size: 15px;
	line-height:160%;
}


.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:325px;
	margin:20px 20px 0px 20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

.login-container {
    padding: 40px 0;
	height: auto;
    background-image: linear-gradient(#6f6f6f, #1c1b1b, #000, #000);
	font-family: "Rubik", sans-serif;
	flex-direction:column;
}
 .card.login-form {
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    color: #fff;
    width: auto;
    max-width: 1170px;
	text-align: center;
}
.card.login-form .title-bx h1 {
    font-size: 22px;
}

.global-container.login-container {
    max-width: 720px;
    margin: auto;
	padding: 0;
}
.global-containerin {
    text-align: center;
    padding: 40px 10px 20px 10px;
    /*background-image: url(../img/bg1.png); */
    background-position: top -90px center;
    background-repeat: no-repeat;
}
div.head-lb.WhatsApp {
    position: fixed;
    bottom: 20px;
    left: 49%;
    transform: translate(-114%, -1%);
		
}
.login-container .image > img {
    max-width: 220px;
}

.login-container h3.card-title {
    font-family: "Rubik", sans-serif;
    color: #000;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

.login-container form {
    padding-top: 0px;
    margin-top: 5px;
}

.login-container form .form-control {
    border: 1px solid #333;
    padding: 10px;
    height: auto;
}

.login-container form input::placeholder {
   
}

.login-container form button.btn.btn-primary {
    background: #000;
    outline: none;
    border: 0;
	background-color: #000;
    border-color: #000;
    color: #fff;
	border-radius:3px;
}

.login-container form .sign-up {
    line-height: 114%;
    color: #000;
    font-size: 90%;
    padding-top: 5px;
    text-align: left;
	font-size: 11px;
}

.login-container .field-01 {
    display: flex;
    align-items: center;
    position: relative;
}
.login-container  .field-01 .form-control {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-container form .field-01 .form-control {font-size: 1rem;color: #495057;}

.image.image2 {}

.image.image2 img.img-fluid {    
    padding: 23px 0 10px;
}

.image-d-flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
    
.card.login-form .image-d-flex .heading h2 {
    text-align: left;
    font-size: 30px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 110%;
}  

.image.img1 .lb {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-top: 4px;
    display: inline-block;
    background: #012fcb;
    padding: 16px 16px 7px 14px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 150%;
	background-image: linear-gradient(181deg, #afafaf, #5b5b5b);
}

.image.img1 .lb span {
    font-size: 40px;
	line-height: 27px;
}

input#exampleInputPassword1 {}

.login-container form .field-01 i.fa {
    color: #000;
    position: absolute;
    right: 10px;
	font-size: 16px;
}

.login-container form button.btn.btn-primary:focus {
    background: #000;
}

.login-container form button.btn.btn-primary:hover {
    color: #fff;
}
.login-container form a {
    color: #000;
    text-decoration: underline;
}

.login-container form button.btn.btn-primary i.fa {
    position: absolute;
    right: 10px;
}

.login-container form button.btn.btn-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 7px 0;
	border-radius: 3px;
}

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

.card.login-form .heading h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.head-lb {
    padding-top: 40px;
    display: inline-block;
}

.head-lb h3 {
    color: #fff;
    display: inline-block;
    border-radius: 65px;
    font-weight: bold;
    font-size: 17px;
    position: relative;
}

.head-lb h3 a {
    color: #fff;
    text-decoration: none;
    position: relative;
    background: #40c351;
    display: inline-block;
    color: #fff;
    padding: 6px 30px 6px 50px;
    border-radius: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
}

.head-lb h3 a img.icon {
    position: absolute;
    left: -9px;
    top: -5px;
}

.cl-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: auto;
    justify-content: space-evenly;
    max-width: 550px;
}

.cl-logos .bx {
    width: 21%;
    border: 1px solid #ccc;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 7px 0;
	height: 60px;
}

.cl-logos .bx img {
    max-width: 100px;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.e-con .e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
}
.section-one-1 .elementor-heading-title {
	color: #FF9800;
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 600;	
}
body .elementor-heading-title {
	font-weight: 700;	
	line-height: normal;
	    font-size: 26px;
}

body .elementor-button {
    background-color: #676767;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    padding: 7px 15px;
    border-radius: 7px;
    display: inline-block;
    margin: 0px 0 30px;

}

body .elementor-button:hover {
	color: #fff;
}

span.elementor-button-text {
    align-items: center;
    display: flex;
    text-decoration: none;
}
.section-one.section-one-1 .left {
    background: url(../images/New-Project-3.webp);
    padding: 50px 0;
}
.elementor-image-box-title {
    font-size: 20px;
    font-weight: 600;
}
.section-one-2 {}

.section-one-2 figure.elementor-image-box-img img {
    max-width: 47px;
}

.section-one-2 .btmrow {
    padding: 60px 0 60px 0;
}

.section-one.section-one-4 h2.elementor-heading-title {
    /*font-weight: 200;
    font-size: 40px; */
    padding: 0px 0 10px 0;
}        

.section-one.section-one-4 {}

.section-one.section-one-4 .feature-row {
    padding: 10px 0;
    font-size: 16px;
    align-items: center;
}

.section-one.section-one-4  .feature-row figure.elementor-image-box-img img {
    max-width: 70px;
    margin: auto;
}

.section-one.section-one-4 .feature-row figure.elementor-image-box-img {
    text-align: right;
}

.section-one.section-one-4 .feature-row h3.elementor-image-box-title {
    color: #000;
}

body a{
	/*color: #c36; */
}

.section-two.section-one-5 {}

.section-one.section-one-7 td,
.section-two.section-one-6 td {
    font-size: 13.5px;
	padding:15px;
}

.section-one.section-one-7 tr:nth-child(odd),
.section-two.section-one-6 tr:nth-child(odd) {
    background: #272727;
}

.section-one.section-one-7 tr:nth-child(odd) th, .section-one.section-one-7 tr:nth-child(odd) td, .section-two.section-one-6 tr:nth-child(odd) th,.section-two.section-one-6 tr:nth-child(odd) td {
    color: #fff;
}
.section-one.section-one-6 {}

.section-one.section-one-6 .right img {
    max-width: 200px;
}

.section-one.section-one-6  h2.elementor-heading-title {
    padding-bottom: 30px;
}

.section-one.section-one-8 {}

.section-one.section-one-8 h2.elementor-heading-title, 
.section-one.section-one-9c h2.elementor-heading-title {
    text-align: center;
    padding-bottom: 40px;
}

.section-one.section-one-8 .row {
    align-items: center;
}

.section-one.section-one-8 .right .image img {
    max-width: 270px;
}

.section-one.section-one-9 {
    padding-bottom: 50px;
    padding-top: 0px;
}

img.box-ic {
    max-width: 7px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}


.accordion {
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #acacac;
    margin: 40px 0;

}

.accordion-section {
    border-bottom: 1px solid #acacac
}

.accordion-section-title {
    width: 100%;
    padding: 15px 5px;
    display: inline-block;
    position: relative;
    background: #ffffff;
    color: #000;
    transition: all linear 0.15s
}

.accordion-section-title:hover,
.accordion-section-title:focus {
    color: #000
}

.accordion-section-title .plus,.accordion-section-title .minus {
    position: absolute;
    right: 0;
    width: 10px
}

.accordion-section-title .plus {
    display: inline-block;
    float: right
}

.accordion-section-title .minus {
    display: none
}

.accordion-section-title.active {
    color: #000
}

.accordion-section-title.active .minus {
    display: inline-block;
    float: right
}

.accordion-section-title.active .plus {
    display: none
}

.accordion-section-title.active,.accordion-section-title:hover {
    text-decoration: none
}

.accordion-section-content {
    padding: 15px 5px;
}

.accordion-section-content p {
    margin-top: 0
}

.accordion-section-content#accordion-3 p {
    margin-bottom: 2px;
    line-height: 1.2
}


.section-one.section-one-9 h2.elementor-heading-title {
    text-align: center;
    padding-bottom: 40px;
}

.section-one.section-one-8.section-one.section-one-8 .right .image img {
    max-width: 100%;
}
.section-one.section-one-11 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-one.section-one-13 {
    padding: 20px 0px 40px;
}

.section-one.section-one-13 h2.elementor-heading-title {
    padding-bottom: 40px;
}

.section-one.section-one-13 p,.section-one.section-one-13 li {
    text-align: left;
}

.section-one.section-one-13 .image {
    padding-bottom: 20px;
}

.section-one.section-one-14 {
    padding-top: 0;
}

.section-one.section-one-14 h2.elementor-heading-title {
    padding-bottom: 30px;
}

.section-one.section-one-14  .owl-carousel .owl-item img {
    border-radius: 15px;
}

.section-one.section-one-21 {
	padding-top:0;
	padding-bottom:20px;

}

.section-one-21 .testimonials-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
	border: 1px solid #FF9800;
	padding: 50px 150px 10px 150px;
}
.section-one-21 .owl-carousel .item .quote-image .image {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    margin: 20px;
}

.section-one-21 .owl-carousel .item .quote-image .image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
/** owl carousel **/
.section-one-21 .carousel-wrap {
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  position: relative;
}
.section-one-21 .owl-carousel .item {
  position: relative; /* fix blank or flashing items on carousel */
  z-index: 100; /* fix blank or flashing items on carousel */
  -webkit-backface-visibility: hidden; /* fix blank or flashing items on carousel */
  height: auto;
  text-align: center;
}

.section-one-21 .owl-carousel .item .quote-image {
    display: flex;
    justify-content: center;
	align-items:center;
}

.section-one-21 .owl-carousel .owl-nav{
	position:absolute;
	display:flex;
	justify-content:space-between;
	width: 100%;
	top:10%
}

.section-one-21 .owl-carousel .owl-nav .owl-prev {
    left: -80px;
    position: relative;
    font-size: 50px;
}
.section-one-21 .owl-carousel .owl-nav .owl-next {
    right: -80px;
    position: relative;
    font-size: 50px;
}

.section-one-22 h2.elementskit-faq-title {
    background: #fff;
    color: #000;
    padding: 15px 10px;
    font-size: 20px;
}

.section-one-22 p.ans {
    padding: 10px;
}

.section-one.section-one-22 {}

.section-one.section-one-23 .image img.emoji1 {
    max-width: 120px;
    width: auto;
    margin: auto;
}

.section-one.section-one-23 .image {
    margin: 20px 0 40px 0;
}

.section-one.section-one-23 .payment-carousel {
    border-bottom: 1px solid #555555;
    margin-bottom: 40px;
}

.section-one.section-one-23 .e-con-inner {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.section-one.section-one-23 h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.section-one.section-one-23 p {
    font-size: 16px;
    font-weight: 400;
    color: #828080;
    text-align: justify;
}

.section-one.section-one-23 p b {color: #000;}

.ibx {
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
	min-height: 530px;
}

.ibx .inf {
    padding: 30px 40px;
}

.ibx .inf h4 {
    font-size: 18px;
}

.s-bx {}

.s-bx .img {}

.s-bx .img img {
    max-width: 100px;
    margin: auto;
}

.sbx {
    text-align: center;
    box-shadow: 1px 1px 1px 1px #ddd;
    padding: 10px 15px;
    min-height: 350px;
    margin-bottom: 30px;
	    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.sbx .inf h4 {
    font-size: 18px;
    padding-top: 10px;
}

.section-one.section-one-23 p strong {
    color: #fff;
}

.section-one.section-one-24 {
	padding-top:0;

}

.section-one.section-one-24 .image img.emoji1 {
    max-width: 120px;
    width: auto;
    margin: auto;
}

.section-one.section-one-24 .image {
    margin: 20px 0 40px 0;
}

.section-one.section-one-24 .payment-carousel {
    border-bottom: 1px solid #555555;
    margin-bottom: 40px;
}

.section-one.section-one-24 .e-con-inner {
    border-top: 0px solid #ccc;
    padding-top: 20px;
}

.section-one.section-one-24 h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.section-one.section-one-24 p {
    font-size: 16px;
    font-weight: 400;
    color: #828080;
    text-align: justify;
}

.section-one.section-one-24 p b {color: #0f0f10;}

.section-one.section-one-24 p strong {
    color: #0f0f10;
}

.section-one.section-one-24 ul.ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.section-one.section-one-24 ul.ul li {
    list-style: none;
    margin: 0px 0 3px 0;
}

.section-one.section-one-24 ul.ul li a {
    font-size: 16px;
    color: #0f0f10;
    padding-right: 5px;
    border-right: 1px solid #ddd;
    margin-right: 5px;
    line-height: normal;
}

.whatapp-opt {}

.whatapp-opt .or {
    text-align: center;
    position: relative;
}
.whatapp-opt .or span {
    position: relative;
    background: #fff;
    z-index: 99;
    padding: 0 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}
.whatapp-opt .or:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 12px;
    background: #000;
}
.whatapp-opt h3 {
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    padding-bottom: 6px;
    font-weight: 300;
}

.whatapp-opt .icons-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.whatapp-opt .icons-info .box {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
    text-transform: capitalize;
}

.whatapp-opt .icons-info .box img.icon {
    max-width: 33px;
    height: auto;
    margin: 0px 0 0px 0;
    filter: grayscale(1);
    margin-right: 3px;
}

.login-container form button.btn.btn-primary i.fa.fa-whatsapp {
    color: #fff;
    background: #fff;
    position: relative;
}

.login-container form button.btn.btn-primary img.icon {
    max-width: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.social_connect, .social_connect a {
    display: flex;
    justify-content: center;
}
.social_connect {
    text-align: center;
    border-top: 1px dashed #000;
    margin-top: 10px;
    padding-top: 5px;
}
.social_connect, .social_connect a {
    display: flex;
    justify-content: center;
}

.social_connect a {
    text-decoration: none;
    align-items: center;
    margin: 0 3%;
}
.social_connect a span {
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
    color: #000;
    text-transform: uppercase;
}
.handicon {
    width: 30px !important;
    position: absolute;
    left: 10px;
}

.slide-right {
    animation: slide-right 2s cubic-bezier(.785,.135,.15,.86) infinite alternate both;
}

@keyframes slide-right{0%{transform:translateX(0)}to{transform:translateX(20px)}}


.footer-section {
    /* background: #000; */
    /* background-image: linear-gradient(#000, #8000ff); */
    /* color: #fff; */
}

.footer-section-top {
    background: #000;
    background-image: linear-gradient(#000, #8000ff);
    color: #fff;
}

.footer-section-top .section-one.section-one-24  h3 {
    color: #fff;
}

.footer-section-top .section-one.section-one-24 p,.footer-section-top .section-one.section-one-24 a {
    color: #fff;
}

.footer-section-top .section-one.section-one-24 p b {
    color: #fff;
}

.footer-section-top .section-one.section-one-24  ul.ul li a {
    color: #fff;
}

.footer-section-top .footer-section .copyright p {
    color: #fff;
}

.footer-section-top  .section-one-24 {
    padding-bottom: 40px;
}

.loginInner1 {
    width: 350px;
    max-width: 90%;
    margin: 15% auto;
}

.featured-box-login {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    background: var(--primary-bg);
}

.head-lb.WhatsApp {
    position: fixed;
    bottom: 30px;
    left: 30px;
}
.disclaimer {
    padding: 10px 30px;
    background: #fff;
    color: #000;
    font-size: 9px;
    line-height: normal;
    margin-top: 40px;
	text-align: center;
}

.disclaimer p {
    margin: 0;
}

.cl-logos .bx {
    position: relative;
}

.cl-logos .bx img.tick {
    position: absolute;
    max-width: 30px;
}

@media screen and (max-width:1480px){
	div.head-lb.WhatsApp {
    
}
}

@media screen and (max-width:680px){
	.login-container .image > img {
    max-width: 165px;
}
	
 .image.image2 img.img-fluid {
    max-width: 220px;    
}


body header {
    padding: 10px 0;
}

.main-wrapper {
    padding-top: 20px;
}

	.section-one > .container-fluid .row {
    flex-direction: column-reverse;
}

.section-one > .container-fluid .row .col-6 {
    max-width: 100%;
}

.section-one h1, .section-one h2, .section-two h2, .section-03 h2 {
    font-size: 21px;
    line-height: 160%;
}

.section-one .btmbtns {
    margin-top: 0;
}

.btmbtns a.btn {
    font-size: 14px;
    margin: 10px 0 0;
}

body p {
    font-size: 16px;
    line-height: 150%;
}

.section-one .col-6 {
    max-width: 100%;
}

.section-one .row {
    flex-direction: column;
}

.section-one {
    padding-top: 0;
}

table.table th, table.table td {
    font-size: 15px;
    line-height: 150%;
}

.services-box .service .flip-box {
    height: 240px;
}

.services-box .service {
    width: 47%;
    margin: 10px 5px;
}

.services-box .service .flip-box-front img {
    height: 30px;
    width: 30px;
}

.services-box .service h3.title {
    font-size: 14px;
}

.services-box .service p {
    font-size: 13px;
    line-height: 137%;
    padding: 0 10px;
}

.section-03 .services-box {}

.section-four .row {
    flex-direction: column;
}

.section-four .row .col-6 {
    max-width: 100%;
}

.section-four .row .col-6 .image {
    margin-bottom: 10px;
}

.section-03 {
    padding-bottom: 30px;
}

.section-one.section-five .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-one.section-five .row {
    flex-direction: row;
}

.section-one.section-five .image {
    margin: 10px 5px 0px 6px;
}

.section-one.section-Sportsbook .row .col-2 {
    max-width: 30%;
    flex: 0 0 30%;
}

.section-one.section-Sportsbook .row {
    flex-direction: row;
}

.section-one.section-Sportsbook .right .image img {
    max-width: 50px;
}

.section-one.section-Sportsbook .row h4 {
    font-size: 16px;
}

.accordion .accordion-item span.accordion-title {
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.section-03.accordion-section .services-box .accordion-content p {
    font-size: 14px;
    display: inline-block;
}

.section-03.accordion-section .services-box .accordion-content {
    /* max-height: 9em; */
}

.section-03.accordion-section .services-box .accordion-item {
    padding-bottom: 10px;
}

.section-0last.footer-section .keyword {
    flex-wrap: wrap;
}

.section-0last.footer-section .keyword p {
    margin: 0;
}

.section-one.section-one-13 img.wht {
    width: 100%;
}

.section-one, .section-two.section-one-5 {
    overflow: hidden;
}

.section-one .row {
    margin: auto;
}

.section-one.section-one-20 {}

.section-one.section-one-20 .elcontainer {
    padding: 0 15px;
}

body p,body li {
    font-size: 14px;
}

body .section-one {
    padding: 0 15px;
    padding-bottom: 30px;
}	

.section-03 .services-box {
    width: 100%;
}

.services-box .service {
    width: 100%;
    padding: 0;
}

.services-box .service .flip-box-front {
    padding: 20px !important;!i;!;
}

.services-box .service .flip-box {
    height: auto;
}

.section-one.section-one-12 .container {
    padding: 0;
}

.section-one.section-one-12 {}

.section-one.section-one-9 {
    padding-bottom: 0px;
}

.section-one.section-one-20 {
    padding-top: 20px;
}

.section-one.section-one-9 h2.elementor-heading-title br {
    display: none;
}

.section-one.section-one-9 h2.elementor-heading-title {
    font-size: 20px;
}

.section-one.section-one-21 {
    padding-top: 30px;
}

.section-one.section-one-21 .testimonials-container {
    padding: 50px 40px 10px 40px;
}

.section-one-22 h2.elementskit-faq-title {
    padding: 10px;
    line-height: normal;
    font-size: 15px;
}

.section-one.section-one-23 {
    padding-top: 0;
}

.section-one.section-one-23 .owl-nav {
    display: none;
}

.section-one.section-one-13 {
    padding-bottom: 0;
}

.section-one.section-one-13 > br {
    display: none;
}

.section-one.section-one-13 >  .row br {
    display: none;
}

.section-one.section-one-9 {
    padding-top: 0;
}

.section-one.section-one-8 .row > div {
    max-width: 100%;
}

.section-one.section-one-6 .row > div {
    max-width: 100%;
}

.section-two.section-one-5 .left {
    padding: 0 20px;
}

.section-one.section-one-4 {
    padding-bottom: 0;
}

.section-one.section-one-4 .feature-row figure.elementor-image-box-img img {
    max-width: 80px;
    text-align: center;
}

.section-one.section-one-4 .feature-row figure.elementor-image-box-img {
    text-align: center;
}

.section-one.section-one-4  .info {
    text-align: center;
}

.section-one-1 .elementor-heading-title {
    font-size: 20px;
}

.section-one {}

.section-one.section-one-1 .left {
    padding: 40px 0;
}

.section-one.section-one-2 h4 {
    font-size: 14px;
}

.section-one.section-one-2 {}

.section-one.section-one-8 .row > div {
    max-width: 100%;
}

.section-one.section-one-6 .row > div {
    max-width: 100%;
}

.section-two.section-one-5 .left {
    padding: 0 20px;
}

.section-one.section-one-4 {
    padding-bottom: 0;
}

.section-one.section-one-4 .feature-row figure.elementor-image-box-img img {
    max-width: 64px;
    text-align: center;
}

.section-one.section-one-4 .feature-row figure.elementor-image-box-img {
    text-align: center;
}

.section-one.section-one-4  .info {
    text-align: center;
}

.section-one-1 .elementor-heading-title {
    font-size: 20px;
}

.section-one {}

.section-one.section-one-1 .left {
    padding: 40px 0;
}

.section-one.section-one-2 h4 {
    font-size: 14px;
}

.section-one.section-one-2 {}

.section-one.section-one-3 {}

.section-one.section-one-3 .image > img {
    max-width: 220px;
    margin: auto;
}

.section-one.section-one-3 .image {
    text-align: center;
}

.section-one.section-one-4 h2.elementor-heading-title {
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.login-container .card-body {
    padding: 1rem;
}


.card.login-form .title-bx h1 {
    font-size: 16px;
}

.card.login-form .title-bx p br {
    display: none;
}

.card.login-form .heading h2 {
    font-size: 20px;
    line-height: 150%;
    margin: 0;
}

.card.login-form .heading h2 br {
   
}

.image.img1 .lb span {
    font-size: 34px;
}

.image.img1 .lb {
        font-size: 10px;
        padding: 10px 10px 8px 11px;
        line-height: normal;
        border-radius: 6px;
		
    }

.cl-logos .bx {
    width: 30%;
	height: 55px;
}

.cl-logos .bx img {
    max-width: 90px;
}

.disclaimer p {
    font-size: 9px;
    line-height: normal;
}

.disclaimer p br {
    display: none;
}

.global-container.login-container {
    padding-bottom: 10px;
}

.head-lb.WhatsApp {
    left: 10px;
	bottom: 20px;
}

.head-lb h3 a {
    padding-left: 42px;
    font-size: 12px;
    padding-right: 16px;
}

.head-lb h3 a img.icon {
    left: -5px;
    max-width: 44px;
    height: 44px;
    top: -5px;
}
div.head-lb.WhatsApp {
    left: 10px;
	transform: translate(0%, -1%);
}
.image-d-flex {
        /*flex-direction: column; */
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
        justify-content: space-between;
    }
	.card.login-form .image-d-flex .heading h2 {
        text-align: left;
        font-size: 22px;
        padding-top: 10px;
    }
.global-containerin {
    padding: 20px 0px 0px 0px;
}

.image-d-flex {
	padding-top: 20px;
	padding: 0 10px 10px;
}	
}


@media screen and (max-width:480px){
	.image-d-flex {
        padding-top: 20px;
        padding: 0 0px 10px;
    }
	.card.login-form .image-d-flex .heading h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:450px){
	
	.card.login-form .title-bx h1 {
    font-size: 14px;
}

.card.login-form {
    margin: 0;
    padding: 10px;
}

body p, body li {
    font-size: 13px;
}

body .elementor-button {
    padding: 6px 25px;
    font-size: 16px;
    margin-bottom: 0px;
}

.image-d-flex {
    
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.card.login-form .image-d-flex .heading h2 {
            text-align: left;
        font-size: 18px;
        padding-top: 10px;
}

.image.img1 .lb {
    padding: 17px 15px 13px 13px;
}

.image.img1 .lb span {
    font-size: 24px;
}

.image.img1 .lb {
    font-size: 9px;
    padding: 10px 10px 8px 11px;
} 

}

@media screen and (max-width:550px){
    .image-d-flex {
        justify-content: space-between;
        padding: 20px 10px 10px;
    }
	
.cl-logos .bx {
    height: 50px;
}

.cl-logos .bx img {
    max-width: 70px;
}

.disclaimer {
    margin-top: 20px;
}
}
