
@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-Black.eot');
	src: url('../fonts/JioType/JioType-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-Black.woff2') format('woff2'),
		url('../fonts/JioType/JioType-Black.woff') format('woff'),
		url('../fonts/JioType/JioType-Black.ttf') format('truetype'),
		url('../fonts/JioType/JioType-Black.svg#JioType-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-Light.eot');
	src: url('../fonts/JioType/JioType-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-Light.woff2') format('woff2'),
		url('../fonts/JioType/JioType-Light.woff') format('woff'),
		url('../fonts/JioType/JioType-Light.ttf') format('truetype'),
		url('../fonts/JioType/JioType-Light.svg#JioType-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-Bold.eot');
	src: url('../fonts/JioType/JioType-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-Bold.woff2') format('woff2'),
		url('../fonts/JioType/JioType-Bold.woff') format('woff'),
		url('../fonts/JioType/JioType-Bold.ttf') format('truetype'),
		url('../fonts/JioType/JioType-Bold.svg#JioType-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-Medium.eot');
	src: url('../fonts/JioType/JioType-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-Medium.woff2') format('woff2'),
		url('../fonts/JioType/JioType-Medium.woff') format('woff'),
		url('../fonts/JioType/JioType-Medium.ttf') format('truetype'),
		url('../fonts/JioType/JioType-Medium.svg#JioType-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-MediumItalic.eot');
	src: url('../fonts/JioType/JioType-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-MediumItalic.woff2') format('woff2'),
		url('../fonts/JioType/JioType-MediumItalic.woff') format('woff'),
		url('../fonts/JioType/JioType-MediumItalic.ttf') format('truetype'),
		url('../fonts/JioType/JioType-MediumItalic.svg#JioType-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'JioType';
	src: url('../fonts/JioType/JioType-LightItalic.eot');
	src: url('../fonts/JioType/JioType-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JioType/JioType-LightItalic.woff2') format('woff2'),
		url('../fonts/JioType/JioType-LightItalic.woff') format('woff'),
		url('../fonts/JioType/JioType-LightItalic.ttf') format('truetype'),
		url('../fonts/JioType/JioType-LightItalic.svg#JioType-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
}

body {
	font-family: 'JioType';
	color: #444444;
}

a {
	color: #4154f1;
	text-decoration: none;
}

a:hover {
	color: #717ff5;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'JioType';
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-header {
	text-align: center;
	padding-bottom: 40px;
}

.section-header h2 {
	font-size: 38px;
	letter-spacing: 16px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	color: #012970;
}
a[disabled="disabled"] {
    color: green;
}
@media (max-width: 768px) {
	.section-header p {
		font-size: 28px;
		line-height: 32px;
	}
}



  .loginbg{
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fill-available;
  }

  .registractionbg{
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;

  }
  
  



  .login-form{width: 50%; margin: 0px auto; top: 20%; position: relative;}

  .loginbg .logo {text-align: center;}
  .loginbg .logintxt {text-align: center; margin: 25px 0px;}
  .loginbg .loginkidsimg {text-align: center;}

.login-form h2{font-family: 'JioType';
	font-style: normal;
	font-weight: 500;
	font-size: 15px; margin-bottom:5px;}

	.login-form input {border: 1px solid #EFEFEF; height: 50px; border-radius: 5px;
	    box-shadow: 0 0 5pt 0.5pt #efefef; padding-left: 45px;
	
	}

	.alretmsg{font-family: 'JioType';
		font-style: normal;
		font-weight: 300;
		font-size: 13px;
		line-height: 15px;margin-bottom: 20px;
		
		color: #000000; }

		::-webkit-input-placeholder {
			font-family: 'JioType';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 14px;
/* identical to box height */


color: #000000;
		 }
		 
		 :-moz-placeholder { /* Firefox 18- */
			font-family: 'JioType';
			font-style: normal;
			font-weight: 500;
			font-size: 12px;
			line-height: 14px;
			/* identical to box height */
			
			
			color: #000000;
		 }
		 
		 ::-moz-placeholder {  /* Firefox 19+ */
			font-family: 'JioType';
			font-style: normal;
			font-weight: 500;
			font-size: 12px;
			line-height: 14px;
			/* identical to box height */
			
			
			color: #000000;
		 }
		 
		 :-ms-input-placeholder {
			font-family: 'JioType';
			font-style: normal;
			font-weight: 500;
			font-size: 12px;
			line-height: 14px;
			/* identical to box height */
			
			
			color: #000000;
		 }

		 .loginbtn { background: #00A652;   color: #fff; width: 100%; border-radius: 25px; height: 50px;
		 }
		 .submitbtn { background: #00A652;   color: #fff; width: 100%; border-radius: 25px; padding: 10px 40px; width: auto; float: right;
		 }

		.usericon {background: #fff  url(../img/user.png) 20px 15px no-repeat;}
		.passwordicon {background:#fff  url(../img/password.png) 20px 15px no-repeat;}



		/*otp css */
		.login-form h2 span{font-family: 'JioType';
			font-style: normal;
			font-weight: 300;
			font-size: 14px; display: block;
			line-height: 16px; color:  #666666; padding-top: 10px; margin-bottom: 30px; position: relative;}

			.resendotp{ font-family: 'JioType';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px; width: 100%;  text-align: center; padding: 10px 0px 0px;
	
	color: #000000;}

	.resendotp a{text-decoration: none; color: #000;}
  .backbtn{ width: 100%; padding: 20px 0px 0px; display: block; text-align: center;}


  form .otp{
	display:inline-block;
	width:47px;
	height:50px; margin-bottom: 30px;
	text-align:center;padding-left: 0px;

	font-family: 'JioType';
font-style: normal;
font-weight: 500;
font-size: 22px;
color: #000000;
border-bottom:1px solid #666666;
border-left: none;
border-right: none;
border-top: none;
border-radius: 0px; background: none;
box-shadow: none;
  }

header{ position: fixed; width: 100%;
 z-index: 999;
	background: #FFFEF2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);

}

/*registraction css */
footer{font-family: 'JioType';
	font-style: normal;
	font-weight: 500; width: 100%;
	font-size: 12px; padding: 20px 0px;
	line-height: 14px; text-align: center;
	/* identical to box height */
	
	
	color: #666666;}
.registractionbox{  background: #FFFFFF;
	border: 1px solid #E9E9E9; padding: 30px;
	border-radius: 10px; width: 100%;}

	.registractionbox h1{font-family: 'JioType';
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 29px; 
		
		
		color: #D1AE6C;}

		.registractionbox h2{font-family: 'JioType';
			font-style: normal;
			font-weight: 500;
			font-size: 16px; padding-top: 0px;
			line-height: 19px;
			/* identical to box height */
			
			
			color: #000000;}

			.registractionbox h5{ padding: 15px 0px;
				font-family: 'JioType';
				font-style: normal;
				font-weight: 500;
				font-size: 16px; 
				line-height: 19px;
				/* identical to box height */
				
				
				color: #000000;
			}

	.form-control{height: 45px; position: relative;}
	.custom-select{height: 45px; position: relative;}

	.tablelistt{height: 30px; position: relative; border: none; background: none;}
	.tablelistt1{height: 30px;  padding: 5px; position: relative; border-radius: 6px; border: 1px solid #D8D8D8;  background: none;}


.labelcss{position: absolute; z-index: 99; font-family: 'JioType';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px; background: #fff;
	
	color: #000000;
	margin-bottom: 0px;
    top: -7px;
    left: 24px;
    padding: 0px 5px;
} 
.uploadentry h3{font-family: 'JioType';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	
	color: #EA3740;}

	.uploadentry ul{padding: 0px 0px; margin: 0px 0px;}

	.uploadentry ul li{list-style: disc ; color: #EA3740; font-size: 12px;
		line-height: 20px;color: #393939; font-style: normal;
		font-weight: 500;     margin-left: 15px;}



		.Participantdetails table {
			border-collapse: separate;
			border-spacing: 0;
			min-width: 100%;
			border: 1px solid #bbb;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
		  }
		  .Participantdetails table tr th,
		  .Participantdetails table tr td {
			/* border-right: 1px solid #D8D8D8; */
			/* border-bottom:1px solid #D8D8D8; */
		    padding: 15px;
			font-family: 'JioType';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 15px;

color: #393939;




		  }
		  .Participantdetails table tr th:first-child,
		  .Participantdetails table tr td:first-child {
			/* border-left: 1px solid #bbb; */
		  }
		  .Participantdetails table tr th {
			background: #F3F8FA;
			
			text-align: left;
			border-bottom: 2px solid #00A85A;
			font-family: 'JioType';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;

color: #393939;
		  }
		  
		  /* top-left border-radius */
		  .Participantdetails table tr:first-child th:first-child {
			border-top-left-radius: 6px;
		  }
		  
		  /* top-right border-radius */
		  .Participantdetails table tr:first-child th:last-child {
			border-top-right-radius: 6px;
		  }
		  
		  /* bottom-left border-radius */
		  .Participantdetails table tr:last-child td:first-child {
			border-bottom-left-radius: 0px;
		  }
		  
		  /* bottom-right border-radius */
		  .Participantdetails table tr:last-child td:last-child {
			border-bottom-right-radius: 0px;
		  }
		  .Participantdetails table tr:nth-child(odd) {background: #F3F8FA;
			border: 1px solid #DEDEDE;}
		



			.modal-confirm {		
				color: #434e65;
				width: 30%;
				margin: 30px auto;
			}
			.modal-confirm .modal-content {
				padding: 20px;
				font-size: 16px;
				border-radius: 5px;
				border: none;
			}
			.modal-confirm .modal-header {
				background: #e85e6c;
				border-bottom: none;   
				position: relative;
				text-align: center;
				margin: -20px -20px 0;
				border-radius: 5px 5px 0 0;
				padding: 35px;
			}
			.modal-confirm h4 {
				text-align: center;
				font-size: 36px;
				margin: 10px 0;
			}
			.modal-confirm .form-control, .modal-confirm .btn {
				min-height: 40px;
				border-radius: 3px; 
			}
			.modal-confirm .close {
				position: absolute;
				top: 15px;
				right: 15px;
				color: #fff;
				text-shadow: none;
				opacity: 0.5;
			}
			.modal-confirm .close:hover {
				opacity: 0.8;
			}
			.modal-confirm .icon-box {
				color: #fff;		
				width: 95px;
				height: 95px;
				display: inline-block;
				border-radius: 50%;
				z-index: 9;
				border: 5px solid #fff;
				padding: 15px;
				text-align: center;
			}
			
			.modal-confirm.modal-dialog {
				margin-top: 80px;
			}
			.modal-confirm .btn {
				color: #fff;
				border-radius: 4px;
				background: #00A652;
				text-decoration: none;
				transition: all 0.4s;
				line-height: normal;
				border-radius: 30px;
				margin-top: 10px;
				padding: 6px 20px;
				min-width: 150px;
				border: none;
			}
			.modal-confirm p{font-family: 'JioType';
				font-style: normal;
				font-weight: 500;
				font-size: 16px;
				line-height: 19px;
				/* identical to box height */
				
				
				color: #000000;}

			.modal-confirm .btn:hover, .modal-confirm .btn:focus {
				background: #00A652;
;
				outline: none;
			}

			.modelbtn{ width: 100%; }

			.cancelbtn{background: #fff !important; color: #000 !important; border: 1px solid #00A652 !important ;}
            .modelimg {width: 100%; text-align: center; ;}
			.thankyou{background:url(../img/thankyoubg.gif) center center no-repeat;}
			.thankyou p{font-family: 'JioType';
				font-style: normal;
				font-weight: 500;
				font-size: 16px;
				line-height: 22px;
				/* or 75% */
				
				text-align: center;
				
				color: #00A755;
			
			}
				.thankyou .modelimg{margin-bottom: 10px;}

	
	

.navbar-brand
{
	padding-top:0px; padding-bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.navbar-right {
    float: right!important;
    margin-right: 0px;
	position: absolute;
	right: 0px;
	top: 0px;

}
.navbar{padding: 0px;}
.userimg img{border-radius: 25px; margin: 0px 5px;}
.pull-right{font-family: 'JioType';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */
	
	text-align: right;margin-top: 5px;
	
	color: #000000;}

	/* .pull-right .dropdown-menu li a{color: #000;} */
	.pull-right .dropdown li a{color: #000;}

	.pull-right .dropdown-menu {
		position: static;
		float: none;
		padding: 10px;
	}

	.pull-right .dropdown-menu li {font-family: 'JioType';
		font-style: normal;
		font-weight: 500;
		font-size: 15px; padding: 5px 0px;
		line-height: 18px;}

		.usertxt{color: #000;}
		.usertxt:hover{color: #000;}

.headerlogodiv{width: 100%;}


.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
  }
  
  .upload-btn-wrapper .btn {
	background: #D1AE6C;
border: 1px solid #D1AE6C;
border-radius: 8px;
font-family: 'JioType';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 15px;
height: 30px;

color: #FFFFFF;
  }
  
  .upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
  }
.addrow{ float: right; font-family: 'JioType';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	
	color: #000000;     padding-top: 7px;}

	.addrow a{ color: #000000; text-decoration: none;}

	.btndiv{ width: 100%;
		text-align: center;
		display: block;}

		@media screen and (max-width: 992px) {

			.login-form{width: 80%;}
			.tablecss {
				margin-bottom: 30px;
				overflow-x: scroll;

			}
			.uploadentry{padding-top: 30px;}

		}

		@media screen and (max-width:767px) {
			.loginbg .loginkidsimg {display: none;}
			.login-form{top: 0%;}
			.loginbg{height: auto;}
			.userimg{display: none;}
			.pull-right 
{margin-top: 13px;}
.navbar-brand img{width: 30%;
    margin-top: 15px;
}

.btndiv .submitbtn{ float: none; }
		}

		@media screen and (max-width:640px) {
			.modal-confirm {
				color: #434e65;
				width: 80%;
				margin: 30px auto;
			}
			.logintxt img{width: -webkit-fill-available;}
			.navbar-brand img{ display: none;}
		}