/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 90%;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

.fa-bars {
     font-size: 24px;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}


 :focus {
     outline: 0;
}

body {
	background: #152137;
}

.header{
	background: #0e5ed3;
	padding: 3px 0 5px;
	color: #fff;
	height: 50px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.bell-btn {
  position: relative;
}

.bell-btn a{
  color: #fff;
}

.notify-num {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  width: 15px;
  height: 15px;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.dropdown a {
  color: #fff;
  font-size: 16px;
}

.dropdown-menu a{
  color: #000;
  font-size: 15px;
}

.fa-bell {
  transform: rotate(20deg);
  font-size: 24px;
}

.profile-img {
  border-radius: 50%;
  width: 30px;
  border: 1px solid;
}

.light-blue-bg {
  background: url('../images/bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.dark-blue-bg {
  background: url('../images/bg3.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.home-classes {
  margin-bottom: 70px;
  margin-top: 10px;
}

.hcb-area {
  margin-bottom: 35px;
}

.home-class-box{
  border-radius: 5px;
/*  min-width: 260px;*/
 -webkit-box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.46);
-moz-box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.46);
box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.46);
transition: 0.4s;
}





.home-class-box a{
  color: #fff;
}

.hcb-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 8px 10px;
  letter-spacing: 1.5px;
}

.hcb-class-img {
  margin: 5px 0 8px 15px;
}

.home-class-box:hover .hcb-class-img{
  width: 105%;
  transition: 0.4s;
}


.hcb-subjects {
  background: rgb(0, 0, 0, 0.4);
  border-radius: 0 25px 25px 0;
  padding: 4px 15px;
  margin: 16px 0 8px 0;
  transition: 0.4s;
  min-width: 120px;
}

.hcb-img-area {
  margin: 15px 15px 0 0;
}

.hcb-img {
  width: 100%;
  transition: 0.4s;
}


.home-class-box:hover .hcb-img{
  width: 105%;
  transition: 0.4s;
}

.home-class-box:hover .hcb-subjects {
  transition: 0.4s;
  background: rgb(0, 0, 0, 1);
}




.footer {
  background: #071328;
  padding: 5px 0  2px;
  color: #fff;
}

.footer a{
  color: #fff;
}

.micon{
  text-align: center;
}

.micon img {
/*  opacity: 0.5;*/
  width: 25px;
}

.micon img.current{
  opacity: 1;
}

.align {
  clear: both;
  margin: 20px auto 20px;
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

.subjects .align {
  margin-left: 40px;
}

.align > li {
  width: 100%;
/*  min-height: 300px;*/
  display: inline-block;
  /*margin: 30px 20px 30px 30px;*/
/*  padding: 0 0 0 60px;*/
  vertical-align: top;
}

h1.page-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
}

a.view-details {
    background: #ef7900;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
}

a.view-details:hover {
  background: #cd6800;
}

.school-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.school-name:hover {
  color: #dfed05;
  transition: 0.3s;
}

/* ///////////////////////////////////////////////////

HARDCOVER
Table of Contents

1. container
2. background & color
3. opening cover, back cover and pages
4. position, transform y transition
5. events
6. Bonus
  - Cover design
  - Ribbon
  - Figcaption
7. mini-reset

/////////////////////////////////////////////////////*/

/*
  1. container
*/

.book {
  position: relative;
  width: 160px;
  height: 200px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
  2. background & color
*/

/* HARDCOVER FRONT */
.hardcover_front li.odd-sub {
 background-image: repeating-linear-gradient(45deg, rgba(250, 250, 250, 0.12) 0, rgba(250, 250, 250, 0.12) 0.5px, transparent 0, #00000017 50%);
background-size: 53px 53px;
background-color: #006ca3;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hardcover_front li.even-sub {
  background-image: repeating-linear-gradient(45deg, rgba(250, 250, 250, 0.12) 0, rgba(250, 250, 250, 0.12) 0.5px, transparent 0, #0000001f 50%);
background-size: 53px 53px;
background-color: #0045a4;
}

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec;
}

.book_spine li:first-child {
  background: #eee;
}
.book_spine li:last-child {
  background: #333;
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999;
}

/* page */

.page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

/*
  3. opening cover, back cover and pages
*/

.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}

/*
  4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.page,
.page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}

.page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/*
  5. events
*/

.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

/*
  6. Bonus
*/

/* cover CSS */

.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coverDesign::after {
  background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.yellow {
  background-color: #f1c40f;
  background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}

.blue {
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%);
}

.grey {
  background-color: #f8e9d1;
  background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.ribbon {
  color: #fff;
  display: block;
  font-size: 1.2em;
  position: absolute;
  top: 40%;
  /* right: 1px; */
  width: 100%;
  /* left: 20%; */
  height: 20px;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-align: center;
  /* -webkit-transform: rotateZ(45deg) translateZ(1px); */
  -moz-transform: rotateZ(45deg) translateZ(1px);
  /* transform: rotateZ(45deg) translateZ(1px); */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;

}

.ribbon::before,
.ribbon::after{
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;

  border-top: 20px solid transparent;
}

.ribbon::before{
  left: -20px;
  border-left: 20px solid transparent;
}

.ribbon::after{
  right: -20px;
  border-right: 20px solid transparent;
}

/* figcaption */

figcaption {
  padding: 17px 20px 25px;
  text-align: left;
  position: absolute;
  top: 0%;
  left: 160px;
  background-color: #fff;
  min-width: 310px;
}

figcaption h1 {
  margin: 0;
}

figcaption span {
  color: #16a085;
  padding: 0.6em 0 1em 0;
  display: block;
}

figcaption p {
  color: #63707d;
  line-height: 1.3;
}

.lg-ml-70 {
  float: right;
  margin-right: 310px;
}

.subject-name {
  color: #fbff00;
    font-size: 18px;
}

.chapter-box {
      width: 50%;
    }

@media screen and (min-width: 1200px) {
    .chapter-box {
      width: 43%;
    }

    .lg-ml-70 {
      float: none;
      margin-right: 0;
    }

  }

@media screen and (min-width: 1600px) {
    .chapter-box {
      width: 30%;
    }

    a.back-btn {
      font-size: 16px;
    }

    .lg-ml-70 {
      float: none;
      margin-right: 0;
    }

  .align {
    margin: 35px 0!important;
  }

  .subjects .align {
    margin-left: 26%!important;
  }

  }







.subjects {
  margin-bottom: 120px;
}
.chapters {
  margin-bottom: 100px;
  margin-left: 10px;
}

.details-page {
  margin-bottom: 100px;
}

.back-btn-area {
    margin-top: 40px;
}

a.back-btn {
    color: #fff;
    background: #007ca1;
    padding: 6px 12px;
    border-radius: 5px;
    transition: 0.3s;
}

a.back-btn:hover {
  background: #004fa1;
  transition: 0.3s;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 0;
  list-style: none;
  padding-bottom: 0;
  background-color: unset!important;

}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #858585;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #58b2ff;
  text-decoration: none;

}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 7px;
  width: 90%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0 98 204 / 55%);
  box-shadow: 0 10px 10px 0 rgba(0 98 204 / 55%);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.login-title {
  font-size: 25px;
}

/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

.login-page input[type=button], input[type=submit], input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 8px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-page input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

.login-page input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.login-page input[type=text], input[type=email], input[type=password] {
  background-color: #e1f0ff;
  border: none;
  color: #0d0d0d;
  padding: 7px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 15px 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.login-page input[type=text]:focus, input[type=email]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.login-page input[type=text]:placeholder, input[type=email]:placeholder {
  color: #cccccc;
}

.cp-form-title {
  font-size: 25px;
  margin-bottom: 10px;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
  width:60%;
}

.login-page {
  margin-bottom: 100px;
  margin-top: 35px;
}

.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.main-body {
  margin-bottom: 110px;
  margin-top: 35px;
}

hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .teacher-name {
    color: #0e5ed3;
    font-weight: bold;
  }

  .has-search .form-control {
    padding-left: 1rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 2.5rem;
}

.sidebar-content {
    background: #26509d!important;
    color: #fff;
    padding: 20px;
   /* border-radius: 5px;*/
}

.sidebar-content .form-control {
  border: 1px solid #4c4c4c;
  background-color: black;
}

.results-col {
  color: #fff;
}

.sidebar-title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-bottom: 1px solid #979797;
}

.sr-text-title{
  font-size: 14px;
}

.sr-text-title a{
   color: #fff;
}

.video-screen img {
  border-radius: 10px;
}

.video-title {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.video-desc  {
  color: #919191;
  margin-top: 15px;
}

.video-desc p {
  font-size: 14px;
}

.sr-text-desc {
  line-height: 1.4;
  font-size: 13px;
}
.lp-search-bar {
  width: 300px!important;
}
.search-box {
  z-index: 999!important;
}
.h-search-btn {
  padding: 10px 80px;
  font-size: 22px;
}

.search-suggestion {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    display: none;
}
.search-suggestion h4{
  padding-bottom: 2px;
}
.search-suggestion h4 a{
  color: #0e5ed3;
  font-weight: bold;
}
.search-suggestion ul li{
  border-bottom: 1px solid #ede9e9;
  margin-bottom: 5px;
text-overflow: ellipsis;
    width: 200px;
}

/*HOME PAGE*/
.select-class {
    background: #fff;
    transition: 0.3s;
    text-align: center;
    padding: 4px;
    margin-bottom: 5px;
}

.select-class a{
    color: #0175b9;
}

.select-class:hover {
    background: #0cb900;
    transition: 0.3s;
}

.select-class:hover a{
    color: #fff;
}
.search-title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #26509d;
    padding: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.list-group-item, .list-group-item:active, .list-group-item:visited{
    background-color: #0a0202;
    color: #fff;
}



.list-group-item.active {
    background-color: unset!important;
    border: 1px solid #268700;
    color: #fff;
}

.list-group-item:hover {
    background-color: unset!important;
    border: 1px solid #007bff;
    color: #fff;
}

.home-classes {
    margin-bottom: 70px;
    margin-top: 10px;
}

.list-group-item+.list-group-item {
    border-top-width: 1px!important;
}

.hcb-area {
    min-width: 130px;
}
ul.vid-nav-bar li {
    background: #3b517c;
    border-radius: 35%;
    transition: 0.4s;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
}
.vid-nav-bar-title{
  color: #fff;
  margin: 5px 0;
}

ul.vid-nav-bar li:hover {
    background: #6d94e1;
    transition: 0.4s;
    border-radius: 5%;
}

.lp-vid-modal .modal-body {
  padding: 0;
}

.lp-vid-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

@media (min-width: 576px){
  .lp-vid-modal .modal-dialog {
      max-width: 600px;
      margin: 1.75rem auto;
  }
}



.list-group {
    height: 50vh;
    width: 200px;
    background-color: #0a0202;
    overflow-y: auto;
}

@media (max-width: 1160px){
  .list-group {
      height: 50vh;
      width: 180px;
      background-color: #0a0202;
      overflow-y: auto;
  }
}

@media (max-width: 1060px){
  .list-group {
      height: 50vh;
      width: 160px;
      background-color: #0a0202;
      overflow-y: auto;
  }
}

@media (max-width: 960px){
  .list-group {
      height: 50vh;
      width: 150px;
      background-color: #0a0202;
      overflow-y: auto;
  }
}



#quiz-content {
    background: url('../images/quiz_bg.jpg');
    background-size: contain;
    margin-left: 20px;
    border-radius: 5px;
    padding-bottom: 12%;
}

@media (min-width: 1600px){
  .list-group {
      width: 15vw;
      height: 70vh;
  }

  #quiz-content {
      padding-bottom: 32%;
  }
}

.list-group::-webkit-scrollbar {
    width: 4px;
}
.list-group::-webkit-scrollbar-track {
    background: #0a0202;
}
.list-group::-webkit-scrollbar-thumb {
    background: #555;
}
.list-group::-webkit-scrollbar-thumb:hover {
    background: #26509d;
}

.btn-info {
    color: #fff;
    background-color: #0e3783;
    transition: 0.4s;
    border: none;
  }

  .btn-info:hover {
    background-color: #041f50;
    transition: 0.4s;
  }

      .lp-qtn-area, .lp-ans-area {
        background: #fff;
        color: #0b55b1;
        position: relative;
    }

    .lp-qtn-area {
      padding: 20px 45px!important;
    }
    .lp-ans-area{
      padding: 20px 45px!important;
      border: 2px solid #fff;
      transition: 0.6x;
    }
    .lp-ans-btn:hover .lp-ans-area{
      border: 2px solid #75a843;
      transition: 0.6x;
    }
    .lp-qtn-sl, .lp-ans-sl {
        position: absolute;
        top: -10px;
        left: -10px;
        border: 1px solid #0b55b1;
        border-radius: 50%;
        width: 40px!important;
        height: 40px!important;
        text-align: center;
        background: #fff;
        font-size: 20px !important;
    }
    .lp-qtn-img {
        background: #fff;
        padding: 20px;
    }


    .ans-selected{
      border: 2px solid #75a843!important;
      border-right: 15px solid #75a843!important;
      color: #75a843!important;
      font-weight: bold;
    }
    .wrong-ans{
      border: 2px solid #f51a1a!important;
      border-right: 15px solid #f51a1a!important;
      color: #f51a1a!important;
      font-weight: bold;
    }
    .lp-ans-img {
      position: relative;
    }
    .lp-ans-opt {
      position: absolute;
      top: 25px;
      left: 28px;
      background: #daf1ff;
      width: 35px;
      height: 25px;
      border: 1px solid #000;
      color: #000;
      font-weight: bold;
      text-align: center;
    }
    .ans-selected i {
      position: absolute;
      left: 20px;
      top: 15px;
    }

    .q-count {
      background: #4139b9!important;
      color: #fff!important;
      width: 50px!important;
      height: 50px!important;
      top: -15px!important;
      padding-top: 7px;
    }

    .pn-btn {
      position: absolute;
      top: -18px;
      right: -12px;
      background: #4139b9;
      width: 120px;
      height: 28px;
      border: 1px solid #000;
      text-align: center;
    }

    .lp-prev {
      margin-right: 10px;
    }
    .lp-prev, .lp-next {
      cursor: pointer;
      color: #fff;
    }

    .lp-prev:hover, .lp-next:hover {
      color: #c8c4ff;
    }

    .quiz-result-title {
        color: #fff;
        text-align: center;
        font-size: 30px;
    }
    .quiz-result-tbl th {
        text-align: center;
        font-size: 16px;
        color: #fff;
    }
    .quiz-result-tbl {
        color: #000;
        padding: 0.5rem!important;
    }

    .quiz-result-tbl td, .quiz-result-tbl th {
        padding: 0.5rem;
        vertical-align: middle;
    }

    .list-group-item {
      color: #fff!important;
      font-size: 18px!important;
      font-weight: bold;
  }


/*@media (max-width: 700px){
  .home-class-box {
    min-width: 260px;
  }
 }*/

@media screen and (max-width: 930px) {

  .school-name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}


}

@media screen and (max-width: 880px) {

  .school-name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}
.hcb-subjects {
    width: 120px!important;
  }

}
@media screen and (max-width: 820px) {

  .home-classes .d-flex{
    justify-content: flex-start!important;
    flex-direction: row;
    gap: 25px;
  }
  .lp-search-bar {
      max-width: 190px!important;
  }
  .search-box .btn {
    display: none;
  }

  .lg-ml-70 {
    float: right;
    margin-right: 70px;
  }

    .profile__area{
    display: flex;
      flex-flow: column-reverse;
  }

  h1.page-title {
      text-align: center;
      color: #fff;
      width: 150%;
      margin-left: -35px;
      font-size: 25px;
      margin-bottom: 15px;
  }
  figcaption {
    display: none;
  }

  .mb-220 {
    margin-bottom: 0;
  }

  ul.breadcrumb li {
      display: inline;
      font-size: 15px;
  }

/*  .video-content {
      margin-top: 20px;
  }*/

  .dropdown-menu a {
      color: #000;
      font-size: 14px;
  }

  .login-page input[type=button], input[type=submit], input[type=reset]{
        margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .component {
      margin-left: 90px;
  }
  .chapter-box {
      width: 100%;
    }

  .lg-ml-70 {
    float: none;
    margin-right: 0;
  }

  .align {
    clear: both;
    margin: 20px 0 0 0!important;
    width: 100%;
    max-width: 1170px;
    text-align: center;
  }

  .header .d-flex, .details-page .d-flex{
    flex-direction: column;
  }
  .header {
    height: 90px;
    text-align: center;
    padding: 0;
  }
  .header .ml-5 {
    margin-left: 0!important;
  }
  .search-box {
   display: none;
   }
 .fixed-bottom {
  max-width: 800px;
 }

.hcb-area {
    margin-bottom: 10px;
}

.list-group {
  width: 100%;
}

ul.vid-nav-bar li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

  }
/* Media Queries */
/*@media screen and (max-width: 37.8125em) {
  .align > li {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
  }

  .book {
    margin: 0 auto;
  }

  figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%;
  }
}*/

.vid-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.vid-container-left {
  width: 8%;
}

.vid-container-right {
   width: 92%;
}

/*@media screen and (min-width: 1800px) {

  .vid-container-left {
    width: 8%;
  }

  .vid-container-right {
     width: 92%;
  }


}*/



@media screen and (max-width: 760px) {
  /* .vid-container {*/
  /*  width: 500px;*/
  /*}*/

  .vid-container-right {
     width: 100%;
  }
  ul.vid-nav-bar {
    display: inline-flex;
  }
  .vid-nav-bar-title{
    display: none;
  }
  ul.vid-nav-bar li{
    margin-right: 15px;
  }
}

@media screen and (max-width: 550px) {
  /* .vid-container {*/
  /*  width: 350px;*/
  /*}*/

  .vid-container-right {
     width: 100%;
  }
  ul.vid-nav-bar {
    display: inline-flex;
  }
  .vid-nav-bar-title{
    display: none;
  }
  ul.vid-nav-bar li{
    margin-right: 15px;
  }
}



.row-title {
    background: #26509d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    transition: 0.4s;
}

.row-title:hover{
    background: #558cf1;
    color: #fff;
    transition: 0.4s;
}
#quiz-content{
    background-size: contain;
    margin-left: 20px;
    border-radius: 5px;
    padding-bottom: 12%;
    background: #26509d !important;
}
.lp-prev, .lp-next {
    cursor: pointer;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
.pn-btn{
    position: absolute;
    top: -18px;
    right: -12px;
    background: #ffce04;
    width: 150px;
    height: 35px;
    font-size: 20px;
    border: none;
    text-align: center;
}
.q-count {
    background: #ffce04 !important;
    color: #000 !important;
    width: 50px !important;
    height: 50px !important;
    top: -15px !important;
    padding-top: 7px;
    border: none;
    transition: 0.4s;
}

.lp-next:hover {
    color: #1258d9;
    transition: 0.4s;
    padding-left: 1px;
}
.lp-prev:hover {
    color: #1258d9;
    transition: 0.4s;
    padding-right: 1px;
}

/*Quiz Result Page

  Remove inline style -
  color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; text-align: justify;

*/
/*add #quiz-result-page id */
#quiz-result-page ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    color: #f3f3f3;
}

/*#game .card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #26509d;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
*/
#game .card h1 {
    background: #ffffff;
    color: #180000;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px;
}

.bg-brand {
    background-color: #26509d !important;
    color: #fff;
}

.text-brand {
    color: #26509d;
}


.lp-quiz-box {
   max-height: 340px;
   overflow: scroll;
   overflow-x: hidden;


}
.lp-quiz-box::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.lp-quiz-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.lp-quiz-box::-webkit-scrollbar-thumb {
  background: #555;
  border-radius:5px;
}

/* Handle on hover */
.lp-quiz-box::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius:5px;
}

.btn-primary{
    background-color: #26509d;
    border-color: #26509d;
}

.game-container-hor{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

 .game-container-ver {
            display: flex;
            flex-wrap: wrap;
        }

        .box {
            padding: 8px;
            border-radius: 12px;
            margin: 5px;
            text-align: center;
            line-height: 24px;
            cursor: pointer;
            background-color: #D2EEFD;
            color: #000;
            font-weight: 600;
            width: 100%;
            cursor: move;
        }

        .game-container-ver {
            width: 60%;
        }

        .box.non-sortable {
            background-color: #FFF;
            border: #9ccde7 solid 1px;
            cursor: not-allowed;
            color: #5e5e5e;
        }

        .sortable{
           border: 2px solid #fff;
           transition: 0.4s;
        }

        .sortable:hover {
            border: 2px solid #26509d;
            transition: 0.4s;
        }
        .game-container-ver, .game-container-hor-box {
            background: #e2e9ed;
            padding: 15px;
            border-radius: 10px;
        }

.game-container-hor .box{
  padding: 8px 20px;
}

.sort-img {
  max-width: 100px;
}

.sortable-img{
  background: #fff;
}


/*New codes 30th April 2024*/
.game-title{
      width: 100%;
}

.game-img {
  width: 100%;
}

.game-title a {
  font-size: 25px;
}

.box {
  padding: 25px 8px;
  font-size: 70px;
  line-height: 120px;
}

.box span {
    background: #26509d;
    border-radius: 10%;
    padding: 15px;
    color: #fff;
}

.card h1{
  font-size: 30px;
}
.table td, .table th{
  font-size: 20px !important;
}
.lp-quiz-box{
  max-height: 550px;
}

#answer {
    background-color: #d6f6f7;
}

.lp-qtn-area p, .lp-ans-area p {
      font-size: 25px!important;
    }
.p-relative {
  position: relative!important;
}
.ans-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding-right: 7px;
  padding-top: 8px;
}
.ans-btn:hover {
  background: #ffce04;
  color: #000;
  transition: 0.4s;
}

.lp-qtn-area p, .lp-ans-area p {
    font-size: 35px!important;
    line-height: 1.2;
}

.lp-ans-area {
    height: 120px;
}

#quiz-content h2 {
  font-size: 40px;
}

.pn-btn-new {
  background: #ffce04;
  font-size: 40px;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 0 20px;
}

.lp-qtn-sl-new, .lp-ans-sl-new {
  font-size: 35px !important;
  color: #000;
}

.lp-prev-new, .lp-next-new{
  color: #000;
  cursor: pointer;
}

.q-count-new{
    background: #ffce04 !important;
    color: #000 !important;
    width: 60px !important;
    height: 60px !important;
    border: none;
    transition: 0.4s;
    border-radius: 50%;
    padding-left: 10px;
    margin-top: 10px;
}

.ans-btn {
    position: absolute;
    right: 0;
    bottom: -30px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding-right: 5px;
    padding-top: 8px;
    font-size: 35px;
}

#quiz-content{
  padding: 12px 12px 40px 12px!important;
}

.lp-qtn-sl, .lp-ans-sl {
    position: absolute;
    top: -20px!important;
    left: -20px!important;
    border: 1px solid #0b55b1;
    border-radius: 50%;
    width: 60px!important;
    height: 60px!important;
    text-align: center;
    background: #fff;
    font-size: 30px !important;
}


/*topics Style*/


.view-topic-btn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #2c3e50;
  margin-top: 100px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

 .view-topic-btn:hover {
  border-color: #16a085;
  color: #16a085;
}

.bdr-btm {
  border-bottom: 1px dashed #bdbdbd;
}


.topic-box::-webkit-scrollbar {
        width: 8px;
    }

/* Track */
.topic-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.topic-box::-webkit-scrollbar-thumb {
    background: #0e5ed3;
    border-radius: 5px;
}

/* Handle on hover */
.topic-box::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
}

.topic-box {
    max-height: 200px!important;
    overflow-y: auto!important;
    overflow-x: auto!important;
}


/*New design September 2024*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.new-home-title-area {
  margin: 20px 55px 0 45px;
  font-family: "Roboto", sans-serif;
}

.new-home-title-area h1 {
  color: #fff;
  font-size: 28px;
}

.new-home-title-area .form-control {
  border-radius: 25px!important;
  border: none!important;
}

.lp-new-hm-item{
  padding: 1.3rem !important;
}

.lp-home-subject-icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
}

.lp-home-subject-icon img{
  width: 100%;
  transition: 0.4s
}

.lp-home-subject-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  transition: 0.4s
}

.lp-new-hm-item:hover .lp-home-subject-title{
  color: #fef260;
  transition: 0.4s
}
.lp-new-hm-item:hover .lp-home-subject-icon img{
  width: 95%;
  transition: 0.4s
}

.sub-details {
    padding: 5px 15px;
}
.sub-name {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.count-chapters {
  font-size: 12px;
  color: #fff;
  margin-left: 32px;
}

.sub-details-left {
  width: 20%;
  border-right: 1px solid #a5a5a5;
}

.sub-details-right {
  width: 80%;
  padding-left: 30px;
  padding-top: 10px;
}

.sub-right-side-content{
  height: 91vh;
  overflow-y: auto;
  background: #152137;
  margin-top: 10px;
}

.sub-side-panel {
  height: 90vh;
  overflow-y: auto;
  background: #152137;
}

.main-page-area{
  height: 70vh;
  overflow-y: auto;
  background: #152137;
}

.quiz-section-sc, .book-list-section-sc {
  height: 65vh;
  overflow-y: auto;
  background: #152137;
}


.sub-side-panel::-webkit-scrollbar,
.sub-right-side-content::-webkit-scrollbar,
.main-page-area::-webkit-scrollbar,
.quiz-section-sc::-webkit-scrollbar,
.book-list-section-sc::-webkit-scrollbar {
    width: 5px;
    border-radius: 25px;
}
.sub-side-panel::-webkit-scrollbar-track,
.sub-right-side-content::-webkit-scrollbar-track,
.main-page-area::-webkit-scrollbar-track,
.quiz-section-sc::-webkit-scrollbar-track,
.book-list-section-sc::-webkit-scrollbar-track {
    background: #0a0202;
    border-radius: 25px;
}
.sub-side-panel::-webkit-scrollbar-thumb,
.sub-right-side-content::-webkit-scrollbar-thumb,
.main-page-area::-webkit-scrollbar-thumb,
.quiz-section-sc::-webkit-scrollbar-thumb,
.book-list-section-sc::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 25px;
}
.sub-side-panel::-webkit-scrollbar-thumb:hover,
.sub-right-side-content::-webkit-scrollbar-thumb:hover,
.main-page-area::-webkit-scrollbar-thumb:hover,
.quiz-section-sc::-webkit-scrollbar-thumb:hover,
.book-list-section-sc::-webkit-scrollbar-thumb:hover {
    background: #26509d;
    border-radius: 25px;
}

.sub-chapters ul li{
  padding: 5px 20px;
  transition: 0.4s;
}


.sub-chapters ul li:hover a{
  color: #fff061;
  transition: 0.4s;
  font-weight: 500;
}

.sub-chapters ul li a{
  font-size: 15px;
  color: #fff;
}

.sub-chapters ul li.active {
  background: #fff061;
}

.sub-chapters ul li.active a{
  color: #000;
}


#topic-search-results li{
    padding: 5px 20px;
    transition: 0.4s;
}


#topic-search-results li:hover a{
    color: #fff061;
    transition: 0.4s;
    font-weight: 500;
}

#topic-search-results li a{
    font-size: 15px;
    color: #fff;
}

#topic-search-results li.active {
    background: #fff061;
}

#topic-search-results li.active a{
    color: #000;
}

.sub-details-menu {
  border-bottom: 1px solid #fff;
}

.sub-details-menu ul li{
  display: inline-block;
  padding-right: 30px;
}
.sub-details-menu ul li.active{
  border-bottom: 4px solid #fff061;
  margin-bottom: -2px;
}
.sub-details-menu ul li a{
  color: #fff;
  font-size: 20px;
}

p.new-chapter-name {
    padding: 5px 5px 5px 10px;
    color: #ffffff;
}

.new-book-name {
  color: #fff;
  padding: 5px;
  margin-top: 5px;
}

.new-book-name.active {
  color: #fff061;
}

.new-chapter-name{
  background: url('../images/arrow-up.png') no-repeat calc(100% - 10px) center;
background-size: 15px;
  cursor: pointer;
}
.collapsed{
      background-size: 15px;
      background-image: url('../images/arrow-down.png');
}

.topic-video {
/*  width: 50%;*/
}
.topic-video-title {
  margin-left: 10px;
  color: #fff;
}

.single-chapter-section {
    border-bottom: 2px solid;
}


/*New Quiz Design 16.09.2024*/

.quiz-box {
    border: 1px solid #0e5ed3;
    min-width: 180px;
    margin: 15px;
    border-radius: 10px;
    padding: 10px 15px;
    transition: 0.4s;
    position: relative;
}


.quiz-right-arrow {
  transition: 0.4s;
  color: #424242;
  position: absolute;
  right: 10px;
  top: 17px;
}

.quiz-box:hover {
    border-left: 15px solid #0e5ed3;
    transition: 0.4s;
}

.quiz-box:hover .quiz-right-arrow{
    color: #fff;
    transition: 0.4s;
}

.quiz-title {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

.quiz-tests-count {
    color: #b1b1b1;
    text-align: left;
    font-size: 12px;
    font-family: "Roboto", sans-serif;

}

.breadcrumb li a, .breadcrumb li  {
  font-size: 14px!important;
}

.quiz-subjects-tabs .nav-link {
    color: #cbcbcb!important;
}

.quiz-subjects-tabs .nav-link.active {
    background-color: #0e5ed3;
    border-color: #0e5ed3;
    color: #fff!important;
}

.ql-title a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.ql-sh-details {
    color: #cbcbcb;
    font-size: 12px;
}

.start-quiz-btn .fa {
  color: #000;
}

.start-quiz-btn {
    border-radius: 20px;
    padding: 8px 12px;
    color: #000;
    background: #fff;
    transition: 0.4s;
}
.start-quiz-btn:hover {
    color: #fff;
    background: #0e5ed3;
    transition: 0.4s;
}

.start-quiz-btn:hover .fa {
    color: #fff;
}

.download-worksheet-btn {
    border-radius: 20px;
    padding: 8px 12px;
    color: #000;
    background: #fff;
    transition: 0.4s;
}
.download-worksheet-btn:hover {
    color: #fff;
    background: #0e5ed3;
    transition: 0.4s;
}

.download-worksheet-btn:hover .fa {
    color: #fff;
}

.download-worksheet-area {
  margin-top: 3px;
}

.new-worksheet-list {
    max-width: 100%;
    background: #3c3c3c30;
    padding: 15px 10px;
/*    border-left: 5px solid #fff;
    padding-left: 10px;
    border-radius: 5px;*/
  border: 1px solid #0e5ed3;
}

.new-quiz-list {
    max-width: 100%;
    background: #3c3c3c30;
    padding: 10px;
/*    border-left: 5px solid #fff;
    padding-left: 10px;
    border-radius: 5px;*/
  border: 1px solid #0e5ed3;
}

.start-quiz-area {
  margin-top: 13px;
}

.bki-icon i {
    font-size: 80px;
    transform: none;
    transition: 0.4s;
}

.book-list-item {
 transition: 0.4s;
}

.book-list-item:hover {
  background: #3c3c3c30;
  transition: 0.4s;
}

.book-list-item:hover .bki-icon i {
    font-size: 80px;
    transform: rotate(351deg);
    transition: 0.4s;
}



.bki-details {
  line-height: 1.7;
  margin-top: 20px;
  margin-left: 10px;
}

.bki-title {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.bki-btn {
    color: #89cbf3;
    font-weight: 500;
    font-size: 13px;
    transition: 0.4s;
}

.bki-btn:hover {
  color: #fff;
  transition: 0.4s;
}

.lp-dropdown .dropdown-menu.show {
    background: #fff;
}

.lp-dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #f5df0b;
}

.lp-dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #152137;
}

.lp-dropdown .dropdown-menu{
  padding:0!important;
}

.n-bookmark-icon {
  float: right;
  padding-top: 8px;
}


.sticky-wb {
  position: fixed;
    top: 45%;
    right: -97px;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
    z-index: 999;
    transition: 0.4s;
}

.sticky-wb:hover {
  background: #f1e78c;
  transition: 0.4s;
  right: 0px;
}

.sticky-wb a{
  color: #000;
  font-weight: 600;
}

.new-lp-search-bar {
  width: 100%!important;
  border-radius: 0!important;
}

.classes-dropdown select.form-control {
  width: 200px;
}









