@font-face
{
	font-family: "LeagueSpartan";
	src: url(LeagueSpartan-Bold.otf) ;
}

@font-face
{
	font-family: "Josefin";
	src: url(JosefinSans-VariableFont_wght.ttf) ;
}

*
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	background: #f8f8ff;
}

/*=========================================================================================*/

/*ScrollBar Start*/

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Track */
::-webkit-scrollbar-track { 
  background: transparent;
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5); 
}

/*ScrollBar End*/

/*=========================================================================================*/

/*Topbar Start*/

.topbar
{
	width: 100%;
	height: 20px;
	background-color: #74C9F1;
}

.topbar marquee p
{
	margin: 2px 0px;
	color: #130f40;
	font-family: Josefin;  
}

/*Topbar End*/

/*=========================================================================================*/

/*Header Nav Start*/

.header
{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.5);
	z-index: 1000;
}

.logo img
{
	float: left;
	width: 200px;
	height: auto;
	margin-top: 15px;
	margin-left: 10px;
	
}

.nav
{
	float: right;
}

.nav ul
{
	list-style-type: none;
	line-height: 100px;
}

.nav ul li
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
}

.nav ul li a
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Raleway;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
	padding: 10px 15px;
	color: black;
	border-radius: 3px;
	font-weight: bold;
	transition: 0.3s;
}

.nav ul li a:hover,
.nav ul li a.active
{
	background-color: black;
	color: white;
}

/*Header Nav End*/

/*=========================================================================================*/

/*Back To Top*/

#btt {
  display: block;
  background-color: #3d3d3d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100000000;
}
#btt::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #f8f8ff; 
}
#btt:hover{
  cursor: pointer;
  background-color: #F18917;
}
#btt:active {
  background-color: #555;
}
#btt.show {
  opacity: 1;
  visibility: visible;
}

/*Back To Top End*/

/*=========================================================================================*/


.container{
	position: relative;
	text-align: center;
	margin-top: 30px;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}
.container span{
	color: #74C9F1;
	font-weight: normal;
}
.container::after{
	content: '';
	width: 150px;
	display: block;
	height: 4px;
	background-color: #74C9F1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5px;
}

.categories{
	position: relative;
	width: 95%;
	height: 50px;
	display: flex;
	background: #dff9fb;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
	align-items: center;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.24), -2px -2px 5px -2px rgba(0,0,0,0.24);
	justify-content: space-between;
}
.categories a{
	flex: 1;
	text-decoration: none;
}
.categories .exam{ 
	border-radius: 50px;
	padding: 7px 10px;
	font-size: 18px;
	font-family: 'Roboto',sans-serif;
	color: #3d3d3d;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.25s;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0px 10px;
}
.categories .exam:hover{
	background-color: #74C9F1;
	color: #f8f8ff;
}
.exam.active{
	color: #0093dd;
}

.main{
	position: relative;
	top: 60px;
	width: 95%;
	height: auto;
	background: transparent;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
}

.main .examh{
	width: 100%;
	height: 100px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.main .examh span{
	font-size: 40px;
	font-family: Josefin;
	color: #3d3d3d;
}
.content{
	position: relative;
	width: 100%;
	height: auto;
	/*background: #ddd;*/
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.quicks{
	position: sticky;
	display: flex;
	background: #dff9fb;
	width: 200px;
	height: auto;
	border-radius: 5px;
	top: 110px;
	padding: 00px 10px;
	justify-content: center;
	align-items: ;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.24);*/
}
.quicks ul{
	list-style-type: none;
}
.quicks ul li{
	margin: 30px 0px;
	text-align: center;
}
.quicks ul li .link{
	font-family: Josefin;
	font-size: 18px;
	color: #3d3d3d;
	text-decoration: none;
	transition: 0.25s;
	height: auto;
}
.quicks ul li .active{
	color: #F18917;
	font-weight: bolder;
}
.mat{
	display: flex;
	flex-direction: column;
	width: 80%;
	height: auto;
	/*background: #000;*/
}
.matter{
	display: block;
	width: 100%;
	height: auto;
	background: white;
    border: 1px solid #ccc;
    border-radius: 5px; 
	margin-bottom: 10px;
}
.matter h3{
	font-size: 25px;
	font-family: Josefin;
	font-weight: bolder; 
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-left: 20px;  
	margin-top: 30px;  
}
.matter p{
	font-family: 'Raleway',sans-serif;
	line-height: 25px;
	margin-left: 20px;  
	margin-right: 20px;  
	padding-bottom: 10px;
	font-size: 18px;
	text-align: justify;
}
.matter .table_div{
	position: relative;
	width:96%;
	left: 50%;
	transform: translateX(-50%);
}
table.blueTable {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
table.blueTable td, table.blueTable th {
  padding: 10px 7px;
  border: 1px solid #d5f1f2;
}
table.blueTable tbody td {
  font-size: 14px;
  color: #545454;
}
table.blueTable tr:nth-child(even) {
  background: #DFF8FB;
}
table.blueTable thead {
  background: #DFF8FB;
  background: -moz-linear-gradient(top, #e7fafc 0%, #e2f8fb 66%, #DFF8FB 100%);
  background: -webkit-linear-gradient(top, #e7fafc 0%, #e2f8fb 66%, #DFF8FB 100%);
  background: linear-gradient(to bottom, #e7fafc 0%, #e2f8fb 66%, #DFF8FB 100%);
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #3d3d3d;
  text-align: center;
}

.accordion {
  background-color: #dff9fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #444;
  cursor: pointer;
  padding: 12px 18px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s ease;
  border-radius: 5px; 
  margin-top: 15px;
  margin-bottom: 15px;
}

.acti, .accordion:hover {
  background-color: #d5f1f2;
}

.accordion:after {
  content: '\002B';
  color: #3d3d3d;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acti:after {
  content: "\2212";
}

.panel {
  width: 90%;
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background: #000;*/
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.panel p{
	font-size: 18px;
	font-family: Raleway;
	padding: 10px 0px;
}
.syllabusdownload{
	width: 450px;
	height: 50px;
	border: 4px solid #74C9F1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	margin: 20px;

}
.syllabusdownload div{
	position: relative;
	width: 80px;
	height: 50px;
	top: 0;
	left: -2px;
	background: #74C9F1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.syllabusdownload h4{
	font-size: 18px;
	font-family: Josefin;
	margin-left: 30px;  
	margin-top: 18px;  
}





