@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:#0B9B48 url(../images/bg_slide.jpg) top left no-repeat fixed;*/

/*
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/blue_bg3.jpg) no-repeat center center; background-size: cover; color:#FFF; border:0px solid #F90;
*/
	
	
	background:#FFFFF; background-size: cover; color:#000;
	
	/*
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/du_spot_light.jpg) no-repeat center center fixed; background-size: cover;
	*/
	
	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 {
	color:#FFF;
	padding:11px 20px;
	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:#0D4621;*/
	background:#3333cc;
	color:#FFF;
}

.search_bg {
	background:#050520;
	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 {
	background:url(../images/bg_corner_top.png) right top no-repeat;
}

.bg_color1 {
	/*background:#0B9B48;*/
	
	/*background:#3366ff;*/
	
	background:#26165d;
}

.bg_color2 {
	background:#F4F4F4;
}

.bg_color3 {
	background:rgba(0,0,0,0.75);
}

.bg_color4 {
	/*background:#0D4621;
	
	background:#3333cc;
	*/
	background:#26165d;	
}

.bg_color5 {
	background:#FFF;
}

.bg_color6 {
	background:#F00;
}

.lt {
	float:left;
}

.rt {
	float:right;
}

a {
	text-decoration:none;
	font-weight:400;
	
	/*#3366ff
	#3333cc
	*/
	
	color:#3333cc;
}

a:hover {
	color:#000;
}

fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

.select, .select2 {
	width:100%;
	padding:9px 3%;
	padding-bottom:10px;
	margin-top:3px;
	margin-bottom:17px;
	border:none;
	outline:1px solid #BBB;
	font-family:'Montserrat',Arial, Helvetica, sans-serif;
	font-size:15px;
}

.select2 {
	width:auto;
}

.form div {
	float:left;
	width:47%;
	padding:0px 1.5%;
	font-size:14px;
}

.form .mid {
	float:none;
	margin:0 auto;
}

.form .mid img {
	height:120px;
	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 input[type=file], .form input[type=number], .form textarea {
	
	width:94%;
	padding:11px 3%;
	margin-top:3px;
	margin-bottom:17px;
	border:none;
	outline:1px solid #BBB;
	font-family:'Montserrat',Arial, Helvetica, sans-serif;
	font-size:14px;
    transition: ease-in-out, width .35s ease-in-out;
}

.form input[type=text]:hover, .form input[type=email]:hover, .form input[type=password]:hover,.form input[type=file]:hover, .form input[type=number]: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 input[type=file]:focus, .form input[type=number]:focus, .form textarea:focus {
	/*outline:1px solid #0B9B48;*/
	
	outline:1px solid ##3366ff;
	
	
}
.form label {
	color:#000;
}

.form .login {
	width:35%;
	padding:6.5% 10%;
	padding-bottom:5%;
	font-size:13px;
}

.form .portal_inner {
	background:#FFF;
	padding: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);
   */
   /* New Colour Code - #D9D9D9 */
   	-moz-box-shadow: 0px 1px 0px 10px rgba(217, 217, 217, 1);
   -webkit-box-shadow: 0px 1px 0px 10px rgba(217, 217, 217, 1);
   box-shadow: 0px 1px 0px 10px rgba(217, 217, 217, 1);
}

.form .bt {
	text-transform:none;
	margin:0px;
}

.top {
	width:90%;
	padding:3px 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:#0B9B48;*/
	
	color:#3366ff;
	

	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:0px;
}

header .nav {
	width:65%;
	padding:10px 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:17px;
	margin:10px 0px;
}

header .nav_inner strong {
	font-weight:600;
}

header .nav_inner div {
	width:40%;
	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.15em;
	font-weight:400;
	line-height:23px;
	color:#FFF;
	margin:0px;
	text-transform:uppercase;
	text-shadow: 1px 1px 5px #000;
}

header section h1 p {
	font-size:2.57em;
	font-weight:700;
	letter-spacing:2px;
	line-height:45px;
	/*color:#0B9B48;*/
	color:#3366ff ;
}

header section img {
	border-right:1px solid rgba(255,255,255,0.25);
	height:100px;
	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 #0B9B48;
}

.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:#0B9B48;*/
	
	color:#3366ff;
}

.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:300;
	text-transform:capitalize;
	margin-top:50px;
	margin-bottom:10px;
	line-height:50px;
	color:#000;
	letter-spacing:-1px;
}
.a h1 span {
	font-weight:300;
	
	/*color:#0B9B48;*/
	
	/*color:#3366ff;*/
	
	
	color:#907f09; /* deep Blue = 26165d */
}

.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:30px 0px;
	margin:0px;
}

.board_menu h1 {
	letter-spacing:-1px;
}

.board_menu h1 span{
	font-weight:normal;
}

.board_menu .dash {
	
	/*background:#0B9B48;*/
	/*background:#3366ff;*/
	
	background:#26165d;
	width:23%;
	height:auto;
	margin:2% 1%;
	margin-bottom:0px;
	padding:2% 1.5%;
	float:left;
	text-align:center;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;  
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.board_menu .dash:hover {
	background:rgba(0,0,0,0.75);
}

.board_menu .dash:hover h1 {
	/*color:#0B9B48;*/
	
	/*color:#3366ff;*/
	
	color:#907f09;
	
}

.board_menu .dash img {
	height:80px;
	margin-bottom:20px;
}

.board_menu .dash h1 {
	color:#FFF;
	font-size:1.05em;
	font-weight:300;
	margin:0px;
	line-height:25px;
}

/*Mobile View Dash----*/
.board_menu .dash2 {	
	/*background:#0B9B48;*/
	
	/*color:#3366ff;*/
	
	background:#26165d;
	
	width:20%;
	
	/*width:23%;*/
	
	height:auto;
	margin:2% 1%;
	margin-bottom:0px;
	padding:1% 0.5%;
	float:left;
	text-align:center;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;  
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.board_menu .dash2:hover {
	background:rgba(0,0,0,0.75);
}

.board_menu .dash2:hover h1 {
	/*color:#0B9B48;*/
	
	/*color:#3366ff;*/
	
	color:#907f09;
}

.board_menu .dash2 img {
	/*height:80px;*/
	height:50px;
	margin-bottom:5px;
}

.board_menu .dash2 h1 {
	color:#FFF;
	font-size:0.75em;
	font-weight:300;
	margin:0px;
	line-height:12px;
}
/*Mobile view dash!*/

.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 {
	margin:0 auto;
	margin-bottom:20px;
	width:80%;
	text-align:left;
	float:none;
	/*color:#0B9B48;*/
	
	/*color:#3366ff;*/
	
	color:#26165d;
	
}

/*.board_menu .search_fluid div {
	width:50%;
	padding:0px;
}

.board_menu .search_fluid div input,.board_menu .search_fluid div textarea {
	width:100%;
}
*/
.board_menu .side_nav h1 {
	margin-bottom:30px;
}

.board_menu .side_nav:hover h1 {
	
	/*color:#0B9B48;*/
	
	color:#3366ff;
}

.board_menu .side_nav li a {
	text-align:left;
}



#myVideo {
  background: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;  
  justify-content: center; 
  
}








.b {
	padding-top:10px;
	padding-bottom:30px;
}

.b strong {
	font-size:1.25em;
	font-weight:700;
	
	/*color:#0B9B48;*/
	color:#3366ff;
	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:16px;
	font-weight:300;
}

.b section p {
	padding:20px 13px;
	font-size:1.075em;
	font-weight:500;
	line-height:19px;
	outline:1px solid #CCC;
	margin:0px 1px;
}

.b section p i {
	font-style:normal;
	font-size:12px;
	font-weight:400;
	color:#999;
}

.b section p i b {
	color:#F90;
	text-transform:capitalize;
	font-weight:normal;
	font-size:11px;
}

.b section img {
	width:100%;
	height:220px;
}

.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 {
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;	
margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

.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;
	line-height: 20px;
	color: #000;
	text-align: left;
}

.board_menu table td b {
	font-size:14px;
	font-weight:600;
}

.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:#0B9B48;
	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:2px 7px;
	font-size:1.05em;
	text-transform:capitalize;
	color:#000;
}

.board_menu .cus_td td strong {
	font-weight:500;
	color:#0B9B48;
}

.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;
}






/* 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 #0B9B48;
}
#back-top a:hover span {
	outline:2px solid #FFF;
}


footer {
	width:80%;
	height:auto;
	text-align:right;
	color:#F60;
	font-size:12px;
	font-weight:400;
	padding:5px 10%;
}

footer a {
	color:rgba(255,255,255,0.6);
}

footer span {
	font-size:13px;
	color:#FFF;
	font-weight:300;
}

footer span b {
	font-weight:600;
}
