 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600;700&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Inter', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	background-color: #FAFAFA;
}

h1{
	font-size: 4em;
}
.sec_hero{
	background-image: url(../img/BG.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.wrap_hero{
	padding: 50px 0 0 0;
	text-align: center;
}
.wrap_hero label{
	font-size: 4em;
	font-weight: 500;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #fff;
	line-height: 1.3em;
}
.wrap_hero p{
	font-size: 2em;
	font-weight: 400;
	max-width: 700px;
	padding: 10px;
	color: #fff;
	margin: auto;
}
a.getlink{
	font-size: 1.4em;
	font-weight: 400;
	color: #0075FF;
	text-decoration: underline;
	padding-left: 10px;
}
a.getlink:hover{
	color: #0075FF;
}
.hlist{
	padding: 10px 5px 40px 5px;
}
.hlist ul{}
.hlist ul li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	font-size: 1.2em;
}
p{
	font-size: 2em;
}



.navbar2{
	background-color: #ffff;
	box-shadow: 0px 6px 14.7px rgba(0, 0, 0, 0.06);
}
.wrap_nav{
	
/*	border-radius: 56px;*/
/*	margin-top: 20px !important;*/
/*	text-align: center;*/
	max-width: 100%;
	margin: auto;
	font-size: 1.2em;
}
.navbar-nav{
/*	float: none;*/
	text-align: center;
	display: contents;
}
.navbar-nav>li{
	display:inline-block;
	float: none;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color: #333;
/*	font-weight: 600;*/
}
.navbar-nav>li>a{
	color: #767676;
	padding: 15px 15px;
	font-weight: 500;
}


.wrap_hero_link{
	text-align: center;
	padding: 20px 0;
	margin: auto;
}
.wrap_hero_link a{
	font-size: 1.4em;
	color: #1E7F8F;
	text-decoration: underline;
}
.wrap_hero_link img{
	padding-right: 5px;
}




.btn_install2{
	padding: 25px 30px;
	color: #fff;
	border-radius: 50px;
	background-color: #FFD740;
	font-size: 1.8em;
	font-weight: 400;
}
.btn_install2:active, .btn_install2:hover{
	text-decoration: none;
	color: #fff;
/*	background-color: #1765D9;*/
}
.btn_install2 img{
	padding-right: 10px;
}
.btn_fff{
	padding: 25px 30px;
	border-radius: 10px;
	background-color: #fff;
	color: #0075FF;
	font-size: 1.8em;
	font-weight: 400;
}
.btn_fff:active, .btn_fff:hover{
	text-decoration: none;
	color: #000;
/*	background-color: #1765D9;*/
}

button.install1{
	border-radius: 5px;
	background-color: #47CB6C;
	padding: 15px 30px;
	border: none;
	color: #fff;
	font-size: 1.4em;
	font-weight: 500;
}
button.navbtn{
	margin-top: 15px;
	border-radius: 5px;
	background-color: #47CB6C;
	padding: 15px 30px;
	border: none;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
}


.wrap_screen{
	text-align: center;
}
.wrap_screen img{
	width: 100%;
}

.wrap_sectitle{
	padding: 75px 0;
}
.wrap_sectitle label{
	font-size: 2.5em;
	font-weight: 400;
	color: #000;
	text-align: center;
	width: 100%;
}

.wrap_finfo{
	padding: 20px 5px;
}
.lbl_f{
	font-size: 2em;
	font-weight: 500;
	color: #000;
}
.pa_f{
	font-size: 1.5em;
	font-weight: 400;
	color: #666;
}
.wrap_fd{
	padding: 10px;
}

.wrap_y{
	padding: 60px 30px;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 30px;
	height: 450px;
}
.wrap_y label{
	width: 100%;
	font-size: 2em;
	font-weight: 500;
	color: #000;
	padding: 20px 0;
}
.wrap_y p{
	width: 100%;
	font-size: 1.5em;
	font-weight: 400;
	color: #666;
}






.clear_fix{
	height: 30px;
}
.clear_fix2{
	height: 100px;
}
.clear_fix3{
	height: 200px;
}



.sec_footer{
	background-image: url(../img/fg.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 100px;
}
.wrap_footer{}
.wrap_footer label{
	width: 100%;
	font-size: 4em;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	padding: 20px 0;
}
.wrap_footer ul{
	padding: 20px 0 0 0;
}
.wrap_footer ul li{
	list-style: none;
	display: inline-block;
	margin: 5px 8px;
}
.wrap_footer p{
	font-size: 1.2em;
	font-weight: 400;
	color: #6A7A8B;
}


/* Toggle Button */
nav.navbar .navbar-toggle {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 0;
}
    nav.navbar .navbar-toggle:hover,
    nav.navbar .navbar-toggle:focus {
        background: #fff;
        color: #333;
    }


