body{
	background: rgb(9,232,106);
    background: linear-gradient(90deg, rgba(9,232,106,1) 0%, rgba(44,128,53,1) 0%, rgba(81,170,116,1) 90%);
}

header{padding:0px;
    position: fixed;
    z-index: 9999;
    width: 1300px;}

.wrapper{
	width:1300px;
	margin:0 auto;
	
}
footer {
    margin:0 auto;
	padding:0;
}

.logo{
	padding:0px;
	height:50px;
	background: rgb(3,159,245);
    background: linear-gradient(90deg, rgba(3,159,245,0.9587185215883228) 0%, rgba(95,189,238,1) 92%);
}

marquee{
      font-size: 30px;
      font-weight: 800;
      color: maroon;
      font-family: sans-serif;
      }

.menu{
	background: rgb(0,10,36);
    background: linear-gradient(90deg, rgba(0,10,36,1) 100%, rgba(3,3,245,1) 100%);
	height:20px;
	padding: 5px;
	line-height:20px;
}


.menu ul {
    
	margin:0;
	padding:0;
}

.menu ul li{
	float:left;
	list-style:none;
	margin-left:40px;
}


.menu ul li a{
	font-size:18px;
	font-family:arial;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
.menu ul li a:hover,.menu ul li a.active{
	color:orange;
}

/*.........submenu........*/
.submenu{
	display:none;
	width:200px;
	background:#333;
	padding:20px;
	position:absolute;
	top: 20px;
    z-index: 9999;
	-webkit-transition: all 1200ms ease; -moz-transition: all 1200ms ease; -ms-transition: all 1200ms ease; -o-transition: all 1200ms ease; transition: all 1200ms ease;
}

nav ul li:hover .submenu{
	-webkit-transition: all 1200ms ease; -moz-transition: all 1200ms ease; -ms-transition: all 1200ms ease; -o-transition: all 1200ms ease; transition: all 1200ms ease;
	display:block;
}

nav ul li{
	position:relative;
}

nav .submenu li{
	float:none;
	display:block;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	padding-bottom:5px;
	height:25px;
	margin-right:0;
	line-height:25px;
}

nav .submenu li a{
	color:#fff;
	font-size:15px;
}
nav .submenu li a:hover{
	color:yellow;
}
/*.........submenu........*/




.footer_bg{
	background: rgb(3,159,245);
    background: linear-gradient(90deg, rgba(3,159,245,0.9587185215883228) 0%, rgba(95,189,238,1) 92%);	
	height:350px;
	/*background:url('/images/logo_bg.gif' )repeat left center;*/

}

.threebox{
	
	/*border-top:1px dashed blue;
	margin-top:40px;*/
	padding-top:20px;
	margin-left: 100px;
}
.box{
	
	width:31%;
	margin-right:20px;
	float:left;
}
.box h3{
	
	color:fff;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	margin-bottom:20px;
	
}
.box p{
	font-size:16px;
	font-family:arial;
	color:#fff;
	line-height:135%;
	
}
.box ul li a{
	font-size:16px;
	font-family:arial;
	color:#fff;
	text-decoration:none;
	line-height:135%;
	
}
.box address{
	font-size:16px;
	font-family:arial;
	line-height:135%;
	color:#fff;
	font-style:normal;
	
}






h3{
	font-size:25px;
text-align:left;
margin:0;
}

h2{
	font-size:25px;
text-align:center;
margin:0;
}


.default_height{
/*background: url("../images/background.png") repeat center center; 
	padding:1px;*/
	height:450px;
	text-align: center;
	padding:0px;
	line-height:300px;

}


.section_bg{
	
	/*height:350px;*/
	background:url('/images/section_wrapper.jpg') repeat center center; 
	 
}



table tr{
	/*background:#DAA605; */
}
table tr th{
	background:url('/images/table_hading_image.png') repeat-x left top;
	color:#000;
	font-size:18px;
	font-family:verdana;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
}

table tr td{
	padding:10px;
	color:#000;
	font-size:18px;
	font-family:arial;
	text-align:center;
}
table tr:nth-child(odd){
	/*background:#05DAC2;*/
}

table tr:hover{
	/*background:#E37ED3;*/
}


orm{
	background:url('/images/fbg.jpg') repeat left top;
	padding:20px;
	border:3px solid #000;
	box-shadow:0 0 10px #333 inset;
	width:600px;
	
}
label{
	
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:verdana;
	display:inline-block;
	margin-bottom:15px;
	width:150px;
}
form input{
	background:#f3f3f3;
	border:1px solid #333;
	width:300px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	box-shadow:0 0 10px #333 inset;
	border-radius:5px;
	color:#000;
	font-size:16px;
	font-fa
font-family:arial;
}
form input[type="radio"],form input[type="checkbox"]{
	width:auto;
	border:0;
	box-shadow:0 0 0px #000;
	height:auto;
	border-radius:0px;
}

form select{
	background:#f3f3f3;
	border:1px solid #333;
	width:300px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	box-shadow:0 0 10px #333 inset;
	border-radius:5px;
	color:#000;
	font-size:16px;
	font-family:arial;
}




form textarea{
	background:#f3f3f3;
	border:1px solid #333;
	width:300px;
	height:70px;
	line-height:145%;
	padding:0 10px;
	box-shadow:0 0 10px #333 inset;
	border-radius:5px;
	color:#000;
	font-size:16px;
	font-family:arial;
}

form input[type="submit"]{
	/*background:#C70039;*/
	border:1px solid #000;
	width:100px;
	height:40px;
	line-height:40px;
	padding:0 10px;
	box-shadow:0 0 10px #fff inset;
	border-radius:15px;
	color:#000;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}



.img_left {
  float: left;
  padding:20px;
}

.img_right {
  float: right;
  padding:20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

