

/******************************************/
/************ Header-Top ******************/
/******************************************/




.header-top {
	width:100%;
	height:5px;
	position:relative;
	margin:0 auto;
	background-color:rgba(65,184,226,1);
	z-index:99;
}


.header {
	width:100%;
	height:149px;
	position:absolute;
	margin:-5px auto 0 auto;
	background-color:#fff;
	z-index:999;
	box-shadow:0px 2px 0px #bbbbbb;
	border-top:3px solid rgba(65,184,226,1);
}

.header-container {
	width:100%;
	height:149px;
	position:relative;
	margin:0 auto 0 auto;
}

.logo {
	width:100%;
	height:100px;
	position:relative;
	margin:0px auto 0 auto;
	float:none;
	background-image:url(../images/logo-m.png); 
	background-repeat:no-repeat;
	background-position: center;
	z-index:99999;
	background-color:#FFF;
	box-shadow:0px 0px 0px #bbbbbb;
	border-radius:10px;
}

.navigation {
	width:100%;
	height: auto;
	position:relative;
	float:none;
	text-align:left;
	justify-content: right;
	border-left:0px solid #;
}

/**************************************/
/************ Banner ******************/
/**************************************/

.banner {
	width:100%;
	height:auto;
	margin:145px auto 0 auto;
	clear:both;
	z-index:1;
	position:relative;
}

.banner-inner {
	width:100%;
	height:auto;
	margin:145px auto 0 auto;
	top:0px;
	clear:both;
	z-index:1;
	position:relative;
}


.bi-img {
	width:100%;
	height:auto;
	margin:55px auto 0 auto;
	position:relative;
}


.bi-container {
	width:90%;
	height:auto;
	margin:0 auto 0 auto;
	position: absolute;
}

.bi-bg {
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	position:relative;
	float:right;
	background-color:rgba(0,185,255,0.8);
	padding:20px;
	bottom:100px;
}

.bi-txt {
	width:auto;
	height:auto;
	margin:0 auto;
	position:relative;
	float:right;
	text-transform: uppercase;
	font-family: 'Monda', sans-serif;
	font-size:16px;
	font-weight:600;
	text-align:left;
	color:#fff;
}

/*****************************************/
/************ Text-Area ******************/
/*****************************************/

.text-hm {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

.text-container {
	width:90%;
	height:auto;
	position:relative;
	margin:0 auto;
	color:#FFF;
}

.text-inner-profile {
	width:100%;
	height:auto;
	position:relative;
	margin:145px auto 0 auto;
	background-image:url(../images/profile.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#1f1f1f;
	color:#FFF;
	font-size:18px;
	text-align:center;
	font-family: 'Monda', sans-serif;
	padding:30px 0px;
}

.text-inner-vision {
	width:100%;
	height:auto;
	position:relative;
	margin:145px auto 0 auto;
	background-image:url(../images/vision-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#1f1f1f;
	color:#fff;
	font-size:16px;
	text-align: center;
	font-family: 'Monda', sans-serif;
	padding:30px 0px;
}

.text-inner-mission {
	width:100%;
	height:auto;
	position:relative;
	margin:145px auto 0 auto;
	background-image:url(../images/mission-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#1f1f1f;
	color:#fff;
	font-size:16px;
	text-align: center;
	font-family: 'Monda', sans-serif;
	padding:30px 0px;
}


.mission-img {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;

}

.text-inner {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto 0 auto;
	background-color:#f0f0f0;
	line-height:30px;
	padding-bottom:10px;
}

.text-inner-container {
	width:90%;
	height:auto;
	position:relative;
	margin:0 auto;
}

.text-inner-heading {
	width:100%;
	height:auto;
	line-height:60px;
	margin:0 auto 10px auto;
	position:relative;
	overflow:hidden;
	color:#666;
	font-size:24px;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Exo 2', sans-serif;
	text-align:left;
	border-bottom:2px solid #999;
	padding:10px 0px;
}


.text-heading {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:left;
	color:#666;
	font-size:24px;
	letter-spacing:1px;
	font-weight:400;
	font-family: 'Exo 2', sans-serif;
	padding:10px 0px;
}

.text-heading-1 {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:center;
	color:#fff;
	font-size:24px;
	letter-spacing:1px;
	font-weight:700;
	font-family: 'Exo 2', sans-serif;
	padding:10px 0px;
}

.text-heading-page {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:center;
	color:#000;
	font-size:24px;
	letter-spacing:1px;
	font-weight:400;
	font-family: 'Pacifico', cursive;
	padding:10px 0px;
}

