@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 html{
	font-size: 16px;
 }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
h2{
	font-size: 4em;
	color:#fff;
}
h3{
	font-size:3rem;
	
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
	background-image: linear-gradient(128deg,#1D3050,#3f61ff);
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	/* background:#fff;
	background: rgba(255,255,255, 0.5); */
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	/* background:#666;
	background: rgba(0,0,0, 0.5); */
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	/* background: rgba(255,255,255, 0.8); */
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li a img{
	width: 9rem;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	right:0;
	height: 40px;
	z-index: 70;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}





/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	top: 20px;
	right:20px;
	z-index: 999;
	padding: 5px 10px;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}


/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	font-family: arial,helvetica;
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */


.fl{float:left}
.fr{float: right;}
.wd100{width:100%;}
.wd98{width: 98%;}
.wd95{width:95%}
.wd90{width:90%}
.wd85{width:85%}
.wd80{width:80%}
.wd70{width:70%}
.wd60{width:60%}
.wd58{width: 58%;}
.wd55{width:55%}
.wd50{width:50%}
.wd45{width:45%}
.wd42{width:42%}
.wd40{width:40%}
.wd30{width:30%}
.wd25{width:25%}
.wd20{width:20%}
.ht100{height: 100%;}
.ht95{height: 95%;}
.vh100{height: 100vh;}
.ht60{height:60%;}
.ht58{height: 58%;}
.ht50{height: 50%;}
.ht48{height:45%;}
.ht45{height: 45%;}
.ht40{height:40%;}
.ht15rem{height: 15rem;}
.m0{margin: 0 auto;}
.mt1{margin-top: 1rem;}
.mb1{margin-bottom: 1rem;}
.mt2{margin-top: 2rem;}
.mb2{margin-bottom: 2rem;}
.mt5{margin-top:5rem}
.dbl{display: inline;}
.dblb{display: inline-block;}
.bt1{bottom: -1rem;}
.t1{top: -1rem;}
.boxbb{box-sizing: border-box;}
.vht50{height: 50vh;}
.ht70{height: 70vh;}

.nav-bar{
	height: 8rem;
	line-height: 8rem;
}
.font-gradient{
	background-image: linear-gradient(to bottom right,#25c6ff, #044efd);
	-webkit-background-clip: text; /* Safari/Chrome */
	-webkit-text-fill-color: transparent; /* Safari/Chrome */
}
.content-in{
	height: calc(100% - 8rem);
	width:100%;
}
.content-in img{
	width:100%;
	height: calc(100vh - 8rem);
}
.float-con{
	float: left;
	padding: 1rem;
	box-sizing: border-box;
}

.pre{
	position: relative;
}
.pab{
	position: absolute;
}
.tl{
	text-align: left;
}

.borderR{
	border-radius: 1rem;
	padding: 0.5rem;
	background-image: linear-gradient(to bottom right, #044efd,#25c6ff);
}
.numberR{
	border-radius: 100%;
    width: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
.con-1{
	width:20rem;
	left:1rem;
	top:2rem;
}
.con-2{
	width:15rem;
	left:50%;
	transform: translate(-50%,0);
	top:2rem;
}
.con-3{
	width:20rem;
	right:1rem;
	top:2rem;
}
.con-4{
	width: 20rem;
	left:50%;
	transform: translate(-50%,0);
	bottom:0;
}
.small-title{
	font-size: 1.2rem;
	float: left;
	margin-left: 1rem;
}
.db{display: block;}
.jsu{
	justify-self: unset;
}
.fp-watermark{
	display: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #fff;
}
.fp-overflow.fp-table{
	display: inline-table;
}
.fp-arrow.fp-prev{
	border-width: 18.5px 14px 18.5px 0;
}
.fp-arrow.fp-next{
	border-width: 18.5px 0 18.5px 14px;
}
.bg{
	background:url('/images/fullpage/bg.png') no-repeat center;
	background-size: 100% 100%;
}

.bg-icon{
	right:-2rem;
	bottom: -3.5rem;
}
.box{
	box-sizing: border-box;
	padding: 2rem;
}
.bdl{
	border-bottom: 1px #263ea2 solid;
}
.section p{
	font-size: 2rem;
	line-height: 3rem;
}
.t-left{
	top:6rem;
	left: 2rem;
}
.t-right{
	top: 6rem;
	right: 2rem;
}
.lh4 p{
	line-height: 4rem;
}
.red{color: red;}
.white{color: #fff;}
.fdff{color: #00fdff;}
.section .fdff{color: #00fdff;}
.h2R{
	width:2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 2rem;
}
.box-con{
	box-sizing: border-box;
	padding: 2rem;
	border-radius: 1rem;
	background-color: rgba(4, 78, 253, 0.3);
}
.conFlex{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 2rem;
}
.right-line{
	border-right:1px #263ea2 solid
}
.box-line{
	border: 1px #263ea2 solid;
	border-radius: 1rem;
	padding: 1.5rem;
}
.pd6{padding-bottom: 6rem;}
.mt10{margin-top: 10%;}
.tsf50{transform: translate(-50%);}
.fp-next{right:3rem}
.fp-arrow.fp-prev, .fp-arrow.fp-next{
	opacity: 0.5;
}
.fp-arrow.fp-prev:hover, .fp-arrow.fp-next:hover{
	opacity: 1;
}
#fullscreen{
	position: fixed;
	top:1rem;
	right: 3rem;
	z-index: 1;
	cursor: pointer;
	opacity: 0.7;
}
#fullscreen img{
	width:2rem;
	height: 2rem;
}
#fullscreen:hover{
	opacity: 1;
}
.hc{height: calc(100vh - 8rem);}
.noFlex{
	flex: none;
	height: 65vh;
}
.nav-bar h2 {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.section .sys p{
	font-size: 2.3rem;
	line-height: 3.5rem;
}