@charset "utf-8";
/* CSS Document */
/* -------------------------------- 

Primary style

-------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*/
@import url('local_font.css');

::placeholder,
::-moz-placeholder,
:-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
    color: #DEDEDE;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder,
::-ms-input-placeholder
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
    color: #DEDEDE;
    opacity: 1; /* Firefox */
}

body {
	background:#09F url(../images/bg.jpg) center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	margin:0;
	padding:0;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:300;
	line-height:23px;
	color:#333;
}

.bt {
	background:#09F;
	color:#FFF;
	padding:10px 20px;
	padding-bottom:11px;
	border-radius:3px;
	border:none;
	text-transform:uppercase;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bt:hover {
	text-decoration:none;
	background:#03F;
	color:#FFF;
}

.search_bg {
	background:#09F;
	border-radius:0px 3px 3px 0px;
	padding:6px 10px;
	float:left;
	margin-top:5px;
	position:absolute;
}

.container {
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
	height:auto;
	position:relative;
}

.bg_color1 {
	background:#09F;
}

.bg_color2 {
	background:#F4F4F4;
}

.bg_color3 {
	background:rgba(0,0,0,0.75);
}

.bg_color4 {
	background:#03F;
}

.bg_color5 {
	background:#FFF;
}

.lt {
	float:left;
}

.rt {
	float:right;
}

a {
	text-decoration:none;
	color:#09F;
}

a:hover {
	color:# 09F;
}

fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

.select, .select2 {
	width:100%;
	padding:7px 3%;
	padding-bottom:8px;
	margin-top:3px;
	margin-bottom:15px;
	border:none;
	outline:1px solid #BBB;
	font-family:'Montserrat',Arial, Helvetica, sans-serif;
	font-size:15px;
}

.select2 {
	width:auto;
}

.form div {
	float:left;
	width:50%;
	padding:0px 1.5%;
	font-size:14px;
}

.form .mid {
	float:none;
	margin:0 auto;
}

.form .mid img {
	height:75px;
	float:none;
}

.form .login h1, .form .login h1 span {
	letter-spacing:-1px;
	font-weight:300;
}

.form input[type=text], .form input[type=email], .form input[type=password], .form textarea {
	width:100%;
	font-size:14px;
	color:#333;
}

.form input[type=text]:hover, .form input[type=email]:hover, .form input[type=password]:hover, .form textarea:hover {
	outline:1px solid #999;
   -moz-box-shadow:    inset 0px 0px 3px #BBB;
   -webkit-box-shadow: inset 0px 0px 3px #BBB;
   box-shadow:         inset 0px 0px 3px #BBB;}

.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=password]:focus, .form textarea:focus {
	outline:1px solid #666;
}

.form .login {
	width:30%;
	padding:5% 10%;
	font-size:13px;
}

.form .portal_inner {
	padding:5% 7.5%;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;  
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px 10px rgba(255,255,255,0.25);
   -webkit-box-shadow: 0px 1px 0px 10px rgba(255,255,255,0.25);
   box-shadow: 0px 1px 0px 10px rgba(255,255,255,0.25);
}

.form .portal_inner .textfield, .form .textfield, .textfield {
	width:94%;
	padding:9px 3%;
	margin-top:3px;
	margin-bottom:15px;
	border:none;
	outline:1px solid #BBB;
	font-family:'Montserrat',Arial, Helvetica, sans-serif;
	font-size:15px;
    transition: ease-in-out, width .35s ease-in-out;
}

.form .bt {
	text-transform:none;
	margin:0px;
}

.top {
	background:#09F;
	width:90%;
	padding:10px 5%;
	margin:0px;
	text-align:left;
	font-size:12px;
	color:rgba(255,255,255,0.5);
}

.top a {
	padding-left:8px;
	padding-right:8px;
	color:#03F;
	font-weight:400;
}

header {
	width:100%;
	position:absolute;
	z-index:3;
}

header fieldset {
	width:90%;
	margin:0 auto;
	padding:0px;
	border:none;
}

header section {
	width:35%;
	padding:10px 0px;
}

header .nav {
	width:65%;
	padding:30px 0px;
}

header .nav_inner {
	width:65%;
	padding:10px 0px;
	font-size:13px;
	color:#000;
	line-height:16px;
}

header .nav_inner p {
	font-weight:300;
	font-size:15px;
	margin:10px 0px;
}

header .nav_inner strong {
	font-weight:600;
}

header .nav_inner div {
	width:30%;
	float:right;
}

header .nav_inner div img {
	width:70px;
	height:80px;
	float:left;
	margin-right:15px;
}

header section h1 {
	text-align:left;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:1.05em;
	font-weight:300;
	color:#FFF;
	margin:0px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
}

header section h1 p {
	font-size:2.57em;
	font-weight:700;
	letter-spacing:2px;
	line-height:45px;
	color:#03F;
}

header section h1 img {
	background:#FFF;
	border-right:1px solid rgba(255,255,255,0.25);
	height:65px;
	width:auto;
	padding:2px;
	padding-left:0px;
	margin-right:10px;
	float:left;
}

.a {
	margin:0 auto;
	width:85%;
	padding:0px;
}

.a section {
	width:45%;
	padding-right:5%;
	padding-bottom:70px;
	float:left;
}

.a .about {
	background:url(../images/header-bg.jpg) 50% 50% no-repeat;
	width:50%;
	height: 95vh;
	padding-right:inherit;
	padding-bottom:0px;
	color:#FFF;
}

.a .about div {
	background:rgba(0,0,51,0.5);
	width:100%;
	height:100%;
	outline:invert 1px #03F;
}

.a .about fieldset {
	width:80%;
	margin:0 auto;
}

.a .about h1 {
	text-transform:capitalize;
	color:#FFF;
}

.a .about strong {
	font-size:18px;
	line-height:25px;
	color:#03F;
}

.a .about ul {
	margin:20px 0px;
	padding:0px;
	margin-left:12px;
}

.a .about li {
	width:95%;
	list-style-type:square;
	padding:7px 0px;
	font-size:15px;
	line-height:18px;
	float:left;
}

.a h1 {
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:500;
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:10px;
	line-height:50px;
	color:#000;
	letter-spacing:-1px;
}
.a h1 span {
	font-weight:900;
	color:#03F;
}

.a section .about_img {
	background:#FFF;
	width:94%;
	float:left;
	margin-bottom:20px;
	padding:3%;
	box-shadow:1px 1px 20px #CCC;
}

.a section .about_img img {
	width:100%;	
}























.board_menu {
	width:100%;
	padding:20px 0px;
	padding-bottom:50px;
	margin:0px;
}

.board_menu h1 {
	letter-spacing:-1px;
}

.board_menu h1 span{
	font-weight:normal;
}

.board_menu .dash {
	background:#09F;
	width:23%;
	height:auto;
	margin:2% 1%;
	margin-bottom:0px;
	padding:2% 1.5%;
	float:left;
	text-align:center;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;  
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.board_menu .dash:hover {
	background:#03F;
}

.board_menu .dash:hover h1 {
	color:#FFF;
}

.board_menu .dash img {
	height:80px;
	margin-bottom:20px;
}

.board_menu .dash h1 {
	color:#FFF;
	font-size:1.05em;
	font-weight:400;
	margin:0px;
	line-height:25px;
}

.board_menu .search {
	background:#FFF;
	width:73%;
	padding:2.1% 1.5%;
}

.board_menu .search input {
	width:100%;
	padding:12px 3.5%;
	font-size:24px;
	font-weight:700;
   letter-spacing:-1px;
}

.board_menu .search_fluid {
	width:80%;
	text-align:left;
	margin:0 auto;
	float:none;
	margin-bottom:20px;
}

.board_menu .side_nav h1 {
	margin-bottom:30px;
}

.board_menu .side_nav:hover h1 {
	color:#03F;
}

.board_menu .side_nav li a {
	text-align:left;
}












.b {
	padding-top:20px;
	padding-bottom:80px;
}

.b strong {
	font-size:1.25em;
	font-weight:700;
	color:#03F;
	line-height:40px;
}

.b li {
	font-size:14px;
	line-height:29px;
	margin-left:18px;
	list-style-type:square;
}

.b section {
	width:22.5%;
	margin:10px 1.25%;
	margin-bottom:20px;
	padding:0px;
	height:auto;
	float:left;
	font-size:15px;
	font-weight:300;
}

.b section p {
	padding:20px 13px;
	font-size:1.075em;
	font-weight:500;
	line-height:19px;
	outline:1px solid #EEE;
	margin:0px 1px;
}

.b section p i {
	font-style:normal;
	font-size:11px;
	font-weight:400;
	color:#999;
}

.b section p i b {
	color:# 09F;
	text-transform:uppercase;
	font-weight:normal;
}

.b section img {
	width:100%;
	height:160px;
}

.news section {
	width:65%;
}

.news section .about_img {
	padding:15px;
}

.news .blog_list {
	width:100%;
	padding:0px;
	margin:0px;
}

.news .blog_list section {
	width:100%;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
}

.news .blog_list section img {
	width:80px;
	height:70px;
	float:left;
	margin-right:10px;
	border-radius:5px;
}

.news .blog_list section p {
	width:auto;
	outline:none;
	padding:0px;
	line-height:22px;
}

.b table, .board_menu table {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}

.b table td, .board_menu table td {
	padding:12px 5px;
	border:1px solid #DEDEDE;
	border-top-width:0px;
	border-right-width:0px;
	line-height:normal;
	font-size:15px;
	text-align:left;
}

.board_menu table td {
	padding:14px 5px;
	font-size:13px;
	color:#000;
}

.b table tr:nth-child(odd), .board_menu table tr:nth-child(odd)  {
	background:#F7F7F7;
}

.b table tr:nth-child(even), .board_menu table tr:nth-child(even) {
	background:#F1F1F1;
}

.b table strong, .board_menu table strong {
	font-weight:600;
}

.board_menu table strong a {
	padding:5px 12px;
	border-right:1px solid rgba(0,0,0,0.1);
	color:#03F;
	font-weight:500;
	cursor:pointer;
}

.board_menu table strong a:hover {
	text-decoration:underline;
}

.board_menu table strong a:first-child {
	color:#090;
}

.board_menu table strong a:last-child {
	border:none;
	color:#F00;
}

.board_menu table td .cus_img {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px;
	float:none;
}

.board_menu .cus_td td {
	padding:10px;
	font-size:1.05em;
	text-transform:capitalize;
	color:#000;
}

.board_menu .cus_td td strong {
	font-weight:700;
	color:#000;
}

.board_menu label {
	font-size:12px;
	line-height:18px;
}

.inv {
	padding:50px 0px;
}

.inv h1 {
	font-size:1.35em;
	font-weight:400;
	line-height:35px;
	margin:0px;
	text-align:center;
}

.inv h1 span {
	color:#FFF;
	font-size:1.65em;
	font-weight:700;
}

.inv h1 button {
	margin-top:10px;
}




/*---------- Slider & Captions -------------------*/

.layer {
	position:relative;
	z-index:1;
	background:rgba(0,0,0,0.65);
	height:100%;
}

.caption {
    position:absolute;
    width:100%;
	margin:0 auto;
	letter-spacing:-1px;
    color:#FFF;
    bottom:10%;
	z-index:2;
}

.caption p {
	width:50%;
	margin:0 auto;
	margin-bottom:30px;
	padding:20px 0px;
    font-size:24px;
	font-weight:400;
	letter-spacing:normal;
    text-align:center;
	line-height:30px;
    color:#FFF;
	border-radius:5px;
}

.caption p span {
	text-transform:capitalize;
	letter-spacing:-1px;
	line-height:65px;
    font-size:2.5em;
	font-weight:900;
}

.right {
	right:0px;
}

.caption p a {
	margin-right:10px;
}

.sliderbt {
	padding:20px 35px;
	font-size:16px;
	font-weight:600;
	border-radius:4px;
}

.slider1_container {
	position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1500px; height: 640px; overflow: hidden;
}

.u_slides {
	position: absolute; left: 0px; top: 0px; width: 1500px; height: 640px; overflow: hidden;
}



/* Back to top button */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 48.25%;
	z-index:2;
}
#back-top a {
	width: auto;
	display: block;
	text-align: center;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/top.png) no-repeat center center;
	/* rounded corners */
	-webkit-outline-radius: 100%;
	-moz-outline-radius: 100%;
	outline-radius: 100%;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	outline:2px solid #03F;
}
#back-top a:hover span {
	outline:2px solid #FFF;
}


footer {
	width:100%;
	height:auto;
	text-align:left;
	color:# 09F;
	padding-bottom:50px;
}

footer .a section {
	background:none;
	width:23%;
	padding:0px 1%;
	margin-bottom:50px;
	border:none;
	float:left;
	text-align:left;
	color:rgba(255,255,255,0.85);
	font-size:14px;
	font-weight:200;
	letter-spacing:normal;
}

footer .a section img {
	width:30px;
	height:30px;
	padding-right:8px;
	margin-top:15px;
}

footer .a section h1 {
	color:# 09F;
	margin-bottom:20px;
	font-size:1.5em;
	font-weight:700;
}

footer .a section b, .a section strong {
	font-weight:normal;
	color:# 09F;
}

footer .a section a div {
	width:100%;
	color:rgba(255,255,255,0.8);
	font-family:'Montserrat',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	padding:7px 0px;
	line-height:16px;
	text-transform:capitalize;
}

footer .a section a div:hover, footer .a section a:hover {
	color:#03F;
	text-decoration:none;
}

footer a {
	color:rgba(255,255,255,0.6);
}

footer span {
	font-size:14px;
	color:#FFF;
}

footer span b {
	font-weight:600;
}

footer .foot {
	margin:0 auto;
	width:100%;
	padding-top:10px;
	padding-bottom:0px;
	font-size:12px;
	border-top:1px solid rgba(255,255,255,0.1);
}

footer .foot div {
	width:auto;
	float:right;
}

footer .foot div a {
	font-size:12px;
	color:#FFF;
	padding:4px 10px;
}