@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #fff;
}
img {
	border: none !important;
	outline: none;
	max-width: 100%;
}
a {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	text-decoration: none;
	outline: none;
	color: #fff;
}
a:hover,a:focus {
	outline: none;
	text-decoration: none;
	color: black;
}
input {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
select:focus {
	outline: none;
	border: none;
}
button {
	cursor: pointer;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
	border: none;
}
select {
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	outline: none !important;
	font-family: 'Montserrat', sans-serif;
}
ul li,ol li,ul,ol {
	list-style: none;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
.lines-button {
	display: none;
}
.main {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1530px;
	z-index: 0;
}
.lb_header {
	width: 100%;
	padding: 20px 6px;
	position: fixed;
	z-index: 9;
	transition: all 0.4s ease 0s;
}
.lb_header.fixed {
	background: #000;
	padding: 19px 0px;
}
.lb_header .lb_logo {
	display: inline-block;
	width: 20%;
	float: left;
	left: 45%;
	top: 50%;
}
.lb_header .lb_logo img {
	display: block;
	max-height: 82px;
	width: 70%;
	margin: 0 auto;
}
.lb_header nav {
	width: 80%;
	float: left;
	/* padding-top: 25px; */
}
.lb_header nav ul {
	display: block;
	width: 100%;
	text-align: center;
}
.lb_header nav ul li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
}
.lb_header nav ul li a {
	color: #FFFFFF;
	position: relative;
}
.lb_header nav ul li a::before {
	position: absolute;
	width: 0;
	left: 50%;
	bottom: -16px;
	transform: translate(-50%, 0);
	content: "";
	height: 1px;
	transition: all 0.4s ease 0s;
	background: #fff;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.lb_header nav ul li:hover a::before {
	width: 100%;
}
.lb_header nav ul li.active a::before {
	width: 100%;
}
.lb_header nav ul li.mid_lg {
	display: none;
}
.lb_slider {
	width: 100%;
	overflow: hidden;
	background: url('../images/bnr.webp') no-repeat center center;
	padding: 0;
	position: relative;
}

.lb_slider .main {
	max-width: 100%;
	padding: 0 0 0;
}
.lb_slider .mainslider {
	width: 100%;
	padding: 230px 0 0;
}
.lb_slider .mainslider .item {
	display: flex;
	padding: 0 0 0 207px;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.lb_slider .cardsmall {
	position: absolute;
	left: -47px;
	bottom: -3px;
	max-width: 296px;
}
.lb_slider .mainslider .item .lb_sld_cont {
	width: 805px;
	padding: 0 0 100px;
}
.lb_slider .mainslider .item .lb_sld_cont .lb {
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	background: #005DAC;
	padding: 9px 22px;
	margin: 0 0 46px;
}
.lb_slider .mainslider .item .lb_sld_cont h3 {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}
.lb_slider .mainslider .item .lb_sld_cont h2 {
	width: 100%;
	margin: -21px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 130px;
	text-shadow: 0 0 18px #005DAC;
	line-height: normal;
	color: #fff;
}
.lb_slider .mainslider .item .lb_sld_cont p {
	width: 100%;
	max-width: 500px;
	margin: 0 0 48px;
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
}
.lb_slider .mainslider .item .lb_sld_cont .a_id {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 32px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: transparent;
}
.lb_slider .mainslider .item .lb_sld_cont .a_id:hover {
	background: #005DAC;
}
.lb_slider .mainslider .item .lb_sld_img {
	width: 1025px;
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
}
.lb_slider .mainslider .item .lb_sld_img .sicard {
	position: absolute;
	left: 25px;
	bottom: -45px;
	max-height: 773px;
	z-index: 1;
	display: block;
}
.lb_slider .mainslider .item .lb_sld_img .si {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.lb_slider .mainslider .item .lb_sld_img .si.si1 {
	right: 593px;
	z-index: 3;
	max-height: 500px;
	max-width: 290px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si2 {
	right: 276px;
	z-index: 2;
	max-height: 580px;
	max-width: 520px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si3 {
	right: 0;
	z-index: 4;
	max-height: 470px;
	max-width: 470px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si4 {
	right: 443px;
	z-index: 3;
	max-height: 430px;
	max-width: 630px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si5 {
	right: 276px;
	z-index: 2;
	max-height: 580px;
	max-width: 380px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si6 {
	right: 0;
	z-index: 4;
	max-height: 470px;
	max-width: 430px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si7 {
	right: 413px;
	z-index: 3;
	max-height: 480px;
	max-width: 480px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si8 {
	right: 316px;
	z-index: 4;
	max-height: 560px;
	max-width: 330px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si9 {
	right: 0;
	z-index: 3;
	max-height: 440px;
	max-width: 400px;
}
.lb_slider .mainslider .item .lb_sld_img .si.si1 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si1 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si2 {
	transform: translate(0, 200px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si2 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si3 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si3 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si4 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si4 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si5 {
	transform: translate(0, 200px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si5 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si6 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si6 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si7 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si7 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si8 {
	transform: translate(0, 200px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si8 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .si.si9 {
	transform: translate(0, 400px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si9 {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .sicard {
	opacity: 0;
	transition: all 2s ease 0s;
}
.lb_slider .mainslider .item .lb_sld_img .sicard.ani {
	opacity: 1;
}
.lb_slider .cardsmall {
	transform: translate(-80px, 80px);
	opacity: 0;
	transition: all 1s ease 0s;
}
.lb_slider .cardsmall.ani {
	transform: translate(0, 0);
	opacity: 1;
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si1.anim {
	transform: translate(-10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si2.anim {
	transform: translate(20px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si3.anim {
	transform: translate(-10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si4.anim {
	transform: translate(-10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si5.anim {
	transform: translate(10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si6.anim {
	transform: translate(-10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si7.anim {
	transform: translate(-10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si8.anim {
	transform: translate(10px, 0);
}
.lb_slider .mainslider .item .lb_sld_img .active .si.si9.anim {
	transform: translate(-10px, 0);
}
.lb_slider .cardsmall.anim {
	transform: translate(-10px, 10px);
}
.lb_slider .mainslider .item .lb_sld_img .sicard.anim {
	transform: translate(-10px, 10px);
}
.lb_walb .lb_walb_card {
	transition: all 0.4s ease 0s;
}
.lb_parnter .lb_partner_card {
	transition: all 0.4s ease 0s;
}
.lb_walb .lb_walb_card.anim {
	transform: translate(-10px, -10px);
}
.lb_parnter .lb_partner_card.anim {
	transform: translate(-10px, 10px);
}
.lb_ue {
	display: flex;
	width: 100%;
	background: #005DAC;
	padding: 15px;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.lb_ue label {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
}
.lb_ue p {
	margin: 0 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.lb_ue p span {
	color: #000000;
}
.lb_ue .a_pn {
	border-radius: 10px;
	background: #000000;
	padding: 13px 40px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.lb_ue .a_pn:hover {
	background: #fff;
	color: #000;
}
.lb_walb {
	width: 100%;
	padding: 20px 15px !important;
	background: transparent url('../images/bg1.webp') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.lb_walbs {
	padding-top: 130px;
}
.lb_walb .lb_walb_img {
	position: absolute;
	left: 0;
	max-height: 570px;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 50%;
}
.lb_walb .lb_walb_con {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	width: 820px;
	margin: 0 0 0 auto;
}
.lb_walb .lb_walb_con h4 {
	font-weight: bold;
	width: 100%;
	margin: 0 0 14px;
	font-size: 25px;
	color: #fff;
}
.lb_walb .lb_walb_con span {
	color: #31a0ff;
}
.lb_walb .lb_walb_con h2 {
	font-weight: bold;
	width: 100%;
	margin: 0 0 48px;
	text-shadow: 0 0 18px #005DAC;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.lb_walb .lb_walb_con p {
	font-weight: normal;
	width: 100%;
	margin: 0 0 63px;
	max-width: 520px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_di {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 32px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: #000000;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_di:hover {
	background: #005DAC;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_wa {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 32px;
	margin: 0 25px 0 0;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_wa:hover {
	background: #000;
}
.lb_walb .lb_walb_card {
	position: absolute;
	right: -300px;
	bottom: -97px;
	max-width: 640px;
}
.flip-box {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px;
}
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-box.active .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box-front,.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-box-back {
	transform: rotateY(180deg);
}
.lb_parnter {
	width: 100%;
	position: relative;
	padding: 100px 0;
	background: transparent url('../images/bg2.webp') no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.lb_parnter .main {
	max-width: 1190px;
}
.lb_parnter h2 {
	width: 100%;
	margin: 0 0 50px;
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
.lb_parnter h2 span {
	color: #005DAC;
}
.lb_parnter .lb_partner_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
	width: 20%;
	margin: 0 0px 50px 0;
	padding: 10px;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn:nth-child(3n) {
	margin-right: 0;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front {
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 25px;
	display: flex;
	box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-back {
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 25px;
	display: flex;
	box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
	max-width: 100%;
	align-self: center;
	max-height: 84px;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h3 {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	padding: 18px 10px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: transparent;
	cursor: pointer;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter:hover {
	background: #005DAC;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul {
	width: 100%;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin: 0 0 20px;
	padding: 0 39px 0 0;
	position: relative;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li span {
	font-weight: bold;
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li .copy_img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	max-height: 19px;
	cursor: pointer;
}
.lb_parnter .lb_partner_card {
	position: absolute;
	left: -140px;
	bottom: -78px;
	max-width: 620px;
}
.lb_hiw {
	width: 100%;
	padding: 50px 0 130px;
	background: url('../images/bg5.webp') no-repeat center center;
	background-size: cover;
}
.lb_hiws {
	padding-top: 50px;
}
.lb_hiw .main {
	max-width: 1510px;
}
.lb_hiw h2 {
	width: 100%;
	text-align: center;
	margin: 0 0 80px;
	font-weight: bold;
	font-size: 60px;
	line-height: normal;
	color: #fff;
}

.lb_hiw h2 span {
	color: #005DAC;
}
.lb_hiw .hiw_counter {
	width: 100%;
	display: flex;
	margin: 0 0 107px;
	flex-wrap: wrap;
}
.lb_hiw .hiw_counter li {
	margin: 0 40px;
	position: relative;
	width: calc(25% - 80px);
	text-align: center;
}
.lb_hiw .hiw_counter li .hiw_step {
	width: 170px;
	height: 170px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #fff;
	margin: 0 auto;
	border-radius: 50%;
	transition: all 0.4s ease 0s;
	box-shadow: 0 0 0 #005DAC;
	background: #000;
	margin: 0 auto 40px;
}
.lb_hiw .hiw_counter li.active .hiw_step {
	box-shadow: 0 0 14px #005DAC;
}
.lb_hiw .hiw_counter li .hiw_step span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.lb_hiw .hiw_counter li .hiw_step .num_img {
	max-width: 80px;
	align-self: center;
	margin: -50px 0 0;
}
.lb_hiw .hiw_counter li h4 {
	width: 100%;
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}
.lb_hiw .hiw_counter li .step_arrow {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	position: absolute;
	right: -115px;
	top: 60px;
	text-align: center;
}
.lb_hiw .hiw_counter li .step_arrow .sa_img {
	display: inline-block;
	vertical-align: middle;
	max-width: 45px;
	margin: 0 -10px;
}
.lb_hiw h3 {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.lb_hiw h5 {
	width: 100%;
	margin: 0 0 35px;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
}
.lb_hiw p {
	width: 100%;
	margin: 0 0 75px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.lb_hiw .hiw_wa {
	width: 100%;
}
.lb_hiw .hiw_wa h2 {
	font-size: 39px;
	margin: 0 0 40px;
}
.lb_hiw .hiw_wa .wa_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lb_hiw .hiw_wa .wa_link .a_wa {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	padding: 21px 42px;
	margin: 0 20px 40px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.lb_hiw .hiw_wa .wa_link .a_wa:hover {
	background: #000;
}
.lb_hiw .hiw_counter li .step_arrow .sa_img {
	transition: all 0.4s ease 0s;
	opacity: 0.2;
}
.lb_hiw .hiw_counter li.active .step_arrow .sa_img.active {
	opacity: 1;
}
.lb_celeb {
	width: 100%;
	padding: 0;
	padding: 127px 80px 106px 200px;
	background: url('../images/bg4.webp') no-repeat center center;
	background-size: cover;
}
.lb_celeb .main {
	max-width: 100%;
	padding: 0;
}
.lb_celeb .celeb_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.lb_celeb .celeb_wrap h2 {
	width: 430px;
	margin: -40px 0 0;
	font-size: 100px;
	line-height: 98px;
	color: #fff;
}
.lb_celeb .celeb_wrap h2 span {
	width: 100%;
	color: #005DAC;
	display: inline-block;
}
.lb_celeb .celeb_wrap .celebslider {
	width: calc(100% - 520px);
	padding: 0 0 80px;
	overflow: hidden;
	position: relative;
}
.lb_celeb .celeb_wrap .celebslider .item {
	width: 100%;
}
.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap {
	width: 100%;
	box-shadow: 0 25px 20px -5px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	position: relative;
}
.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .clb_img {
	width: 100%;
	border-radius: 20px;
}
.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90px;
}
.lb_celeb .celeb_wrap .clb_popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn video {
	width: 100%;
	display: block;
}
.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn .clb_close {
	position: absolute;
	right: 0;
	bottom: 100%;
	background: #005DAC;
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn .clb_close img {
	align-content: center;
	max-width: 20px;
}
.lb_why {
	width: 100%;
	background: url('../images/bg5.webp') no-repeat center center;
	background-size: cover;
	padding: 70px 0 40px;
}
.lb_whys {
	padding-top: 70px;
}
.lb_why h2 {
	width: 100%;
	text-align: center;
	margin: 0 0 60px;
	font-size: 60px;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
}
.lb_why h2 span {
	color: #31a0ff;
}
.lb_why .why_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lb_why .why_ul li {
	margin: 0 100px 60px 0;
	width: calc(33.33% - 67px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #101010;
	box-shadow: 0 25px 20px 0px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 40px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lb_why .why_ul li:nth-child(3n) {
	margin-right: 0;
}
.lb_why .why_ul li .why_icon {
	width: 94px;
}
.lb_why .why_ul li .why_cnt {
	width: calc(100% - 124px);
}
.lb_why .why_ul li .why_cnt h3{
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	color: #31a0ff;
}
.lb_why .why_ul li .why_cnt p {
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
}
.lb_footer {
	width: 100%;
	padding: 70px 0;
}
.lb_footers {
	padding-top: 70px;
}
.lb_footer .ftr_logo {
	max-width: 260px;
	margin: 0 0 58px;
}
.lb_footer h3 {
	width: 100%;
	margin: 0 0 13px;
	font-size: 30px;
	line-height: normal;
	color: #fff;
	font-weight: normal;
}
.lb_footer p {
	width: 100%;
	margin: 0 0 27px;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	font-weight: normal;
}
.lb_footer .ftr_wa {
	width: 100%;
	margin: 0 0 30px;
}
.lb_footer .ftr_wa h2 {
	font-size: 39px;
	margin: 0 0 30px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	color: #fff;
}
.lb_footer .ftr_wa span {
	color: #31a0ff;
}
.lb_footer .ftr_wa h2 span {
	font-size: 39px;
	margin: 0 0 40px;
}
.lb_footer .ftr_wa .ftr_walink {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lb_footer .ftr_wa .ftr_walink .a_wa {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	padding: 21px 42px;
	margin: 0 40px 40px 0;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.lb_footer .ftr_wa .a_wa:hover {
	background: #000;
}
.lb_footer .ftr_gs {
	width: 100%;
	margin: 0 0 70px;
}
.lb_footer .ftr_gs .a_gs2 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 50px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: #000000;
}
.lb_footer .ftr_gs .a_gs2:hover {
	background: #005DAC;
}
.lb_footer .ftr_gs .a_gs1 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 50px;
	margin: 0 30px 0 0;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.lb_footer .ftr_gs .a_gs1:hover {
	background: #000;
}
.lb_footer .ftr_links {
	width: 100%;
	margin: 0 0 10px;
}
.lb_footer .ftr_links a {
	margin: 0 25px 10px 0;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.lb_footer .ftr_links a:hover {
	color: #005DAC;
}
.lb_footer .ftr_social {
	width: 100%;
	margin: 0 0 0;
}
.lb_footer .ftr_social a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
	position: relative;
}
.lb_footer .ftr_social a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	background: rgb(0 93 172 / 23%);
	opacity: 2;
	content: "";
	border-radius: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 30px 3px rgb(0 93 172);
}
.lb_footer .ftr_social a img {
	display: block;
	max-height: 25px;
}
.menuburger {
	display: none;
}
.lb_header nav {
	display: none; 
}
.lb_footer .ftr_title {
	display: none;
}
.lb_walb .lb_walb_card {
	transform: translate(0, 0) !important;
}
.lb_parnter .lb_partner_card {
	transform: translate(0, 0) !important;
}
.lb_parnter,.lb_walb,.lb_hiw,.lb_celeb,.lb_why {
	background-attachment: fixed;
}
.lb_ue h2 {
	font-size: 30px;
	margin: 0;
	width: 430px;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lb_ue h2 span {
	color: #31a0ff;
}
.lb_footer .ftr_wa h2 span {
	font-size: 39px;
	margin: 0 0 40px;
}
.lb_ue .ue_walink {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 300px);
	justify-content: flex-end;
}
.lb_ue .ue_walink .a_wa {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 21px 30px;
	margin: 0 0 0 20px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.lb_ue .ue_walink .a_wa:hover {
	background: #000;
}
.lb_ue {
	background: #000;
	justify-content: space-between;
	padding: 25px 15px;
	/* max-width: 1320px; */
	margin: 0 auto;
}
.lb_walb .lb_walb_img {
	height: 460px;
	width: 865px;
}
.lb_walb .lb_walb_img .lb_walb_img_bat {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 100%;
	max-height: 100%;
}
#show_content_btn {
	text-align: right;
	background-color: #005DAC;
	display: inline-block;
	float: right;
	padding: 10px 15px;
	color: #ffffff;
	cursor: pointer;
}
.hide_content-use {
	margin-top: 100px;
}
.lb_header.fixed>a>img {
	width: 70%;
}
/* .lb_header.fixed>nav {
	padding-top: 17px;
} */
h2.section-title.premium {
    font-size: 55px;
    color: #fff;
}

.h1,.h2,.h3,.h4,.h5 {
	max-width: 100%;
	background-size: 100%;
	background-image: url('/images/spritesports.webp');
}
.h1 {
	background-position: 0 0%;
	background-size: 100%;
}
.h2 {
	background-position: 0 25%;
	background-size: 100%;
}
.h3 {
	background-position: 0 50%;
	background-size: 100%;
}
.h4 {
	background-position: 0 75%;
	background-size: 100%;
}
.c1,.c10,.c11,.c12,.c13,.c14,.c15,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9 {
	max-width: 100%;
	background-size: 100%;
	background-image: url('/images/celebspirte.webp?v=1.1');
}

.c1 {
	background-position: 0 0%;
	background-size: 100%;
}
.c10 {
	background-position: 0 7.142857%;
	background-size: 100%;
}
.c11 {
	background-position: 0 14.285714%;
	background-size: 100%;
}
.c12 {
	background-position: 0 21.428571%;
	background-size: 100%;
}
.c13 {
	background-position: 0 28.571429%;
	background-size: 100%;
}
.c14 {
	background-position: 0 35.714286%;
	background-size: 100%;
}
.c15 {
	background-position: 0 42.857143%;
	background-size: 100%;
}
.c2 {
	background-position: 0 50%;
	background-size: 100%;
}
.c3 {
	background-position: 0 57.142857%;
	background-size: 100%;
}
.c4 {
	background-position: 0 64.285714%;
	background-size: 100%;
}

.c5 {
	background-position: 0 71.428571%;
	background-size: 100%;
}
.c6 {
	background-position: 0 78.571429%;
	background-size: 100%;
}
.c7 {
	background-position: 0 85.714286%;
	background-size: 100%;
}
.c8 {
	background-position: 0 92.857143%;
	background-size: 100%;
}
.c9 {
	background-position: 0 100%;
	background-size: 100%;
}
.i1,.i2,.i3,.i4 {
	max-width: 100%;
	background-size: 100%;
	background-image: url('/images/spritebanner.webp');
}
.i1 {
	background-position: 0 0%;
	background-size: 100%;
}
.i2 {
	background-position: 0 33.333333%;
	background-size: 100%;
}
.i3 {
	background-position: 0 66.666667%;
	background-size: 100%;
}
.i4 {
	background-position: 0 100%;
	background-size: 100%;
}
.md_htp_inn .md_htp_lft {
	/* width: calc(100% - 690px); */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.md_htp {
	width: 100%;
	padding: 40px 0 55px;
	background: url(/images/bg3.webp) no-repeat center center;
	background-size: cover;
}
.md_insta {
	width: 100%;
	background: url('../images/bg5.webp') no-repeat center center;
	background-size: cover;
	padding: 70px 0 40px;
}
.md_insta h2 {
	width: 100%;
	text-align: center;
	position: relative;
	justify-content: center;
	color: #fff;
	margin: 0 0 50px;
	font-size: 55px;
	line-height: normal;
	font-weight: 900;
	text-shadow: 0 0 5px #fff;
}
.md_insta h2 a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 30px;
	text-shadow: none;
	color: #1691fa;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.md_insta h2 a img {
	align-self: center;
	margin: 0 8px 0 0;
}
.md_insta h2 a:hover {
	text-shadow: 0 0 5px #fff;
}
.md_insta h3 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-weight: 900;
}
.md_insta h3 a {
	font-size: 30px;
	text-shadow: none;
	color: #fff;
}
.md_insta h3 a img {
	align-self: center;
	margin: 0 8px 0 0;
}
.md_insta h3 a:hover {
	text-shadow: 0 0 5px #fff;
}
.md_insta .md_insta_dv {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.md_insta .md_insta_dv .md_insta_pic {
	width: calc(25% - 38px);
	margin: 0 50px 50px 0;
}
.md_insta .md_insta_dv .md_insta_pic img {
	width: 100%;
	display: block;
}
.md_insta .md_insta_dv .md_insta_pic:nth-child(4n) {
	margin-right: 0;
}
img.front.img {
    height: 50%;
    width: 500px;
}
.col-xs-12.col-sm-6.col-md-4.mobile{
	width: 50%;
}
.card-body .text-center .mt-4 .mobile{
	width: 50%;
}
.why_wrap{
	height: 92px;
    background-image: url('../images/sprites.webp');

}
.advanced_icon{
    background-position: -33px -33px; 
}
.support_icon{
    background-position: -155px -37px; 
}
.trusted_icon{
    background-position: -273px -41px; 
}
.quality_icon{
    background-position: -36px -141px; 
}
.payment_icon{
    background-position: -160px -138px; 
}
.security_icon{
    background-position: -269px -141px; 
}
.social_icon{
	height: 25px;
	width: 25px;
	background-image: url('../images/social.webp');
}
.facebook_icon{
	background-position:-14px -14px;
}
.instagram_icon{
	background-position:-54px -14px;
}
.whatsapp_icon{
	background-position:-95px -12px;
}
.twitter_icon{
	background-position:-56px -49px;
}
.telegram_icon{
	background-position:-95px -49px;
}
.skype_icon{
	background-position:-14px -49px;
}


@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
@media screen and (min-width:768px) {
	.lb_header nav {
		display: block !important;
	}
}
@media screen and (max-width:1800px) {
	.lb_slider .mainslider .item .lb_sld_img {
		transform: scale(0.8);
		transform-origin: right bottom;
	}
	.lb_slider .mainslider .item .lb_sld_cont h2 {
		font-size: 90px;
	}
	.lb_slider .mainslider .item .lb_sld_cont h3 {
		font-size: 20px;
	}
	.lb_slider .mainslider .item .lb_sld_cont p {
		max-width: 400px;
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width:1500px) {
	.lb_slider .mainslider .item {
		padding: 0 0 0 100px;
	}
   .lb_header nav ul li {
		margin: 0 20px;
	}
   .lb_walb .lb_walb_con {
		width: 560px;
	}
   .lb_walb .lb_walb_con .lb_walb_btn .a_wa {
		margin: 0 25px 25px 0;
	}
   .lb_footer .ftr_wa .ftr_walink .a_wa {
		font-size: 25px;
		padding: 16px 20px;
		margin: 0 20px 20px 0;
	}
   .lb_hiw .hiw_wa .wa_link .a_wa {
		font-size: 25px;
		padding: 21px 30px;
		margin: 0 10px 20px;
	}
   .lb_celeb {
		padding: 127px 80px 106px 100px;
	}
}
@media screen and (max-width:1330px) {
	.lb_slider .mainslider .item .lb_sld_img {
		transform: scale(0.7);
	}
    .lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
		max-width: 50px;
	}
    .lb_ue .ue_walink .a_wa {
		font-size: 18px;
		padding: 21px 20px;
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width:1279px) {
	.lb_header {
		padding: 50px 15px;
	}
    .lb_header .lb_logo img {
		max-height: 50px;
	}
    .lb_header nav ul li {
		margin: 0 10px;
		font-size: 12px;
	}
    .lb_slider .mainslider .item {
		padding: 0 0 0 50px;
	}
    .lb_slider .mainslider .item .lb_sld_img {
		transform: scale(0.6);
	}
    .lb_slider .mainslider .item .lb_sld_cont .lb {
		margin: 0 0 26px;
	}
    .lb_slider .mainslider .item .lb_sld_cont h2 {
		font-size: 60px;
		margin: -10px 0 20px;
	}
    .lb_slider .mainslider .item .lb_sld_cont h3 {
		font-size: 15px;
	}
    .lb_slider .mainslider .item .lb_sld_cont p {
		max-width: 300px;
		font-size: 15px;
		margin: 0 0 30px;
		line-height: 22px;
	}
    .lb_slider .mainslider .item .lb_sld_cont .a_id {
		font-size: 14px;
		padding: 12px 22px;
	}
    .lb_slider .cardsmall {
		left: -85px;
		bottom: -59px;
		max-width: 170px;
	}
    .lb_walb .lb_walb_card {
		right: -200px;
		bottom: -57px;
		max-width: 370px;
	}
    .lb_parnter .lb_partner_card {
		max-width: 370px;
	}
    .lb_walb .lb_walb_con {
		width: 540px;
		margin: 0 20px 0 auto;
	}
    .lb_hiw .hiw_counter li {
		margin: 0 20px;
		width: calc(25% - 40px);
	}
    .lb_hiw .hiw_counter li .step_arrow .sa_img {
		max-width: 25px;
		margin: 0 -8px;
	}
    .lb_hiw .hiw_counter li .step_arrow {
		width: 70px;
		right: -55px;
		top: 71px;
	}
    .lb_hiw .hiw_wa .wa_link .a_wa {
		font-size: 20px;
		padding: 15px 20px;
		margin: 0 10px 20px;
	}
    .lb_celeb .celeb_wrap h2 {
		width: 220px;
		font-size: 50px;
		line-height: 50px;
	}
    .lb_celeb {
		padding: 127px 50px 106px 50px;
	}
    .lb_celeb .celeb_wrap .celebslider {
		width: calc(100% - 250px);
	}
    .lb_why .why_ul li .why_icon {
		width: 60px;
	}
    .lb_why .why_ul li .why_cnt {
		width: calc(100% - 80px);
	}
    .lb_why .why_ul li {
		margin: 0 50px 50px 0;
		width: calc(33.33% - 34px);
	}
    .lb_footer .ftr_wa .ftr_walink .a_wa {
		font-size: 20px;
		padding: 14px 20px;
		margin: 0 20px 20px 0;
	}
    .lb_footer .ftr_gs .a_gs2,.lb_footer .ftr_gs .a_gs1 {
		font-size: 15px;
		padding: 16px 30px;
	}
    .lb_ue .ue_walink .a_wa {
		font-size: 16px;
		padding: 16px 10px;
		margin: 0 0 0 10px;
	}
}
@media screen and (max-width:1023px) {
	.lb_header .lb_logo {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		text-align: center;
		display: inline-block;
	}
    .lb_header .lb_logo img {
		display: inline-block;
	}
    .lb_header {
		padding: 20px 15px;
	}
    .lb_header nav ul li.mid_lg {
		display: none;
	}
    .lb_header nav ul li {
		margin: 0 15px;
		font-size: 12px;
	}
    .lb_header nav {
		width: 100%;
		margin: 15px 0 0;
	}
    .lb_slider .mainslider .item .lb_sld_img {
		transform: scale(0.5);
	}
    .lb_walb .lb_walb_img {
		position: static;
		max-height: inherit;
		transform: translate(0, 0);
		max-width: 500px;
		margin: 0 auto 40px;
		display: flex;
		align-self: center;
	}
   .lb_walb .lb_walb_con {
		width: 100%;
		margin: 0;
	}
    .lb_walb .lb_walb_con p {
		max-width: 100%;
	}
    .lb_walb {
		padding: 60px 15px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
		width: calc(33.33% - 7px);
		margin: 0 10px 10px 0;
	}
    .lb_hiw .hiw_counter li .hiw_step .num_img {
		max-width: 40px;
		margin: -35px 0 0;
	}
    .lb_hiw .hiw_counter li .hiw_step {
		width: 110px;
		height: 110px;
	}
    .lb_hiw .hiw_counter li .step_arrow {
		top: 40px;
		right: -46px;
	}
    .lb_hiw .hiw_counter li {
		margin: 0 10px;
		width: calc(25% - 20px);
	}
    .lb_why .why_ul li {
		margin: 0 20px 20px 0;
		width: calc(33.33% - 14px);
		padding: 15px;
	}
    .lb_why .why_ul li .why_cnt p {
		font-size: 13px;
		line-height: 17px;
	}
    .lb_why .why_ul li .why_cnt h3 {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 19px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h4 {
		font-size: 20px;
	}
    .lb_why {
		padding: 70px 0 60px;
	}
    .lb_header.fixed {
		padding: 10px 5px;
	}
    .lb_header nav ul li a::before {
		bottom: -4px;
	}
    .lb_ue h2 {
		font-size: 30px;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
	}
    .lb_ue .ue_walink .a_wa {
		margin: 0 10px;
	}
    .lb_ue .ue_walink {
		width: 100%;
		justify-content: center;
	}
    .lb_ue {
		flex-wrap: wrap;
	}
    .lb_walb .lb_walb_img {
		height: 290px;
		width: 500px;
	}
}
@media screen and (max-width:767px) {
	.lb_header {
		background: #000000;
		padding: 15px 20px 15px;
		text-align: center;
	}
    .lb_header .lb_logo img {
		max-height: 66px;
	}
    .lb_header nav {
		display: none;
	}
    .lb_header .lb_logo {
		width: 195px;
	}
    .menuburger {
		display: block;
		position: absolute;
		left: 11px;
		top: 50%;
		transform: translate(0, -50%);
		width: 45px;
		cursor: pointer;
	}
    .lb_header nav {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		padding: 10px 0;
		margin: 0;
		background: #000;
		border-top: 2px solid #005DAC;
	}
    .lb_header nav ul {
		width: 100%;
	}
    .lb_header nav ul li {
		width: 100%;
		margin: 0;
		margin: 10px 0;
		padding: 0 20px;
	}
    .lb_slider .cardsmall {
		display: none;
	}
    .lb_slider .mainslider .item .lb_sld_cont {
		width: 100%;
		padding: 0 10px 30px;
		text-align: center;
	}
    .lb_slider .mainslider .item .lb_sld_cont .lb {
		margin: 0 0 12px;
		font-size: 11px;
		padding: 5px 10px;
	}
    .lb_slider .mainslider .item {
		padding: 0;
	}
    .lb_slider .mainslider .item .lb_sld_cont h3 {
		font-size: 14px;
	}
    .lb_slider .mainslider .item .lb_sld_cont h2 {
		font-size: 52px;
		margin: -8px 0 -2px;
	}
    .lb_slider .mainslider .item .lb_sld_img {
		transform: scale(1);
		width: 100%;
		position: static;
		height: 230px;
	}
    .lb_slider .mainslider .item .lb_sld_img .sicard {
		width: auto;
		max-width: 100%;
		max-height: 269px;
		left: 0;
		bottom: -3px;
	}
    .lb_slider .mainslider .item .lb_sld_cont p {
		max-width: 246px;
		font-size: 14px;
		margin: 0 auto 23px;
		line-height: 18px;
	}
    .lb_slider .mainslider .item .lb_sld_cont .a_id {
		font-size: 16px;
		padding: 14px 23px;
	}
    .lb_slider .mainslider {
		padding: 117px 0 0;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si1 {
		max-width: 115px;
		max-height: 200px;
		right: 56%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si2 {
		max-width: 205px;
		max-height: 226px;
		right: 24%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si3 {
		max-width: 210px;
		max-height: 180px;
		right: -10%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si4 {
		max-width: 210px;
		max-height: 200px;
		right: 56%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si5 {
		max-width: 170px;
		max-height: 230px;
		right: 27%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si6 {
		max-width: 200px;
		max-height: 180px;
		right: -10%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si7 {
		max-width: 160px;
		max-height: 200px;
		right: 50%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si8 {
		max-width: 150px;
		max-height: 226px;
		right: 24%;
	}
    .lb_slider .mainslider .item .lb_sld_img .si.si9 {
		max-width: 160px;
		max-height: 180px;
		right: -10%;
	}
    .lb_ue {
		padding: 16px 20px;
		flex-wrap: wrap;
	}
    .lb_ue label {
		font-size: 14px;
		margin: 0 0 12px;
	}
    .lb_ue p {
		/* margin: 0 0 13px; */
		color: #fff;
		/* font-size: 14px; */
		font-weight: bold;
		/* width: 100%; */
		line-height: 18px;
		/* text-align: left; */
		/* display: flex; */
	}
    .lb_ue p span {
		margin: 0 15px 0 0;
	}
    .lb_ue .a_pn {
		padding: 13px 27px;
		font-size: 14px;
	}
    .lb_walb .lb_walb_img {
		max-width: 490px;
		margin: 0 0 0 -20px;
		order: 1;
	}
    .lb_walb {
		padding: 30px 20px 0;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		background-position: center right;
	}
    .lb_walb .lb_walb_card {
		display: none;
	}
    .lb_walb .lb_walb_con .lb_walb_btn {
		display: none;
	}
    .lb_walb .lb_walb_con h4 {
		margin: 0 0 13px;
		font-size: 16px;
	}
    .lb_walb .lb_walb_con h2 {
		margin: 0 0 19px;
		font-size: 26px;
		line-height: 32px;
	}
    .lb_walb .lb_walb_con p {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}
    .lb_walb .lb_walb_con {
		margin: 0 0 38px;
	}
    .lb_parnter .lb_partner_card {
		display: none;
	}
    .lb_parnter {
		padding: 40px 0 30px;
	}
    .main {
		padding: 0 20px 60px;
	}
    .lb_parnter h2 {
		margin: 0 0 40px;
		font-size: 26px;
		line-height: 32px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
		width: calc(100% - 10px);
		margin: 0 5px 20px !important;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front,.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-back {
		padding: 15px;
		box-shadow: 0 30px 20px 0px rgba(0, 0, 0, 0.6);
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
		max-width: 128px;
		max-height: 48px;
	}
    .gullybet_logo {
		max-width: 126px !important;
		max-height: 40px !important;
	}
    .babu_logo {
		max-width: 138px !important;
		max-height: 22px !important;
	}
    .lotus_logo {
		max-height: 35px !important;
	}
    .world_logo {
		max-width: 131px !important;
		max-height: 28px !important;
	}
    .ic1 {
		height: 53px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h4 {
		font-size: 16px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter {
		font-size: 12px;
		padding: 14px 10px;
		max-width: 100%;
	}
    .flip-box {
		height: 200px;
	}
    .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li {
		font-size: 14px;
		margin: 0 0 9px;
		padding: 0 25px 0 0;
		line-height: 16px;
	}
    .lb_hiw {
		padding: 40px 0;
	}
    .lb_hiw h2 {
		margin: 0 0 26px;
		font-size: 26px;
	}
    .lb_hiw .hiw_counter li {
		margin: 0 0 40px;
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
    .lb_hiw .hiw_counter li .hiw_step {
		width: 50px;
		height: 50px;
		margin: 0;
	}
    .lb_hiw .hiw_counter li .hiw_step span {
		display: none;
	}
    .lb_hiw .hiw_counter li .hiw_step .num_img {
		max-width: 25px;
		margin: 0;
	}
    .lb_hiw .hiw_counter li h4 {
		width: calc(100% - 70px);
		margin: 0;
		font-size: 16px;
		line-height: 26px;
	}
    .lb_hiw .hiw_counter {
		display: flex;
		margin: 0;
		flex-wrap: wrap;
		padding: 0 25px;
	}
    .lb_hiw .hiw_counter li .step_arrow .sa_img:nth-of-type(n+4) {
		display: none;
	}
    .lb_hiw .hiw_counter li .step_arrow {
		top: inherit;
		right: inherit;
		bottom: -36px;
		left: 16px;
		width: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    .lb_hiw .hiw_counter li .step_arrow .sa_img {
		display: inline-block;
		vertical-align: middle;
		max-width: 25px;
		margin: -9px 0;
		transform: rotate(90deg);
		max-height: 30px;
	}
    .lb_hiw .hiw_counter li .hiw_step {
		background: transparent;
	}
    .lb_hiw h3 {
		margin: 0 0 11px;
		font-size: 16px;
		line-height: 30px;
	}
    .lb_hiw h5 {
		margin: 0 0 26px;
		font-size: 16px;
		line-height: 20px;
	}
    .lb_hiw p {
		margin: 0 0 30px;
		font-size: 14px;
		line-height: 20px;
	}
    .lb_hiw .hiw_wa h2 {
		font-size: 26px;
		margin: 0 0 20px;
	}
    .lb_hiw .hiw_wa .wa_link .a_wa {
		font-size: 20px;
		padding: 11px 20px;
		margin: 0 0 14px;
		width: 100%;
		text-align: center;
	}
    .lb_hiw .hiw_wa .wa_link {
		padding: 0 35px;
	}
    .lb_celeb {
		padding: 40px 0;
	}
    .lb_celeb .celeb_wrap h2 {
		width: 100%;
		font-size: 26px;
		line-height: 32px;
		text-align: center;
		margin: 0 0 24px;
	}
    .lb_celeb .celeb_wrap h2 span {
		width: auto;
		margin: 0 7px 0 0;
	}
    .lb_celeb .celeb_wrap .celebslider {
		width: 100%;
		padding: 0 0 70px;
	}
    .lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
		max-width: 70px;
	}
    .lb_why {
		padding: 40px 0 20px;
	}
    .lb_why h2 {
		margin: 0 0 30px;
		font-size: 26px;
	}
    .lb_why .why_ul li {
		margin: 0 0 20px !important;
		width: 100%;
		padding: 25px;
	}
    .lb_why .why_ul li .why_icon {
		width: 50px;
	}
    .lb_why .why_ul li .why_cnt {
		width: calc(100% - 70px);
	}
    .lb_why .why_ul li .why_cnt p {
		font-size: 14px;
		line-height: 20px;
	}
    .lb_footer .ftr_logo {
		display: none;
	}
    .lb_footer .ftr_title {
		display: block;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 23px;
		width: 100%;
		color: #fff;
	}
    .lb_footer .ftr_title span {
		color: #005DAC;
	}
    .lb_footer {
		padding: 40px 0;
		text-align: center;
	}
    .lb_footer h3 {
		margin: 0 0 11px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}
    .lb_footer p {
		margin: 0 0 30px;
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
	}
    .lb_footer .ftr_wa h2 {
		font-size: 26px;
		margin: 0 0 20px;
		text-align: center;
		font-weight: bold;
	}
    .lb_footer .ftr_wa h2 span {
		font-size: 26px;
	}
    .lb_footer .ftr_wa .ftr_walink .a_wa {
		font-size: 20px;
		padding: 11px 20px;
		margin: 0 0 14px;
		width: 100%;
	}
    .lb_footer .ftr_wa .ftr_walink {
		padding: 0 35px;
	}
    .lb_footer .ftr_wa {
		margin: 0 0 26px;
	}
    .lb_footer .ftr_gs {
		width: 100%;
		margin: 0 0 26px;
		padding: 0 35px;
	}
    .lb_footer .ftr_gs .a_gs2,.lb_footer .ftr_gs .a_gs1 {
		font-size: 20px;
		padding: 11px 10px;
		margin: 0 0 14px;
		width: 100%;
	}
    .lb_footer .ftr_links a {
		margin: 0 15px 0 !important;
		font-weight: normal;
		font-size: 16px !important;
		line-height: 38px !important;
	}
    .lb_footer .ftr_links {
		margin: 0 0 30px;
	}
    .lb_footer .ftr_social a {
		margin: 0 12px;
	}
    .lb_slider .mainslider .item .lb_sld_img .si {
		transition: all 1.5s ease 0s !important;
	}
    .lb_slider .mainslider .item .lb_sld_img .sicard {
		transition: all 1.5s ease 0s !important;
	}
    .lb_slider .mainslider .item .lb_sld_img.lb_sld_img_player {
		position: absolute;
		bottom: 0;
	}
    .lb_ue .ue_walink .a_wa {
		margin: 0 0 10px;
		width: 100%;
	}
    .lb_ue .ue_walink {
		padding: 0 35px;
	}
    .lb_walb .lb_walb_img {
		max-width: 334px;
		margin: 0 auto;
		order: 1;
		text-align: center;
		max-height: 180px;
		display: inline-block;
	}
}
@media screen and (max-width:350px) {
	.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
		max-width: 88px;
		max-height: 32px;
	}
}
.casinoplus {
	width: 25%;
}
.pluscasino {
	display: flex;
}
span.namecopy {
	font-weight: 400 !important;

}
a.copytoclip {
	font-size: 15px;
	margin: 6px;
}
.whites_sec_img2 {
	width: 300px;
}
button.back-to-top {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	left: 25px;
	bottom: 28px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button.back-to-top:hover,button.back-to-top:active,button.back-to-top:focus {
	outline: 0 !important;
}
button.back-to-top::before,button.back-to-top::after {
	content: "";
	display: block;
	vertical-align: middle;
	border-bottom: solid 10px #005dac;
	border-left: solid 10px transparent;
	line-height: 0;
	border-right: solid 10px transparent;
	height: 0;
	margin: 18px auto 0;
	width: 0;
	border-radius: 20px;
	visibility: hidden;
}
button.back-to-top.show::after,button.back-to-top.show::before {
	visibility: visible;
}
button.back-to-top::after {
	border-bottom-color: #fff;
	position: relative;
	top: -24px;
}
button.back-to-top.show {
	display: block;
	background: #fff;
	color: #00ab6c;
	font-size: 25px;
	left: 2px;
	bottom: 20px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.row {
	display: flex;
}
@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}
.para_data {
	text-align: left !important;
	margin: 0 0 21px !important;
	font-size: 18px !important;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
		max-width: 1140px;
	}
}
.a_wa {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 18px 32px;
	margin: 0 25px 0 0;
	border: 1px solid #005DAC;
	border-radius: 10px;
	background: #005DAC;
}
.a_wa:hover {
	background: #000;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.a_wa {
		margin: 0 0 10px;
		width: 100%;
		display: none;
	}

	.para_data {
		font-size: 14px !important;
	}

	.row {
		display: block;
	}

	.illustration {
		max-width: -webkit-fill-available ;
	}
}
@media screen and (max-width: 1279px) {
	.a_wa {
		font-size: 16px;
		padding: 16px 10px;
		margin: 0 0 0 10px;
	}
}
@media (max-width: 991px) {
    .section-thumb img {
		width: 100%;
	}

	.row {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 820px) {
    .col {
		width: 94%;
	}
    .col_s {
		margin-top: 1px !important;
    }
}
@media (max-width: 820px) {
	.whites_sec_img2 {
		display: none;
	}
    .md_insta .md_insta_dv .md_insta_pic img {
		height: 140px;
	}
    .lb_logo img {
		height: 40px;
	}
    .v_img {
		display: none;
	}
}
.v_img {
	width: 230px;
}
.divide_row {
	display: flex;
}
.col_s {
	margin-top: 12px;
}
.fa-check {
	color: green;
}
.popup-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	animation: zoomOut 0.5s ease-out;
	/* Add animation property */
	z-index: 1000;
}
.popup-content {
	/* background: #fff; */
	padding: 0;
	text-align: center;
	max-width: 50%;
	margin: 20px;
	border-radius: 8px;
	position: relative;
	z-index: 1000;
}
@media (max-width: 768px) {
	.popup-content {
		max-width: 100%;
		/* Set max-width to 100% for smaller screens */
	}
}
.close-btn {
	position: absolute;
	top: -50px;
	right: 15px;
	font-size: 50px;
	cursor: pointer;
	width: 10px;
}
@keyframes zoomOut {
	from {
		transform: scale(1.5);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}
/* .twinkling {
	animation: twinkling 1.4s ease infinite
} */
@keyframes twinkling {
    0% {
		color: red;
	}

	50% {
		color: #ff0;
	}

	100% {
		color: #007aff;
	}
}
.blink-text {
	animation: twinkling 1.4s ease infinite;

}
@media(max-width: 320px){ 
    .dflex{
        display: block !important;
    }
    .lb_footer .ftr_wa .ftr_walink .a_wa {
        font-size: 15px;
        padding: 11px 15px;
    }
    .lb_walb .lb_walb_con {
        width: 100%;
        margin: 0;
    }
    .lb_walb {
        display: block;
    }
    .lb_footer .ftr_social a {
        margin: 0px 5px;
    }
	.namecopy{
		font-size: 14px !important;
	}
	.why_wrap{
		height: 53px;
		background-image: url('../images/sprites_mob.webp');
	}
	.advanced_icon{
		background-position: -15px -13px; 
	}
	.support_icon{
		background-position: -89px -11px; 
	}
	.trusted_icon{
		background-position: -21px -69px; 
	}
	.quality_icon{
		background-position: -87px -74px; 
	}
	.payment_icon{
		background-position: -17px -138px; 
	}
	.security_icon{
		background-position:-90px -141px; 
	}
  }
  @media screen and (max-width: 767px){
	.lb_walb .lb_walb_img .lb_walb_img_bat {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.why_wrap{
		height: 53px;
		background-image: url('../images/sprites_mob.webp');
	}
	.advanced_icon{
		background-position:-16px -13px; 
	}
	.support_icon{
		background-position: -89px -11px; 
	}
	.trusted_icon{
		background-position: -21px -69px; 
	}
	.quality_icon{
		background-position: -87px -74px; 
	}
	.payment_icon{
		background-position: -17px -138px; 
	}
	.security_icon{
		background-position: -90px -141px; 
	}
  }



a {
    display: inline-block;
     padding: 0px 0px;
    font-size: 16px; 
}
.lb_header.fixed {
    background: #000 !important;
    padding: 19px 5px;
}
.webfont{
    text-align: left;
    margin-bottom: 10px;
}
.namecopy{
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.col{
    width: 100%;
}
@media (min-width: 430px) and (max-width: 500px){
	.lb_slider .mainslider .item .lb_sld_img .sicard {
		left:55px !important;
	}

}
@media (min-width: 500px) and (max-width: 680px){
	.lb_slider .mainslider .item .lb_sld_img .sicard {
		left:130px !important;
	}

}
@media (min-width: 681px) and (max-width: 720px){
	.lb_slider .mainslider .item .lb_sld_img .sicard {
		left:180px !important;
	}

}
@media (min-width: 720px) and (max-width: 767px){
	.lb_slider .mainslider .item .lb_sld_img .sicard {
		left:180px !important;
	}
}
  .wts{
	color: #fff !important;
  }
  .custom-dropdown {
	position: relative;
	width: 150px;
	user-select: none;
  }
  
  .dropdown-selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: black;
	color: white;
	padding: 10px;
	border: 1px solid #005DAC;
	border-radius: 10px;
	cursor: pointer;
  }
  
  .dropdown-selected img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 9px;
  }
  
  .arrow-down {
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
  }
  
  .dropdown-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/* background-color: white; */
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 1;
	width: 100%;
  }
  
  .dropdown-option {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
  }
  
  .dropdown-option img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
  }
  
  .dropdown-option:hover {
	background-color: #000;
  }
  
  .dropdown-open .dropdown-options {
	display: block;
  }
  .custom-dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-options {
	display: none; /* Hidden by default */
	position: absolute;
	background-color: #000;
	border: 1px solid #ccc;
	width: 100%;
	z-index: 1;
  }
  
  .dropdown-open {
	display: block;
  }
  
  .dropdown-selected {
	cursor: pointer;
  }
  
  .dropdown-option {
	padding: 10px;
	cursor: pointer;
  }
  
  .dropdown-option:hover {
	background-color: #505066;
  }
  
  .deskdn{
	display: none;
  }
  .mobdn{
	display: block;
  }

  @media screen and (max-width: 767px) {
	.col-xs-12.col-sm-6.col-md-4.mobile{
		width: auto;
	}
	.card-body .text-center .mt-4 .mobile{
		width: auto;
	}
	h2.section-title.premium {
		font-size: 20px;
		color: #fff;
	}
	.md_insta {
		padding: 50px 0 30px;
	}

	.md_insta h2 {
		font-size: 30px;
		margin: 0 0 30px;
	}
    .md_insta h2 a {
		position: static;
		transform: translate(0, 0);
		font-size: 20px;
		align-items: center;
		width: 100%;
		justify-content: center;
		margin: 10px 0 0;
	}
    .md_insta h2 a img {
		width: 26px;
	}
    .md_insta .md_insta_dv .md_insta_pic {
		width: 50%;
		margin: 0 0 20px;
		padding: 0 10px;
	}
    .lb_walbs {
		padding-top: 35px !important;
	}
	.illustration {
		max-width: -webkit-fill-available !important ;
	}
	.deskdn{
		display: block;
		position: absolute;
		right: 10px;
	}
	.mobdn{
		display: none !important;
	}
}