@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@800&display=swap');
.arial-font{font-family:arial !important;}
.Bodoni{font-family: 'Bodoni Moda', serif; letter-spacing:0;}
.Barlow{font-family: 'Barlow Condensed', sans-serif; letter-spacing:2px;}
.border1{border:1px solid #ccc;} 
.bg-skinorange{background:#fff8da;}
.bg-skinblue{background:#006db8;}
.bg-skinblue-dark{background:#035187;} 
.bg-skin-dark{background:#222222;} 
.bg-skin-dark-deep{background:radial-gradient(circle,#272727 0,#060606 70%);}
.letterspacing1{letter-spacing:1px !important;} 
.letterspacing2{letter-spacing:2px !important;}
.letterspacing3{letter-spacing:3px !important;}
.letterspacing4{letter-spacing:4px !important;}
.f-12{font-size:12px !important;}
.f-14{font-size:14px !important;}
.f-16{font-size:16px !important;}
.f-20{font-size:20px !important;}
.f-30{font-size:30px !important;}
.f-40{font-size:40px !important;}
.f-60{font-size:60px !important;}
.f-40{font-size:40px !important;}
.nobold{font-weight:normal !important;}
.bold{font-weight:bold !important;}

.md-inline{display:inline-block; margin:0 5px;}
.golden-btn + .golden-btn { margin-top: 1em; }

.golden-btn {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}
.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}
/*-------------------------------------
	1. text
-------------------------------------*/
.text-white{color:#fff;}
.text-primary{color:#232e35;}
.text-secondry{color:#d72323;}
.text-black{color:#111;}
.text-light-black{color:#555;}
.text-gray{color:#f5f6f6 !important;}
.text-gray-dark{color:#d3d3d3 !important;}
.text-gray-dark-deep{color:#555 !important;}
.text-red{color:#bb0000;}
.text-green{color:#33d9b2 !important;}
.text-yellow{color:#f3e5b1;}
.text-light-blue{color:#004F83;}
.text-blue{color:#006db8;}
.text-gold{color:#b1a069;}
.text-footerdark{color:#414141 !important;}
/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-transparent{background-color:transparent;}
.bg-primary{background-color:#d72323;}
.bg-secondry{background-color:#232e35;}
.bg-dark{background-color:#1e1e20;}
.bg-white{background-color:#FFF;}
.bg-black{background-color:#000;}
.bg-black-light{background-color:#212121;}
.bg-gray{background-color:#f6f7f8;}
.bg-gray-light{background-color:#f1f1f1;}
.bg-gray-dark{background-color:#d3d3d3;}
.bg-red{background-color:#fb5455;}
.bg-green{background-color:#a5de5c;}
.bg-yellow{background-color:#fff000;}
.bg-dark-blue{background-color:#161b23;}
.bg-light-blue{background-color:#3097db;}
.bg-gold{background-color:#b1a069;}
.bg-winered{background-color:#400724;}
.bg-golden{background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);}
.bg-imgred{  
    background-color: #4B0D37;
    background-image: url(../img/gam-menu-bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -7px 15px 0 rgb(34 6 26 / 60%);
    overflow: hidden;
}
.corwn-1st:before{
    width: 100px;
    content: " ";
    background-image: url(../img/icon/crown.png);
    position: absolute;
    left: 0px;
    top: -20px;
    height:100px;
}
.corwn-1st:after{
    width: 100px;
    content: " ";
    background-image: url(../img/icon/crown-right.png);
    position: absolute;
    right: 0px;
    top: -20px;
    height:100px;
}
.bg-football-left { 
    background-image: url(../img/bg/left-football.png) !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.bg-football-right { 
    background-image: url(../img/bg/right-football.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.bg-casino-left { 
    background-image: url(../img/bg/coin-top.png) !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.gold-effect { 
  line-height:1; 
  font-weight:bold;
  background: linear-gradient(90deg, rgba(186,148,62,1) 0%, rgba(236,172,32,1) 20%, rgba(186,148,62,1) 39%, rgba(249,244,180,1) 50%, rgba(186,148,62,1) 60%, rgba(236,172,32,1) 80%, rgba(186,148,62,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
  animation: shine 3s infinite;
  background-size: 200%;
  background-position: right;

}
@keyframes shine {
  to{background-position: left}
 
}
.goldbox-margin{margin-top:-45px; z-index:3;}
.goldbox-margin .goldbox-inner{margin-top:-80px; z-index:4;}
.goldbox-margin .goodradius {border-radius:0px;}
.bgrx {
    background: url(../img/bg/galaxy-bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
.bgrx:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}

.play-btn {
    display: inline-block;
    position: relative;
    color: #f3e5b1;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: 400;
    padding: 8px 1.5em;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    background-color: #69114B;
    background: linear-gradient(to bottom, #711252, #8D0F63 16%, #641049 80%, #390929);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5), inset 0 0 0 0 #a82d7f;
    border: 1px solid rgba(141,15,99,0.2);
    transition: 0.5s ease-out;
    overflow: hidden;
    margin-top: 30px;
    font-size: 22px;
}
.play-btn:hover {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5),inset 0 0 10px 30px rgba(168,45,127,0);
    color: #fff
}
 

 
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}

.blobs-container {
  display: flex;
}

.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 0px 3px 0 0;
  display:inline-block;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.blob.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.blob.green {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

/*--------bounce-right-animation--------*/
.boxshadow_left{box-shadow: 10px 15px #aaa;}
.boxshadow_right{box-shadow: -10px 15px #aaa;}
.bounce-right-animation {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.bounce-right-animation::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bounce-right-animation:hover::before, .bounce-right-animation:focus::before, .bounce-right-animation:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:hover .text-black{color:#fff;}
.bounce-right-animation:hover .wt-tilte{color:#fff !important;}
.bounce-right-animation:hover .text-secondry,
.bounce-right-animation:hover .text-primary{color:#fff;}
.bounce-right-animation:hover .icon-cell i{color:#fff;}

.bounce-right-animation:hover .site-button{background-color: #222F3D;}
.bounce-right-animation:hover .site-button-link{color:#fff;}
/*-------------------------------------
	4. For only icons
-------------------------------------*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
	display:inline-block;
    text-align: center;
}
.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
	vertical-align:middle;
}

.icon-xld {width:120px;}
.icon-xld i {	font-size:100px;}
.icon-xld.inline-icon {	width:auto; text-align:left !important;}

.icon-xl {width:100px;}
.icon-xl i {font-size:80px;}
.icon-xl.inline-icon {width:auto; text-align:left !important;}

.icon-lg {width:80px;}
.icon-lg i {font-size:60px;}
.icon-lg.inline-icon {width:auto; text-align:left !important;}

.icon-md {width:60px;}
.icon-md i {	font-size:45px;}
.icon-md.inline-icon {width:auto; text-align:left !important;}

.icon-sm {width:40px;}
.icon-sm i {	font-size:30px;}
.icon-sm.inline-icon {	width:auto; text-align:left !important;}

.icon-xs {width:30px;}
.icon-xs i {font-size:20px;}
.icon-xs.inline-icon {width:auto; text-align:left !important;}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
	vertical-align:middle;
	max-width:100%;
	width:auto; 
}

.icon-xld img {	height:160px;}
.icon-xl img {	height:80px;}
.icon-lg img {	height:70px;}
.icon-md img {	height:50px;}
.icon-sm img {	height:30px;}
.icon-xs img {	height:20px;}




/*=========== Flat Icons ============*/

.icon-font-block{
	display: grid;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	padding: 10px;
	min-height: 170px;
}

.icon-font-block .flat-icon {
    padding: 10px;
    display: block;
    font-size: 64px;
    line-height: 1;
}

/*-------------------------------------
	5. place icon with box
-------------------------------------*/
.about-types .wt-icon-box-wraper{
	border-width:0px 0px 0px 3px;
}

.wt-icon-box-wraper {position:relative;}
.wt-icon-box-wraper .wt-tilte{	margin-top:0;}
.wt-icon-box-wraper .after-titile-line{margin-bottom:10px;}
.wt-icon-box-wraper p:last-child {margin:0px;}
.icon-content {	overflow:hidden;}
.icon-content h3{	font-size:32px; line-height:36px;  }
.border-lr{border-right:2px solid #fff; border-left:1px solid #fff;} 
 
    
/*.icon-content p{word-break:break-all;}*/

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
	display:table;
}
.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
	display:table-cell;
	vertical-align:middle;
}

/*-------------------------------------
	6. icon box left align
-------------------------------------*/
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xs {
	float:left;
	margin-right:20px;
}
.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {
	float:left;
	margin-right:10px;
}

/*-------------------------------------
	7. icon box right align
-------------------------------------*/
.wt-icon-box-wraper.right {	text-align:right;}
.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xs {
	float:right;
	display:table;
	margin-left:20px;
}
.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
	float:right;
	margin-left:10px;
}

/*-------------------------------------
	8. icon box center align
-------------------------------------*/
.wt-icon-box-wraper.center {
	text-align:center;
}
.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xs  {
	margin-left:auto;
	margin-right:auto;
}

.wt-icon-box-wraper.bx-style-1,
.wt-icon-box-wraper.bx-style-2 {	border-width:1px;	border-style:solid;	border-color:#ddd;}

.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"],
.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"], 
.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"]	{
	position:absolute;
}

.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"]	{ 
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wt-icon-box-wraper.bx-style-2.center .wt-icon-box-xl	{ margin-left:-75px; }
.wt-icon-box-wraper.bx-style-2.center .wt-icon-box-lg	{ margin-left:-60px; }
.wt-icon-box-wraper.bx-style-2.center .wt-icon-box-md{ margin-left:-50px; }
.wt-icon-box-wraper.bx-style-2.center .wt-icon-box-sm	{ margin-left:-40px; }
.wt-icon-box-wraper.bx-style-2.center .wt-icon-box-xs	{ margin-left:-20px; }

.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"]	{ 
	position:absolute;
	top:auto;
	left:0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"]	{ 
	position:absolute;
	top:auto;
	right:0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

/*-------------------------------------
	9. media with content box css
-------------------------------------*/
.wt-box,
.wt-info,
.wt-tilte,
.wt-tilte-inner {position:relative;}
.wt-tilte-inner {display:inline-block;}
.wt-tilte-inner.skew-title:after {content:"";	position:absolute; 	right:-15px; 	top:0;	width:50px; 	height:100%;	z-index:-1;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
.wt-box[class*="border-"],
.wt-info[class*="border-"],
.wt-icon-box-wraper[class*="border-"] {border-color:#eee;}

.wt-info.border-1,
.wt-info.border-2,
.wt-info.border-3,
.wt-info.border-4,
.wt-info.border-5 {border-top:none;}

/*-------------------------------------
	10. for images
-------------------------------------*/
.wt-thum-bx,
.wt-post-thum {background-color:#000; }
.wt-thum-bx img,
.wt-post-thum img {	width:100%; 	height:auto; }

/*======================================
10. IMAGES OVERLAY EFFECTS (overly animation on images)  
======================================*/
.wt-img-overlay1,
.wt-img-overlay2{ 
	position:relative; 
}

.wt-img-overlay1:before,
.wt-img-overlay1:after{
	content:"";
	background:#000;
	position:absolute; 
	left:0; 
	top:0; 
	width:0; 
	height:0;
	opacity:0.4; 
	z-index:0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.gradi-black:before,
.gradi-black:after,
.gradi-white:before,
.gradi-white:after{
	content:"";
	background:#000;
	position:absolute; 
	left:0; 
	top:0; 
	width:0; 
	height:0;
	opacity:0.4; 
	z-index:1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

/*-------------------------------------
	1. effect 1
-------------------------------------*/
.wt-img-overlay1:before {	width:100%;	height:100%;	opacity:0;}
.wt-img-overlay1:hover:before,
.wt-box:hover .wt-img-overlay1:before { 
	opacity:0.5;
}
#timer {  
  font-size: 3em;
  font-weight: 100;
  color: white;
  margin-top:10px;
  text-shadow: 0 0 20px #bdb999;
}  
#timer  div {
    display: inline-block; 
    padding:20px 15px 10px 15px;
    margin-right:10px;
    text-align:center;
    border-radius:5px;
    background:#111;
}    
#timer div span {
      color: #f0ebbc;
      display: block;
      font-size: .35em;
      font-weight: 400;
      margin-top:5px;
       
    
  } 
/*--class-notification--*/
.class-notification{
    position: absolute;
    z-index: 3;
    top: 20%;
    right: 1%;
    padding: 15px;
    background: rgba(33, 33, 33, 0.8);
    color: #fff;
    text-align: left;
    width: 440px;
    line-height: 22px;
    box-sizing: border-box;
}
@media(max-width:500px){
.class-notification{
    position: absolute;
    z-index: 3;
    top:80px ; 
    right: 1%;
    padding: 15px;
    background: rgba(33, 33, 33, 0.8);
    color: #fff;
    text-align: left;
    width: 100%;
    line-height: 22px;
    box-sizing: border-box;
}
}
.class-notification h3{
	font-weight: normal;
	margin-bottom: 0px;
    margin-top:5px;
	font-size: 22px; 
    letter-spacing:1px;
    color:#fff;
}
.class-notification .close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	color: #fff;
}
.class-notification a{
    color: #fff;
}

.class-notification ul,
.class-notification ol{
	list-style:circle;
	color: #FFF;
	line-height: 1.5;
}

.class-notification .information{
	padding-left: 0px;
}
/* Video background */
.backgroundVideo {
       width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   }
.video-intro {
    display: table;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none; }

.video-controls-visible {
  display: inline; }

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px; }
.video-controls a.fa {
  text-decoration: none; }

.mbYTP_wrapper {
  z-index: 0 !important; }

.section-video .mbYTP_wrapper {
  z-index: -1 !important; }

.section-video:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9; }

.section-video {
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important; }

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important; }
/*-------------------------------------
	2. effect 2
-------------------------------------*/
.wt-img-overlay2:before {
	width:100%;
	height:100%;
	opacity:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/ /* IE6-9 */

}
.wt-img-overlay2:hover:before,
.wt-box:hover .wt-img-overlay2:before { 
	opacity:0.9;
}

/*-------------------------------------
	2. Gradient-black
-------------------------------------*/
.gradi-black:before{
	width:100%;
	height:100%;
	opacity:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 90%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 90%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 90%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*-------------------------------------
	3. Gradient-white
-------------------------------------*/
.gradi-white:before{
	width:100%;
	height:100%;
	opacity:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/
.p-a0 {padding:0;}
.p-a5 {padding:5px;}
.p-a10 {padding:10px;}
.p-a15 {padding:15px;}
.p-a20 {padding:20px;}
.p-a25 {padding:25px;}
.p-a30 {padding:30px;}
.p-a40 {padding:40px;}
.p-a50 {padding:50px;}
.p-a60 {padding:60px;}
.p-a70 {padding:70px;}
.p-a80 {padding:80px;}
.p-a90 {padding:90px;}
.p-a100 {padding:100px;}
.p-a110 {padding:110px;}
.p-a120 {padding:120px;}
.p-a130 {padding:130px;}
.p-a140 {padding:140px;}
.p-a150 {padding:150px;}

/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/
.p-t0 {padding-top:0 !important;}
.p-t5 {padding-top:5px !important;}
.p-t10 {padding-top:10px !important;}
.p-t15 {padding-top:15px !important;}
.p-t20 {padding-top:20px !important;}
.p-t25 {padding-top:25px !important;}
.p-t30 {padding-top:30px !important;}
.p-t40 {padding-top:40px !important;}
.p-t50 {padding-top:50px !important;}
.p-t60 {padding-top:60px !important;}
.p-t70 {padding-top:70px !important;}
.p-t80 {padding-top:80px !important;}
.p-t90 {padding-top:90px !important;}
.p-t100 {padding-top:100px !important;}
.p-t110 {padding-top:110px;}
.p-t120 {padding-top:120px;}
.p-t130 {padding-top:130px;}
.p-t140 {padding-top:140px;}
.p-t150 {padding-top:150px;}

/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/
.p-b0 {padding-bottom:0;}
.p-b5 {padding-bottom:5px;}
.p-b10 {padding-bottom:10px;}
.p-b15 {padding-bottom:15px;}
.p-b20 {padding-bottom:20px;}
.p-b30 {padding-bottom:30px;}
.p-b40 {padding-bottom:40px;}
.p-b50 {padding-bottom:50px;}
.p-b60 {padding-bottom:60px;}
.p-b70 {padding-bottom:70px;}
.p-b80 {padding-bottom:80px;}
.p-b90 {padding-bottom:90px;}
.p-b100 {padding-bottom:100px;}
.p-b110 {padding-bottom:110px;}
.p-b120 {padding-bottom:120px;}
.p-b130 {padding-bottom:130px;}
.p-b140 {padding-bottom:140px;}
.p-b150 {padding-bottom:150px;}

/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/
.p-l0 {padding-left:0;}
.p-l5 {padding-left:5px;}
.p-l10 {padding-left:10px;}
.p-l15 {padding-left:15px;}
.p-l20 {padding-left:20px;}
.p-l30 {padding-left:30px;}
.p-l40 {padding-left:40px;}
.p-l50 {padding-left:50px;}
.p-l60 {padding-left:60px;}
.p-l70 {padding-left:70px;}
.p-l80 {padding-left:80px;}
.p-l90 {padding-left:90px;}
.p-l100 {padding-left:100px;}
.p-l110 {padding-left:110px;}
.p-l120 {padding-left:120px;}
.p-l130 {padding-left:130px;}
.p-l140 {padding-left:140px;}
.p-l150 {padding-left:150px;}

/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/
.p-r0 {padding-right:0;}
.p-r5 {padding-right:5px;}
.p-r10 {padding-right:10px;}
.p-r15 {padding-right:15px;}
.p-r20 {padding-right:20px;}
.p-r30 {padding-right:30px;}
.p-r40 {padding-right:40px;}
.p-r50 {padding-right:50px;}
.p-r60 {padding-right:60px;}
.p-r70 {padding-right:70px;}
.p-r80 {padding-right:80px;}
.p-r90 {padding-right:90px;}
.p-r100 {padding-right:100px;}
.p-r110 {padding-right:110px;}
.p-r120 {padding-right:120px;}
.p-r130 {padding-right:130px;}
.p-r140 {padding-right:140px;}
.p-r150 {padding-right:150px;}

/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/
.p-lr0 {padding-left:0; padding-right:0; }
.p-lr5 {padding-left:5px; padding-right:5px;}
.p-lr10 {padding-left:10px; padding-right:10px;}
.p-lr15 {padding-left:15px; padding-right:15px;}
.p-lr20 {padding-left:20px; padding-right:20px;}
.p-lr30 {padding-left:30px; padding-right:30px;}
.p-lr40 {padding-left:40px; padding-right:40px;}
.p-lr50 {padding-left:50px; padding-right:50px;}
.p-lr60 {padding-left:60px; padding-right:60px;}
.p-lr70 {padding-left:70px; padding-right:70px;}
.p-lr80 {padding-left:80px; padding-right:80px;}
.p-lr90 {padding-left:90px; padding-right:90px;}
.p-lr100 {padding-left:100px; padding-right:100px;}
.p-lr120 {padding-left:120px; padding-right:120px;}
.p-lr150 {padding-left:150px; padding-right:150px;}

/*-------------------------------------
	1.7 Padding (top bottom)
-------------------------------------*/
.p-tb0 {padding-bottom:0; padding-top:0; }
.p-tb5 {padding-bottom:5px; padding-top:5px;}
.p-tb10 {padding-bottom:10px; padding-top:10px;}
.p-tb15 {padding-bottom:15px; padding-top:15px;}
.p-tb20 {padding-bottom:20px; padding-top:20px;}
.p-tb25 {padding-bottom:25px; padding-top:25px;}
.p-tb30 {padding-bottom:30px; padding-top:30px;}
.p-tb40 {padding-bottom:40px; padding-top:40px;}
.p-tb50 {padding-bottom:50px; padding-top:50px;}
.p-tb60 {padding-bottom:60px; padding-top:60px;}
.p-tb70 {padding-bottom:70px; padding-top:70px;}
.p-tb80 {padding-bottom:80px; padding-top:80px;}
.p-tb90 {padding-bottom:90px; padding-top:90px;}
.p-tb100 {padding-bottom:100px; padding-top:100px;}
.p-tb120 {padding-bottom:120px; padding-top:120px;}
.p-tb150 {padding-bottom:150px; padding-top:150px;}
.p-tb160 {padding-bottom:160px; padding-top:160px;}
.p-tb180 {padding-bottom:180px; padding-top:180px;}
/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/
.m-a-1{margin:-1px}
.m-a0 {margin:0;}
.m-a5 {margin:5px;}
.m-a10 {margin:10px;}
.m-a15 {margin:15px;}
.m-a20 {margin:20px;}
.m-a30 {margin:30px;}
.m-a40 {margin:40px;}
.m-a50 {margin:50px;}
.m-a60 {margin:60px;}
.m-a70 {margin:70px;}
.m-a80 {margin:80px;}
.m-a90 {margin:90px;}
.m-a100 {margin:100px;}
.m-a110 {margin:110px;}
.m-a120 {margin:120px;}
.m-a130 {margin:130px;}
.m-a140 {margin:140px;}
.m-a150 {margin:150px;}

/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/
.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t15 {margin-top:15px;}
.m-t20 {margin-top:20px;}
.m-t30 {margin-top:30px;}
.m-t40 {margin-top:40px;}
.m-t50 {margin-top:50px;}
.m-t60 {margin-top:60px;}
.m-t70 {margin-top:70px;}
.m-t80 {margin-top:80px;}
.m-t90 {margin-top:90px;}
.m-t100 {margin-top:100px;}
.m-t110 {margin-top:110px;}
.m-t120 {margin-top:120px;}
.m-t130 {margin-top:130px;}
.m-t140 {margin-top:140px;}
.m-t150 {margin-top:150px;}

/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/
.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b30 {margin-bottom:30px;}
.m-b40 {margin-bottom:40px;}
.m-b50 {margin-bottom:50px;}
.m-b60 {margin-bottom:60px;}
.m-b70 {margin-bottom:70px;}
.m-b80 {margin-bottom:80px;}
.m-b90 {margin-bottom:90px;}
.m-b100 {margin-bottom:100px;}
.m-b110 {margin-bottom:110px;}
.m-b120 {margin-bottom:120px;}
.m-b130 {margin-bottom:130px;}
.m-b140 {margin-bottom:140px;}
.m-b150 {margin-bottom:150px;}

/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/
.m-l0 {margin-left:0;}
.m-l5 {margin-left:5px;}
.m-l10 {margin-left:10px;}
.m-l15 {margin-left:15px;}
.m-l20 {margin-left:20px;}
.m-l30 {margin-left:30px;}
.m-l40 {margin-left:40px;}
.m-l50 {margin-left:50px;}
.m-l60 {margin-left:60px;}
.m-l70 {margin-left:70px;}
.m-l80 {margin-left:80px;}
.m-l90 {margin-left:90px;}
.m-l100 {margin-left:100px;}
.m-l110 {margin-left:110px;}
.m-l120 {margin-left:120px;}
.m-l130 {margin-left:130px;}
.m-l140 {margin-left:140px;}
.m-l150 {margin-left:150px;}

/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/
.m-r0 {margin-right:0;}
.m-r5 {margin-right:5px;}
.m-r10 {margin-right:10px;}
.m-r15 {margin-right:15px;}
.m-r20 {margin-right:20px;}
.m-r30 {margin-right:30px;}
.m-r40 {margin-right:40px;}
.m-r50 {margin-right:50px;}
.m-r60 {margin-right:60px;}
.m-r70 {margin-right:70px;}
.m-r80 {margin-right:80px;}
.m-r90 {margin-right:90px;}
.m-r100 {margin-right:100px;}
.m-r110 {margin-right:110px;}
.m-r120 {margin-right:120px;}
.m-r130 {margin-right:130px;}
.m-r140 {margin-right:140px;}
.m-r150 {margin-right:150px;}

/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/
.m-lr0 {margin-left:0; margin-right:0; }
.m-lr5 {margin-left:5px; margin-right:5px; }
.m-lr10 {margin-left:10px; margin-right:10px; }
.m-lr15 {margin-left:15px; margin-right:15px; }
.m-lr20 {margin-left:20px; margin-right:20px; }
.m-lr30 {margin-left:30px; margin-right:30px; }
.m-lr40 {margin-left:40px; margin-right:40px; }
.m-lr50 {margin-left:50px; margin-right:50px; }
.m-lr60 {margin-left:60px; margin-right:60px; }
.m-lr70 {margin-left:70px; margin-right:70px; }
.m-lr80 {margin-left:80px; margin-right:80px; }
.m-lr90 {margin-left:90px; margin-right:90px; }
.m-lr100 {margin-left:100px; margin-right:100px; }
.m-lr120 {margin-left:120px; margin-right:120px; }
.m-lr150 {margin-left:150px; margin-right:150px; }

/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/
.m-tb0 {margin-bottom:0; margin-top:0; }
.m-tb5 {margin-bottom:5px; margin-top:5px; }
.m-tb10 {margin-bottom:10px; margin-top:10px; }
.m-tb15 {margin-bottom:15px; margin-top:15px; }
.m-tb20 {margin-bottom:20px; margin-top:20px; }
.m-tb30 {margin-bottom:30px; margin-top:30px; }
.m-tb40 {margin-bottom:40px; margin-top:40px; }
.m-tb50 {margin-bottom:50px; margin-top:50px; }
.m-tb60 {margin-bottom:60px; margin-top:60px; }
.m-tb70 {margin-bottom:70px; margin-top:70px; }
.m-tb80 {margin-bottom:80px; margin-top:80px; }
.m-tb90 {margin-bottom:90px; margin-top:90px; }
.m-tb100 {margin-bottom:100px; margin-top:100px; }
.m-tb120 {margin-bottom:120px; margin-top:120px; }
.m-tb150 {margin-bottom:150px; margin-top:150px; }

/*-------------------------------------
	2.8 colum gap less
-------------------------------------*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
	padding-left:0;
	padding-right:0;
}
@media only screen and (max-width : 1200px) {
   .single_testi_in2{
    
      padding:0 0;
      
    }
   .navbar .nav-item a {color:#333;}
   .navbar .nav-item a:hover {color:#333;}
}
@media only screen and (max-width : 990px) {
.md-inline{display:block; margin:0 5px;}
   .home2.pricing_plan_sec{
      background-image: none; 
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: top center;
      background:#ffffff;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .testimonials_home2{
      width: 100%;
      padding: 90px 0;
      position: relative;
      z-index: 1; 
      padding-top: 20px;
        padding-bottom: 20px; 
        background: #fff;;
     
    }
    .single_testi_in2{
      width: 100%;
      text-align: center; 
      border-radius: 10px;
      padding:0 0;
      padding-bottom: 80px; 
      margin-top: 20px;
      margin-bottom: 40px; 
    }
    .testimonials_home2 .owl-carousel .owl-item img{width:100px; text-align:center; margin:0 auto;}
    .home-carousel-button img {width:200px;}
}


.ca {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 980px;
  height: 100%;
  overflow: hidden;
  background: url("../img/cA.png") no-repeat left top;
  background-size: cover;
}
.gif_static{
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: url("../img/gif_static.png") no-repeat 60px bottom;
}

.gif_static img{
  height:55px;
}
.gif_static .service03{
	left: 7%;
	bottom: -1px;
}
.gif_static .service04 img{
	height: 65px;
}

.gif_static div{
	position:absolute;
	bottom: 1px;
}

.gif_static .traveler01{
	right: 100%;
	-webkit-animation: walk2 100s -7s infinite linear;
	animation: walk2 100s -7s infinite linear;
}
.gif_static .traveler02{
	left: 100%;
	-webkit-animation: walk 100s -50s infinite linear;
	animation: walk 100s -50s infinite linear;
}
.gif_static .traveler03{
	left: 100%;
	-webkit-animation: walk 100s -20s infinite linear;
	animation: walk 100s -20s infinite linear;
}
.gif_static .traveler04{
	left: 100%;
	-webkit-animation: walk 100s -35s infinite linear;
	animation: walk 100s -35s infinite linear;
}
.gif_static .service01{
	right: 100%;
	-webkit-animation: walk2 100s -28s infinite linear;
	animation: walk2 100s -28s infinite linear;
}
.gif_static .service02{
	left: 100%;
	-webkit-animation: walk 100s -70s infinite linear;
	animation: walk 100s -70s infinite linear;
}
.gif_static .service04{
	right: 100%;
	-webkit-animation: walk2 100s -64s infinite linear;
	animation: walk2 100s -64s infinite linear;
}
@-webkit-keyframes walk {
	0% {left:100%;}
	100% {left:-200px;}
}
@keyframes walk {
	0% {left:100%;}
	100% {left:-200px;}
}
@-webkit-keyframes walk2 {
	0% {right:100%;}
	80% {right:-50px;}
	100% {right:-50px;}
}
@keyframes walk2 {
	0% {right:100%;}
	80% {right:-50px;}
	100% {right:-50px;}
}




.menuBtn {
  position: fixed;
  z-index: 999;
  top: 45px;
  right: 50px;
  width: 48px;
  height: 32px;
  overflow: hidden;
}
.nav-scroll .menuBtn {
  position: fixed;
  z-index: 999;
  top: 30px;
  right: 50px;
  width: 48px;
  height: 32px;
  overflow: hidden;
}
.menuBtn span {
  position: relative;
  display: block;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}

.menuBtn span + span {
  margin-top: 10px;
}

.menuBtn span:nth-child(2) {
  background: none;
}

.menuBtn span:nth-child(2):before, .menuBtn span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .4s;
}

.menuBtn span:nth-child(3) {
  float: right;
  width: 50%;
}

.menuBtn:hover span {
  width: 100%;
}

.menuBtn.black span {
  background-color: #1b1b1b;
}

.menuBtn.black span:nth-child(2) {
  background: none;
}

.menuBtn.black span:nth-child(2):before, .menuBtn.black span:nth-child(2):after {
  background-color: #1b1b1b;
}

.menuBtn.show span {
  background-color: #1b1b1b;
}

.menuBtn.show span:nth-child(1), .menuBtn.show span:nth-child(3) {
  opacity: 0;
}

.menuBtn.show span:nth-child(2) {
  background: none;
}

.menuBtn.show span:nth-child(2):before, .menuBtn.show span:nth-child(2):after {
  background-color: #1b1b1b;
}

.menuBtn.show span:nth-child(2):before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menuBtn.show span:nth-child(2):after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-multiply .background-image-holder {
  background-color: #e5692c !important;
  background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.image-square {
  height: 50vw;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
}
.image-square .image,
.image-square > .content {
  position: absolute;
}
.image-square .image {
  height: 100%;
}
.image-square > .content {
  padding: 0 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
.image-square.left .image {
  left: 0;
}
.image-square.left > .content {
  right: 0;
}
.image-square.right .image {
  right: 0;
}
.image-square.right > .content {
  left: 0;
}
@media all and (max-width: 990px) {
  .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }
  .image-square .image,
  .image-square > .content {
    position: relative;
  }
  .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
  }
  .image-square > .content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 0 20%;
  }
  .goldbox-margin{margin-top:0; z-index:3;}
  .goldbox-margin .goldbox-inner{margin-top:0; z-index:4;}
  .goldbox-margin .goodradius {border-radius:0px;}
}
@media all and (max-width: 767px) {
  .image-square > .content {
    padding: 0 15px;
  }
  .bg-football-left { 
    background-image: none !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.bg-football-right { 
    background-image: none !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
}

#float_Social {
    display: none;
    text-align: right;
    position: absolute;
    z-index: 1000;
    -webkit-animation: fadein 1.5s;
    animation: fadein 1.5s;
    right: 0px;
    width: 62px;
}


.social_link a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #18181f;
    font-size:20px;
    background-color: rgba(51,51,51,0.9);
    color: #fff;
}
.social_link a:last-child{
    border-bottom: none;
}
.social_link a:hover{
    color: #fff;
    background-color: #b1a069;
    border-bottom: 2px solid #fff; 
}
.line_contact{position:fixed; left:5px; bottom:10px; padding:5px 15px; background:#00c300;   overflow:hidden; border-radius:30px; z-index:999;}
    .line_contact p{text-align:center; font-size:16px; margin-bottom:0; padding-bottom:0;}	
/*instagram effect*/
/*------- team area start -------*/ 
.ig-pic {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  height: auto;
   width: 12.5%;;
  display:inline-block;
}
#instafeed   img {
   
}
.ig-pic .ig-pic-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ig-pic .ig-pic-thumb img {
   height: auto;
   width: 100%;
   object-fit: cover;
}

.ig-pic .ig-pic-thumb .ig-pic-social {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background-color: rgb(0,0,0, 0.3);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.ig-pic .ig-pic-thumb .ig-pic-social a {
  color: #222222;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-right: 5px;
}

.ig-pic .ig-pic-thumb .ig-pic-social a:hover {
  color: #fff;
  background-color: #b28778;
  border-color: #b28778;
}

.ig-pic .ig-pic-content .ig-pic-name {
  padding-top: 15px;
}

.ig-pic .ig-pic-content p {
  font-size: 14px;
  line-height: 1;
  padding-top: 5px;
  color: #b28778;
}

.ig-pic:hover .ig-pic-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ig-pic:hover .ig-pic-thumb img {
  opacity: 0.5;
}
/*------- team area end -------*/
@media only screen and (max-width: 1200px) {
 
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 20%;
      display:inline-block;
    }
   
}
@media only screen and (max-width: 1000px) {
 
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 25%;
      display:inline-block;
    }
   
}
 
/*------- team area end -------*/
@media only screen and (max-width: 600px) {
    .to_right_text{position:relative; margin-right:0%; z-index:10;}
    .to_left_text{position:relative; margin-left:0%; z-index:10;}
    .max-100p{max-width:100%; margin:0 auto;}
    .w-140p{width:100%; margin:0 auto;}
    .ig-pic {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      height: auto;
       width: 50%;
      display:inline-block;
    }
     
 
      .xs-center{text-align:center;}
}

/*custom*/
.relative{position:relative;}
.idx_news::before {
    content: "";
    width: 120%;
    height: 100px;
    position: absolute;
    top: -150px;
    left: 0;
    background-color: #214f95;
    transform: perspective(1920px) rotateY(-68deg) translateY(50px);
    transform-origin: left;
}
.idx_news::after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    transform: perspective(1920px) rotateY(-56deg) translateY(60px);
    transform-origin: left;
}
.idx_intro::before { 
    content: "";
    position: absolute;
    top: -60px;
    left: 0%;
    width: 120%;
    height: 180px;
    background-color: #f9f9f9;
    z-index: 0;
    transform-origin: left;
    transform: rotate(-4.8deg);
}

 
em {
    font-style: normal;
}
.titleBox .yTitle {
    display: inline-block;
}
.yTitle {
    display: block;
    font-size: 61px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.2px;
    color: #214f95;
    -webkit-text-stroke: 2px #fff;
    text-shadow: 0px 2px 9px rgb(131 131 131 / 45%);
    padding-bottom: 25px;
}

.slogan {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family:'Barlow Condensed', serif;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #666;
    padding-left: 70px;
    position: relative;
}
.slogan::before {
    content: "";
    width: 53px;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: #666;
}
 
 .titleBox .chTitle {
    font-size:18px;
}
 .titleBox .yTitle {
    display: inline-block;
}

@media (max-width: 1440px) {
 
}

@media (max-width: 1200px) {
 
     .titleBox .yTitle {
        display: block;
    }
     .titleBox .slogan {
        display: inline-block;
        padding: 0 90px;
    }
     .titleBox .slogan::before {
        width: 67px;
    }
     .titleBox .slogan::after {
        content: "";
        width: 67px;
        height: 2px;
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        background-color: #2f1207;
    }
     .titleBox .moreBtn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
}

@media (max-width: 440px) {
     .titleBox .slogan {
        padding: 0;
    }
     .titleBox .slogan::before,  .titleBox .slogan::after {
        display: none;
    }
}

.group-item {
    padding: 1px;
    border-radius: 5px;
    border: 2px solid #a38641;
    background-color: #111;
    box-shadow: inset 0 0 8px 0 rgba(53, 53, 53, 0.5);
    box-sizing: border-box
}

                 
.group-item {
    flex: 1;
    text-align: left;
    padding: 0;
    box-sizing: border-box
}

.group-item+.group-item {
    margin-top: 20px
}

@media (min-width: 680px) and (max-width: 1280px) {
   .group-item+.group-item {
        margin-top: 0;
        margin-left: 20px
    }
}


.index-app-download {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #000;
    background-image: url(../img/icon/ak77-app-download.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom
}

@media (max-width: 680px) {
.index-app-download {
        background-size: auto 60%
    }
}

.index-app-download .app-download-content {
    width: 60%
}

@media (max-width: 680px) {
.index-app-download .app-download-content {
        width: 75%
    }
}

.index-app-download .title {
    font-size: 32px;
    color: #f3e5b1;
    text-align:left;
}

.index-app-download .app-download-link {
    display: inline-block;
    margin-top: 5%;
    border-radius: 5px;
    color: #f3e5b1;
    border: 1px solid #f3e5b1;
    padding: 10px;
    transition: .3s
}

.index-app-download .app-download-link:hover {
    background-color: #f3e5b1;
    color: #111
}
 .index-app-download .app-download-content p {
    color: #f3e5b1 !important;
    text-align:left;
}


.GAME-LIST {
	position: fixed;
	bottom: 0;
	width: 100%;
	
	box-shadow: 0 -3px 9px rgba(0,0,0,.5);
    z-index:2000;
}

ul.casino-list_wide {
	width: 100%;
	margin: 0 auto; 
	line-height: 30px;
    padding:10px 0 0 0;
    background: #333;
}

ul.casino-list_wide li {
	display: inline-block;
	min-width: 13.5%;
	text-align: center;
	color:rgb(238, 225, 192, 0.6);
    font-size:14px;
    border-left: 1px solid rgb(80, 80, 80, 0.3);
}

.footer_bet-Icon i {
	width: 30px;
	height: 30px;
    font-size:30px;
	margin: 15px auto 0;
    color:rgb(238, 225, 192, 0.6);
    
}
ul.casino-list_wide li  div{
	line-height:20px;
    
}

ul.casino-list_register {
	width: 100%;
	margin: 0 auto; 
	line-height: 30px;
    padding:5px 0 5px 0;
    border-bottom: 1px solid rgb(80, 80, 80, 0.3);
    background:#4b0d37;
    box-shadow: inset 0 -7px 10px 0 rgb(34,6,26,0.6);
    border-radius:10px;
    margin-bottom:3px;
}

ul.casino-list_register li {
	display: inline-block;
	width: 32%;
	text-align: center;
	color:rgb(238, 225, 192, 0.6);
    font-size:20px; 
}
 
ul.casino-list_register li a{
 
    font-size:15px; 
    text-transform:uppercase;
    color:#f3e5b1;
}
ul.casino-list_register li a i{
 
    font-size:14px;
    margin-right:3px; 
    text-transform:uppercase;
}
 
 
ul.casino-list_register li  div{
	line-height:20px;
    
}
.casino-agent-bg1{
    position:absolute;
    width:258px;
    height:250px;
    background-image: url(../img/ak77-agent/ak77-agent-hiring-md2.png) !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom:0px;
    left:-40px;
    z-index:0;
}
 
.casino-agent-bg{
    position:absolute;
    width:258px;
    height:250px;
    background-image: url(../img/ak77-agent/ak77-agent-hiring-md.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom:0px;
    right:-80px;
    z-index:0;
}
 

.bet-this-game .overlay {
  background-image: url(../images/bet-this-game-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.bet-this-game .cus-mar {
  margin-bottom: -30px;
}
.bet-this-game .single-area { 
  margin-bottom: 20px;
  width:100%;
}
.bet-this-game .single-area .head-area {
   
  padding: 7px 25px;
  border-bottom:1px solid rgb(255,255,255, 0.1);
  background:#111; 
}
.bet-this-game .single-area .head-area .cmn-btn:hover {
  background: var(--hover-color);
}
.head-area .block1 {
  flex: 1;          /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: flex-start;
  align-items: center; 
}

.head-area .block2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.head-area .block3 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center; 
}

.bet-this-game .single-area .head-area p {
  margin-left: 20px;
  margin-bottom:0px;
  font-size:16px;
}
.bet-this-game .single-area .main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 10px 10px;
  padding:0 15px;
}
.bet-this-game .single-area .main-content .team-single {
  text-align: center;
  margin:0 auto;
}
.bet-this-game .single-area .main-content .team-single .mdr {
  color: var(--head-color);
}
.bet-this-game .single-area .main-content .team-single .img-area {
  margin-top: 5px;
}
.bet-this-game .single-area .main-content .team-single .img-area img {
  max-width:110px;
  padding-left:30px;
}
.bet-this-game .single-area .main-content .mid-area .countdown {
  
  
  margin-bottom: 26px;
}
.bet-this-game .single-area .main-content .mid-area .countdown h4 {
  margin: 0 5px;   
    border-radius:5px;
    background:#111;
  padding: 13px 25px;
  border-radius: 5;

}
.bet-this-game .single-area .main-content .mid-area .countdown h3 {
  margin: 0 5px; 
  padding: 13px 5px; 

}
.bet-this-game .single-area .main-content .mid-area .countdown h4 span, .bet-this-game .single-area .main-content .mid-area .countdown h3 span  {
  font-size: inherit;
  font-weight: inherit;
}
.bet-this-game .single-area .bottom-item {
  border-top: 1px solid #555;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bet-this-game.all-soccer-bets {
  margin-top: -145px;
  transform: translateZ(0px);
  overflow-x: initial;
}
.bet-this-game.all-soccer-bets .filter-section {
  padding: 60px 30px;
  border-radius: 30px;
  background-color: #382590;
}
.bet-this-game.all-soccer-bets .filter-section .nice-select {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(183, 167, 255);
  border-radius: 10px;
  background-color: rgb(67, 47, 159);
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}
.bet-this-game.all-soccer-bets .filter-section .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}
.bet-this-game.all-soccer-bets .filter-section .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}
.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option {
  background: transparent;
}
.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option:hover {
  color: var(--head-color);
}
.bet-this-game.all-soccer-bets .filter-section .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}
.bet-this-game.all-soccer-bets .filter-section .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #432f9f;
  border-radius: 10px;
  padding-left: 15px;
}
.bet-this-game.all-soccer-bets .filter-section .input-area input {
  border: none;
  padding-left: 10px;
}
.bet-this-game.bets-2 {
  margin-bottom: 30px;
}
.bet-this-game .sidebar .single-sidebar {
  border-radius: 10px;
  background-color: #291b6b;
  margin-bottom: 30px;
}
.bet-this-game .sidebar .single-sidebar .title-area {
  background: #382590;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bet-this-game .sidebar .single-sidebar .single-item {
  padding: 20px;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #462faf;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .left-area {
  display: flex;
  align-items: center;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area {
  align-items: center;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background: #3a2a86;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark::after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon/check.png);
  background-repeat: no-repeat;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked ~ .checkmark {
  background: #571ce0;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked ~ .checkmark:after {
  display: block;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title img {
  margin-right: 20px;
}
.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title .vs {
  color: var(--head-alt-color);
  font-weight: bold;
}
.bounce-gold {
	 
	z-index:3; 
	animation: bounces 2s infinite;
	-webkit-animation: bounces 2s infinite;
	-moz-animation: bounces 2s infinite;
	-o-animation: bounces 2s infinite;
}
 
@-webkit-keyframes bounces {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-20px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounces {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounces {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounces {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-15px);}
}
.jackpot-counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.basketball-court-bg
 {
    background-image:url("../img/bg/basketball-court.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 

.download-block {
    position: relative
}

@media (max-width: 768px) {
    .download-block {
        padding:0 3%
    }
}

.download-block .download-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 20px 0 0;
    position: relative;
    box-sizing: border-box;
    text-align: center
}

@media (max-width: 768px) {
    .download-block .download-area {
        width:100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 3% 0;
        margin-left: 0
    }
}

.download-block .download-area .download-group {
    display: block;
    width: 100%;  
}

.download-block .download-area .download-group {
    display: flex;
    align-items: flex-start
}

@media (max-width: 768px) {
    .download-block .download-area .download-group {
        margin:0 auto;
        width: 100%
    }
}

.download-block .download-area .download-box {
    position: relative;
    color: #bdbdbd;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s
}

.download-block .download-area .download-box {
    flex: 1
}

.download-block .download-area .download-box:before,.download-block .download-area .download-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 25%;
    background: radial-gradient(rgba(163,143,117,0.8), rgba(105,87,52,0) 100%);
    transform: translate(-50%)
}

.download-block .download-area .download-box:before {
    -webkit-animation: border-light 5s linear infinite;
    animation: border-light 5s linear infinite
}

.download-block .download-area .download-box:after {
    -webkit-animation: border-light2 5s linear infinite;
    animation: border-light2 5s linear infinite
}

@-webkit-keyframes border-light {
    0% {
        transform: translate(-50%)
    }

    23% {
        transform: translate(300%, -50%)
    }

    50% {
        transform: translate(300%, 350%)
    }

    73% {
        transform: translate(-50%, 350%)
    }

    100% {
        transform: translate(-50%)
    }
}

@keyframes border-light {
    0% {
        transform: translate(-50%)
    }

    23% {
        transform: translate(300%, -50%)
    }

    50% {
        transform: translate(300%, 350%)
    }

    73% {
        transform: translate(-50%, 350%)
    }

    100% {
        transform: translate(-50%)
    }
}

@-webkit-keyframes border-light2 {
    0% {
        transform: translate(300%, 350%)
    }

    23% {
        transform: translate(-50%, 350%)
    }

    50% {
        transform: translate(-50%)
    }

    73% {
        transform: translate(300%, -50%)
    }

    100% {
        transform: translate(300%, 350%)
    }
}

@keyframes border-light2 {
    0% {
        transform: translate(300%, 350%)
    }

    23% {
        transform: translate(-50%, 350%)
    }

    50% {
        transform: translate(-50%)
    }

    73% {
        transform: translate(300%, -50%)
    }

    100% {
        transform: translate(300%, 350%)
    }
}

.download-block .download-area .download-box:hover {
    box-shadow: inset 0 0 0 2px rgba(243,229,177,0.3);
    color: #fffbea
}

.download-block .download-area .download-box+.download-box {
    margin-top: 30px
}

.download-block .download-area .download-box+.download-box {
    margin-top: 0;
    margin-left: 15px
}

@media (max-width: 480px) {
    .download-block .download-area .download-box+.download-box {
        margin-top:0
    }
}

@media (max-width: 768px) {
    .download-block .download-area .download-box {
        width:100%
    }
}

.download-block .download-area .download-box .download-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    padding: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #121212;
    z-index: 10
}

.download-block .download-area .download-box .download-box-inner {
    display: block;
    flex: 1;
    padding: 10px 8%
}

.download-block .download-area .download-box .title {
    width: 40%;
    padding: 15px 0;
    box-sizing: border-box
}

.download-block .download-area .download-box .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3e5b1
}

@media (max-width: 680px) {
    .download-block .download-area .download-box .title {
        padding:5px 0
    }
}

.download-block .download-area .download-box .title .icon {
    font-size: 60px;
    margin-bottom: 15px
}

.download-block .download-area .download-box .title .icon {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 0
}

@media (max-width: 680px) {
    .download-block .download-area .download-box .title .icon {
        font-size:30px
    }
}

.download-block .download-area .download-box .title .text {
    font-size: 20px
}

.download-block .download-area .download-box .link-box {
    flex: 1
}

.download-block .download-area .download-box .qrcode-img {
    display: none
}

.download-block .download-area .download-box .qrcode-img {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff
}

.download-block .download-area .download-box .btn-link {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 5px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    opacity: .9;
    transition: .3s
}

@media (max-width: 480px) {
    .download-block .download-area .download-box .btn-link {
        padding:10px 5px
    }
}

.download-block .download-area .download-box .btn-link:hover {
    opacity: 1
}

.download-block .download-area .download-box .btn-link+.btn-link {
    margin-top: 15px
}

.download-block .download-area .download-box .download-btn {
    display: block;
    position: relative;
    color: #f3e5b1;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: #69114B;
    text-shadow: 1px 1px 1px #69114B;
    background: linear-gradient(-40deg, #570b3d, #7a1b5b, #570b3d);
    border: 1px solid rgba(105,17,75,0.4);
    transition: 0.5s;
    overflow: hidden;
    padding: 10px
}

.download-block .download-area .download-box .download-btn:hover {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

.download-block .download-area .download-box .download-btn {
    display: none
}

.download-block .download-area .download-box .explanation-btn {
    background-color: #292929
}

.download-block .download-area .download-box .explanation-btn:hover {
    background-color: #3b3b3b
}

.download-block .download-area .download-box .app-coming-soon {
    text-align: center;
    font-size: 20px;
    color: #f3e5b1;
    border-radius: 5px;
    padding: 30px 0
}

.download-block .vision-img {
    padding-top: 3vh;
    width: 50%
}

@media (max-width: 680px) {
    .download-block .vision-img {
        width:100%
    }
}

.download-block .vision-img img {
    width: 100%
}

.download-tutorial-page {
    width: 100%;
    background-color: #111111
}

.download-tutorial-items {
    width: 100%;
    max-width: 600px;
    padding: 15px 0;
    margin: 0 auto;
    box-sizing: border-box
}

.download-tutorial-item {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box
}

.download-tutorial-item+.download-tutorial-item {
    border-top: 1px solid #2b2b2b
}

.download-tutorial-item .item-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 14px
}

.download-tutorial-item .item-icon-img {
    width: 30%;
    max-width: 90px
}

.download-tutorial-item .item-icon-img img {
    width: 100%
}

.download-tutorial-item .item-des {
    width: 70%;
    box-sizing: border-box;
    padding-left: 1.5em;
    line-height: 1.5
}

.download-tutorial-item .item-title {
    color: #f3e5b1;
    font-size: 1.2em
}

.download-tutorial-item .item-text {
    color: #bdbdbd;
    font-size: 1em
}

.download-tutorial-item .item-btn {
    display: block;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1em;
    line-height: 2;
    text-align: center;
    background-color: #69114B;
    background: linear-gradient(to bottom, #69114B, #4a163b);
    border: none;
    box-shadow: 0 2px 0 1px #0f040c
}

.ios-save-to-desktop-modal .modal-dialog {
    padding: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .ios-save-to-desktop-modal .modal-dialog {
        margin:0 auto
    }
}

.ios-save-to-desktop-modal .modal-content {
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    background-color: #111111;
    overflow-x: hidden;
    overflow-y: auto
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-dots .owl-dot {
    background: #2b2b2b;
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-dots .owl-dot.active {
    background: #f3e5b1
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-dots .owl-dot+.owl-dot {
    margin-left: 8%
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    padding: 0;
    color: #bdbdbd;
    background-color: #2b2b2b;
    transition: 0.3s
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button {
    min-width: 30%;
    text-align: center
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button:active {
    color: #fff;
    background-color: #69114B
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button.owl-prev,.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button.owl-next {
    display: inline-block;
    padding: 1em 1em !important
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button.owl-prev.disabled,.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav button.owl-next.disabled {
    opacity: 0
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav .owl-prev {
    border-right: 1px solid #373737
}

.ios-save-to-desktop-modal .ios-tutorial-items .owl-nav .owl-next {
    border-left: 1px solid #373737
}

.ios-save-to-desktop-modal .ios-tutorial-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 25px;
    box-sizing: border-box;
    border-top: 1px solid #383838
}

.ios-save-to-desktop-modal .item-content {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.ios-save-to-desktop-modal .item-title {
    display: block;
    font-size: 22px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #69114B
}

.ios-save-to-desktop-modal .item-title:before {
    content: "STEP";
    display: block;
    font-size: 10px
}

.ios-save-to-desktop-modal .item-text {
    color: #bdbdbd;
    font-size: 14px;
    margin-left: 1em;
    line-height: 1.6
}

.ios-save-to-desktop-modal .item-text .safari-icon {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding: 0 0.1em;
    vertical-align: middle;
    background-image: url(//mcdn.pybydl.com/x1b/assets/common/download_tutorial/safari_icon-d0d1c96044af2d5b38c0fb51a00dc7888e6f10075a9808daa701955cfab36c9b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ios-save-to-desktop-modal .item-text .add-icon {
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 0.2em;
    border: 1px solid #bdbdbd;
    text-align: center;
    vertical-align: middle
}

.ios-save-to-desktop-modal .item-text .add-icon:before {
    content: "+";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1.2em
}

.ios-save-to-desktop-modal .item-img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.ios-save-to-desktop-modal .item-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid rgba(112,112,112,0.3);
    border-radius: 11px
}

.ios-save-to-desktop-modal .item-img .main-img {
    width: 100%
}

.ios-save-to-desktop-modal [data-tutorial-step="1"] .item-img {
    background-image: url(//mcdn.pybydl.com/x1b/images/themes/x1bet/mobile_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .item-app-msg {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    padding-left: 4%;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

@media (max-width: 320px) {
    .ios-save-to-desktop-modal [data-tutorial-step="3"] .item-app-msg {
        top:19.5%
    }
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .msg-icon {
    display: inline-block;
    width: 20%;
    border-radius: 20%;
    overflow: hidden;
    opacity: 0.7
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .msg-icon img {
    width: 100%
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .msg-content {
    display: inline-block;
    width: 80%;
    font-size: 14px
}

@media (max-width: 320px) {
    .ios-save-to-desktop-modal [data-tutorial-step="3"] .msg-content {
        font-size:12px
    }
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .app-name {
    width: 100%;
    font-size: 1em;
    padding: 0.7em 5%;
    color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ios-save-to-desktop-modal [data-tutorial-step="3"] .app-url {
    width: 100%;
    font-size: 0.8em;
    padding: 0.8em 5%;
    color: #707070;
    border-top: 1px solid #989898;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.ios-save-to-desktop-modal [data-tutorial-step="4"] .item-app-icon {
    position: absolute;
    top: 14.7%;
    left: 25%;
    width: 20%;
    text-align: center
}

.ios-save-to-desktop-modal [data-tutorial-step="4"] .item-app-icon img {
    width: 80.5%;
    margin: 0 auto;
    border-radius: 27%;
    -webkit-animation: iconAni 5s infinite;
    animation: iconAni 5s infinite
}

@-webkit-keyframes iconAni {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2)
    }

    13% {
        transform: scale(1.1)
    }

    15% {
        transform: scale(1.3)
    }

    17% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.2)
    }

    22% {
        transform: scale(1)
    }
}

@keyframes iconAni {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2)
    }

    13% {
        transform: scale(1.1)
    }

    15% {
        transform: scale(1.3)
    }

    17% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.2)
    }

    22% {
        transform: scale(1)
    }
}

.ios-save-to-desktop-modal [data-tutorial-step="4"] .item-app-icon .app-name {
    width: 100%;
    padding-top: 8%;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    color: #fff;
    opacity: 0.7;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.ios-save-to-desktop-modal [data-tutorial-step="4"] .item-btn {
    display: block;
    width: 90%;
    margin: 5% auto 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em;
    padding: 1em 0;
    text-align: center;
    background-color: #69114B;
    background: linear-gradient(to bottom, #69114B, #4a163b);
    box-shadow: 0 2px 0 1px #27061c;
    transition: 0.3s
}

.ios-save-to-desktop-modal [data-tutorial-step="4"] .item-btn:active {
    background: linear-gradient(to bottom, #95186a, #4a163b)
}
.qrcode-img img{width:100%;}

.footer .shortcut-list {
    padding: 15px;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom:0;
}

.footer .shortcut-list .list-item {
    display: inline-block;
    padding: 3px 10px;
    transition: .3s;
    opacity: .8
}

.footer .shortcut-list .list-item+.list-item {
    border-left: 1px solid #414141
}

.footer .shortcut-list .list-item:hover {
    opacity: 1
}

.footer .shortcut-list .list-item a {
    font-size: 14px;
    display: block;
    color: #B9B9B9
}

.footer .footer-info {
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.15)
}

.footer .footer-company-info {
    width: 50%;
    color: rgba(243,229,177,0.5);
    text-align: left
}

.footer .footer-logo {
    opacity: .6
}

.footer .footer-others {
    margin-left: auto
}

 
.booking-inner iframe[src*="https://www.youtube.com/embed/"] {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 480px!important;
    aspect-ratio: 9 / 16 !important;
} 

 
