	.menu-container {
		height: 50px;
		//background: #2B2B2B;
		position: fixed;
		top: 0;
		z-index: 1;
		width: 100%;
	}

	.div {padding: 0px;}

	*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	body{
	margin:0;
	box-sizing:border-box;
	font-family: 'Source Sans Pro', sans-serif;
	}
	
/* NAVBAR overflow-x:hidden !important;*/
#iau9 {
	font-family:Arial,Helvetica,sans-serif;
	background-image:linear-gradient(180deg,rgba(59,130,245,0.11),white 14%);
	background-position:0px 0px;
	background-size:100% 100%;
	background-repeat:repeat;
	background-attachment:scroll;
	background-origin:padding-box;
	color:#475569;
}
.navbar {
	background-color:#222;
	color:#ddd;
	min-height:50px;
	width:100%;
}
.navbar-container {
	max-width:95%;
	margin:0 auto;
	width:95%;
}
.navbar-items-c {
	display:inline-block;
	float:right;
}
.navbar-container::after {
	content:"";
	clear:both;
	display:block;
}
.navbar-brand {
	vertical-align:top;
	display:inline-block;
	padding:5px;
	min-height:50px;
	min-width:50px;
	color:inherit;
	text-decoration:none;
}
.navbar-menu {
	padding:10px 0;
	display:block;
	float:right;
	margin:0;
}
.navbar-menu-link {
	margin:0;
	color:inherit;
	text-decoration:none;
	display:inline-block;
	padding:10px 15px;
}
.navbar-burger {
	margin:10px 0;
	width:45px;
	padding:5px 10px;
	display:none;
	float:right;
	cursor:pointer;
}
.navbar-burger-line {
	padding:1px;
	width:45px;
	background-color:white;
	margin:5px 0;
}

@media (max-width:768px) {
	.navbar-items-c {
	display:none;
	width:100%;
	}
	.navbar-burger {
		display:block;
	}
	.navbar-menu {
		width:100%;
	}
	.navbar-menu-link {
		display:block;
	}
}
/*HERO*/
.header {position: relative;}/**/

    div.hero {
	/*margin-top: 30px;	 make pace for top menu */
	height: 95vh;
	width: 100vw;
	/*background:grey;*/
	
	background: rgb(5,5,5);
	background: linear-gradient(90deg, rgba(5,5,5,1) 5%, rgba(1,0,6,0.4150035014005602) 45%, rgba(0,0,6,1) 91%), url(/globel/Assets/Images/hero-300x225-1.jpg);
	
	position: relative;
	/*background-image: url(globel/Assets/Images/hero-300x225-1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
    }
.center {
	color:white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*width: 60%;
	border: 3px solid #73AD21;*/
	padding: 10px;/**/
}
.clear { clear:both; display:block;  visibility:hidden; height:0px;}


/*FOOTER  overflow:hidden;*/
footer{
width:100%;
background-color:#121619;
color:#fff;
}

.foot_header{
padding:2rem;/**/
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.foot_header section{
display:flex;
align-items:center;
justify-content:center;
width:100%;
}

.foot_header span{
padding:0 1rem;
}

.foot_header .fa{
color:#ffbe00;
font-size:35px;
}

footer .border-shape {
width: 40%;
}

footer .border-shape::before {
width: 100%;
left:120px;
}

footer .border-shape::after {
width: 100%;
right:120px;
}

/*#####################################*/
footer .bottom_content section{
padding:1.5rem 2rem;
display:flex;

align-items:left;
justify-content:left;/**/

/*
align-items:center;
justify-content:Center;*/
}

.bottom_content a{
margin:0 20px;
color:rgba(255,255,255,0.7);
transition:0.5s;
}

.bottom_content a:hover{
color:rgba(255,255,255,1);
}

footer .bottom_content section{
padding:1rem;
display:block;
}
footer .bottom_content section a{
padding:1rem;
font-size:12px;
margin:0 5px;
display:inline-block;
}

/*#####################################*/
footer .bottomlinks{
/*padding:1.5rem 2rem;*/
display:flex;
align-items:left;
justify-content:left;/**/

/*align-items:center;
justify-content:Center;*/
}

.bottomlinks a{
/*margin:5 40px; */
color:rgba(255,255,255,0.7);
transition:0.5s;
}

.bottomlinks a:hover{
color:rgba(255,255,255,1);
}

footer .bottomlinks{
/*padding:1rem; */
display:block;
}
footer .bottomlinks a{
padding:0.5rem;/**/
font-size:14px;
margin:0 5px;/**/
display:inline-block;
}

/*#####################################*/

.footlinks{
    max-width: 100%;
    margin: 0 auto;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
}

.footboxlinks{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 31%;
    min-width: 250px;
    margin: 1%;
    /*border: 2px solid black;*/
    min-height: 200px;
    text-align: center;
    /*line-height: 200px; */
}

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

.footboxlinks{
	display: block;
	margin: 1% auto 0 auto;
}
	
.foot_header{
	padding:1rem;
	display:block;
	}

.foot_header section{
	margin:40px 0;
	align-items:left;
	justify-content:left;
	}
	
}

.copyright{
padding:0.8em 0;
background-color:#1e1e1e;
text-align:center;
color:rgba(255,255,255,0.7);
font-size:12px;
}

.border-shape {
background: #ffbe00 none repeat scroll 0 0;
color: #fff;
display: block;
height: 3px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 80px;
}

.border-shape::before {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 80px;
margin: 0 auto;
position: absolute;
text-align: center;
top: 1px;
width: 100px;
}

.border-shape::after {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
margin: 0 auto;
position: absolute;
right: 80px;
text-align: center;
top: 1px;
width: 100px;
}

a{
text-decoration:none;
outline:none !important;
color:#fff;
}

.mypoints{
    max-width: 100%;
    margin: 0 auto;
	background-color: rgb(34, 34, 34);
	color: rgb(255, 255, 255);
}

.boxpoints{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 31%;
    min-width: 250px;
    margin: 1%;
    /*border: 2px solid black;*/
    min-height: 200px;
    text-align: center;
    /*line-height: 200px; */
}

@media only screen and (max-width: 960px) {
    .boxpoints{
        display: block;
        margin: 1% auto 0 auto;
    }
}