body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}


@font-face {
	font-family: 'Rift Test Demi';
	src: url('../fonts/Rift-Demi.eot');
	src: url('../fonts/Rift-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rift-Demi.woff2') format('woff2'),
		url('../fonts/Rift-Demi.woff') format('woff'),
		url('../fonts/Rift-Demi.ttf') format('truetype'),
		url('../fonts/Rift-Demi.svg#Rift-Demi') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rift Test';
	src: url('../fonts/Rift-Bold.eot');
	src: url('../fonts/Rift-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rift-Bold.woff2') format('woff2'),
		url('../fonts/Rift-Bold.woff') format('woff'),
		url('../fonts/Rift-Bold.ttf') format('truetype'),
		url('../fonts/Rift-Bold.svg#Rift-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
/* .fixed-header {    
top: 0;
box-shadow: 0 0 4px #aeaeae;
animation: smoothScroll 1s;
z-index: 999;
} */
.logo{
	position: relative;
	z-index: 1;
}
.logo:before{
	background: url(../images/shape1.png) no-repeat;
	width: 282px;
	height: 354px;
	position: absolute;
	top: -167px;
	left: -38px;
	content: "";
	z-index: -1;
}
.logo img{
	width: 192px;
}
.head-right{
	text-align: right;
}
.title{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
}
.title a{
	color: #fff;
}
.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 72px 0 50px;
	position: relative;
}
.banner-left{
	padding-top: 205px;
}
.small-title{
	font-family: 'Rift Test Demi';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.banner-title{
	font-family: 'Rift Test';
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 58px;
	margin-top: 8px;
}
.banner-text{
	margin-top: 24px;
	display: inline-block;
	border-bottom: 3px solid #fff;
	padding-bottom: 8px;
}
.banner-text ul{
	margin: 0;
	padding: 0;
}
.banner-text ul li{
	background: url(../images/round.png) no-repeat;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Rift Test Demi';
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 18px;
	background-position: 0 9px;
	margin-right: 10px;
	letter-spacing: 1px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Rift Test Demi';
	background: #fff;
	color: #000;
	font-size: 20px;
	padding: 9px 20px;
	margin: 38px 10px 0 0;
	border-radius: 5px;
	text-transform: uppercase;
	box-shadow: 0 2px 4px 0 #00000070;
	letter-spacing: 1px;
	transition: ease 0.5s all 0s;    
}
.banner-btn a:hover{
	background: #00afef;
	color: #fff;
}
.banner-btn a:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4610%) hue-rotate(148deg) brightness(138%) contrast(122%);
}
.banner-btn a img{
	margin-right: 3px;
	margin-top: -3px;
	transition: ease 0.5s all 0s;
}
.banner-btn a:last-child{
	background: #00afef;
	color: #fff;
	padding: 9px 18px;
}
.banner-btn a:last-child:hover{
	background: #3e9f74;
}
.banner-right{
	position: relative;
}
.b-img1{
	position: relative;
	z-index: 1;
}
.b-img2{
	position: absolute;
	top: 67px;
	right: 6px;
}
.social{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	left: -80px;
	z-index: 2;
}
.social:before{
	width: 2px;
	height: 100px;
	transform: rotate(-90deg);
	background: #fff;
	position: absolute;
	top: -36px;
	left: -67px;
	content: "";
}
.social a{
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-right: 26px;
}
.about-sec{
	padding: 100px 0;
}
.about-center{
	padding-right: 10px;
}
.about-center img{
	width: 100%;
}
.about-title{
	font-family: 'Rift Test';
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.about-title2{
	font-family: 'Rift Test';
	font-size: 50px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	line-height: 48px;
	margin-top: 5px;
}
.about-text{
    color: #000;
    font-size: 16px;
    margin-top: 35px;
    line-height: 30px;
}
.about-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #00afef;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	margin: 30px 4px 0 0;
	border-radius: 5px;
	transition: ease 0.5s all 0s;
}
.about-btn a:hover, .about-btn a:last-child:hover{
	background: #3e9f74;
}
.about-btn a img{
	transform: translateX(3px);
	transition: ease 0.5s all 0s;
}
.about-btn a:hover img{
	transform: translateX(10px);
}
.about-btn a:last-child{
	background: #202020;
}
.about-right{
	border-left: 1px solid #bcbcbc4a;
	padding-left: 30px;
	min-height: 100%;
}
.about-title3{
	font-family: 'Rift Test';
	font-size: 30px;
	font-weight: bold;
	color: #222323;
	text-transform: uppercase;
}
.about-title3 strong{
	font-weight: bold;
	color: #00afef;
}
.game-list{
	margin-top: 20px;
}
.game-list ul{
	margin: 0;
	padding: 0;
}
.game-list ul li{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	border-bottom: 1px solid #bcbcbc4a;
	padding: 18px 0;
}
.game-list ul li img{
	margin-right: 18px;
	width: 52px;
	border-right: 1px solid #bcbcbc4a;
	padding-right: 15px;
}
.game-list ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.video-sec{
	position: relative;
}
.play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.choose-us-sec{
	background: #e5f8ff;
	padding: 90px 0;
}
.choose-left {
	padding-right: 22%;
	position: relative;
}
.choose-left:after{
	width: 1px;
	height: 100%;
	background: hsl(0deg 0% 59.61% / 16.08%);
	position: absolute;
	top: 0;
	right: 35px;
	content: "";
}
.about-title2.two{
	font-size: 36px;
	line-height: 40px;
	color: #1a1818;
}
.about-title.two{
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}
.choose-us-sec .about-text{
	color: #1a1818;
}
.choose-list{
	margin-top: 20px;
}
.choose-list ul{
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	background: url(../images/tick.png) no-repeat;
	list-style: none;
	color: #1a1818;
	padding-left: 32px;
	margin-top: 8px;
}
.form-part{
	margin-top:20px;
}
.frm_fld input {
    width: 100%;
    padding: 9px 0px;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 0;
    color: #000;
    background: transparent !important;
}
/* .frm_fld select {
background:url(../images/dropdown.png) center right 10px no-repeat #fff;
width:100%;
border:none !important;
margin-top:12px;
border-radius:5px;
font-size:15px;
color:#000;
padding:12px 30px 11px 15px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-transform:none
}
.frm_fld select option{
color:#000;
} */
.frm_fld textarea {
width: 100%;
    height: 100px;
    padding: 5px 0px;
    background: transparent !important;
    color: #000;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	background: #00afef !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin-top: 20px;
	text-align: center;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.frm_fld input::-webkit-input-placeholder, .frm_fld textarea::-webkit-input-placeholder {
	color: #000;
}
.frm_fld input::-moz-placeholder, .frm_fld textarea::-moz-placeholder {
	color: #000;
}
.frm_fld input:-ms-input-placeholder, .frm_fld textarea:-ms-input-placeholder {
	color: #000;
}
.frm_fld input:-moz-placeholder, .frm_fld textarea:-moz-placeholder {
	color: #000;
}
.gallery-sec{
	padding:90px 0;
}
.gallery-part{
	margin-top:30px;
}
.rl-gallery-item img{
	border-radius:7px !important;
}
.review-sec{
	background:#dbf5ff;
	padding: 80px 0;
}
.review-part{
	margin-top:30px;
}
.sp-testimonial-free{
	background: #fff !important;
	margin: 8px;
	margin-bottom: 10px;
	padding:30px 20px 20px;
	border-radius: 15px !important;
	box-shadow: 0 2px 9px -4px #0000006e;
	position:relative;
}
.sp-testimonial-client-testimonial{
	margin-bottom:10px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #201f1f !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 0 !important;
	margin-top:28px !important;
	min-height: 176px;
}
.sp-testimonial-client-testimonial p:before{
	background: url(../images/star.png) no-repeat !important;
	width:109px;
	height:18px;
	position:absolute;
	top:30px;
	left:20px;
	content:"";
}
.sp-testimonial-client-name{
	text-align: left !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    color: #00afef !important;
    font-style: normal !important;
}
.testimonial-nav-arrow{
	top: 68% !important;
	font-size: 50px !important;
}
.footer{
	background: #202020;
}
.foot_title{
	margin-top: 35px;
	font-family: 'Rift Test';
	font-size: 26px;
	color: #00afef;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	display: flex;
	align-items: start;
	margin-bottom: 8px;
	font-size: 15px;
	gap: 5px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #32ba7c;
}
.foot1 li img{
	margin-right: 4px;
	margin-top: 5px;
}
.social2 a{
	margin-right: 3px;
}
.social2 img{
	max-width: 36px;
}
.foot_left{
	padding-left: 30px;
}
.maps {
	margin-bottom: -7px;
}
.maps iframe{
	margin-bottom:0;
}
.line2{
	position: relative;
}
.line2::after{
	width: 1px;
	height: 100%;
	background: #ffffff24;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.copyright{
	background: #0c0c0c;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.copyright a{
	color: #fff;
}
.fix-btn{
	position: fixed;
  top: 250px;
  right: -110px;
  z-index: 99;
  transform: rotate(90deg);
}
.fix-btn a{
	display: inline-block;
	background: #00afef;
	color: #fff;
	font-size: 15px;
	padding: 11px 18px;
	border-radius: 0px 0px 5px 5px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left:10px;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page-id-28 .header, .page-id-28 footer, .error404 .header, .error404 footer{
	display:none;
}
.page .entry-header, .blog_page_header {
	display:none !important;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 230px 0 135px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.back-btn a {
	background: #00afef;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 24px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.thankyou{
	display: flex;
	align-items: center;
	min-height:100vh;
	justify-content: center;
}
.error_container {
	display: flex;
	align-items: center;
	min-height: 100vh;
	justify-content: center;
	text-align: center;
}

.social2 a img {
  width: 30px;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:10px 0;
	}
	.fixed-header{
		position:fixed;
		background:#fff;
		top:0;
		box-shadow: 0 0 5px #5f5e5e;
	}
	.fixed-header .logo::before{
		display:none;
	}
	.fix-btn {
		right:-103px;
	}
	.fix-btn a {
		font-size: 14px;
		padding: 6px 15px 10px;
	}
	.mob-social{
		position: absolute;
		top: 23px;
		right: 50px
	}
	.mob-social img{
		width:28px;
	}
	.mob-social a{
		margin-left:2px;
	}
	.title{
		display:none;
	}
	.logo img {
		width: 118px;
	}
	.logo::before {
		width: 218px;
		height: 275px;
		top: -168px;
		left: -66px;
		background-size: 218px;
	}	
	.banner {
		padding: 140px 0 40px;
	}
	.banner-left {
		padding-top: 0;
	}
	.small-title {
		font-size: 20px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 40px;
		margin-top: 2px;
	}
	.banner-text{
		margin-top: 12px;
	}
	.banner-text ul li {
		font-size: 15px;
		padding-left: 16px;
		background-position: 0 6px;
		margin-right: 5px;
	}
	.banner-btn a {
		font-size: 16px;
		padding: 9px 15px;
		margin: 20px 5px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 15px;
	}
	.banner-right{
		margin-top:30px;
	}
	.b-img1 {
		position: relative;
		z-index: 1;
		width: 222px;
	}
	.b-img2 {
		top: 15px;
		right: 0;
		width: 300px;
	}
	.social{
		display:none;
	}
	.about-sec {
		padding: 30px 0;
	}
	.about-title{
		font-size: 22px;
	}
	.about-title2 {
		font-size: 32px;
		line-height: 32px;
		margin-top: 0;
	}
	.about-text {
		font-size: 15px;
		margin-top: 6px;
	}
	.about-btn a {
		font-size: 15px;
		padding: 8px 20px;
		margin: 18px 2px 0 0;
	}
	.about-center{
		margin-top:30px;
	}
	.about-center img{
		width:100%;
	}
	.about-right {
		margin-top:30px;
		border-left: none;
		padding-left: 0;
	}
	.about-title3{
		font-size: 25px;
		line-height: 25px;
	}
	.game-list {
		margin-top: 10px;
	}
	.game-list ul li {
		font-size: 15px;
		padding: 10px 0;
	}
	.game-list ul li img {
		margin-right: 12px;
		width: 46px;
		padding-right: 10px;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.choose-left {
		padding-right: 0;
	}
	.about-title2.two {
		font-size: 28px;
		line-height: 32px;
	}
	.choose-left::after{
		display:none;
	}
	.choose-list {
		margin-top: 15px;
	}
	.choose-list ul li {
		padding-left: 28px;
		margin-top: 8px;
		background-size: 20px;
		background-position: 0 2px;
	}
	.choose-right{
		margin-top:30px;
	}
	.form-part {
		margin-top: 5px;
	}
	.send_btn input {
		padding: 8px 22px !important;
		font-size: 15px !important;
	}
	.gallery-sec {
		padding: 30px 0;
	}
	.review-sec{
		padding: 30px 0;
	}
	.review-part {
		margin-top: 15px;
	}
	.sp-testimonial-free-section{
		margin: 0 30px !important;
	}
	.sp-testimonial-free{
		padding: 14px 18px 20px;
	}
	.sp-testimonial-client-testimonial p::before{
		top: 18px;
		left: 18px;
	}
	.sp-testimonial-client-testimonial p {
		line-height: 21px !important;
		margin-top: 30px !important;
		min-height: auto;
	}
	.sp-testimonial-client-name {
		font-size: 15px !important;
		margin-top: 15px !important;
	}
	.footer{
		padding:14px 0 15px;
	}
	.foot_title {
		margin-top: 10px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.maps{
		margin-top:20px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.line2::after{
		display:none;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-right, .about-center, .choose-right {
		margin-top:30px !important;
	}
	.banner-title br{
		display:none;
	}
	.b-img1{
		width: 300px !important;
	}
	.b-img2 {
		top: 20px !important;
		width: 425px !important;
	}
	.banner-text ul li {
		font-size: 17px !important;
		padding-left: 18px !important;
		background-position: 0 9px !important;
		margin-right: 12px !important;
	}
	.banner-btn a {
		font-size: 15px !important;
		padding: 9px 14px !important;
	}
	.banner-btn a:last-child {
		padding: 9px 18px !important;
	}
	.game-list ul li{
		width: 45% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-right, .about-center, .choose-right{
		margin-top: 0;
	}
	.banner {
		padding: 85px 0 40px;
	}
	.banner-left {
		padding-top: 60px;
	}
	.banner-btn a {
		font-size: 13px;
		padding: 9px 10px;
		margin: 20px 3px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 10px;
	}
	.game-list ul li {
		display: inline-flex;
		width: 46%;
		margin: 0 10px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-text ul li{
		font-size: 16px;
		background-position: 0 7px;
		margin-right: 5px;
	}
	.banner-btn a{
		font-size: 18px;
		padding: 9px 20px;
		margin: 38px 6px 0 0;
	}
	.about-title2 {
		font-size: 40px;
		line-height: 40px;
	}
	.about-title2.two {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_left {
		padding-left: 20px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.banner-right, .about-center, .choose-right{
		margin-top: 0;
	}
	.banner {
		padding: 85px 0 40px;
	}
	.banner-left {
		padding-top: 60px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 40px;
	}
	.banner-btn a {
		font-size: 13px;
		padding: 9px 10px;
		margin: 20px 3px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 10px;
	}
	.about-title2 {
		font-size: 32px;
		line-height: 32px;
	}
	.game-list ul li {
		display: inline-flex;
		width: 46%;
		margin: 0 10px;
	}
	.about-title2.two {
		font-size: 28px;
		line-height: 32px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-text ul li{
		font-size: 16px;
		background-position: 0 7px;
		margin-right: 5px;
	}
	.banner-btn a{
		font-size: 18px;
		padding: 9px 20px;
		margin: 38px 6px 0 0;
	}
	.about-title2 {
		font-size: 40px;
		line-height: 40px;
	}
	.about-title2.two {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_left {
		padding-left: 22px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-text ul li{
		font-size: 16px;
		background-position: 0 7px;
		margin-right: 5px;
	}
	.banner-btn a{
		font-size: 18px;
		padding: 9px 20px;
		margin: 38px 6px 0 0;
	}
	.about-title2 {
		font-size: 40px;
		line-height: 40px;
	}
	.about-title2.two {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_left {
		padding-left: 22px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-left {
		padding-top: 166px;
	}
	.banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-text ul li{
		font-size: 16px;
		background-position: 0 7px;
		margin-right: 5px;
	}
	.banner-btn a{
		font-size: 18px;
		padding: 9px 20px;
		margin: 38px 6px 0 0;
	}
	.about-title2 {
		font-size: 40px;
		line-height: 40px;
	}
	.game-list ul li {
		display: flex;
		width: 100%;
		margin: 0;
	}
	.about-title2.two {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_left {
		padding-left: 20px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}    
