<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- typography --- */
@font-face {
    font-family: "RobotoRegular";
    src: url("fonts/Roboto-Regular.ttf") format('truetype'),
		 url("fonts/Roboto-Regular.woff") format('woff');
}

@font-face {
    font-family: "RobotoMedium";
    src: url("fonts/Roboto-Medium.ttf") format('truetype'), 
		 url("fonts/Roboto-Medium.woff") format('woff');
}

@font-face {
    font-family: "RobotoBold";
    src: url("fonts/Roboto-Bold.ttf") format('truetype'), 
		 url("fonts/Roboto-Bold.woff") format('woff');
}

body {
	font-family: 'RobotoRegular', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.1px;
	overflow-x: hidden;
	
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 0px;
  margin-top: 0;
  font-family: "RobotoMedium", sans-serif;
  letter-spacing: -0.5px;
  color: #25aae1;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 28px;
	line-height: 35px;
}

h3 {
	font-size: 20px;
	line-height: 25px;
}

h4 {
	font-size: 17px;
	line-height: 25px;
}

h5 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
	
}

h6 {
	font-size: 8px;
}

p {
	font-size: 16px;
	/*font-weight: 100;*/
}

.inline-block {
	display:inline-block;
}

.text-transform{
	text-transform: uppercase;
}

.font-weight-bold{
	font-weight: 600;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.pt-10{
	padding-top: 10px;
}

.pt-20{
	padding-top: 20px;
}

.pt-30{
	padding-top: 30px;
}

.pl-10{
	padding-left: 10px;
}

.pl-20{
	padding-left: 20px;
}

.pl-30{
	padding-left: 30px;
}

.pr-10{
	padding-right: 10px;
}

.pr-20{
	padding-right: 20px;
}

.pr-30{
	padding-right: 30px;
}

.pr-80{
	padding-right: 80px;
}

.p-10{
	padding: 10px;
}

.pb-10{
	padding-bottom: 10px;
}

.pb-20{
	padding-bottom: 20px;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-40{
	padding-bottom: 40px;
}

a {
	color: #25aae1;
    text-decoration: none;
}

a:hover,
a:focus{
	color: #25aae1;
    text-decoration: none;
    outline: none
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

.float-left{
	float: left;
	  margin-left: auto;
  margin-right: auto;
}

.float-right{
	float: right;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}

.block-image{
  display: block;

 }

.white-text {
	color: #FFF;text-align: center;
}

.black-text {
	color: #000;
}

/* --- Section --- */

.section {
	position: relative;
}

.border-top-white{
	border-top: 1px solid #fff;
}
.border-top-grey{
	border-top: 1px solid #b9b8b8;
}

.md-section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.sm-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.xs-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.xxs-section {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* --- Background Section --- */

.bg-main {
	background-color: #009acf;
}

.bg-grey {
	background-color: #F8F8F8;
}

.bg-dark {
	background-color: #25aae1;
}

.bg-white {
	background-color: #ffffff;
}

/* --- Background Image Section --- */
.bg-img  {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
}

.bg-img.bg-half{
	width: 50%;
	background-attachment:scroll;
}

.bg-img.bg-half.bg-right {
	left: 50%;
}

.bg-img.overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
}

.bg-img.overlay:after {
	background-color: #FFF;
}

.bg-img.bg-half.overlay:after {
	display: none;
}



@media only screen and (max-width: 991px) {
	.bg-img.bg-half.overlay:after {
		display: block;
	}
	.bg-img.bg-half {
		width: 100%;
	}
	.bg-img.bg-half.bg-right {
		left: 0%;
	}
}

/* --- Section Header --- */

.section-header {
	margin-bottom: 30px;
}

.title {
	position: relative;
	padding-left: 15px;
}

.text-center .title {
	display: inline-block;
}

.title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	background-color: #009acf;
}

.sub-title {
	color: #64728A;
	margin-bottom: 0px;
}

/* --- Buttons --- */

.main-button , .secondary-button {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	border: 1px solid transparent;
	z-index: 1;
}

.main-button  {
	background-color: #25aae1;
	color: #FFF;
}

.secondary-button {
	background-color: #009acf;
	color: #fff;
}

.main-button:after  , .secondary-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0%;
	-webkit-transition: 0.2s height;
	transition: 0.2s height;
	z-index: -1;
}

.main-button:after  {
	background-color:#009acf;
}

.secondary-button:after  {
	background-color:#25aae1;
}

.main-button:hover:after , .secondary-button:hover:after {
	height: 100%;
}

.main-button:hover {
	color: #fff;
}

.main-button:focus {
	color: #FFF;
}

.secondary-button:hover {
	color: #FFF;
}

/* --- Text Link --- */

.text-link &gt; span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 15px;
}

.text-link:hover &gt; span {
	color: #fff;
	
}

.text-link &gt; span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #009acf;
	z-index: -1;
	-webkit-transition: 0.2s height;
	transition: 0.2s height;
}

.text-link:hover &gt; span:after {
	height: 100%;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728A;
	background: transparent;
    padding-left: 15px;
	padding-right: 15px;
}

textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
	height: 95px;
}

.navbar-brand .logo {
	display: inline-block;
	margin-top: 10px;
	
}

.navbar-brand .logo &gt; img {
	max-height: 80px;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/

#header {
	position:relative;
	z-index:10;
}

#header .navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
}

#header .nav li a:hover , #header .nav li a:focus {
	background-color: transparent;
}

/* --- Top Navigation --- */
#top-navbar {
	background-color: #25aae1;
}

#top-navbar .nav li a {
	color: #FFF;
}
#top-navbar .nav li a i {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	color: #009acf;
	border: 2px solid #009acf;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

#top-navbar .nav li a:hover i {
	background-color: #009acf;
	color: #25aae1;
}

/* --- Main Navigation --- */

#main-navbar {
	background-color: #3baae0;
	
}

#main-navbar.fixed-navbar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

/* --- Default Dropdown --- */
@media only screen and (min-width: 768px) {
	.has-dropdown {
		position: relative;
	}
	.has-dropdown:after {
		font-family: 'FontAwesome';
		content: "\f0d7";
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
		position: absolute;
		right: 5px;
		font-size: 10px;
		color: #fff;
		top: 15px;
	}
	.dropdown {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-10px);
			-ms-transform: translateX(-10px);
				transform: translateX(-10px);
		position: absolute;
		width: 250px;
		background-color: #FFF;
		border: 1px solid #EEE;
		-webkit-transition: 0.2s all;
			transition: 0.2s all;
	}

	.main-navbar &gt; .has-dropdown &gt; .dropdown .dropdown {
		top: 0px;
		left: 100%;
	}
	.has-dropdown:hover &gt; .dropdown {
		opacity:1;
		visibility:visible;
		-webkit-transform: translateX(0px);
			-ms-transform: translateX(0px);
				transform: translateX(0px);
	}

	.dropdown li {
		border-bottom: 1px solid #EEE;
	}

	.dropdown li:nth-last-child(1) {
		border-bottom: 0px;
	}

	.dropdown li a {
		display: block;
		padding: 10px 10px;
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
	}

	.dropdown li a:hover {
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
		-webkit-box-shadow: -4px 0px 0px 0px #009acf;
			box-shadow: -4px 0px 0px 0px #009acf;
	}

}

/* --- Mobile Nav --- */
@media only screen and (max-width: 767px) {
	#main-navbar  {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
/* --- navbar height and logo height --- */
	
	.navbar-brand {
    padding: 0;
	height: 60px;
}

	.navbar-brand .logo {
	display: inline-block;
	margin-top: 3px;
	
}

	.navbar-brand .logo &gt; img {
	max-height: 50px;
	margin-left: 60px;
}
	
/* --- /navbar height and logo height --- */
	
	.main-navbar {
		margin: 0px -15px;
		border-top: 1px solid #EEE;
		max-height: 0;
		overflow-y: scroll;
		-webkit-transition: 0.3s max-height;
		transition: 0.3s max-height;
	}

	.main-navbar li {
		border-bottom: 1px solid #EEE;
	}

	.main-navbar.main-navbar-collapsed {
		max-height: 500px;
	}

	/* Mobile Dropdown */
	.has-dropdown {
		position: relative;
	}

	.has-dropdown:after {
		font-family: 'FontAwesome';
		content: "\f067";
		position: absolute;
		right: 10px;
		font-size: 10px;
		color: #25aae1;
		top: 10px;
	}

	.has-dropdown.dropdown-collapsed:after {
		content: "\f068";
	}

	.has-dropdown.dropdown-collapsed  &gt; .dropdown  {
		display:block;
	}

	.dropdown  {
		display: none;
		margin: 0px 15px 15px;
		border: 1px solid #EEE;
	}

	.dropdown li:nth-last-child(1) {
		border-bottom: 0px;
	}

	.dropdown li a {
		display: block;
		padding: 10px 10px;
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
	}

	.dropdown li a:hover {
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
		-webkit-box-shadow: -4px 0px 0px 0px #009acf;
			box-shadow: -4px 0px 0px 0px #009acf;
	}
}

/* --- Navbar Mobile Toggle --- */
@media only screen and (min-width: 768px) {
	.navbar-toggle-btn {
		display: none !important;
	}
}

.navbar-toggle-btn {
	position: absolute;
	display: block;
	width: 50px;
	float: left;
	height: 50px;
	background: transparent;
	border: none;
}


.navbar-toggle-btn span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 10px;
	-webkit-transition: 0.2s background;
	transition: 0.2s background;
}

.navbar-toggle-btn span:after , .navbar-toggle-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s -webkit-transform;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
}

.navbar-toggle-btn span , .navbar-toggle-btn span:after , .navbar-toggle-btn span:before {
	height: 4px;
	width: 30px;
	background-color: #fff;
}

.navbar-toggle-btn span:before {
	top: -10px;
}

.navbar-toggle-btn span:after {
	top: 10px;
}

.navbar-toggle-btn.toggle-btn-collapsed span {
	background: transparent;
}

.navbar-toggle-btn.toggle-btn-collapsed span:before {
	-webkit-transform: translateY(10px) rotate(45deg);
	    -ms-transform: translateY(10px) rotate(45deg);
	        transform: translateY(10px) rotate(45deg);
}

.navbar-toggle-btn.toggle-btn-collapsed span:after {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	    -ms-transform: translateY(-10px) rotate(-45deg);
	        transform: translateY(-10px) rotate(-45deg);
}


/* --- Navbar Search --- */
.navbar-search {
	position: relative;
	float: right;
	margin-left: 15px;margin-top: 25px;
}

.navbar-search .search-btn {
	border: none;
	background-color: #36c75c;
	padding: 10px 18px;
	line-height: 20px;
	color: #fff;
}

.navbar-search .search-form {
	display: none;
	position: absolute;
	width: 250px;
	background: #FFF;
	right: 50%;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	padding: 15px 10px;
	border: 1px solid #EEE;
}

.navbar-search .search-form form input {
	width: 100%;
}

.navbar-search:hover .search-form {
	display: block;
}

.search-toggle-btn {
	display: none;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	padding: 5px 14px;
	line-height: 20px;
	font-size: 14px;
	background: transparent;
	border: none;
	background-color: #36c75c;
	color: #fff;
	
}

@media only screen and (max-width: 767px) {
	.navbar-search  .search-btn {
		display: none;
	}

	.search-toggle-btn {
		display: block;
	}

	.navbar-search {
		float: none;
		margin: 0px -15px;
	}

	.navbar-search .search-form {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		border-top: 1px solid #EEE;
	}

	.navbar-search.navbar-search-collapsed .search-form {
		display: block;
	}
}

/*------------------------------------*\
	Home
\*------------------------------------*/

.banner-area {
	position: relative;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.page-wrapper {
	position: relative;
	z-index: 1;
}

.page-wrapper .breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.page-wrapper .breadcrumb .breadcrumb-item.active {
	color: #64728A;
}

.page-wrapper .breadcrumb&gt;li+li:before {
	color: #64728A;
}

#page-header .bg-img{
	background-attachment:scroll;
}

/*------------------------------------*\
	About
\*------------------------------------*/

.about {
	margin-top: 15px;
	margin-bottom: 15px;
}

.about &gt; img {
	width: 100%;
	border-bottom: 4px solid #009acf;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 70px;
	text-align: center;
}

.number i {
	position: absolute;
	left:0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #25aae1;
	text-align: center;
}

.number img {
	position: absolute;
	left:0;
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 35px;
	color: #25aae1;
	text-align: center;
}
.number .hero{

	width: 176px;
	height: 200px;
	left:0;
}


.number .margin {
	padding-left: 120px;
	padding-top: 60px;
	
}
.number .margin-hero {
	padding-left: 80px;
	padding-top: 60px;
	
}

.number h3 {
	font-size: 28px;
	margin-bottom: 0px;
}

.number span {
	color: #25aae1;
}



/*------------------------------------*\
	Portfolio
\*------------------------------------*/

#portfolio {
	padding-bottom: 0px;
}

.portfolio .portfolio-img  {
	position: relative;
	-webkit-transition:0.2s -webkit-transform;
	transition:0.2s -webkit-transform;
	transition:0.2s transform;
	transition:0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-img &gt; img {
	width: 100%;
}

.portfolio:hover .portfolio-img {
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.portfolio .portfolio-links {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;

}

.portfolio .portfolio-links  a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #25aae1;
	background-color: #009acf;
}

.portfolio:hover .portfolio-links  {
	opacity:1;
}

.portfolio .portfolio-links  a:hover {
	opacity:0.9;
}

.portfolio .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top:0;
	background: #25aae1;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.portfolio:hover .overlay {
	opacity: 0.8;
}

.portfolio .portfolio-content {
	position: absolute;
	bottom: 4px;
	left: 0px;
	right: 0px;
	border-top: 4px solid #009acf;
	padding: 15px;
	background: #25aae1;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	z-index: 2;
	-webkit-transition: 0.2s -webkit-transform;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-content h3 {
	color: #FFF;
	margin-bottom: 10px;
}

.portfolio .portfolio-content span {
	color: #009acf;
	text-transform: uppercase;
}

.portfolio:hover .portfolio-content  {
	-webkit-transform: translateY(calc(0% + 4px));
	    -ms-transform: translateY(calc(0% + 4px));
	        transform: translateY(calc(0% + 4px));
}

.view-all-portfolio {
	text-align:center;
	margin-top:60px;
}

/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: 0.2s -webkit-box-shadow;
	transition: 0.2s -webkit-box-shadow;
	transition: 0.2s box-shadow;
	transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}

.service i {
	position: absolute;
	left: 0;
	top: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #009acf;
	text-align: center;
}
.service img {
	position: absolute;
	left: 0;
	top: 0px;
	height: 80px;
	text-align: center;
}

.service .service-content {
	padding: 0px 15px 15px 70px;
}

/*.service:hover {
	-webkit-box-shadow: 0px 0px 10px 3px #EEE;
	        box-shadow: 0px 0px 10px 3px #EEE;
}*/


/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial .testimonial-quote {
	position: relative;
	margin-bottom: 30px;
	padding-top: 45px;
	text-align: center;
}

.testimonial .testimonial-quote:before {
	content: "\f10d";
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	font-family: 'FontAwesome';
	position: absolute;
	color: #25aae1;
	font-size: 35px;
}

.testimonial .testimonial-meta {
	text-align: center;
	margin-bottom: 15px;
}

.testimonial .testimonial-meta h3 {
	margin-bottom: 5px;
}

.testimonial .testimonial-meta span {
	text-transform: uppercase;
}


/*------------------------------------*\
	Partners
\*------------------------------------*/

.partner {
	display: block;
	border: 2px solid transparent;
}

.partner:hover {
	border-color: #009acf;
}

.partner &gt; img {
	width: 100%;
}

/*------------------------------------*\
	Gaming Partners
\*------------------------------------*/

.gaming-partner {
	display: block;
	border: 2px solid transparent;
}

.gaming-partner &gt; img {
	margin: 10px 30px;
	}

.gaming-partner .height-30{
	height: 30px;
	}

.gaming-partner .height-25{
	height: 25px;
	}

.gaming-partner .height-20{
	height: 20px;
	}

.gaming-partner .height-15{
	height: 15px;
	}

.gaming-partner .raw-2 {
	margin-top: 10px;
	
	
}
.pay-part &gt; img {
    margin: 10px 10px;
}

/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog .blog-img {
	position: relative;
	border-bottom: 4px solid #009acf;
}

.blog .blog-img &gt; img {
	width: 100%;
}

.blog .blog-meta {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.blog .blog-meta li {
	display: inline-block;
	font-size: 14px;
}

/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
	margin-bottom:60px;
}

/* -- blog tags &amp; share -- */

.blog-tags-share .tags {
	display: inline-block;
}

.blog-tags-share .tags .tags-list {
	display: inline-block;
}

.blog-tags-share .tags .tags-list li {
	display: inline-block;
	margin-left: 15px;
}

.blog-tags-share .share {
	float: right;
}

.blog-tags-share .share .share-list {
	display: inline-block;
}

.blog-tags-share .share .share-list li {
	display: inline-block;
	margin-left: 15px;
}

/* -- blog comments -- */

.blog-comments {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-comments .media .media-object {
	width: 60px;
}

.blog-comments  .media {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EEE;
}

.blog-comments &gt; .media:last-child {
    border-bottom: 1px solid #EEE;
	padding-bottom: 30px;
}

.blog-comments .media .media-body .time {
    font-size: 12px;
    font-weight: 400;
}

.blog-comments .media .media-body .reply-btn {
	padding: 0px 10px;
	font-size: 12px;
}


/* -- blog reply form -- */

.reply-form form {
	margin-top: 30px;
}

.reply-form .input, .reply-form .input , .reply-form textarea {
	margin-bottom: 15px;
}

.reply-form .input, .reply-form .input {
    width: calc(50% - 8px);
}

.reply-form .input:nth-child(2) {
    margin-left: 11px;
}


/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
	margin-top: 30px;
    margin-bottom: 30px;
}

#aside  .widget:nth-child(1){
	margin-top: 15px;
}
#aside  .widget:nth-last-child(1){
	margin-bottom: 15px;
}

/* -- category sidebar -- */

.widget-category a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #EEE;
	margin: 12px 0px;
	color: #64728A;
	font-size: 14px;
	-webkit-transition: 0.2s color , 0.2s -webkit-transform;
	transition: 0.2s color , 0.2s -webkit-transform;
	transition: 0.2s transform , 0.2s color;
	transition: 0.2s transform , 0.2s color , 0.2s -webkit-transform;
}

.widget-category a span {
	float: right;
}

.widget-category a:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
	color: #25aae1;
	-webkit-box-shadow: -4px 0px 0px 0px #009acf;
	box-shadow: -4px 0px 0px 0px #009acf;
	border-left: #009acf;
}


/* -- posts sidebar -- */

.widget-post {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

.widget-post:nth-last-child(1) {
	border-bottom: 0px;
}

.widget-post  &gt; a {
	position: relative;
	padding-left: 100px;
	display: block;
	min-height: 60px;
	margin-bottom: 5px;
}

.widget-post  &gt; a  &gt; span {
	display: inline-block;
}

.widget-post img {
	position:absolute;
	top:0;
	left:0;
}

.widget-post .blog-meta li {
    display: inline-block;
    font-size: 12px;
}

/* -- tags sidebar -- */

.widget-tags a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	margin: 2px 0px;
	border: 1px solid #EEE;
	color: #64728A;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.widget-tags a:hover {
	color: #25aae1;
	background-color: #009acf;
	border: 1px solid #25aae1;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

.footer-widget {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -- footer logo -- */
.footer-logo .logo {
	display: inline-block;
	margin-bottom: 30px;
}

.footer-logo .logo &gt; img{
	max-height: 50px;
}

.footer-contact li {
	margin-top: 10px;
}

/* -- footer contact -- */
.footer-contact li a {
	color: #64728A;
}

.footer-contact li a i {
	color: #009acf;
	margin-right: 15px;
}

/* -- footer links -- */
footer ul.footer-links {margin: 0;padding: 0;list-style: none;}
.footer-links li {
	margin-top: 10px;
}

.footer-links li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s color;
	transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
	color: #fff;
}

/* -- footer subscribe -- */
.footer-subscribe {
	position: relative;
	margin-top: 30px;
}

.footer-subscribe .input {
	padding-right: 125px;
}

.footer-subscribe button {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 0px 20px;
	background: #009acf;
	border: none;
	color: #25aae1;
	font-size: 14px;
}

/* -- footer social -- */
.footer-social {
	margin-top: 30px;
}

.footer-social li {
	display:inline-block;
}

.footer-social li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	color: #25aae1;
	border: 0px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 14px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	/*background-color: #fff;*/
}

.footer-social li a:hover {
	/*background-color: #fff;*/
	color: #25aae1;
}

/* -- Bottom Footer -- */
#footer #bottom-footer {
	background-color: rgba(0, 0, 0, 0.15);
}
#footer #bottom-footer a {
	color: #009acf;
}

.license {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
	line-height: 12px;
}

.section-header-mobile {
		display: none;
	}
	.footpara {
		display: block;
		text-align: center;
		width: 100%;color: white;
		height: 20px;
		padding: 12px 0;
		font-size: 17px;
		font-weight: bold;
	}
	.newshow{
		display: none;
	}
	.show-more-btn {
		width: 20px;
		height: 20px;
		background: #fff url('../img/icons/arrow_blue.png') no-repeat center center;
		display: block;
		border-radius: 20px;
		margin: 0 auto;
		cursor: pointer;
		transition: 0.5s all;
	}
	.show-more-btn.expand {
		transform: rotate(180deg);
	}
	.updown{
		width: 12px;
		height: 6px;
		margin: -10px 0 0 6px;
		vertical-align: text-top;
		display: inline;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	
	}
	.updown.expand img{
		transform: rotate(180deg);transition: all 0.3s ease;
	}
	.games-review a{
		font-size: 16px;
		color: #fff;
		display: block !important;
		text-align: left;
		line-height: 28px;
	}
/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {

	#cta-2 {
		text-align:center;
	}

	#main {
		margin-bottom:30px;
	}

	.section-header-mobile {
		display: block;
	}

	.widget-post {
		min-height: 90px;
		padding-bottom: 30px;
	}

	.widget-post  &gt; a {
		min-height: auto;
	}

	.widget-post .blog-meta {
		padding-left:100px;
	}
	
	
	#numbers [class*='col-xs'] {
		width:100%;
	}
	.number {
		text-align: center;
		padding: 20px;
		display: none;
	}
	.number i {
		position: static;
	}
	.number img {
	position: absolute;
	width: 160px;
	height: 160px;
	}
	
	.license {
	font-size: 8px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
	line-height: 12px;
}
	
	
	
}

@media only screen and (max-width: 767px) {
	.section-header {
		margin-bottom:20px;
	}

	.section-header-mobile {
		display: block;
	}
	
	.home-wrapper h1 {
		font-size:28px;
	}


	.blog-tags-share .share {
		float:none;
		margin-top:15px;
	}
	
	
	
		#numbers [class*='col-xs'] {
		width:100%;
	}
	.number {
		text-align: center;
		padding: 20px;
		display: none;
	}
	.number i {
		position: static;
		
	}
	.number img {
	position: absolute;
	width: 160px;
	height: 160px;
	}
	
	.number .hero {
	position: absolute;
	width: 140px;
	height: 160px;
	}
	
	.license {
	font-size: 6px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
	line-height: 10px;
}
.gaming-partner &gt; img {
	margin: 10px 7px;
	
	}
	
.gaming-partner .height-30{
	height: 25px;
	}

.gaming-partner .height-25{
	height: 20px;
	}

.gaming-partner .height-20{
	height: 15px;
	}

.gaming-partner .height-15{
	height: 10px;
	}

	.h3-mobile {
	font-size: 16px;
	line-height: 25px;
	}

	.h4-mobile {
	font-size: 14px;
	line-height: 20px;
	}
	.p-mobile {
	font-size: 12px;
	line-height: 20px;
	}

	.pl-30{
	padding-left: 0px;
}
}

@media only screen and (max-width: 480px) {
	#numbers [class*='col-xs'] {
		width:100%;
	}
	
	.section-header {
		margin-bottom:20px;
	}
	
	.section-header-mobile {
		display: block;
	}
	
	.number {
		text-align: center;
		padding: 20px;
		display: none;
	}
	.number i {
		position: static;
	}
	.number img {
	position: absolute;
	width: 160px;
	height: 160px;
	}
	.number .hero {
	position: absolute;
	width: 140px;
	height: 160px;
	}

	
	.widget-post {
		min-height: auto;
		padding-bottom: 5px;
	}
	.widget-post  &gt; a {
		min-height: 60px;
	}
	.widget-post .blog-meta {
		padding-left: 0px;
		margin-top: 15px;
	}
	
	.license {
	font-size: 6px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
	line-height: 10px;
}
.gaming-partner &gt; img {
	margin: 10px 7px;
	
	}	

	.gaming-partner .height-30{
	height: 25px;
	}

.gaming-partner .height-25{
	height: 20px;
	}

.gaming-partner .height-20{
	height: 15px;
	}

.gaming-partner .height-15{
	height: 10px;
	}
	
	.h3-mobile {
	font-size: 16px;
	line-height: 25px;
	}

	.h4-mobile {
	font-size: 14px;
	line-height: 20px;
	}
	.p-mobile {
	font-size: 12px;
	line-height: 20px;
	}

	
}

/*------------------------------------*\
	Accordion
\*------------------------------------*/

.accordion .panel {
    border-radius: 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion .panel-heading {
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #b6b4b4;

}

.accordion .panel-heading  .panel-title {
	font-weight:400;
}

.accordion .panel-heading  .panel-title &gt; a {
    display: block;
    padding: 10px 15px;
    background-color: #25aae1;
    color: #fff;
}

.accordion .panel-heading .panel-title &gt; a.collapsed {
    background-color: #FFF;
	color: #25aae1;
}

.accordion .panel-heading .panel-title &gt; a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .panel-heading .panel-title &gt; a.collapsed:after {
	content: "\f067";
}

/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border: 1px solid #25aae1;
	border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #25aae1;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #25aae1;
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	border: none;
    background: #25aae1;
    color: #FFF;
  	padding: 0px;
  	width: 30px;
  	height: 60px;
  	line-height: 60px;
	border-radius:0;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #25aae1;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-animation: preload-rotate 10s linear infinite;
	        animation: preload-rotate 10s linear infinite;
}
.preloader span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #25aae1;
	position: absolute;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.preloader span:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: 1s preload-scale ease-in-out infinite;
	        animation: 1s preload-scale ease-in-out infinite;
}
.preloader span:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.06s ease-in-out infinite;
	        animation: 1s preload-scale 0.06s ease-in-out infinite;
}
.preloader span:nth-child(3) {
	bottom: 0;
	-webkit-animation: 1s preload-scale 0.11s ease-in-out infinite;
	        animation: 1s preload-scale 0.11s ease-in-out infinite;
}
.preloader span:nth-child(4) {
	bottom: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.17s ease-in-out infinite;
	        animation: 1s preload-scale 0.17s ease-in-out infinite;
}

@-webkit-keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}


.section ol, .section ul {list-style: initial;margin: 0 0 20px;padding: 0 0 0 20px;}
.section ol {list-style: decimal;}
.align-set {
	text-align: center;
	text-decoration: underline;
}

.numberol {
	list-style-type: auto;
}
table{border: 1px solid black;width: 100%;text-align: center;}
table thead {background-color: #d3d3d3ab;}
tr,th,td {border: 1px solid black;text-align: center;padding: 3px;vertical-align: top;}
.panel-body ol, .panel-body ul {list-style: initial;margin: 0 0 20px;padding: 0 0 0 20px;}
.panel-body ol {list-style: decimal;}
ul.breadcrumb {padding: 0;background-color: transparent;}

.qrcode_sec {display: block;margin: 20px auto;max-width: 600px;text-align: center;}
.qrcode_sec .left {display: inline-block;width: 49%;vertical-align: middle;}
.qrcode_sec .left img {display: inline-block;max-width: 90%;}
.qrcode_sec .right {display: inline-block;width: 49%;vertical-align: middle;}
.qrcode_sec .right img {display: inline-block;max-width: 90%;clear: both;}

header .header-top {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background-color: #009ACF;
}
header .web-nav {
    display: inline;
    color: #fff;
}
header .web-nav a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
header .qr-download {display: none;
    position: absolute;
    z-index: 10000;
    display: none;
    width: 140px;
    background-color: #fff;
    border: 0.5px solid #dcdcdc;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 6px;
    left: -70px;
    right: -70px;
    margin: auto;
    cursor: default;
}
header .qr-download:before {
    content: '';
    position: absolute;
    top: -9px;
    right: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 10px solid transparent;
}
header .web-nav a.nav-app:hover .qr-download, 
header .web-nav a.nav-app:focus .qr-download {display: block;}
header .qr-download img {
    width: 138px;
    height: 138px;
    border-radius: 6px;
}
header .qr-download-icon {
    text-align: center;
    margin-bottom: 2px;
}
header .qr-download-icon .icon.icon-android, 
header .qr-download-icon .icon.icon-apple {
    color: #25aae1;font-size: 22px;line-height: 30px;
}
header .web-nav span {
    padding: 0 5px;
}
header .qr-download-title {
    padding: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;
}
header .qr-download-title p {
    line-height: 1.6;font-size: 12px;
    font-weight: 600;
    word-break: break-word;
    font-family: 'robotoregular','Microsoft Yahei';margin: 0;
}

.footer_social .raw-2 {
    margin-top: 10px;
}
.resp_icons img {margin: 10px;}

@media only screen and (max-width: 768px) {
	header .qr-download {width: 110px;}
	header .qr-download img {width: 110px;height: 110px;}
}

@media only screen and (max-width: 480px) {
	header .qr-download {width: 90px;}
	header .qr-download img {width: 90px;height: 90px;}
	.qrcode_sec .right img:first-child {max-width: 60%;}
}
/* new css */
.form-img{
	display: flex;
	
}
.form-img img{
	width: 879px;
	height: 287px;
	margin: 0 auto;
}
@media only screen and (max-width: 744px){
	.form-img img{
		width: 879px;
		height: auto;
		margin: 0 auto;
	}
}</pre></body></html>