

/*  General Styling
/*-----------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #B80F0A;
}
body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #B80F0A;
  font-weight: 600;
}

h4 {
  color: #B80F0A;
  font-size: 14px;
  font-weight: 600;
}
h5{
  color: #B80F0A
}

a {
  color: #B80F0A;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #DF2800;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #B80F0A;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #560000;
  line-height: 28px;
}

::-moz-selection {
  background: #560000;
  color: #fff;
}

::selection {
  background: #560000;
  color: #fff;
}

.btn {
  background: #B80F0A;
  border: medium none;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  text-transform: uppercase;
}

#videos .btn {
  border-radius: 5px;
  margin-top: 20px;
}
#videos {
  background-color: #f9f9f9;
}
.btn-lessons {
  width: 150px;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  /* text-transform: uppercase; */
}

.form-group{
  color: #B80F0A
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #560000;
}

.hvr-shutter-in-horizontal:hover {
  background: #560000;
}

.mb-30 {
  margin-bottom: 30px;
}
.books-div{
  text-align: center;
  font-weight: bolder;
  padding-top: 10%;
}

.books-div a:hover{
  color: #B80F0A;
}

#hw{
  padding-top: 0;
  background: #f9f9f9;
  margin-bottom: -1;
}

.hw-iframe{
  border-radius: 10px;
  border-width: 5px;
  border-color: #B80F0A;
  border-style: solid;
  height: 80%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#hw h2{
  color: #B80F0A;
}

img.mfp-img{
  max-height: 570px !important;
}

.img-responsive {
  object-position: top;
}

#hw-iframe{
  border-radius: 10px;
  border-width: 5px;
  border-color: #B80F0A;
  border-style: solid;
}

#attendance{
  height: 900px;
}

#attendance-button:active, #attendance-button:hover{
  background-color: #560000;
}

strong a{
  color: inherit;
}
strong a:hover{
  color: white;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  margin: -0.5px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  background-color: saturate(180%) blur(20px);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #B80F0A;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}

.logo img {
  width: 100px;
  height: 31px;
}

.responsive {
  display: none;
  font-size: 23px;
  color: #B80F0A;
}

.active {
  color: #DF2800;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/444.jpg") repeat scroll top center / cover;
  height: 100vh;
  width: 100%;
}


#header .header-content {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #B80F0A;
}

.header-content p {
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #DF2800;
  font-weight: 500;
}

/* .div-header{
  position: relative;
  top: 25%;
  text-align: center;
} */

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #B80F0A;
  font-size: 24px;
}
.header-content .list-social {
  padding-bottom: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/
#services {
  background: #f9f9f9;
  position: relative;
  padding-bottom: 80px;
}

.services-block {
  text-align: center;
}

.owl-item {
  float: left;
}

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #B80F0A;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services p {
  text-align: left;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #B80F0A;
  line-height: 44px;
}

.services-carousel .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #560000;
}


#about {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  /* padding-top: 190px; */
}
#about.paddsection{
  padding-bottom: 50px;
  padding-top: 90px;
}

#about .div-img-bg {
  /* padding-bottom: 30px; */
  border: 20px solid #B80F0A;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  /* margin-top: -60px; */
  /* margin-left: 40px; */
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-weight: 500;
  font-size: 35px;
  text-align: left;
  color: #B80F0A;
  line-height: 1.3em;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   team
/*-----------------------------------------------------------------------------------*/

#team {
  background: #f9f9f9;
  position: relative;
  padding-bottom: 80px;
  text-align: center;
  margin-top: -1px;
}

.owl-item {
  float: left;
}

.team-block {
  text-align: center;
  margin-bottom: 10%;
  margin-top: 10%;
}


.team-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #B80F0A;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.team p {
  text-align: left;
}

.team-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.team-block i {
  font-size: 44px;
  color: #B80F0A;
  line-height: 44px;
}


.team-carousel  .owl-stage-outer {
  overflow: hidden;
}

.team-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}


.team-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.team-carousel .owl-dot.active {
  background-color: #B80F0A;
}

.team-carousel .owl-nav {
  display: none;
}


.owl-dots{
  padding-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  padding: 10px !important;
  font-size: 30px !important;
  color: #DF2800;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .team-carousel button.owl-dot {
  outline: none;
}

.owl-next.disabled , .owl-prev.disabled{
  color: #560000 !important;
}

.btn[disabled]{
  pointer-events: none;
}



.card {
  border-radius: 0.5rem;
  border-color: #B80F0A;
}

.card-img-top{
  object-fit: cover;
  height: 250px;
}
.owl-filter-bar{
  width: 100%;
  text-align: center;
  display: contents;
}
.owl-filter-bar ul{
  padding-left: 0px;
}

.owl-filter-bar .item:not(:last-child) {
    margin-right: 20px;
}
.owl-filter-bar .item {
    border-bottom: solid 1px transparent;
}
.owl-filter-bar .item.current {
    border-bottom-color: #B80F0A;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  achievers
/*-----------------------------------------------------------------------------------*/

#achievers {
  position: relative;
  padding-bottom: 50px;
}

#about .achievers-list {
  margin-bottom: 50px;
}

#about .achievers-list .nav {
  display: inline-block;
  margin: 0;
}

#about .achievers-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #B80F0A;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#about .achievers-list .nav li:hover, #about .achievers-list .nav li.filter-active  {
  color: #560000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#about .achievers-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.achievers-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.achievers-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #560000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #560000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

#contact a:hover{
  color: #DF2800;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.button-centered{
  padding-top: 20px;
  text-align: center;
}

.log-in-button{
  color: #B80F0A;
  border-color: #B80F0A;
  border: 1px solid;
  background: inherit;
  font-weight: 700;
}

.log-in-button:hover{
    background-color: #dc3545;
}

/* Video Section */

#video {
  padding-bottom: 50px;
}
#video .section-title{
  margin-bottom: 5%;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  height: 0;

}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 10%;
  width: 80%;
  height: 100%;
}
.video-comment{
  padding-top: 2%;
}
.video-comment p {
  margin-top: 12px;
}
#video-comment a{
  padding-top: 50px;
}
#video a:hover{
  color: #DF2800;
}


/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #560000;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  color: #999;
}

.credits {
  font-size: 13px;
}

.credits a{
  font-weight: 500;
  color: #999999;
}

.credits a:hover{
  color: white;
}



.header-blurred{
  background: url("../images/444-blurred.jpg") repeat scroll center center / cover;
  height: 100%;
}
.error-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.error-text p{
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: white;
}

.error-text a {
  color: #999999;

}
.error-text a:hover {
  color: white;
}

.form-logged-in .row{
  margin: 0;
}

 /* NEW CSS */
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #560000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #DF2800 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.btn-teacher-register{
  padding-top: 7%;
  max-width: 80%;
}

.bootstrap-select>.dropdown-toggle {
  white-space: normal!important;
}

/* @media (max-width: 600px) { */
  ul.dropdown-menu.inner.show{
    max-height: 200px;
  }

/* } */
