body {
      font-family: 'Open Sans';
	  background-color: #0c0c0c;
	  padding: 0 !important;
	  color: #d2d2d2;
	  font-size: 14px;
	  letter-spacing: 0.6px;
  }
  body::-webkit-scrollbar {
	width: 7px;
	background-color: #1f3465;
}

body::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-color: #ccc;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #0c1220;
	border-radius: 50px;
}
html{
	height:100%;
}

button,button:hover,button:focus{
	outline:none;
}
a,a:hover,a:focus{
    text-decoration: none;
}
a.logo {
    width: 140px !important;
    display: block;
	float: left;
	margin-left: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.header-nav{
width: 100%;
    padding: 10px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header {
    background:#0e0e0e;
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
}
.overlay-body{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    z-index: 11;
}
p.mainbanner_button img {
    /* filter: brightness(); */
}
.nav_sec {
	float: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    padding-left: 8px;
}
.nav_sec li {
    display: inline-block;
    padding: 0px 15px;
}
.nav_sec li a {
padding: 10px 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    position: relative;
}
.nav_sec li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffce4a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav_sec li.active a::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav_sec li a:hover::before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mainbanner_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    z-index: 1;
    flex-direction: column;
}
.mainbanner_text {
    padding: 8px 20px;
    width: 100%;
    text-align: left;
    background: #ffce4a;
    border-radius: 10px 0 0 10px;
    box-shadow: 2px 2px 10px #000;
}
.mainbanner_text3 {
    color: #000;
    font-size: 34px;
    margin: 0;
}
.mainbanner_text2 {
    color: #000;
    font-size: 46px;
    padding: 0 0;
    margin: 0;
    line-height: 1.2;
    font-family: 'Arial';
}
.mainbanner_button {
    /* width: 20vw; */
float: left;
    margin-top: 0%;
}
.mainbanner_button .myacc_btn {
    font-size: 26px;
    padding: 5% 0;
    float: right;
	    text-decoration: none;
}

.myacc_btn {
width: 200px;
    border-radius: 5px;
    border: none;
    color: #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 10px auto;
    padding: 8px 15px;
    float: none;
    display: block;
    font-size: 18px;
    background: -webkit-linear-gradient(#ffce4a,#ffce4a) !important;
    background: -moz-linear-gradient(#ffce4a,#ffce4a) !important;
    background: -o-linear-gradient(#ffce4a,#ffce4a) !important;
    background: linear-gradient(#ffce4a,#ffce4a) !important;
}
.myacc_btn:hover {
    /* -webkit-filter: drop-shadow(1px 1px 3px #00e5ff);
    filter: drop-shadow(1px 1px 3px #00e5ff); */
    color: #000;
}
button.myacc_btn {
    margin-top: 20px;
}
.liveevents-main {
    padding:35px 25px 35px 25px;
    overflow: hidden;
    background-color: #000000;
	    border-top: 1px solid #31167b;
	/* font-size: 16px; */
}
.liveevents-main-1 {
    background-color: #252525;
}
.liveevents-main img {
    margin: 0 auto;
}
.section-width {
    max-width: 1100px;
    margin: 0 auto;
    text-align: justify;
}
.why-sec img {
    width: 120px;
    margin: 30px auto;
	-webkit-filter: grayscale() brightness(1);
	filter: grayscale() brightness(1);
}
.main-slider {
    position: relative;
    height: 59vh;
	min-height:300px;
    background: #31167b;
    margin-top: 97px;
}

.main-slider:after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
    background-image: url(../images/midnight.png);
}
.main_banner_1 {
    width: 100%;
    opacity: 0.5;
    /* filter: grayscale(); */
	    height: 70vh;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
	display:none;
}
.download_1 img {
    opacity: 1;
    width: 230px;
    margin-top: 15px;
    height: auto !important;
    margin-right: 15px;
}
.reg_width {
    max-width: 620px;
margin: 0 auto;
    padding: 20px 0px 10px 0px;
}
.acc_details {
    overflow: auto;
    width: 100%;
    /* margin-bottom: 40px; */
}
.acc_details.accdet_check {
    margin-bottom: 5px;
}
.acc_half, .half_sec {
    /* width: 50%; */
    /* float: left; */
    margin-bottom: 15px;
}
.usercont {
    color: #ffffff;
	margin-bottom: 8px;
}
p.icon-text {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 1px;
	margin-bottom: 0;
}
.input_txt {
    background-color: #f9f9f9;
    border: none;
    border-bottom: 1px solid #4e4e4e;
    width: 100%;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    color: #000;
}
.responsible-gaming-sub {
    overflow: hidden;
}
.contact_link, .contact_link:hover, .contact_link:focus {
    color: #ffce4a;
}
input[type=checkbox] {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 20px;
    background: #000;
    opacity: 0;
    margin: 0;
}
.checkmark {
position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 6px;
    border: 2px solid #4e4e4e;
}
/* .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #011e22;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}
input[type=checkbox]:checked ~ .checkmark {
        background-color: #fed53e;
}

h3.footer-title-text {
    text-align: left;
    color: #ffce4a;
    font-size: 16px;
	margin: 0;
    padding: 20px 0;
}
h1.title-main {
    margin: 0;
    padding: 28px 10px 40px 46px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #ffce4a;
}
.liveevents-main-1 h1.title-main i {
    /* background: #252525; */
}
 h1.title-main i {
	font-size: 44px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    background: #ffce4a;
    color: #271262;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
select option {
    background: #222;
    border: none;
    box-shadow: none;
}
h1.title-main:before {
    content: "";
    height: 1px;
	width: 100%;
    background: #ffce4a;
    flex: 1;
    margin-right: 8px;
}
h1.title-main:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ffce4a;
    flex: 1;
    margin-left: 8px;
}

.download_1 {
    text-align: center;
}
p.section-text2 {
    line-height: 2.2;
}
h1.title-main span {
    position: relative;
    /* color: #fff; */
}
/* h1.title-main span:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #00e5ff;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
} */
@-webkit-keyframes mymove {
    from {top: -80px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -80px;}
    to {top: 0;}
}
.affix {
      top: 0;
      width: 100%;
      z-index: 111 !important;
	  transition:1s;
	  -webkit-animation: mymove 0.6s ; /* Safari 4.0 - 8.0 */
    animation: mymove 0.6s;
  }

  .affix + .home-slider {
      padding-top: 100px;
  }








	.nav_sec li {
    padding: 0px 10px;
}

.nav_sec li img{
    width: 25px;
}
.up-arrow a {
position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 1;
}
.up-arrow {
	opacity:0;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.up-arrow img {
    width: 50px;
}
.game-provider {
    padding: 0 0 50px 0;
}
h3.title-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
    padding: 0px 0 10px;
    color: #ffce4a;
}
.game-provider.new-certify .provider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    flex-wrap: wrap;
}
.game-provider.new-certify .provider-logo:last-child {
    border: none;
}
.game-certificate {
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px;
    /* justify-content: center; */
}
.provider-logo {
    text-align: center;
}
.provider-logo img {
width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5px auto;
}
.footer {
    background: #151515;
    clear: both;
}
.footer-col-sec {
    line-height: 1.8;
	background: #252525;
    padding: 0 15px 15px 15px;
}
.footer-col-sec .footer-title-text {
    text-align: center;
	font-size: 20px;
    text-transform: uppercase;
}
.plus-age img {
    width: 52px;
}
hr.hr_line {
    border: 0.5px solid #636363;
    width: 97%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.game-provider_sec {
    display: block;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.divide_block {
    display: flex;
    align-items: center;
    justify-content: center;
	    background: #31167b;
    padding: 10px 0;
}
.game-provider_sec .game-provider {
    width: 50%;
}
.game-provider {
    padding: 0 0 0px 0;
}
h3.title-text {
text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
    padding: 0px 0 10px;
    color: #ffce4a;
}
.footer-menu {
    overflow: hidden;
    padding: 10px 10px;
    max-width: 1220px;
    margin: 0 auto;
    line-height: 2;
    background-color: #151515;
}
.footer-menu p {
    color: #fff;
}
p.footer-intro {
    line-height: 1.7;
    font-size: 9px;
    margin-bottom: 0;
    text-align: justify;
}
.footer_logo {
    width: 170px;
    margin-bottom: 10px;
}
.social-icons {
    text-align: center;
}
.copyrights {
}
.copyrights p {
    margin: 0;
    color: #a5a5a5;
    font-size: 11px;
    padding: 10px;
}
ul.footer-links a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 0 10px;

}
ul.footer-links {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.footer-head {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.social-icons img {
    display: inline-block;
    width: 44px;
}
.topicon-sec img {
    width: 75px;
    margin-bottom: 10px;
	-webkit-filter: grayscale() brightness(1);
	filter: grayscale() brightness(1);
}


@media screen and (max-width: 767px) and (orientation: portrait){
.main-slider img {
    height: 270px;
    object-fit: cover;
    object-position: 0%;
}
}
@media screen and (max-width: 1045px){
	.nav_sec {
    width: 100%;
    background: #1d1d1d;
	    text-align: center;
}
.header-nav {
    padding-bottom: 0;
	padding-top: 0;
}
h3.footer-title-text {
    margin: 0;
    padding: 25px 0;
}
}
@media screen and (max-width: 767px){
	div#contact {
    padding-bottom: 0;
}

	span.span_1 {
    display: block;
}

	.download_1 img {
    margin-right: 0;
    width: 200px;
}
	.footer-col-sec .footer-title-text {
    font-size: 16px;
	}
	h1.title-main i {
    font-size: 24px;
	width: 45px;
    height: 45px;
	}
	h1.title-main span {
    max-width: 168px;
	}
	.mainbanner_text {
    width: 95%;
    border-radius: 10px;
}

	.liveevents-main .col-xs-12 {
    padding: 0;
}
ul.footer-links li {
    margin: 5px 0;
}
.plus-age img {
    width: 130px;
}
.footer_logo {
    width: 120px;
    margin-bottom: 5px;
}
ul.footer-links {
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
ul.footer-links a {
    font-size: 11px;
}
p.section-text2 {
    line-height: 1.5;
}
.footer-col-sec {
    line-height: 1.5;
	    min-height: 122px;
}
.footer-col-sec {
    margin-bottom: 15px;
}
	.why-sec img {
    width: 80px;
    margin: 5px auto;
}
h3.footer-title-text {
    font-size: 16px;
}
.liveevents-main {
    padding: 20px 15px 30px 15px;
}
.topicon-sec img {
    width: 60px;
}
.liveevents-main.topicon-sec .col-xs-6 {
    padding: 0 5px;
}
p.icon-text {
    font-size: 12px;
	    margin-bottom: 10px;
}
a.logo {
    width: 90px !important;
    margin-left: 7px;
    padding: 5px 0 0px 0;
    float: none;
    margin-top: 0;
}
.main-slider {
    margin-top: 78px;
}
.nav_sec li a {
    padding: 5px 0px;
}
.liveevents-main {
   
}
.acc_half {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.reg_width .acc_details {
    margin: 0;
}
.mainbanner_cont {
    position: relative;
    width: 100%;
    left: 0;
	    align-items: center;
    letter-spacing: 0.1px;
}
.mainbanner_text {
    padding: 2%;
    text-align: center;
}
.mainbanner_text1, .mainbanner_text2, .mainbanner_text3 {
    vertical-align: middle;
    padding: 0;
    line-height: 2;
}
.mainbanner_button {
    float: none;
}

.mainbanner_text3 {
    line-height: 1.5;
    font-size: 18px;
}

.myacc_btn {
    width: 190px;
    margin: 10px auto;
    padding: 2px 10px;
	font-size: 16px;
}
.mainbanner_button .myacc_btn {
    font-size: 20px;
    padding: 4px 0;
    width: 150px;
    float: none;
}
h1.title-main {
    padding:15px 10px 25px 44px;
    font-size: 16px;
    letter-spacing: 1px;
}
h1.title-main span:after {
    bottom: -6px;
}
.provider-logo img {
    width: 96px;
    /* background-color: #0a0c16; */
    margin-bottom: 4px;
    padding: 2px;
}
.game-provider {
    padding: 0 0 15px 0;
}
h3.title-text {
    font-size: 9px;
    padding: 13px 0 6px 0;
}
hr.hr_line {
    margin: 5px auto;
}
.game-provider_sec {
    display: block;
}
.game-provider_sec .game-provider {
    width: 100%;
}
.mainbanner_text2 {
    line-height: 1.5;
    font-size: 22px;
}
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




