body
{
	margin:0;
	padding:0;

	width:100vw;
	height:100vh;	
	   font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
	 letter-spacing:2px;
	
}
.m-top
{
	margin-top:40px;
}
.br-r
{
	border-right:1px solid rgb(3,78,168);
}
.float-img
{
	position:absolute;
	width:250px;
	margin-left:29.4%;
}

#banner-front
{
	background:url('../imgs/home.jpg') no-repeat;
	background-size:100% 100%;	
	height:100%;
	width:100%;
	padding:5% 10%;
	overflow:auto;
}
#banner-front .container-fluid
{
	background:rgba(255,255,255,0.93);
	height:100%;
	width:100%;
	overflow:auto;
}
#banner-front .container-fluid .head
{
	padding:25px;
	padding-bottom:70px;
	text-align:center;
	font-size:24px;	
}
#banner-front .container-fluid .aanda
{
	padding:5%;
}
#banner-front .container-fluid .aanda .logo
{
	text-align:center;
}
#banner-front .container-fluid .aanda .logo img
{
	width:45%;
}
#banner-front .container-fluid .aanda .text
{
	margin-top:25px;
	text-align:center;	
	font-size:22px;
}
#banner-front .container-fluid .aanda .text b
{
	font-size:24px;
}
#banner-front .container-fluid .aanda .app-btn
{
	margin-top:40px;	
	text-align:center;	
	font-size:20px;
	color:#777;
	font-weight:500;
}
#banner-front .container-fluid .aanda .app-btn a
{
    text-decoration:none;
    color:#777;
}
#banner-front .container-fluid .stuido
{
}