/* width */
/* colors */
/* border */
/* font */
/*padding & Margin */
/* Box Shadow */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400&display=swap");
html {
  font-family: "Raleway", sans-serif; }

.body {
  font-family: "Oxygen", serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

p, label, li {
  font-family: "Oxygen", serif; }

a:hover {
  text-decoration: none !important; }

.box-layout {
  max-width: 1200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto; }

h3.att {
  font-size: 16px;
  color: #478ee2;
  font-weight: 600;
  padding-bottom: 10px;
  border-width: 2px;
  border-bottom-style: solid; }

.header-part {
  padding: 15px 0px;
  box-shadow: 0 8px 6px -6px black;
  border-bottom: 1px solid #ddd; }

.pd-tblr {
  padding: 0px; }

span.print-sheet {
  float: right;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff !important;
  background-color: #478ee2 !important; }

table.result td {
  font-size: 18px;
  padding: 0px 10px;
  vertical-align: middle;
  background-color: #eee;
  border-color: #666; }

td.stu-name {
  font-size: 25px !important;
  font-weight: 800;
  padding-left: 25px !important;
  color: #478ee2; }

td.width-sml {
  width: 105px;
  padding-right: 0px;
  padding-left: 0px; }

.width-sml img {
  width: 106px;
  margin-right: 0px; }

.credits-sec1 {
  border-left: 4px solid #478ee2;
  border-radius: 5px;
  padding: 15px;
  font-size: 25px;
  color: #478ee2; }
  .credits-sec1 h3 {
    font-size: 20px; }
  .credits-sec1 p {
    font-weight: 700; }
  .credits-sec1 h3::before {
    content: '';
    width: 25%;
    height: 2px;
    background: #478ee2;
    font-weight: 700;
    position: absolute;
    top: 48px; }

.credits-sec2 {
  border-left: 4px solid #478ee2;
  border-radius: 5px;
  padding: 15px;
  font-size: 25px;
  color: #478ee2; }
  .credits-sec2 h3 {
    font-size: 20px; }
  .credits-sec2 p {
    font-weight: 700; }
  .credits-sec2 h3::before {
    content: '';
    width: 25%;
    height: 2px;
    background: #478ee2;
    font-weight: 700;
    position: absolute;
    top: 48px; }

.credits-sec3 {
  border-left: 4px solid #478ee2;
  border-radius: 5px;
  padding: 15px;
  font-size: 25px;
  color: #478ee2; }
  .credits-sec3 h3 {
    font-size: 20px; }
  .credits-sec3 p {
    font-weight: 700; }
  .credits-sec3 h3::before {
    content: '';
    width: 25%;
    height: 2px;
    background: #478ee2;
    font-weight: 700;
    position: absolute;
    top: 48px; }

.credits-sec4 {
  border-left: 4px solid #478ee2;
  border-radius: 5px;
  padding: 15px;
  font-size: 25px;
  color: #84c225; }
  .credits-sec4 h3 {
    font-size: 20px; }
  .credits-sec4 p {
    font-weight: 700; }
  .credits-sec4 h3::before {
    content: '';
    width: 25%;
    height: 2px;
    background: #478ee2;
    font-weight: 700;
    position: absolute;
    top: 48px; }

.result-table {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-top: 30px; }
  .result-table th {
    text-align: center;
    font-weight: 800;
    padding: 10px 10px;
    color: #478ee2; }
  .result-table td {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 3px; }
  .result-table thead {
    background-color: #eee;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important; }

caption.score-list {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #478ee2; }

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.form-text-center {
  margin: 0 auto; }

.login-field {
  border-radius: 5px;
  margin-bottom: 20px; }

.login-details {
  background-color: transparent;
  padding: 89px; }

footer {
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: #fff; }
  footer p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 23px;
    padding: 10px; }
  footer a {
    color: #fff; }

.hidden-up-to-s {
  display: none; }

@media (min-width: 640px) {
  /* @breakpoint-small */
  .hidden-up-to-s {
    display: block; } }
@media (max-width: 767px) {
  .login-details {
    background-color: transparent;
    padding: 63px 43px; }

  .logo {
    padding-top: 20px; }

  .header-part {
    padding: 0px; }

  .login-toggle {
    margin-top: 30px !important; }

  .login-btn1 {
    border: none;
    color: #478ee2;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 3px;
    position: absolute !important;
    top: 10px !important;
    float: right !important;
    right: 53px; }

  .logo-text a {
    padding-top: 0px !important;
    font-size: 25px !important; }

  .login-form {
    margin-top: 14px !important;
    right: 10px !important; }

  .cover-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    min-height: 813px; }

  .description {
    margin-top: 170px; }

  footer p {
    margin-bottom: 0px;
    font-size: 13px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .login-toggle {
    margin-top: 50px; } }
#color-overlay {
  background-color: #000;
  opacity: 0.9; }

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.login-btn {
  text-align: center !important;
  width: 50%;
  height: 39px;
  line-height: 40px;
  font-weight: 700;
  background-color: #478ee2; }

.forgot-pwd {
  margin-top: 20px;
  position: absolute;
  right: 40px;
  color: #478ee2 !important; }

.remember-me {
  margin-top: -7px;
  position: absolute;
  right: 40px; }

.login-form {
  transition: 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  margin-top: 38px !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: -moz-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  z-index: 999999999;
  right: 0px;
  width: 356px; }

.login-btn1 {
  border: none;
  color: #478ee2;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 15px 0px 15px;
  background-color: #fff; }

.login-toggle {
  margin-top: 70px; }

.btm-border {
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px !important; }

.login-btn1:focus {
  color: #544535;
  padding: 0px 15px 0px 15px;
  background-color: #fff; }

.head1 {
  padding: 30px;
  border-bottom: 2px solid #333; }

.description {
  background-color: rgba(14, 30, 48, 0.65) !important;
  margin-top: 0px; }
  .description h1 {
    color: #fff;
    margin-bottom: 35px; }
  .description p {
    color: #fff; }

.announcements {
  background-color: #fff;
  padding: 0px 10px 26px 0px;
  color: #333; }
  .announcements h2 {
    font-size: 20px;
    color: #333;
    box-shadow: 0px 15px 15px #fff;
    animation-timing-function: linear;
    background: linear-gradient(#bbb5b5, #efefea);
    padding: 10px 10px;
    font-weight: 600;
    border-left: 6px solid #333;
    margin-bottom: 0px; }

.events {
  padding: 0px; }
  .events li {
    padding: 0px 15px; }

.finance-sec {
  padding-top: 0px;
  padding-bottom: 0px; }

.eresults {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px; }
  .eresults .description {
    margin-top: 100px;
    padding: 0px 0px;
    background-color: rgba(115, 191, 152, 0.4) !important; }
    .eresults .description h2 {
      background-color: #333;
      padding: 10px 24px;
      font-size: 26px;
      font-weight: 600; }
    .eresults .description form {
      padding: 20px 30px; }
      .eresults .description form label {
        color: #fff;
        font-size: 17px;
        font-weight: 500; }
      .eresults .description form .uk-button {
        background-color: #333;
        width: 220px; }

.parents-portal {
  padding-top: 0px;
  padding-bottom: 0px; }
  .parents-portal .intro-text {
    margin-top: 120px; }
  .parents-portal .description ul li {
    color: #fff; }

.eresults-info {
  padding: 40px 40px;
  background-color: rgba(115, 191, 152, 0.4);
  margin: 40px 40px 0px 40px; }
  .eresults-info h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600; }
  .eresults-info .uk-panel-scrollable {
    height: 323px;
    border: none; }
  .eresults-info .links {
    padding: 10px 30px; }
    .eresults-info .links h3 {
      margin-bottom: 0px; }

.text-head::before {
  content: '';
  width: 19%;
  height: 3px;
  background: #0068B1;
  font-weight: 700;
  position: absolute;
  top: 84px; }

.text-head {
  color: #0068B1;
  color: #0068B1;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px; }

.cover-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  min-height: 760px;
  background-attachment: fixed;
  max-height: 1500px; }

.logo {
  display: flex; }

.logo-image {
  float: left;
  width: 8%;
padding-left: 15px;}

.logo-text a {
    font-weight: bold;
    font-size: 26px;
    display: block;
    float: left;
    padding-left: 10px;
    padding-top: 25px;
    color: #544535;
    line-height: 32px;
    text-align: left;
}

.logo-text small {
  font-size: 70%;
  font-weight: 400 !important;
  display: block; }

.header-blde {
  padding: 10px 0px; }

.mg-top {
  margin-top: 0px !important; }

.logo-text a:hover {
  text-decoration: none; }

.events ul {
  padding-left: 0px;
  padding-top: 15px; }

@media (max-width: 991px) {
  .announcements {
    background-color: #fff;
    padding: 26px 20px 26px 20px; } }
.description h1::before {
  content: '';
  width: 9%;
  height: 3px;
  background: #fff;
  font-weight: 700;
  position: absolute;
  top: 92px; }

.description2 {
  padding: 40px 40px;
  margin-top: 90px; }
  .description2 h3 {
    color: #010406;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 500; }

.description2 h3::before {
  content: '';
  width: 51%;
  height: 3px;
  background: #66a3e6;
  font-weight: 700;
  position: absolute;
  top: 38px; }

.desp2 h3::before {
  content: '';
  width: 60%;
  height: 3px;
  background: #66a3e6;
  font-weight: 700;
  position: absolute;
  top: 75px; }

.cal-events {
  border-left: 7px solid #478ee2;
  border-radius: 6px;
  padding: 30px 30px; }

.cal-events {
  background-color: rgba(255, 255, 255, 0.8); }

.description h2 {
  color: #fff;
  margin-bottom: 35px;
  font-weight: 500; }

.condition p {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  font-weight: 700; }

.desp-color {
  background-color: rgba(0, 104, 177, 0.65) !important; }

.payment {
  border-left: 12px solid #0068B1;
  padding: 15px; }
  .payment h3 {
    border-bottom: 2px solid #0068B1; }

.payment h3::before {
  content: none;
  background: #0068B1;
  right: 0px; }

.login-btn2 {
  color: #0068B1 !important; }

.login-btn3 {
  background-color: #0068B1; }

.pwd2 {
  color: #0068B1 !important;
  margin-top: 17px;
  position: absolute;
  right: 35px; }

.border-bg {
  border-top: 2px solid #0068B1; }

.footer-term {
  display: flex; }

p.terms a {
  color: #fff !important; }

.blde-pharma .heading {
  font-weight: 600;
  font-size: 24px !important; }

.online-pay {
  margin-top: 20px !important; }
  .online-pay h4 {
    padding-top: 7px;
    color: #333;
    font-size: 14px; }
  .online-pay .uk-button {
    margin-bottom: 0px;
    background-color: #0068B1;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0px; }

.login-btn3:hover {
  background-color: #666; }

.usn-box {
  margin: 0 auto; }

.login-panel .uk-form-large {
  font-size: 16px; }


/*# sourceMappingURL=style.css.map */
