@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*font-family: 'Montserrat', sans-serif;*/


body.page-template-slot-bluepage-php {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, a:hover, a:focus, button, button:active {
	text-decoration:none;
	outline:none;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
* {
	box-sizing:border-box;
}
.page-template-slot-bluepage-php footer, .page-template-slot-bluepage-php header {
	display: none;
}
.page-template-slot-bluepage-php #return-to-top {
	display: none !important;
}
.menu-Headse {
	display: none;
}
.page-id-1724 .menu-Headse {
	display: block;
}
.page-template-slot-bluepage-php .mid-Section {
	padding-bottom:0;
}
/********************
// Start homepage//
********************/
.baner-Mainsec02 {
	background-image: url(../images/slot-banner5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.baner-Mainsec02::after {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: -2;
 background: rgba(67, 124, 230, 1);
background: -moz-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67, 124, 230, 1)), color-stop(100%, rgba(13, 57, 140, 0.69)));
background: -webkit-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
background: -o-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
background: -ms-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
background: linear-gradient(to right, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437ce6', endColorstr='#0d398c', GradientType=1 );
}
.right-Banimg {
	/*	padding: 15px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 20px 3px rgba(255,255, 255,0.4);*/
	text-align:center;
}
.right-Banimg > img {
	max-width: 350px;
	display: inline-block;
}
.Inner-Bansec {
	text-align: center;
	width: 590px;
	display: inline-block;
	max-width: 100%;
}
.Inner-Bansec > h1 {
	font-weight: 800;
	font-size: 55px;
	line-height: 57px;
	padding:0;
}
.Inner-Bansec > h1 > span {
	display:block;
}
.Inner-Bansec > h4 {
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
	line-height: 20px;
	padding-top:30px;
}
.play-Sec {
	display: inline-block;
	padding-top: 45px;
}
.yellow-Btn02 {
	background: #33cc5e;
	padding: 25px 15px;
	color: #fff;
	border-radius:4px;
	display: inline-block;
	width: 300px;
	font-weight: 700;
	font-size: 26px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	border-bottom: 6px solid #fff;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	background: rgba(45, 195, 237, 1);
	background: -moz-linear-gradient(left, rgba(45, 195, 237, 1) 0%, rgba(16, 131, 163, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 195, 237, 1)), color-stop(100%, rgba(16, 131, 163, 1)));
	background: -webkit-linear-gradient(left, rgba(45, 195, 237, 1) 0%, rgba(16, 131, 163, 1) 100%);
	background: -o-linear-gradient(left, rgba(45, 195, 237, 1) 0%, rgba(16, 131, 163, 1) 100%);
	background: -ms-linear-gradient(left, rgba(45, 195, 237, 1) 0%, rgba(16, 131, 163, 1) 100%);
	background: linear-gradient(to right, rgba(45, 195, 237, 1) 0%, rgba(16, 131, 163, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc3ed', endColorstr='#1083a3', GradientType=1 );
	background:#eb9900;
}
.yellow-Btn02::after {
 content: "";
 position: absolute;
 left:-300px;
 top: 0;
 bottom: 0;
 width: 80px;
 background: #fff;
 opacity: 0.2;
 right:0;
 transition:all 500ms ease-in-out 0s;
 -webkit-transition:all 500ms ease-in-out 0s;
 -moz-transition:all 500ms ease-in-out 0s;
 -ms-transition:all 500ms ease-in-out 0s;
 -o-transition:all 500ms ease-in-out 0s;
}
.yellow-Btn02:hover, .yellow-Btn02:focus {
	color: #fff;
}
.yellow-Btn02:hover:after {
	left:0;
	width:100%;
}
.yellow-Btn02 > span > img {
	max-width: 40px;
	margin-right: 5px;
}
.reviw-Mainsec {
	background: #e5e5e5;
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.1) inset;
}
.black-Mainsec02 {
	background: #0b2e59;
	color: #C5C5C5;
	padding:0 0 60px;
}
.bottom-Mainsec {
	background: #16244F;
	padding: 15px 0;
}
.warn-Sec > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.warn-Sec > ul > li {
	padding: 0 10px;
}
.warn-Sec > ul > li > img {
	max-width: 30px;
}
.inner-Blacksec > p {
	font-size: 9px;
	width: 665px;
	display: inline-block;
	padding: 20px 0;
	line-height: 20px;
}
.term-Condsec02 > ul {
	display: flex;
	align-items: center;/* justify-content: center; */
}
.term-Condsec02 > ul > li + li {
	padding-left:30px;
}
.term-Condsec02 > ul > li > a {
	font-size:14px;
	color:#4DB3DE;
	line-height:14px;
	display:inline-block;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.term-Condsec02 > ul > li > a:hover {
	color:#4176D6;
}
.img-Topsec {
	padding: 15px 0;
}
.term-Condsec02 > p {
	font-size: 14px;
	text-align: left;
	line-height: 23px;
	font-weight: 400;
	padding-top: 25px;
}
.bott-Redsec {
	padding: 13px;
	background: #F01E28;
}
.slot-Mainsec02 {
	background:url(../images/slot-banner2.jpg) no-repeat bottom center/cover;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
.slot-Mainsec02::after {
 background: rgba(11, 46, 89, 0.85);
}
.slot-Formsec02 {
	padding: 30px;
	box-shadow: 0 0 33px 1px rgba(255, 255, 255, 0.25);
	background: rgba(253, 192, 15, 0.75);
	max-width: 500px;
	margin: 0 auto;
}
.green-Wrapsec {
	padding: 80px 0;
	color:#fff;
	position:relative;
	background: rgba(35, 232, 107, 1);
	background: -moz-linear-gradient(left, rgba(35, 232, 107, 1) 0%, rgba(8, 133, 52, 0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35, 232, 107, 1)), color-stop(100%, rgba(8, 133, 52, 0.6)));
	background: -webkit-linear-gradient(left, rgba(35, 232, 107, 1) 0%, rgba(8, 133, 52, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(35, 232, 107, 1) 0%, rgba(8, 133, 52, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(35, 232, 107, 1) 0%, rgba(8, 133, 52, 0.6) 100%);
	background: linear-gradient(to right, rgba(35, 232, 107, 1) 0%, rgba(8, 133, 52, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23e86b', endColorstr='#088534', GradientType=1 );
	background:url(../images/bg-patt.jpg) no-repeat center center/cover;
}
/*.green-Wrapsec:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-2;
}*/
.Inner-slotsec02 > h3 {
	font-size: 46px;
	font-weight: 600;
	text-shadow: 0px 1px 2px #502583, 0px 5px 50px #000;
	padding: 40px 0;
	max-width:440px;
	margin:0 auto;
}
.slot-Formsec02 > h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #9B9B9B;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.text-Wrapsec > h3 {
	font-size: 26px;
	padding-bottom: 20px;
	font-weight:700;
}
.text-Wrapsec > p {
	font-size: 14px;
	line-height: 23px;
}
.text-Wrapsec > p + p {
	padding-top:15px;
}
.purple-Btn02 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	border-radius:4px;
	display: inline-block;
	width: 100%;
	border:2px solid #f5f5f5;
	border-bottom:6px solid #f5f5f5;
	background: rgba(67, 124, 230, 1);
	background: -moz-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67, 124, 230, 1)), color-stop(100%, rgba(13, 57, 140, 1)));
	background: -webkit-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 1) 100%);
	background: -o-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 1) 100%);
	background: -ms-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 1) 100%);
	background: linear-gradient(to right, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437ce6', endColorstr='#0d398c', GradientType=1 );
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.purple-Btn02:hover, .purple-Btn02:focus {
	color:#fff;
	background: rgba(67, 124, 230, 1);
	background: -moz-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67, 124, 230, 1)), color-stop(100%, rgba(13, 57, 140, 0.69)));
	background: -webkit-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
	background: -o-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
	background: -ms-linear-gradient(left, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
	background: linear-gradient(to right, rgba(67, 124, 230, 1) 0%, rgba(13, 57, 140, 0.69) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437ce6', endColorstr='#0d398c', GradientType=1 );
}
.google-Playsec2 {
	padding-top:20px;
}
.google-Playsec2 > a > img {
	display: inline-block;
	max-width: 175px;
}
.inner-Purple > p, .top-textpur > p {
	font-size: 13px;
	font-weight: 500;
	text-align: justify;
	margin-top:15px;
	line-height:15px;
}
.inner-Purple {
	display: inline-block;
	width: 990px;
}
.inner-Purple > p > a {
	color:#fff;
	text-decoration:overline;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.inner-Purple > p > a:hover {
	color:#fff;
}
.top-textpur > p {
	text-align:center;
}
.dashBor-sec {
	border-width: 1px 0;
	border-style: dashed;
	margin: 15px 0;
	padding: 15px 0 30px 0;
	border-color: #502583;
}
.dashBor-sec > p {
	font-size:11px;
	line-height:13px;
	padding-top:15px;
	font-weight:500;
	text-align:center;
}
.top-textpur > h5 {
	font-size: 15px;
	font-weight: 600;
}
.dashBor-sec > h3 {
	font-size: 26px;
	font-weight: 600;
	padding: 50px 0 15px;
	line-height: 27px;
}
.dashBor-sec > h3 + h3 {
	padding-top: 0;
	padding-bottom: 35px;
}
.new-Text02 {
	font-size: 16px;
	color: #000;
	border: 1px solid #fff;
	border-radius:100px;
	background:none;
	padding:12px 20px;
	width:100%;
}
.slot-Inputgrup > label {
	font-size: 1.1em;
	line-height: .8em;
	color: #fff;
}
.slot-Inputgrup {
	text-align:left;
}
.slot-Formsec02 .row {
	max-width: 640px;
	margin: 0 auto;
	align-items:center;
}
.slot-Inputgrup > p {
	font-size: 14px;
	line-height: 16px;
	padding-top: 25px;
	padding-left: 40px;
	position: relative;
}
.slot-Inputgrup > p > span {
	position: absolute;
	left: 0;
	top: 25px;
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid;
}
.Inner-slotsec02 {
	max-width: 1024px;
	margin: 0 auto;
}
.term-Condsec3 > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.term-Condsec3 > ul > li {
	max-width: 100%;
	flex: 0 0 33.33%;
	padding: 0 10px;
}
.term-Condsec3 > ul > li > a {
	font-size: 11px;
	display: block;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	background: #502583;
	line-height: 11px;
}
.dark-Pursec {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 10px 100px #00000099, 0px 0px 20px #502583 inset;
	background-color: #502583;
	text-align: left;
	margin-bottom:20px;
}
.top-Secdark > p + p {
	padding-top: 15px;
}
.top-Secdark > p, .inner-Darktxt > p {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.top-Secdark > ul {
	padding: 15px 0 15px 40px;
}
.top-Secdark > ul > li {
	list-style-type: disc;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.Inner-slotsec02 > h2 {
	font-size: 60px;
	line-height: 61px;
	color: #fff;
	text-shadow: 0px 1px 2px #502583, 0px 5px 50px #000;
	padding: 10px 0 50px;
}
.dark-Pursec {
	counter-reset:h3;
}
.inner-Darktxt {
	counter-reset:p;
}
.dark-Pursec > h3:before {
	content:  counter(h3) ". ";
	counter-increment:h3;
}
.inner-Darktxt > p:before {
	content: counter(h3) "." counter(p) " ";
	counter-increment:p;
}
.dark-Pursec > h3, .dark-Pursec > h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0;
}
.inner-Darktxt > p + p {
	padding-top:15px;
}
.order-Cs {
	order: 2;
}
.togg-Menuse {
	width: 35px;
	position:fixed;
	right: 15px;
	top: 40px;
	z-index:9999;
}
.google-Playse {
	text-align:center;
}
.site-Imgse {
	text-align:center;
	padding:0 10px;
}
.site-Imgse > a {
	display:block;
}
.site-Imgse > a > img {
	border-radius: 100%;
	border: 2px solid #3d73d8;
	/*border-bottom: 4px solid #3d73d8;*/
	box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.075); 
}
.black-Mainsec02 {
	color: #C5C5C5;
}
.page-template-slot-bluepage-php .cross {
	background:#EB9900;
	display:block;
	height:4px;
	border-radius:4px;
	position:relative;
	transition:background 300ms 400ms ease;
}
.page-template-slot-bluepage-php .cross:after, .page-template-slot-bluepage-php .cross:before {
	background:#EB9900;
	border-radius:4px;
	content:"";
	position:absolute;
	height:4px;
	left:0;
	right:0;
	top:-10px;
	transition:top 300ms ease 500ms, -webkit-transform 300ms ease 0s;
	transition:top 300ms ease 500ms, transform 300ms ease 0s;
}
.page-template-slot-bluepage-php .cross:before {
	top:10px;
}
.close_nav .cross {
	background:none
}
.page-template-slot-bluepage-php.close_nav .cross:after, .page-template-slot-bluepage-php.close_nav .cross:before {
	background:#EB9900;
	top:0;
	transition:top 300ms ease 0s, -webkit-transform 300ms ease 400ms;
	transition:top 300ms ease 0s, transform 300ms ease 400ms;
}
.close_nav .cross:before {
	transform: rotate(45deg);
}
.close_nav .cross:after {
	transform: rotate(-45deg);
}
.tog-Btn {
	display: inline-block;
	background: none;
	width: 100%;
	border: 0;
	padding: 0;
	height: 35px;
	outline:none !important
}
.left-Tabmenu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 280px;
	background: #d9d9d9;
	padding-top: 100px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.095) inset;
	transform: translateX(100%);
	z-index:9998;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.left-Tabmenu > ul > li > a {
	color: #fff;
	background: #16459c;
	display: block;
	padding: 15px 10px 15px 30px;
	font-size:14px;
	border-top: 1px solid #9d9d9d;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.left-Tabmenu > ul > li > a:hover {
	opacity:0.9;
}
.close_nav .left-Tabmenu {
	transform: translateX(0);
}
.top-Sitesec {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-top: -54px;
	position: relative;
	z-index: 9;
}
.app-Dwnse {
	text-align: center;
	padding: 20px 0;
}
.app-Dwnse > p > a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.app-Dwnse > p > a > span {
	color:#ffad14;
}
.app-Dwnse > p + p > a{
	letter-spacing: 1.2px;
}
.dark-Pursec.term-Sec { 
	border-radius: 4px;
	box-shadow:none;   
	background:rgba(35,71,141,0.95);
	
}
.Inner-slotsec01 > h2 {
	font-size: 60px;
	line-height: 61px;
	color: #fff;
	text-shadow:none;
	padding: 20px 0 30px;
}
.cus03 {
	background: url(../images/bg-pattern.png) no-repeat top center;
	background-color:#e1ba60;
	padding-bottom:80px;
	}
	.cus03:after{
		background:rgba(11, 46, 89, 0.85);
	}
	.top-logo > img {
	max-width: inherit;
	width: inherit;
}
/********************
// Media Query Start//
********************/ 

@media screen and (max-width:1200px) {
 .Inner-Bansec > h1 {
 font-size: 40px;
 line-height: 41px;
}
}
@media screen and (max-width:991px) {
 .order-Cs {
 order:inherit;
}
.baner-Mainsec02 {
 padding: 60px 0;
}
 .right-Banimg > img {
 max-width: 250px;
 display: inline-block;
 padding-bottom: 40px;
}
.Inner-Bansec {
 width: 100%;
}
.yellow-Btn02 {
 padding: 15px;
 width: 260px;
 font-size: 20px !important;
}
.black-Mainsec02, .green-Wrapsec {
 padding: 60px 0;
}
.Inner-slotsec02 > h3 {
 font-size:36px;
}
.Inner-Bansec > h1 {
 font-size: 40px;
 line-height:41px;
}
.ban-Intxtsec {
 text-align: center;
}
.Inner-Bansec {
 width: 530px;
}
.black-Mainsec02 {
	padding-top: 0;
}
.app-Dwnse > p > a { 
	font-size: 14px;
	display: inline-block;
	line-height: normal;
}
.site-Imgse > a > img { 
	max-width: 80px;
}
.top-Sitesec { 
	margin-top: -40px; 
}
.Inner-slotsec01 > h2 {
	font-size: 40px;
	line-height: 41px; 
}
}
@media screen and (max-width:767px) {
.Inner-Bansec > h1 {
 font-size: 30px;
 line-height: 32px;
 padding: 0;
}
.Inner-slotsec01 > h2 {
	font-size: 30px;
	line-height: 31px; 
}
 .inner-Blacksec > p {
 width: 100%;
}
.term-Condsec02 > ul > li {
 padding: 0;
}
.bott-Redsec {
 padding: 40px;
 background: #F01E28;
}
.term-Condsec02 > ul {
 display: block;
 text-align:center;
}
.term-Condsec02 > ul > li + li {
 padding-top: 15px;
 padding-left:0;
}
.term-Condsec02 {
 padding-top:15px;
}
.term-Condsec02 > p {
 text-align: center;
}
.logo-Botsec > img {
 max-width: 130px;
}
.green-Wrapsec .col-sm-6 + .col-sm-6 {
 padding-top: 40px;
}
.text-Wrapsec {
 text-align: center;
}
.Inner-slotsec02 > h3 {
 font-size:30px;
}
.logo-Botsec02 {
 text-align:center;
}
 .Inner-Bansec {
 width: 300px;
}
.top-Secdark > p, .top-Secdark > ul > li, .inner-Darktxt > p{
	font-size: 14px; 
	line-height: 21px;
}
.top-Secdark > ul {
	padding: 15px 0 15px 25px;
}
}
