@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica.eot'); /* IE9 Compat Modes */
  src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/helveticaneue.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/helvetica.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/helvetica.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/helvetica.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'kalpurush';
	src: url('../fonts/Kalpurush.ttf') format('truetype');
}

html{
	background: url("../images/bg.png");

}


body{
  /* background-color: #E5E5E5; */
	background-image: url(../images/bg.png);

}
h5{
  font-family:'Helvetica' , Helvetica;
}

form{
  font-family:'Helvetica' , Helvetica;
}

table{
  font-family:'Helvetica' , Helvetica;
}
/*style for index page*/


.loggin_page h1{
  text-align:center;
  font-size:1.7em;
  padding-top:3%;
  color:green;
}

.loggin_page h5{
  text-align:center;
  line-height:25px;
  margin-top:25px;
}

.form-group{
	margin-bottom: 30px;
  border-radius: none;
}

.loggin_form1{
  width:30%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 50px 50px;
  background-color:#ffffff;
}

.loggin_form1 .btn{
  background-color: #2F79B4;
  color:#FFFFFF;
}

.loggin_form1 .btn:hover{
  background-color: #21547c;
  color:#FFFFFF;
}

.admin_btn{
  margin-top:10px;
  margin-bottom:-20px;
}

/*style for index page end*/

/*style for landing page*/

.landing_page h1{
  text-align:center;
  font-size:1.7em;
  padding-top:3%;
  color:green;
}

.landing_page h5{
  text-align:center;
  line-height:25px;
  margin-top:15px;
}

.exam_list{
  width:65%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:100px;
}

.exam_list .btn{
  width:65%;
  margin-top:30px;
  height:40px;
}

/*style for landing page end*/

/*style for kamil2_1st*/

.kamil2_1st h1{
  text-align:center;
  font-size:1.7em;
  padding-top:3%;
  color:green;
}

.kamil2_1st h5{
  text-align:center;
  line-height:25px;
  margin-top:15px;
}

.kamil2_1st{
  width:100%;
  padding-bottom:100px;
}

th{
  text-align:center;
  background-color: #2F79B4;
  color: #ffffff;
  font-size:10pt;
  height:60px;
}

td{
  text-align:center;

}

.kamil2_1st .auto-info .table{
  margin-bottom:50px;
  margin-top:40px;
}



.kamil2_1st .auto-info th{
  text-align:center;
  background-color: #2F79B4;
  color: #ffffff;
  font-size:10pt;
  height:20px;
}

.kamil2_1st .auto-info td{
  text-align:center;
  height:50px;
}


textarea{
  resize:none;
  width:100%;
  height:100px;
  margin-top: 5px;
	border: 1px solid #2b78b1;
	border-radius:5px;
	overflow: auto;
	outline: none;
	background-color:rgba(43,120,177,0.3);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea .area-expell{
  width:100%;
  height:95%;
}

.save{
  padding:10px 20px 10px 20px;
  margin-top:30px;
  margin-left:30px;

}


.logo1 {
	max-height: 90px;
}

.header1 {
	border-bottom: 5px solid #007646;
}
.header1 {
	background-color: #cdcdcd;
	padding-top: 5px;
	padding-bottom: 0;

}

.header1 h1 a{
  font-family:'kalpurush', Kalpurush;
  font-weight:400;
}

.header1 h2{
  font-family: 'GeosansLight', Open Sans;

}

.footer-bottom h4{
  font-family: 'kalpurush', Kalpurush;
}

.footer-bottom{
  font-family: 'kalpurush', Kalpurush;
  font-weight:bold;
  text-decoration:none;
}

.footer-bottom a{
  color:#ffffff;
  font-family: 'kalpurush', Kalpurush;
  font-weight:bold;
  text-decoration:none;
}

.row{
	width:100%;
}

.contact{
	width:50%;
	background-color:#AEB6BF;
	border-radius: 2px;
	font-family: 'kalpurush', Kalpurush;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 20px;
	font-size:20px;
}

.validation_area_with_button{
	margin-bottom:5px;
}

.validate_button{
	color: #ffffff !important;
	background: #2b78b1;
	display: inline-block;
	height:30px;
}

.instruction_delete{
	font-size:15px;
}
table td{
    border: 1px solid black;
}
body {
  background: black;
}
.submit_button {
	background-color: #007c1d;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 25px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #007c1d; -webkit-box-shadow: 0 0 3px #007c1d; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #007c1d; -webkit-box-shadow: 0 0 3px #007c1d; }
}

@-moz-keyframes glowing {
  0% { background-color: #007c1d; -moz-box-shadow: 0 0 3px #007c1d; }
  50% { background-color: #03b22c; -moz-box-shadow: 0 0 10px #03b22c; }
  100% { background-color: #007c1d; -moz-box-shadow: 0 0 3px #007c1d; }
}

@-o-keyframes glowing {
  0% { background-color: #007c1d; box-shadow: 0 0 3px #007c1d; }
  50% { background-color: #03b22c; box-shadow: 0 0 10px #03b22c; }
  100% { background-color: #007c1d; box-shadow: 0 0 3px #007c1d; }
}

@keyframes glowing {
  0% { background-color: #007c1d; box-shadow: 0 0 3px #007c1d; }
  50% { background-color: #03b22c; box-shadow: 0 0 10px #03b22c; }
  100% { background-color: #007c1d; box-shadow: 0 0 3px #007c1d; }
}

.submit_button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.lock_button {
	background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 25px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
	margin-left: 20px;
}

.direction-2{
	padding-bottom:20px;
	font-family: 'kalpurush', Kalpurush;
	font-size: 16px;
	color: red;
}

.service-button{
  background:#2F79B4;
  color:#fff;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
	font-family:'kalpurush', Kalpurush;
	font-size:20px;
	width: 760px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.service-button:hover{
  background:#fff;
  color:#2F79B4;
}
.service-button:before,.service-button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #2F79B4;
  transition:400ms ease all;
}
.service-button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-button:hover:before,.service-button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.kamil2_1st .viva-tutorial-table{
	margin-bottom: 20px;
}

.kamil2_1st .viva-tutorial-table tr{
	height:auto;
}


.kamil2_1st .viva-tutorial-table textarea{
	height:50px;
	text-align: center;
	padding-top:12px;
}

.kamil2_1st .viva-tutorial-table .auto-fillable{
	border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}

.subject-name{
	text-align: center;
	font-size: 25px;
	border: 1px solid #2b78b1;
	width:50%;
	margin: 5px auto;
	margin-bottom: 10px;
	background-color: rgba(43,120,177,0.4);
	color: #000000;
	font-family:'kalpurush', Kalpurush;

}

#scroll{
	position: fixed; /* Fixed/sticky position */
	bottom: 40px; /* Place the button at the bottom of the page */
	right: 1px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: rgb(0, 124, 29); /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 5px;/* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 20px; /* Increase font size */
	-webkit-border-radius: 10px;
	white-space: normal;
    width:100px;
    float:right;
    text-align: middle;
}

#scroll {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
