	*
	{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	

html
{
	scroll-behavior: smooth;
}

body {
	
	font-size: 16px;
	/*font-family: 'Barlow Condensed', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Oswald', sans-serif, Abel, arvo, open sans, verdana;*/
	font-family: 'Roboto', sans-serif, arial;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
		
	font-weight: 400;
	line-height: 1.5;
	color: darkred;
	background-image:radial-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1)), url(images/classroom2.jpg);
	background-color: white;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-attachment: fixed;
	
	line-height: 1.5;
} 






/* ....................LINK......................... */

a
{
	color: orange;
}

 /* ....................GRID SYSTEM......................... */
	
   .col1{
	   margin: 0px;
	   padding: 40px 0px 40px 0px;
	   text-align: center;
	   background-color: #e3e5e3;
	   
   }
   

   .col2{
	   margin: 0px;
	   padding: 40px 0px 40px 0px;
	   text-align: center;
	   
	   
   }
   
    .col3
	{
	   margin: 0px;
	   padding: 40px;
	   text-align: center;
	  
	   border-radius: 10px;
   }
   
   
   .content_container
	{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		
	}
  
     
	.mainContainer
	{
	   padding:20px;
	   flex-basis: 500px;
	   text-align: center;
	   border: 1px solid #e3e5e3;
	   border-radius: 30px;
	   box-shadow: 5px 5px 5px #e3e5e3;
	   background-color: white;
	   width: 100%;
	  
	}
	
	
	.mainContainer2
	{
	   padding: 10px 2px;
	   text-align: center;
	   border: 1px solid #e3e5e3;
	   border-radius: 30px;
	   background-color: white;
	   /*max-height: 98vh;*/
		flex-basis: 500px;
	 }
	 
	 
	.mainContainer2 h2
	{
	   font-size: 26px;
	}
	
	
	h1, h2, h3, h4, h5, h6
	{
		font-family: 'Raleway', sans-serif;
	}
	
	
	
	.mainContainer2 .close_container
	{
	   display: block;
	   text-align: right;
	   padding: 0 20px;
	   color: gray;
	   
	}
	
	.mainContainer2 .close_container i
	{
	   cursor: pointer;
	}
	
	.mainContainer2 .close_container i:hover
	{
	   color: #fD6A02;
	}
	
	
	.inner_row
	{
		overflow: auto;
		max-height: 90vh;
		padding: 0 10px;
	}
	
	
	.inner_row a
	{
		text-decoration: none;
	}
	
	
	.classroom_content
	{
		padding: 50px;
	}
	
	
	.form_container
	{
	   text-align: center;
	   border: 1px solid #e3e5e3;
	   border-radius: 0px;
	   box-shadow: 5px 5px 5px #e3e5e3;
	   background-color: white;
	   max-width: 600px;
	   margin: 50px auto;
	   overflow: hidden;
	   
	}
	
	
	.comment_container
	{
	   margin: 40px auto;
	   padding:10px;
	   text-align: center;
	   border: 1px solid #e3e5e3;
	   border-radius: 30px;
	   box-shadow: 2px 2px 5px silver;
	   background-color: white;
	   max-width: 600px;
	   
	}
	
	
	
	
	.form_head
	{
		  background-image: radial-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url("images/coding2.jpg");
		  background-color: #fD6A02; 
		  background-position: center; 
		  background-repeat: no-repeat;
		  background-size: cover;
		  padding: 30px 20px;
	}
	
	.form-wrap
	{
		display: flex;
		margin: 20px 0;
		border: 1px solid #e3e5e3;
	}
	
	.form-wrap .form_content:last-child
	{
		flex: 1;
		
	}
	
	
	.form-wrap .form_content:first-child
	{
		background: #e3e5e3;
		padding: 10px 20px;
	}
	
	
	.form-wrap input
	{
		padding: 10px 20px;
		width: 100%;
		border: none;
		outline: none;
		filter: none;
	}
	
	
	input
	{
		outline: none;
		filter: none;
	}
	
	/*
	
	.form_container .form_button
	{
		padding: 10px;
		border-radius: 0;
		border: none;
		font-size: 20px;
		font-weight: bold;
		background: #fD6A02;
	}
	*/
	
	
	
	.form_button
	{
		padding: 10px 20px;
		background: #fD6A02;
		background: linear-gradient(red, #fD6A02);
		color: white;
		font-size: 16px;
		border: none;
		border-radius: 30px;
		box-shadow: 3px 3px 8px #888888;
		display: block;
		width: 100%;
		margin: 15px 0 0 0;		
		font-weight: bold;
		transition: 1s ease-in-out;
	}
	
	
	.form_button:hover
	{
		
		background: linear-gradient(#fD6A02, red);
		transition: 1s;
		
	}
	
	
	
	.welcome_content_container
	{
		background: white;
	
		margin: 10px auto;
		box-shadow: 0 0 10px silver;
		border-radius: 10px;
		max-width: 800px;
		padding: 10px 0 0 0;
	}
	
	.welcome_content_container h1,.welcome_content_container h4
	{
		padding: 0 20px;
		text-align: center;
		line-height: 1.5;
	}
	
	.welcome_content
	{
		padding: 20px;
		
	}
	
	.welcome_content_container ul
	{
		background: #FAFAFA;
		padding: 10px;
	}
	
	.welcome_content_container li
	{
		margin-left: 20px;
		color: #1f1d1d;
	}
	
	.welcome_content_container p
	{
		color: #1f1d1d;
	}
	
	.welcome_content_container button
	{
		display: block;
		width: 100%;
		margin: 20px auto;
		padding: 10px 16px;
		border: none;
		color: white;
		background: #fD6A02;
		border-radius: 5px;
		box-shadow: 0 0 5px silver;
		font-weight: bold;
		
	}
	
	.welcome_content_container button:hover
	{
		opacity: .9;
	}
	
	.welcome_content_container button:active
	{
		border: 2px solid #ffbe85;
	}
	
	.welcome_content_container a
	{
		text-decoration: none;
		
	}
	
	
	
	.form_container h1
	{
	   line-height: 1.3;
	   color: white;
	}
	
	
	.form_container p
	{
	   margin: 10px 0;
	   color: #fD6A02;
	}
	
	
	.form_body
	{
		padding: 40px;
	}
	
	
	.mainContainer_paragraph
	{
	   
	   margin: auto;
	   margin-top: 70px;
	   margin-bottom: 70px;
	   padding:40px;
	   text-align: left;
	   border: 1px solid #e3e5e3;
	   box-shadow: 5px 5px 5px #e3e5e3;
	   background-color: white;
	   max-width: 600px;
	   
	}
	
	
	
	.course_register_container
	{
		display: flex;
		justify-content: center;
		padding: 60px;
	}
	
	
	.register_course
	{
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 20px;
	}
	
	
	
	
	
	.register_course_container
	{
		text-align: center;
		display: block;
		padding: 60px;
	}
	
	
	.course_inner_container
	{
		max-width: 800px;
		margin: auto;
	}
	
	
	.course_inner_container span
	{
		display: block;
		max-width: 400px;
		height: 4px;
		background: #fD6A02;
		margin: auto;
		border-radius: 50%;
	}
	
	
	
	.register_course_container h1
	{
		text-align: center;
		line-height: 1.5;
		font-size: 20px;
		
	}
	
	
	
	.register_course h1
	{
		text-align: center;
		line-height: 1.5;
		font-size: 20px;
	}
	
	
	
	.course_box
	{
		width: 100%;
		
	}
	
	
	.course_box a
	{
		text-decoration: none;
	}
	
	
	.course
	{
		position: relative;
		z-index: 91;
		display: block;
	}
	
	.course_button
	{
		margin: 10px 0;
		padding:10px 30px 10px 30px;
		background: darkred;
		color: white;
		font-size: 16px;
		border: none;
		border-radius: 30px;
		box-shadow: 3px 3px 8px #888888;
		display: block;
		width: 100%;
		text-transform: uppercase;
	}
	
	
	.course_button:hover
	{
		background-color: red;
		color: white;
		transition: all 0.8s;
	}
	
	
	
	.course_category
	{
		overflow: hidden;
		background: white;
		display: none;
		/*width: 90%;*/
		padding: 20px 5px 5px 5px;
		position: relative;
		top: -30px;
		box-shadow: 0 0 10px #e3e5e3;
		border-radius: 0  0 10px 10px;
		/*margin-bottom: 20px;*/
		z-index: 90;
	}



	/*---------- FOR WAVY BACKGROUND -------------*/
	.wave
	{
		position: absolute;
		width: 100%;
		height: 38px;
		bottom: 0;
		left: 0;
		background: url("../images/wave.png");
		animation: animate 10s linear infinite;
	}


	.wave::before
	{
		content: '';
		width: 100%;
		height: 38px;
		background: url("../images/wave.png");
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.4;
		animation: animate-reverse 10s linear infinite;
	}

	.wave::after
	{
		content: '';
		width: 100%;
		height: 38px;
		background: url("../images/wave.png");
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.6;
		animation-delay: -5s;
		animation: animate 20s linear infinite;
	}



	@keyframes animate {
		
		0% {
			background-position: 0;
		}

		100% {
			background-position: 1811px;
		}
	}

	@keyframes animate-reverse {
		
		0% {
			background-position: 1811px;
		}

		100% {
			background-position: 0;
		}
	}
	
	
	
	/*------------ POPUP -------------*/

	.popup_overlay
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: white;
		z-index: 180;
		opacity: 0.9;
		display: none;
	}

	.popup_wrapper
	{
		display: none;
		padding: 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 200;
	}

	.popup_wrap
	{
		
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		
		
	}


	.popup_container
	{
		flex-basis: 400px;
		border-radius: 10px;
		box-shadow: 0 0 5px silver;
		background: white;
		max-height: 95vh;
		max-width: 600px;
		overflow: hidden;
		padding-bottom: 20px;
	}


	.popup_content
	{
		width: 100%;
		max-height: 500px;
		background: white;
		padding: 20px 20px 0px 20px;
		overflow: auto;
	}

	.success_logo
	{
		max-width: 60px;
		display: block;
		margin: 0 auto 10px auto;
	}

	.popup_button
	{
		display: block;
		width: 100%;
		margin-top: 20px;
		background-color: rgb(255, 136, 0);
		border: 1px solid rgb(255, 136, 0);
		border-radius: 5px;
		padding: 10px;
		color: white;
	}

	.popup_text
	{
		text-align: center;
	}

	.terms_text
	{
		text-align: center;
		margin: 20px 0 0 0;
		font-size: 14px;
		color: gray;
	}
		
	/*--- Popup ends--- */
	

	
	
	.container
	{
		width: 100%;
		padding: 0;
	}

	.navigation_container{
	   padding:2px;
	   text-align: center;
	   background-color: darkred;
	   } 
	   
   
   .table_container
	{
		width: 100%;
		min-height: 10px;
		overflow: scroll;
		
	}
   
  .overlay
  {
	  width: 100%;
	  height: 100%;
	  opacity: .8;
	  background-color: darkred;
	  position: absolute;
  }
  
   /* ....................IMAGES......................... */
  
  .computer_user
  {
	  max-width: 160px;
	  border-radius: 50%;
  }
  
  
  .icon_box
  {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 2px 4px gray;
	text-align: center;
	width: 160px;
	height: 230px;
	transition: 1s;  
  }
  
  
  
   .icon_box:hover
  {
	
	background: white;
	opacity: .8;
	transition: 1s; 
  }
  
  
  
  
    
  .icons
  {
	 display: block;
	 width: 100px;
	 height:100px;
	 padding: 10px;
}
  

  
  
   
 /* ....................PARAGRAPH......................... */
   
	p 
	{
	font-size: 18px;
	color: darkred;
	margin: 30px 0px 8px 0px;
	}


 /* ....................HEADING......................... */
 
 .main_title
 {
	color: white; 
	font-size: 70px; 
	text-align: center;
	/* font-weight: normal*/
	 font-weight: bold;
	text-transform: capitalize !important;
 }
 
 
 
 
 .page_heading
 {
	 padding: 1px 0px;
	 background-color: darkred;
	 color: white;
	 
 }

	 .navbar_container
	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
		background-color: darkred;
	} 
	
	
	
	
	h1, h2, h3 {
	text-align: center;
	font-weight: bold;
	margin: 20px;
	}  

	h1
	{
		font-size: 30px;
	}  	
	
	
	
		
	h2{
	font-size: 25px;
	} 
	
	h3{
	font-size: 20px;
	}

	.table_header
	{
		margin: 5px;
	}
	

	
	.heading
	{
		background-color: darkred;
		color: white;
		text-align: center;
		padding: 10px 20px;
		border-radius: 25px;
		line-height: 30px;
	}
	
	
	
/* ....................LOGO......................... */


.logo_only
	{
		visibility: hidden;
	}
	


.logo{
	width: 160px;
	height: auto;
	margin: 5px 10px;
	
}

.logo:hover{
	opacity: 0.8;
}

.logo_container
{
	margin-top: 10px;
	min-height: 60px;
	text-align: center;
}

.navbar_logo_container
{
	margin-top: 10px;
	min-height: 60px;
	display: flex;
	
} 

.flyer_container
{
	text-align: center;
}

.flyer
{
	margin-top: 10px;
	max-width: 500px;
	width: 100%;
	text-align: center;
} 


.menu_container
{
	min-height: 70px;
	padding: 0px;
	
}

.amb_menu_container
{
	background-color: darkred;
	opacity: 1;
	color: darkred;
	height: 70px;
	padding: 0px 50px;
	margin-bottom: 50px;
	width: 100%;
}

.amb_menu_container a
{
	color: white;
	font-weight: bold;
}

.amb_menu_container ul li
{
	padding: 10px 10px;
	
}
.amb_menu_container ul
{
	width: 100%;
}



.logo2{
	max-height: 100px;
	margin-bottom: 20px;
	
}

.logo3{
	width: 50px;
	height: auto;
	margin: 10px 0px 0px 0px;
}




/* ....................NAVIGATION......................... */


.menu_holder
{
	display: flex;
	margin-left: auto;
	padding: 0px;
	min-width: 20px;
	
}



.menu_holder ul li
{
	color: white;
	
}


.small_view_button
{
	border-bottom: 1px solid #e3e5e3;
	padding: 20px 0 20px 0;
}

.small_view_search
{
	border-bottom: 1px solid #e3e5e3;
	padding: 20px 0 20px 0;
}





.search_container
{
	text-align: center;
}

#search{
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px;
	padding-top: 20px;
    overflow: hidden;
	float: right;
	
}

.search_button{
	background-color: red;
	border: 0px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	color: white;
}

.search_input{
	
	border: 1px solid #e3e5e3;
	padding: 5px;
	border-radius: 5px;
	max-width: 150px;
}



#sign_nav{
	
	margin: 7px 10px;
	text-decoration: none;
	color: white;	
	float: right;
	display:inline-block;
	
	
	}
    

	.sub_menu_item
	{
		display: none;
	}
	
	.navbar_logo_container ul
	{
		padding: 0px;
		list-style: none;
		position: relative;
	}
	
	
	.navbar_logo_container ul li:hover .sub_menu_item
	{
		display: block;
		position: absolute;
		background-color: darkred;
		border-radius: 10px;
		width: 270px;
		position: absolute;
		right: 0;
		overflow: hidden;
	}
	
	
	.navbar_logo_container ul li:hover .sub_menu_item a
	{
		text-decoration: none;
	}
	
	
	.navbar_logo_container ul li:hover .sub_menu_item ul li 
	{
		display: block;
		text-align: left;
		padding: 10px 40px;
		font-size: 17px;
	}
	
	.navbar_logo_container ul li:hover .sub_menu_item ul li a
	{
		color: white;
		
	}
	
	.navbar_logo_container ul li:hover .sub_menu_item ul li:hover
	{
		background-color: orange;
		color: darkred;
		
	}
	
	.navbar_logo_container ul li:hover .sub_menu_item ul li:hover a
	{
		color: darkred;
	}
	
	.menu_box
	{
		margin: 0px;
		display: inline-block;
		border: 1px solid orange;
		padding: 10px 20px;
		border-radius: 10px;
		cursor: pointer;
		-webkit-user-select: none; /* Safari */
		-ms-user-select: none; /* IE 10 and IE 11 */
		user-select: none; /* Standard syntax */
	}
	
	
	
/* ....................NEW HOME PAGE......................... */	
	
	
	.slider_container
	{
		z-index: 1;
		padding: 0 60px;
	}


	.slider_container p
	{
		color: white;
		text-align: center;
	}
	
	
	.slider_container .mainContainer
	{
		box-shadow: none;
		
	}
	
	
	
	.slider_wrapper
	{
		width: 100%;
		min-height: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-position: center; 
		background-size: cover;
		background-attachment: fixed;
		padding: 150px 50px 80px 50px;
		position: relative;
		overflow: hidden;
	}
	
	
	.overlay_container
	{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: radial-gradient(rgba(79,0,0,0.8), rgba(79,0,0,1)), url(images/computer_lab2.jpg);
		background-repeat: no-repeat;
		background-position: center; 
		background-size: cover;
		background-attachment: fixed;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 90;
		overflow: auto;
		display: none;
	
	}
	
	
	.wrapper
	{
		min-height: 10px;
		background-color: darkred;
		box-sizing: border-box;
		padding: 80px;
		
	}
	
	
	
	.wrapper2
	{
		width: 100%;
		min-height: 10px;
		box-sizing: border-box;
		padding: 0px 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	
	
	.wrapper2 a
	{
		display: inline-block;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 20px 10px;
		text-decoration: none;
	}
	
	
	
	.wrapper3
	{
		width: 100%;
		min-height: 10px;
		padding: 50px ;
		display: flex;
		justify-content: center;
	}
	
	
	
	
	.icon_box2
	{
		color: white;
		text-align: left;
		margin: 0 30px;
	}
	
	
	.icon_box2 p , .icon_box2 h4
	{
		color: white;
		text-align: left;
	}
	
	
	
	
	

/* ....................FORM......................... */

/*
.form_input
{
	
	border: 1px solid #e3e5e3;
	padding: 10px 25px;
	border-radius: 50px;
	width: 100%;
}
*/

.form-group
{
	position: relative;
	margin: 47px 0;
}

.form-group:last-child
{
	margin: 47px 0 20px 0;
}

.form-group.email_form_group
{
	margin: 20px 0 0 0 !important;
}


.form_input2
{
	
	border: 1px solid #e3e5e3;
	padding: 10px 18px;
	border-radius: 5px;
	width: 100%;
	max-width: 800px;
}



/* ....................ANIMATED FORM PLACEHOLDER......................... */

.form_input
{
	border: 1px solid #e3e5e3;
	padding: 10px 25px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	font-size: 18px;
	color: gray;
	outline: none;
	background-color: white;
	filter: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
} 




.message_box
{
	border-radius: 20px;
}

.form_label
{
	position: absolute;
	left: 18px;
	top: 12px;
	font-size: 18px;
	font-weight: 100;
	cursor: text;
	transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
	color: gray;
	background-color: white;
	padding: 0 5px;
	border-radius: 5px;
}


.form_input:focus ~ .form_label, .form_input:not(:placeholder-shown).form_input:not(:focus) ~ .form_label
{
	top: -9px;
	font-size: 14px;
	left: 20px;
}










.confirm_input
{
	
	border: 1px solid #e3e5e3;
	padding: 10px 18px;
	border-radius: 5px;
	width: 100%;
	max-width: 300px;
	
}

.payment_wrapper
{
	text-align: center;
	background-color: white;
	padding: 70px 20px;
	margin: 0px;
	overflow: scroll;
}

.payment_wrapper2
{
	text-align: center;
	padding: 70px 20px;
	margin: 0px;
	
}
/*
.form_label{
	text-align: left;
	margin-top: 30px;
}
*/
.form-wrapper
{
	text-align: left;
	padding: 0px 80px;
}











.signuperror{
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: solid 1px red;
	border-radius: 50px;
	box-shadow: 5px 5px 5px #e3e5e3;
	padding: 3px 10px;
}

.signupsucess{
	color: green;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: solid 1px green;
	border-radius: 50px;
	box-shadow: 5px 5px 5px #e3e5e3;
	padding: 3px 10px;
}

.signupsucess a
{
	color: green;
}

.signupsucess2{
	
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: darkred;
	box-shadow: 5px 5px 5px #e3e5e3;
	padding: 3px;
}

.cost
{
	font-size: 35px;
	font-weight: bold;
	color: red;
}

.signupsucess2 a{
	color: white;
}


.payment_guide
{
	background-color: darkred;
	color: white;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
}

.payment_form
{
	background-color: #e3e5e3;
	border-radius: 10px;
	width: 100%;
}

	 .exam_paper
	{
	   margin: 0px 5px 20px 5px;
	   padding:30px;
	   background-color: white;
	   box-shadow: 5px 5px 5px #e3e5e3;
	   overflow: scroll;
	}
/* ....................PROFILE SYSTEM......................... */






		#profile_container
		{
			width: 70%;
			left: 20%;
			margin: auto;
			margin-top: 50px;
			background-color:#e3e5e3;
			border-radius: 20px;
			overflow: hidden;
			text-align: center;
			padding: 0px 50px 0px 50px;
		}
		
		
		#profile_menu
		{
			padding-top: 40px;
			text-align: center;
			width: 100%;
		}
		
		#profile_menu a
		{
			background-color: darkred;
			color:#FFF;
			padding: 10px 40px 10px 40px;
			font-size: 18px;
			text-decoration: none;
			border-radius: 5px;
			
			box-shadow:2px 2px rgba(0,0,0,0.4);
			
		}
		
		
		#profile_menu a:hover
		{
			color: orange;
		}
		
		.profile_picture
		{
			text-align: center;
			background-color:white;
			margin: auto;
			width: 250px;
			height: 250px;
			border-radius: 20px;
			overflow: hidden;
		}
	
	
		
		.profile_picture p
		{
			position: relative;
			padding-top: 50%;
		}
		
			
		#userDetails
		{
			margin: auto;
			border: 1px solid white;
			padding: 30px;
			background: #e3e5e3;
			margin-bottom: 80px;
			
		}
		
		
		
		#profile_intro
		{
			margin: 40px 0px 0px 0px;
			text-align: center;
			padding: 20px;
			font-size: 28px;
		}
	
		
	
	/* ....................VIDEOS......................... */

	#video_wrapper
	{
		height: 100%;
		display: none;
	}
	

		.video
		{
			width: 100%;
			max-width: 900px;
			
		}

		.video_container
		{
			
			
			width: 100%;
			height: 0;
			padding-bottom: 56.25%;
			position: relative;
		}
		
		.video_container iframe
		{
			
			position: absolute;
			width: 100%;
			height: 100%;
		}
		
		
		
		
		.vote
		{
			text-align: center;
			padding: 10px;
			margin: 10px;
			background-color: red;
			border-radius: 10px;
			width: 100%;
			max-width: 900px;
			color: white;
			margin: auto;
			font-weight: bold;
		}
		
		
		.video_box
		{
			min-height: 20px;
			width: 100%;
			max-width:400px;
		}
		
		.register_button
		{
			text-align: center;
			padding:10px 30px 10px 30px;
			margin:20px 20px 20px 20px;
			background-color: red;
			color: yellow;
			font-weight: bold;
			font-size: 25px;
			border: none;
			width: 90%;
			max-width: 600px;
			box-shadow: 3px 3px 8px #888888;
		}
		
		.program_button
		{
			padding:10px 30px 10px 30px;
			background: #fD6A02;
			background: linear-gradient(red, #fD6A02);
			color: white;
			font-size: 16px;
			border: none;
			border-radius: 30px;
			/*box-shadow: 0px 0px 5px #888888;*/
			display: block;
			width: 100%;
			margin: 15px 0;		
			font-weight: bold;
			transition: 1s;
		}
		
		
		.program_button:hover
		{
			
			background: linear-gradient(#fD6A02, red);
			transition: 1s;
			
		}
		
		
		
		
		.download_button
		{
			padding:10px 30px 10px 30px;
			margin:10px;
			background-color: red;
			background: linear-gradient(red, darkred);
			color: white;
			font-size: 16px;
			border: none;
			border-radius: 30px;
			width: 90%;
			max-width: 220px;
			box-shadow: 3px 3px 8px #888888;
			
		}
		
		
		.download_button:hover
		{
			background-color: darkred;
			background: linear-gradient(darkred, red);
			color: white;
			transition: all 0.8s;
		}
		
		.download_button a:hover
		{
			color: darkred;
		}
		
		
		button:active
		{
			outline: none;
			transform: scale(0.9);
			box-shadow: 0 0 3px orange;
		}
		
		button:focus
		{
			outline: none;
			border: 1px solid orange;
		}
		
		.button
		{
			padding:10px 30px 10px 30px;
			margin:10px;
			background-color: white;
			color: darkred;
			font-size: 16px;
			border: none;
			border-radius: 30px;
			width: 90%;
			max-width: 220px;
		}
		
		
		.button:hover
		{
			background-color: #fD6A02;
			color: white;
			transition: all 0.5s;
		}
		
		
		
		.button2
		{
			padding:10px 30px 10px 30px;
			margin:10px;
			background-color: #fD6A02;
			color: white;
			font-size: 16px;
			border: none;
			border-radius: 30px;
			width: 90%;
			max-width: 220px;
		}
		
		
		.button2:hover
		{
			background-color: white;
			color: #fD6A02;
			transition: all 0.5s;
		}
		
		
		
		.register_button:hover
		{
			background-color: orange;
			color: darkred;
		}
		
		.register_button a:hover
		{
			color: darkred;
		}
		
		.program_button:hover
		{
			background-color: orange;
			/*background: linear-gradient(darkred, red);*/
			color: white;
			transition: all 0.8s;
		}
		
		.program_button a:hover
		{
			color: darkred;
		}
		
		.button_container
		{
			width: 100%;
			text-align: center;
			
		}
		
		.button_container a
		{
			display: block;
			
		}
		
		
		
		.main_button_container
		{
			width: 100%;
			text-align: center;
			display: flex;
			/*justify-content: center;*/

		}
		
		.main_button_container a
		{
			flex: 1;
			text-align: center;
		}
		/*
		.main_button_container a:first-child
		{
			text-align: right;
		}
		
		*/
		
		
		.button_container2
		{
			text-align: center;
		}
		
		.vote_button
		{
			text-align: center;
			padding:10px 40px 10px 40px;
			margin:20px 20px 20px 20px;
			background-color: yellow;
			color: red;
			font-weight: bold;
			font-size: 20px;
			border-radius: 50px;
			
		}
		
		.vote_button:hover
		{
			background-color: red;
			color: yellow;
		}

		


	
		.video_gallery
		{
			width:100%;
			max-width: 800px;
		}
	
		.video_gallery_container
		{
			background-color: #e3e5e3;
			padding: 20px;
			width: 100%;
		}
		
		.video_gallery_container video
		{
			width: 100 %;
		}
		
		.video_box p
		{
			color:white;
		}
		
		.marquee_container
		{
			background-color: #A91101;
			padding: 15px 0px 10px 0px;
			color: white;
			width: 100%;
		}
		
		


	/* ....................FOOTER......................... */
	
	
	.footer
	{
		
		background-color: darkred;
		text-align: center;
		width: 100%;
		position: relative;
		bottom: 0;
		
	}
	
	.footer span
	{
		color: white;
		font-size: 12px;
		padding: 0px;
	}
	
	
	/* ....................TABLE......................... */
	
	.price_table
	{
		background-color: white;
		width: 95%;
		margin: auto;
	}
	
	
	.price_table th
	{
		background-color: darkred;
		color: white;
		text-align: left;
		padding: 5px 20px;
		text-align: left;
		
	}
	
	.price_table td
	{
		color: darkred;
		text-align: left;
		padding: 20px;
		padding: 20px 40px 20px 20px;
		
	}
	
	.price_table tr:nth-child(even)
	{
		background-color: rgb(239,239,239);
		
	}
	
	.price_table tr:nth-child(odd)
	{
		background-color: white;
		
	}
	
	td
	{
		
		text-align: left;
	}
	
	

	
	
	
/* ....................QUESTIONS AND ANSWER SESSION......................... */
	
	.question_wrapper
	{
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
	}
	
	
	.question_form_container
	{
		background: white;
		border-radius: 10px;
		border: 1px solid #e3e5e3;
		flex-basis: 600px;
		padding: 20px;
		
	}
	
	
	.form_inner_content
	{
		height: 85vh;
		overflow: auto;
		padding: 10px;
		margin: 10px 0;
		border-radius: 10px;
		border: 1px solid #e3e5e3;
	}
	
	
	.question_form_container .logo
	{
		display: block;
		margin: auto;
		width: 100px;
	}
	
	.Questions_container
	{
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #e3e5e3;
		font-size: 22px;
		font-weight: bold;
		color: green;
	}
	
	
	.Questions_container p
	{
		color: green;
		font-size: 22px;
		margin: 0;
	}
	
	
	.Questions_container ol
	{
		width: 94%;
		margin-left: 30px;
	}
	
	
	.testimonial, .testimonial p, .testimonial li
	{
		color: green;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		margin: 0;
		
	}
	
	
	
	.participant_input
	{
		padding: 10px;
		font-size: 14px;
		border-radius: 10px;
		width: 100%;
		border: 1px solid #e3e5e3;
	}
	
	
	.participant_input:focus
	{
		box-shadow: 0 0 5px darkred;
	}
	
	
	.participant_button
	{
		background: #fD6A02;
		padding: 10px 20px;
		border: none;
		color: white;
		border-radius: 10px;
	}
	
	
	.question_success_wrapper
	{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}
	
	
	.question_success_container
	{
		background: white;
		padding: 20px;
		border-radius: 20px;
		flex-basis: 600px;
		border: 1px solid #e3e5e3;
		
	}
	
	.question_success_container p
	{
		text-align: center;
	}
	
	
	.question_success_container .logo
	{
		display: block;
		margin: auto;
		width: 100px;
	}
	
	
	.question_button_container
	{
		text-align: center;
	}
	
	
	.participant_answer_container
	{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px;
		align-items: flex-start;
	}
	
	.participant_answer_content
	{
		background: white;
		border-radius: 10px;
		border:1px solid #e3e5e3;
		padding: 10px;
		flex-basis: 370px;
		margin: 10px;
		
	}
	
	.participant_img
	{
		border-radius: 10px;
	}
	
	.participant_img img
	{
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	
	.participant_body
	{
		padding: 10px;
	}
	
	
	.participant_title
	{
		padding: 40px 0 0 0;
	}
	
	.participant_details
	{
		text-align: center;
	}
	
	.participant_details .full_name
	{
		font-size: 20px;
	}
	
	
	.participant_answer_details
	{
		margin-top: 5px;
		border: 1px solid #e3e5e3;
		border-radius: 10px;
		height: 200px;
		overflow: auto;
	}
	
	.participant_answer_head
	{
		border-bottom: 1px solid #e3e5e3;
		font-weight: bold;
		padding: 5px 10px;
	}
	
	
	.participant_answer_body
	{
		padding: 10px;
	}
	
	
	.participant_answer_body p
	{
		margin: 0;
	}
	
	.participant_question_container
	{
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #e3e5e3;
		text-align: center;
	}
	
	
	.participant_question_container h2
	{
		text-transform: uppercase;
	}
	
	.participant_question_container li
	{
		padding: 10px 0;
	}
	
	
	
	.student_reg_container
	{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	
	
	.student_reg_wrap
	{
		flex-basis: 600px;
		background: white;
		border-radius: 20px;
		box-shadow: 0 0 5px silver;
		padding: 20px;
	}
	
	.logo_container
	{
		text-align: center;
	}
	
	.logo_container img
	{
		width: 100px;
	}
	
	
	.student_reg_container.success
	{
		justify-content: center;
		align-items: center;
		height: 100vh;
	}
	
	.student_reg_container.success p
	{
		text-align: center;
	}
	

/* ....................RESPONSIVE MEDIA QUERY......................... */

@media only screen and (max-width: 1270px)
{
	.course_register_container
	{
		/*padding: 50px;*/
	}

}

	
@media only screen and (max-width: 1200px)
{
	.small_view_button, .small_view_search
	{
		display: none;
	}
	
	
	

	
	h1
	{
		font-size: 27px;
	} 
		
	h2
	{
		font-size: 24px;
	} 
	
	h3
	{
		font-size: 22px;
	}
	
	
	.small_view_button
	{
		display: none;
	}
	
/*
	.course_register_container
	{
		flex-direction: column;
		margin: 40px 20px;
		padding: 0;
		
	}
	
	.register_course
	{
		margin: 40px 0;
		padding: 0;
	}
	
  */
	
	
	.logo3
	{
		float: left;
		margin-right: 10px;
	}
	
	
		
	#profile_menu a
	{
		padding: 10px 20px 10px 20px;
		font-size: 16px;
		margin-right: 10px;
	}
}
	
	
		
	@media only screen and (max-width: 1000px)
	{	
		.course_register_container
		{
			padding: 40px;
		}
		
		.register_course
		{
			padding: 10px;
		}
	}
	
	
	@media only screen and (max-width: 895px)
	{
		.course_category button, .course_button
		{
			font-size: 14px;
		}
		
		.welcome_content_container
		{
			margin: 0;
			box-shadow: none;
			border-radius: none;
			width: 100%;
		}
	}

	@media only screen and (max-width: 830px)
	{

		
		.icon_box2 p, .icon_box2 h4
		{
			font-size: 14px;
		}
		
		.icon_box2 
		
		{
			padding: 20px;
			margin: 0;
		}
		
		
	}

	
	@media only screen and (max-width: 807px)
	{
		.course_register_container
		{
			flex-direction: column;
		}
	}



@media only screen and (max-width: 767px)
{
	
	.wrapper2
	{
		flex-wrap: wrap;
	}
	
	
	.register_button
	{
		
		font-size: 20px;
		
	}
	
	
	.talent_video
		{
			width: 100%;
			
		}
	
	
	
	
	.small_view_button
	{
		display: block;
	}
	
	
	
}

@media only screen and (max-width: 714px)
{
		
	.logo
	{
		display: none;
	}
	
	.logo_only
	{
		visibility: visible;
	}
	
	
	.form-wrapper
	{
		padding: 10px 0px;
	}
	
	
}

	@media only screen and (max-width: 653px)
	{
		
		.wrapper3
		{
			flex-wrap: wrap;
			padding: 20px;
			text-align: center;
		}
		
		
		.icon_box2
		{
			margin:0px;
			width: 100%;
		}
		
		
		.icon_box2 p , .icon_box2 h4
		{
			margin: 0 0 10px 0;
			text-align: center;
		}
	}


@media only screen and (max-width: 620px)
{
	.course_register_container
	{
		padding: 10px;
	}
	
	
	.course_category button
	{
		font-size: 13px;
	}
	
	
	
	.classroom_content
	{
		padding: 10px;
	}
	
	
	.form_container
	{
	   
	   margin: 0px;
	   
	   
	}
	
	.form_body
	{
		padding: 20px;
	}
	
	
	
	.slider_container
	{
		padding: 0px;
	}
	
	
	 .main_title
	 {
		 
		 font-size: 50px; 
		 
	 }

	
	
	.register_course_container
	{
		padding: 20px;
	}
	
	
	
	
	.mainContainer
	{
		padding: 20px;
		
	}
	
	.wrapper2
	{
		padding: 30px 5px;
		
	}
	
	
	
	
	
}



@media only screen and (max-width: 490px)
{
	.course_button
	{
		font-size: 12px;
		
	}
	
	.program_button
	{
		font-size: 12px;
		
	}
	
	
	.icon_box
	{
		width: 150px;
		height: 200px;
		padding: 15px;
	}
	
	
	.icon_box p
	{
		font-size: 14px;
		font-weight: bold;
	}
	
	.wrapper, .wrapper2, .wrapper3
	{
		padding: 30px 20px;
		margin: 0;
		
	}
	
	.slider_wrapper
	{
		padding: 120px 20px 50px 20px;
		margin: 0;
		
	}
	
	
	#sign_nav
	{
		display: none;
	}
	
	
	.form-wrapper
	{
		padding: 10px 0px;
	}
	
	
}

@media only screen and (max-width: 380px)
{
	.icon_box
	{
		width: 120px;
		height: 200px;
		padding: 10px;
		font-size: 5px;
	}
	
	.icon_box p
	{
		font-size: 12px;
		font-weight: bold;
	}
}