/**/
*
	{
	border: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body
{
	background-color:#ffffff;
	font-family: sans-serif;

}
.table_style{
    margin-bottom:3%;
}
#Buttons{
    color:white;
    margin-top:10%;
    margin-left:10%;
	margin-bottom: 20%;
	background-color: #040403;
	font-size:20px;
}
#Button1{
	color:white;
	background-color: #040403;
    margin-top:10%;
    margin-left:15%;
    margin-bottom: 20%;
	
	font-size:20px;
}
#Buttons2{
	background-color: #040403;
	margin-top:-10%;
	margin-bottom:10%;
	margin-left:10%;
	
	font-size:20px;
}
#Buttons21{
	background-color: #040403;
	margin-left:15%;
	margin-top:-10%;
	margin-bottom:10%;
	
	font-size:20px;
	
}
#Buttons:hover,#Button1:hover,#Buttons2:hover,#Buttons21:hover{
background-color: white;
color:#040403;

}
@media(min-width:1200px)
{
	
  .wrapper{
	margin: -5px;
  }
  .header{
		padding: -10px;
    height:95px;
     background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	
  }
  .header::after{
  content:" ";
  display:table;
  clear:both;
  }
  .img1
  {
	  height:95px;
	  width:7%;
	  float:left;
  }
 .img1 img
	{
		margin-left: 9px;
		margin-top: 2px;
	}
	.img2 img
	{
		margin-left: 11px;
		margin-top: 2px;
	}
  .heading
	{
		width: 86%;
	  float:left;
	}
.sub-heading
	{
		width: 99%;
		font-size: 25;
		font-weight: bold;
		background-color:black;
		color: #ffffff;
		height: 40px;
		text-align: center;
		margin-top: -21px;
		border-radius: 7px;
		margin-left: 8px;
	}
	  
 .img2
	  {
		  width: 7%;
		  float:left;
		  
	  }
	 
.menu-bar
{
	height: 70px;
	background: rgb(0,100,0);
	text-align: center;
	border-radius: 7px;
	
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
	margin:auto;
}
.menu-bar ul li 
{
	width: 120px;
	margin: 15px;
	padding:15px;
	margin-left:15%;
	
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #2bab0b;
	border-radius: 3px;
}
.menu-bar .fa
{
	margin-right: 8px;
}
.sub-menu-1
{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: rgb(0,100,0);
	margin-top: 15px;
	margin-left: -15px;
}
.menu-bar ul li:hover .sub-menu-1 ul
{
	display:block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #b2ff00;
}
.fa-angle-right
{
	float:right;
}
.fa-angle-right:hover
{
	color:#b2ff00;
}
.fa-youtube-play
{
	opacity:0.6;
}
.fa-youtube-play:hover
{
	opacity:1.5;
	cursor:pointer;
}
.fa-home
{
	opacity:0.5;
	margin-top:2px;
	width:100%;
	color:white;
}
.fa-home:hover
{
	opacity:1.0;
}
.fa-undo
{
	opacity:0.5;
	margin-top:5px;
	width:100%;
	color:white;
}
.fa-undo:hover
{
	opacity:1.0;
}
.sub-menu-2
{
	display:none;
}
.hover-me:hover .sub-menu-2
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
}
.sub-menu-3
{
	display:none;
}
.hover-me-2:hover .sub-menu-3
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
	
}
.sub-menu-1
{
	opacity:0.95;
}
.sub-menu-2
{
	opacity:0.95;
}
.sub-menu-3
{
	width:100%;
	height: 300px;
	opacity: 0.95;
	overflow: auto;
}
.sub-menu-3::-webkit-scrollbar
{
	display:none;
	background:rgb(0,100,0);
}
.home-1
{
	width:3%;
	height:40px;
	float:left;
	border-radius:4px; 
	margin-top:20px;
    margin-left:20px; 
	background-color:#1f7a1f;
	cursor: pointer;
}
.home-1:hover
{
	margin-top:25px;
}
.home-2
{
	width: 3%;
	height:40px;
	float:right;
	background-color:#1f7a1f;
	border-radius:4px;
	position:block;
	margin:5px;
	margin-right:22px;
	margin-top:20px;
	cursor:pointer;
}
.home-2:hover
{
	margin-top:25px;
}
  .content
  {
	 margin-top: 5px;
     width:100%;
	 height:auto;
	 background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	 overflow:scroll;
	 
  }
  .content::-webkit-scrollbar
{
	display:none;
	background: transparent;
	
}
  .content::after{
    content: " ";
    display: block;
    clear: both;
  }
  .left-side{
   margin-top: 5px;
    width: 34%;
    height: 440px;
    float: left;
  }
  video
  {
	margin-top:100px;
	margin-left: 30px;
	width:400px;
	height:240px;  
  }
  .right-side{
	margin-top: 3px;
    height: auto;
    width: 65.5%;
    float: right;
	overflow:auto;
  }
  .right-side::-webkit-scrollbar
{
	display:none;
	background: transparent; 
}
.table-1
{
	width:95%;
}
.table-1 , th,td
{
	border: 1px solid black;
	border-style: ridge;
	border-collapse: collapse;
	margin:auto;
	margin-top:20px;
	
}
.th-1{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
}
.th-2{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:11.5%;
}
.th-3{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:15%;
}
td:nth-child(2){
	padding-left:6%;
}
td:first-child,td:nth-child(3){
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
td
{
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
}
  td:last-child
	{
		text-align-last: center;
	}
	
  .p1
  {
	  font-size:30;
	  margin-left:20px;
  }
  .p2
  {
	  margin-top:-20px;
	  font-size:21;
	  line-height:1.2;
	  margin-left:35px;
	  text-align:left;
		font-weight: lighter;
  }
  .footer{
    height: 20%;
  }
  .footer::after{
   content:" ";
   display:table;
   clear:both;
	  }
	  .sub-footer1
	  {
		width:34%;
		float: left;
		height: 150px;
	  background-color: #095e2e;
	  text-align: center;
		color: #ffffff;
		font-size: 31.5;	
		line-height: 1.2;
		font-weight: bolder;
			
	}
	.sub-footer1 p
	{
		margin-top: 15px;
	}
	.sub-footer2
	{
		
		height: 150px;
		width: 37.5%;
		float: left;
		background-color: #e0e0e0;
		text-align: center;
		color: #536b5e;
		line-height: 0.65;
		font-size: 25;
	}
	.sub-footer2 p
	{
		margin-top: 31px; 
		margin-left: -80px;
	font-weight: bold;
	}
	.sub-footer2 h1
	{
		font-style: arial;
		margin-top: 38px;
		font-size:43;
	}
	.sub-footer3
	{
		height: 150px;
		width: 28.5%;
		float: left;
		background-color: #e0e0e0;
   line-height: 0.2;
		color: #959595;
		text-align: left;
	}
	.sub-footer3 p
	{
		font-size: 18.5;
		line-height: 0.1;
	}

}
@media(min-width:992px) and (max-width:1199px)
  {
  .wrapper{
	margin: -5px;
  }
  .header{
		padding: -10px;
    height:95px;
     background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	
  }
  .header::after{
  content:" ";
  display:table;
  clear:both;
  }
  .img1
  {
	  height:95px;
	  width:7%;
	  float:left;
  }
 .img1 img
	{
		margin-left: 9px;
		margin-top: 2px;
	}
	.img2 img
	{
		margin-left: -30px;
		margin-top: 2px;
	}
  .heading
	{
		width: 86%;
	  float:left;
	}
.sub-heading
	{
		width: 90%;
		font-size: 25;
		font-weight: bold;
		background-color:black;
		color: #ffffff;
		height: 40px;
		text-align: center;
		margin-top: -21px;
		border-radius: 7px;
		margin-left: 40px;
	}
	  
 .img2
	  {
		  width: 7%;
		  float:left;
		  
	  }
	 
.menu-bar
{
	height: 70px;
	background: rgb(0,100,0);
	text-align: center;
	border-radius: 7px;
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
	margin:auto;
}
.menu-bar ul li 
{
	width: 120px;
	margin: 15px;
	padding:15px;
	
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #2bab0b;
	border-radius: 3px;
}
.menu-bar .fa
{
	margin-right: 8px;
}
.sub-menu-1
{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: rgb(0,100,0);
	margin-top: 15px;
	margin-left: -15px;
}
.menu-bar ul li:hover .sub-menu-1 ul
{
	display:block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #b2ff00;
}
.fa-angle-right
{
	float:right;
}
.fa-angle-right:hover
{
	color:#b2ff00;
}
.fa-youtube-play
{
	opacity:0.6;
}
.fa-youtube-play:hover
{
	opacity:1.5;
}
.fa-home
{
	opacity:0.5;
	margin-top:2px;
	width:100%;
	color:white;
}
.fa-home:hover
{
	opacity:1.0;
}
.fa-undo
{
	opacity:0.5;
	margin-top:5px;
	width:100%;
	color:white;
}
.fa-undo:hover
{
	opacity:1.0;
}
.sub-menu-2
{
	display:none;
}
.hover-me:hover .sub-menu-2
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
}
.sub-menu-3
{
	display:none;
}
.hover-me-2:hover .sub-menu-3
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
	
}
.sub-menu-1
{
	opacity:0.95;
}
.sub-menu-2
{
	opacity:0.95;
}
.sub-menu-3
{
	width:100%;
	height: 300px;
	opacity: 0.95;
	overflow: auto;
}
.sub-menu-3::-webkit-scrollbar
{
	display:none;
	background:rgb(0,100,0);
}
.home-1
{
	width:4.5%;
	height:40px;
	float:left;
	border-radius:4px; 
	margin-top:20px;
    margin-left:20px; 
	background-color:#1f7a1f;
	cursor: pointer;
}
.home-1:hover
{
	margin-top:25px;
}
.home-2
{
	width: 4.5%;
	height:40px;
	float:right;
	background-color:#1f7a1f;
	border-radius:4px;
	position:block;
	margin:5px;
	margin-right:22px;
	margin-top:20px;
	cursor:pointer;
}
.home-2:hover
{
	margin-top:25px;
}
  .content
  {
	 margin-top: 5px;
     width:100%;
	 height:465px;
	 background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	 overflow:auto;
	 
  }
  .content::-webkit-scrollbar
{
	display:none;
	background: transparent;
	
}
  .content::after{
    content: " ";
    display: block;
    clear: both;
  }
  .left-side{
   margin-top: 5px;
    width: 34%;
    height: 440px;
    float: left;
  }
  video
  {
	margin-top:100px;
	margin-left: 10px;
	width:320px;
	height:220px;  
  }
  .right-side{
	margin-top: 3px;
    height: 460px;
    width: 66%;
    float: right;
	overflow:auto;
  }
  .right-side::-webkit-scrollbar
{
	display:none;
	background: transparent; 
}
.table-1
{
	width:90%;
}
.table-1 , th,td
{
	border: 1px solid black;
	border-style: ridge;
	border-collapse: collapse;
	margin:auto;
	margin-top:20px;
}
.th-1,td
{
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
.th-2{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:11.5%;
}
.th-3{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:15%;
}
td:nth-child(2){
	padding-left:6%;
}
td:first-child,td:nth-child(3){
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
td
{
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
}
td:last-child
	{
		text-align-last: center;
	}
	
  .p1
  {
	  font-size:30;
	  margin-left:20px;
  }
  .p2
  {
	  margin-top:-20px;
	  font-size:21;
	  line-height:1.2;
	  margin-left:35px;
	  text-align:left;
		font-weight: lighter;
  }
  .footer{
  height: 50%;
  }
  .footer::after{
   content:" ";
   display:table;
   clear:both;
	  }
	  .sub-footer1
	  {
		width:34%;
		float: left;
		height: 150px;
	  background-color: #095e2e;
	  text-align: center;
		color: #ffffff;
		font-size: 24;	
		line-height: 1.2;
		font-weight: bolder;
			
	}
	.sub-footer1 p
	{
		margin-top: 15px;
	}
	.sub-footer2
	{
		
		height: 150px;
		width: 42.5%;
		float: left;
		background-color: #e0e0e0;
		text-align: center;
		color: #536b5e;
		line-height: 0.65;
		font-size: 15;
	}
	.sub-footer2 p
	{
		margin-top: 31px;
		margin-left:-120px; 
		font-weight: bold;
		font-size: 20;
	}
	.sub-footer2 h1
	{
		font-style: arial;
		margin-top: 40px;
		font-size:40;
		margin-left: -20px;
	}
	.sub-footer3
	{
		height: 150px;
		width: 23.5%;
		float: left;
		background-color: #e0e0e0;
   line-height: 0.2;
		color: #959595;
		text-align: left;
	}
	.sub-footer3 p
	{
		margin-top: 20px;
		bottom: 0;
		font-size: 10.5;
		line-height: 0.1;
	}

}
@media(min-width:768px) and (max-width:991px)
  {
  .wrapper{
	margin: -5px;
  }
  .header{
		padding: -10px;
    height:95px;
     background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	
  }
  .header::after{
  content:" ";
  display:table;
  clear:both;
  }
  .img1
  {
	  height:95px;
	  width:7%;
	  float:left;
  }
 .img1 img
	{
		margin-left: 5px;
		margin-top: 2px;
	}
	.img2 img
	{
		margin-left: -20px;
		margin-top: 2px;
	}
  .heading
	{
		width: 86%;
	  float:left;
		height: 95px;
	}
.sub-heading
	{
		width: 90%;
		font-size: 20;
		font-weight: bold;
		background-color:black;
		color: #ffffff;
		height: 40px;
		text-align: center;
		margin-top: -15px;
		border-radius: 10px;
		margin-left: 40px;
		
	}
	  
 .img2
	  {
		  width: 7%;
		  float:left;
		  
	  }
	 
.menu-bar
{
	height: 70px;
	background: rgb(0,100,0);
	text-align: center;
	border-radius: 7px;
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
	margin:auto;
}
.menu-bar ul li 
{
	width: 120px;
	margin: 15px;
	padding:15px;
	
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #2bab0b;
	border-radius: 3px;
}
.menu-bar .fa
{
	margin-right: 8px;
}
.sub-menu-1
{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: rgb(0,100,0);
	margin-top: 15px;
	margin-left: -15px;
}
.menu-bar ul li:hover .sub-menu-1 ul
{
	display:block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #b2ff00;
}
.fa-angle-right
{
	float:right;
}
.fa-angle-right:hover
{
	color:#b2ff00;
}
.fa-youtube-play
{
	opacity:0.6;
}
.fa-youtube-play:hover
{
	opacity:1.5;
}
.fa-home
{
	opacity:0.5;
	margin-top:2px;
	width:100%;
	color:white;
}
.fa-home:hover
{
	opacity:1.0;
}
.fa-undo
{
	opacity:0.5;
	margin-top:5px;
	width:100%;
	color:white;
}
.fa-undo:hover
{
	opacity:1.0;
}
.sub-menu-2
{
	display:none;
}
.hover-me:hover .sub-menu-2
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
}
.sub-menu-3
{
	display:none;
}
.hover-me-2:hover .sub-menu-3
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
	
}
.sub-menu-1
{
	opacity:0.95;
}
.sub-menu-2
{
	opacity:0.95;
}
.sub-menu-3
{
	width:100%;
	height: 300px;
	opacity: 0.95;
	overflow: auto;
}
.sub-menu-3::-webkit-scrollbar
{
	display:none;
	background:rgb(0,100,0);
}
.home-1
{
	width:5.8%;
	height:40px;
	float:left;
	border-radius:4px; 
	margin-top:20px;
    margin-left:20px; 
	background-color:#1f7a1f;
	cursor: pointer;
}
.home-1:hover
{
	margin-top:25px;
}
.home-2
{
	width: 5.8%;
	height:40px;
	float:right;
	background-color:#1f7a1f;
	border-radius:4px;
	position:block;
	margin:5px;
	margin-right:22px;
	margin-top:20px;
	cursor:pointer;
}
.home-2:hover
{
	margin-top:25px;
}
  .content
  {
	 margin-top: 5px;
   width:100%;
	 height:465px;
	 background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	 overflow:auto;
		
  }
  .content::-webkit-scrollbar
{
	display:none;
	background: transparent;
	
}
  .left-side{
   margin-top: 1px;
    width: 100%;
    height: 160px;
  }
  video
  {
	margin-top:320px;
	margin-left: 240px;
	width:300px;
	height:180px;  
  }
  .right-side{
	margin-top: -160px;
    height: 320px;
    width: 100%;
	overflow:auto;
  }
  .right-side::-webkit-scrollbar
{
	display:none;
	background: transparent; 
}
.table-1
{
	width:90%;
}
.table-1 , th,td
{
	border: 1px solid black;
	border-style: ridge;
	border-collapse: collapse;
	margin:auto;
	margin-top:20px;
}
.th-1,td
{
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

td:nth-child(2){
	padding-left:6%;
}
td:first-child,td:nth-child(3){
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
.th-2{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:11.5%;
}
.th-3{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:15%;
}
td
{
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
}
td:last-child
	{
		text-align-last: center;
	}
	
  .p1
  {
	  font-size:30;
	  margin-left:20px;
  }
  .p2
  {
	  margin-top:-20px;
	  font-size:21;
	  line-height:1.2;
	  margin-left:35px;
	  text-align:left;
		font-weight: lighter;
  }
  .footer{
    height: 50%;
   	
  }
  .footer::after{
   content:" ";
   display:table;
   clear:both;
	  }
	  .sub-footer1
	  {
		width:34%;
		float: left;
		height: 150px;
	  background-color: #095e2e;
	  text-align: center;
		color: #ffffff;
		font-size: 24;	
		line-height: 1.2;
		font-weight: bolder;
			
	}
	.sub-footer1 p
	{
		margin-top: 15px;
	}
	.sub-footer2
	{
		
		height: 150px;
		width: 42.5%;
		float: left;
		background-color: #e0e0e0;
		text-align: center;
		color: #536b5e;
		line-height: 0.65;
		font-size: 15;
	}
	.sub-footer2 p
	{
		margin-top: 30px;
		margin-left:-100px; 
		font-weight: bold;
	}
	.sub-footer2 h1
	{
		font-style: arial;
		margin-top: 50px;
		font-size:32;
	}
	.sub-footer3
	{
		height: 150px;
		width: 23.5%;
		float: left;
		background-color: #e0e0e0;
   line-height: 0.2;
		color: #959595;
		text-align: left;
	}
	.sub-footer3 p
	{
		font-size: 8.5;
		line-height: 0;
		margin-top: 20px;
		
	}

}
@media(max-width:767px)
{
.wrapper{
	margin: -5px;
  }
  .header{
		padding: -10px;
    height:95px;
     background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	
  }
  .header::after{
  content:" ";
  display:table;
  clear:both;
  }
  .img1
  {
	  height:95px;
	  width:7%;
	  float:left;
  }
 .img1 img
	{
		margin-left: 9px;
		margin-top: 2px;
	}
	.img2 img
	{
		margin-left: 11px;
		margin-top: 2px;
	}
  .heading
	{
		width: 86%;
	  float:left;
	}
.sub-heading
	{
		width: 100%;
		font-size: 25;
		font-weight: bold;
		background-color:black;
		color: #ffffff;
		height: 40px;
		text-align: center;
		margin-top: -21px;
		border-radius: 7px;
	}
	  
 .img2
	  {
		  width: 7%;
		  float:left;
		  
	  }
	 
.menu-bar
{
	height: 70px;
	background: rgb(0,100,0);
	text-align: center;
	border-radius: 7px;
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
	margin:auto;
}
.menu-bar ul li 
{
	width: 120px;
	margin: 15px;
	padding:15px;
	
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #2bab0b;
	border-radius: 3px;

}
.menu-bar .fa
{
	margin-right: 8px;
}
.sub-menu-1
{
	display: none;
}
.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: rgb(0,100,0);
	margin-top: 15px;
	margin-left: -15px;
}
.menu-bar ul li:hover .sub-menu-1 ul
{
	display:block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #b2ff00;
}
.fa-angle-right
{
	float:right;
}
.fa-angle-right:hover
{
	color:#b2ff00;
}
.fa-youtube-play
{
	opacity:0.6;
}
.fa-youtube-play:hover
{
	opacity:1.5;
}
.fa-home
{
	opacity:0.5;
	margin-top:2px;
	width:100%;
	color:white;
}
.fa-home:hover
{
	opacity:1.0;
}
.fa-undo
{
	opacity:0.5;
	margin-top:5px;
	width:100%;
	color:white;
}
.fa-undo:hover
{
	opacity:1.0;
}
.sub-menu-2
{
	display:none;
}
.hover-me:hover .sub-menu-2
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
}
.sub-menu-3
{
	display:none;
}
.hover-me-2:hover .sub-menu-3
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: rgba(0,100,0);
	
}
.sub-menu-1
{
	opacity:0.95;
}
.sub-menu-2
{
	opacity:0.95;
}
.sub-menu-3
{
	width:100%;
	height: 300px;
	opacity: 0.95;
	overflow: auto;
}
.sub-menu-3::-webkit-scrollbar
{
	display:none;
	background:rgb(0,100,0);
}
.home-1
{
	width:3%;
	height:40px;
	float:left;
	border-radius:4px; 
	margin-top:20px;
    margin-left:20px; 
	background-color:#1f7a1f;
	cursor: pointer;
}
.home-1:hover
{
	margin-top:25px;
}
.home-2
{
	width: 3%;
	height:40px;
	float:right;
	background-color:#1f7a1f;
	border-radius:4px;
	position:block;
	margin:5px;
	margin-right:22px;
	margin-top:20px;
	cursor:pointer;
}
.home-2:hover
{
	margin-top:25px;
}
  .content
  {
	 margin-top: 5px;
     width:100%;
	 height:465px;
	 background-image:url(j10.jpg);
	 background-repeat:no-repeat;
	 overflow:auto;
	 
  }
  .content::-webkit-scrollbar
{
	display:none;
	background: transparent;
	
}
  .content::after{
    content: " ";
    display: block;
    clear: both;
  }
  .left-side{
   margin-top: 5px;
    width: 34%;
    height: 440px;
    float: left;
  }
  video
  {
	margin-top:100px;
	margin-left: 30px;
	width:400px;
	height:240px;  
  }
  .right-side{
	margin-top: 3px;
    height: 460px;
    width: 66%;
    float: right;
	overflow:auto;
  }
  .right-side::-webkit-scrollbar
{
	display:none;
	background: transparent; 
}
.table-1
{
	width:90%;
}
.table-1 , th,td
{
	border: 1px solid black;
	border-style: ridge;
	border-collapse: collapse;
	margin:auto;
	margin-top:20px;
}
.th-1,td
{
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
td:nth-child(2){
	padding-left:6%;
}
td:first-child,td:nth-child(3){
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
.th-2{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:11.5%;
}
.th-3{
	text-align: center;
	padding: 10px;
	text-transform: uppercase;	
	width:15%;
}
td
{
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
}
td:last-child
	{
		text-align-last: center;
	}
	
  .p1
  {
	  font-size:30;
	  margin-left:20px;
  }
  .p2
  {
	  margin-top:-20px;
	  font-size:21;
	  line-height:1.2;
	  margin-left:35px;
	  text-align:left;
		font-weight: lighter;
  }
  .footer{
    height: 50%;
	bottom: 0;
	z-index:-1;
   	
  }
  .footer::after{
   content:" ";
   display:table;
   clear:both;
	  }
	  .sub-footer1
	  {
		width:34%;
		float: left;
		height: 150px;
	  background-color: #095e2e;
	  text-align: center;
		color: #ffffff;
		font-size: 24;	
		line-height: 1.2;
		font-weight: bolder;
			
	}
	.sub-footer1 p
	{
		margin-top: 15px;
	}
	.sub-footer2
	{
		
		height: 150px;
		width: 42.5%;
		float: left;
		background-color: #e0e0e0;
		text-align: center;
		color: #536b5e;
		line-height: 0.65;
		font-size: 15;
	}
	.sub-footer2 p
	{
		margin-top: 41px;
		margin-left:-180px; 
		font-weight: bold;
	}
	.sub-footer2 h1
	{
		font-style: arial;
		margin-top: 50px;
		font-size:32;
	}
	.sub-footer3
	{
		height: 150px;
		width: 23.5%;
		float: left;
		background-color: #e0e0e0;
   line-height: 0.2;
		color: #959595;
		text-align: left;
	}
	.sub-footer3 p
	{
		font-size: 10.5;
		line-height: 0.1;
    }
    
  }
