h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 220, 1);
  z-index: 99;
}

.header-top {
  font-family: "Rubik", sans-serif;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(255, 255, 255) !important;
}
.container {
padding: 0 !important; 
}
.right_info {
  font-size: 12px;
}

.left_info {
  font-size: 12px;
}

.jss-nav {
  display: none;
}

.jss-header-mobile {
  display: none;
}

header i.fa.fa-mobile {
  bottom: -4px;
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.header-main {
  margin-top: 40px;
}

.jss-header {
  height: 100px;
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
}

.jss-header-row {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  /* margin-bottom: 10px; */
}


.jss-header-name {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: center;
  text-align: center;
}

.jss-header-name p {
  margin: 0;
  font-size: 16px;
  color: red;
  text-align: center;
}

.jss-header-name p:nth-child(2) {
 margin-top: 5px;
  font-size: 30px;
  font-family: "Teko", sans-serif;
  color: red;
  font-weight: bold;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.jss-header-content {
  font-size: 15px;
  margin-top: 0;
}


.jss-header-name p {
  margin: 0;
  font-size: 12px;
     font-family: "Gotu", sans-serif;
}

.jss-header-name p:nth-child(3) {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  font-family: "Gotu", sans-serif;
  color: #000000;
}

.jss-header-name p:nth-child(4) {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  font-family: "Gotu", sans-serif;
  color: #000000;
}

nav {
  width: 100%;
}
.logo-left img{
  height: 100px;
  width: 100px;
  border-radius: 10px;
}
.logo-right img{
  height: 100px;
  width: 90px;
  border-radius: 10px;
}
.logo-right p{
  font-weight: bold;
  font-size:12px;
  margin-top: 10px;
  font-family: "Gotu", sans-serif;
}
.logo-left p{
  font-weight: bold;
  font-size:12px;
  margin-top: 10px;
  font-family: "Gotu", sans-serif;
}






nav#cssmenu ul {
  font-family: "Rubik", sans-serif;
  margin-top: 13px;
}

/* .logo {
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 123;
  font: 18px verdana;
  color: #000000;
  float: left;
} */


#cssmenu{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  border: 0;
  list-style: none;
  /* line-height: 1; */
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu>ul>li {
  float: left;
  border-radius: 5px;
  margin-left: 5px;
}

#cssmenu>ul>li>a {
  padding: 7px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #131313;
  height: 35px;
}

#cssmenu>ul>li:hover>a {
  color: #fff;
}

#cssmenu ul li.active a {
  color: hsl(0, 0%, 100%);
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #f82249 !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 17px;
  right: 11px;

  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: "";
}

#cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-top: 0;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #ffffff;
  transition: all 0.25s ease;
}

#cssmenu li:hover>ul {
  left: -100px;
}

#cssmenu li:hover>ul>li {
  height: 40px;
  width: 300px;
  z-index: 999999;

}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#schools {
  background-color: white;
  padding: 11px 15px;
  width: 350px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  z-index: 999999;
  overflow-x: hidden;
  max-height: 350px;
}

#cssmenu ul ul li a {
  background-color: #fffde7;
  padding: 11px 15px;
  width: 300px;
  font-size: 14px;            
  text-decoration: none;
  color: #f82249;
  font-weight:500;
  z-index: 999999;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  background-color: #f82249;
  color: #ffffff;
  /* font-weight: bold; */
}

#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #3f3f3f;
  content: "";
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #3f3f3f;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333;
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  
  .header-main{
    display: none;
    }

  .jss-header-mobile{
  display
  : block;
  }
  #schools li {
    top: 210px;
  }

  #admission li {
    top: 0px;
  }

  #schools {
    /* border-bottom: 1px solid rgba(150, 150, 150, 0.15); */
    background-color: white;
    padding: 11px 15px;
    width: 350px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 350px;
  }

  #admission {
    /* border-bottom: 1px solid rgba(150, 150, 150, 0.15); */
    background-color: white;
    padding: 11px 15px;
    width: 250px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 200px;
  }

  .header-top {
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
  }
  

  .jss-header-mobile-row {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .jss-header-mobile-name {
    display: flex;
    flex-direction: column;  /* Stack items vertically */
    justify-content: center; /* Aligns items vertically */
    align-items: center;     /* Aligns items horizontally */
    margin-left: 30px;
    margin-right: 30px;
  }

  .jss-header-mobile-name p {
    font-size: 12px;
    color: red;
    text-align: center;
  }

  .jss-header-mobile-name p:nth-child(2) {
    font-size: 18px;
    color: red;
    /* Ensure the color is red */
    font-weight: bold;
    font-size: 18px;
    font-family: "Teko", sans-serif;
    /* Optional: Make the text bold */
  }

  .jss-header-mobile-name p:nth-child(3) {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    font-weight: bold;
    font-family: "Gotu", sans-serif;
  }

  .jss-header-mobile-name p:nth-child(4) {
    margin-top: 5px;
    font-size: 10 px;
    font-weight: bold;
    text-align: justify;
    font-family: "Gotu", sans-serif;
    text-justify: inter-word;
    color: #05080a;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }



  .logo-right img {
    border-radius: 10%;
  }


  .jss-header-mobile-name p {
    margin: 0;
    /* Remove default margin */
  }

  .right_info {
    margin-top: 13px;
    font-size: 14px;
  }

  .left_info {
    margin-top: 13px;
    font-size: 14px;
  }


  .logo-left {
    margin-top: 10px;
    width: 100px;
  }
  .logo-right {
    margin-top: 10px;
    width: 100px;
  }

  .logo-left img{
    height: 70px;
    width: 70px;
    border-radius: 10px;
  }
  .logo-right img{
    height: 70px;
    width: 60px;
    border-radius: 10px;
  }
  .logo-right p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }
  .logo-left p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }


  .jss-header {
    display: none;
  }

  .jss-nav {
    height: 50px;
    background: #ffffff;
    /* color: #fff; */
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }

  .jss-nav nav#cssmenu ul {
    /* display: flex; */
    justify-content: center;
    /* Center the menu items */
    align-items: center;
  }

  .jss-nav nav#cssmenu ul li {
    margin-left: 10px;
    /* Add spacing between the menu items */
  }

  #cssmenu>ul>li>a {
    color: #000000;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 25px;
  }


  #cssmenu {
    text-align: center;
    /* Ensure the content is centered */
    justify-content: center;
    justify-items: center;
  }

  nav#cssmenu ul {
    padding: 10px;
    float: none;
    /* margin-top: 0px; */
  }
}



@media screen and  (min-width: 421px) and (max-width: 575px) {


 
  .jss-header{
    display: none;
  }

  .logo-left {
    width: 90px;
  }
  .logo-right {
    width: 90px; 
    margin-top: 10px;

  }
  #schools li {
    top: 20px;
    height: 350px;
  }

  #admission li {
    padding: 0;
    top: 0px;
    height: 10px;
  }

  #cssmenu ul ul li a {
    font-size: 8px;
    width: 140px;
    background-color: #fffde7;
    padding: 6px 8px;
    text-decoration: none;
    color: #f82249;
    font-weight: 500;
    z-index: 999999;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    background-color: #f82249;
    color: #ffffff;
  }


  #cssmenu li:hover>ul>li {
    height: 20px;
    width: 140px;
    color: #ffffff;
    background-color: #f82249;
  }

  #schools {
    background-color: white;
    padding: 5px 7px;
    width: 250px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 300px;
  }

  #admission {
    background-color: white;
    padding: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 70px;
  }

  /* #cssmenu ul ul li a {
      padding: 0;
      height: 30px;
    }
   */

  .header-top {
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .jss-header-mobile {
    height: 100px;
    width: 100%;
    display: flex;
    max-width: 100%;
    align-items: center;
  }

  .jss-header-mobile-row {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* margin-bottom: 10px; */
  }


  .jss-header-mobile-name {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .jss-header-mobile-name p {
    margin: 0;
    font-size: 9px;
    color: red;
    text-align: center;
  }

  .jss-header-mobile-name p:nth-child(2) {
   margin-top: 5px;
    font-size: 15px;
    font-family: "Teko", sans-serif;
    color: red;
    font-weight: bold;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logo-container-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .jss-header-mobile-content {
    font-size: 0.75rem;
    margin-top: 0;
  }

  /* .logo {
    height: 55px;
    width: 90px;
    position: relative;
    z-index: 123;
    font: 18px verdana;
    color: #000000;
    float: left;
    margin-right: 10px;
    font-size: 0.65rem;
    align-items: center;
  } */

  .header-main {
    display: none;
  }

  .jss-header-mobile-name p:nth-child(3) {
    margin-top: 5px;
    font-size: 6px;
    text-align: justify;
    font-family: "Gotu", sans-serif;
    text-justify: inter-word;
    color: #05080a;
  }

  .jss-header-mobile-name p:nth-child(4) {
    margin-top: 5px;
    font-size: 7px;
    text-align: justify;
    font-family: "Gotu", sans-serif;
    text-justify: inter-word;
    color: #05080a;
  }

  .right_info {
    margin-top: 5px;
    font-size: 8px;
  }

  .left_info {
    margin-top: 5px;
    font-size: 8px;
  }

  .right_info p {
   margin-bottom: 0px;
  }

  .left_info p {
    margin-bottom: 0px;
  }

  .logo-left img{
    height: 50px;
    width: 50px;
    border-radius: 10px;
  }
  .logo-right img{
    height: 50px;
    width: 40px;
    border-radius: 10px;
  }
  .logo-right p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }
  .logo-left p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }
  
  nav {
    width: 100%;
  }

  .jss-nav {
    display: block;
    height: 30px;
    background: #ffffff;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }

  .jss-nav nav#cssmenu ul {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  #cssmenu>ul>li>a {
    color: #000000;
    font-size: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 20px;
  }

  #cssmenu {
    margin-top: 0px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    /* background: rgba(255, 255, 220, 1); */
  }

  nav#cssmenu ul {
    padding: 5px;
    float: none;
  }

}

@media screen and (max-width: 420px) {

  .jss-header{
    display: none;
  }

  .logo-left {
    width: 90px;
  }
  .logo-right {
    width: 90px; 
    margin-top: 10px;

  }
  #schools li {
    top: 20px;
    height: 350px;
  }

  #admission li {
    padding: 0;
    top: 0px;
    height: 10px;
  }

  #cssmenu ul ul li a {
    font-size: 8px;
    width: 140px;
    background-color: #fffde7;
    padding: 6px 8px;
    text-decoration: none;
    color: #f82249;
    font-weight: 500;
    z-index: 999999;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    background-color: #f82249;
    color: #ffffff;
  }


  #cssmenu li:hover>ul>li {
    height: 20px;
    width: 140px;
    color: #ffffff;
    background-color: #f82249;
  }

  #schools {
    background-color: white;
    padding: 5px 7px;
    width: 250px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 300px;
  }

  #admission {
    background-color: white;
    padding: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    z-index: 999999;
    overflow-x: hidden;
    height: 70px;
  }

  /* #cssmenu ul ul li a {
      padding: 0;
      height: 30px;
    }
   */

  .header-top {
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .jss-header-mobile {
    height: 100px;
    width: 100%;
    display: flex;
    max-width: 100%;
    align-items: center;
  }

  .jss-header-mobile-row {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* margin-bottom: 10px; */
  }


  .jss-header-mobile-name {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .jss-header-mobile-name p {
    margin: 0;
    font-size: 9px;
    color: red;
    text-align: center;
  }

  .jss-header-mobile-name p:nth-child(2) {
   margin-top: 5px;
    font-size: 15px;
    font-family: "Teko", sans-serif;
    color: red;
    font-weight: bold;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logo-container-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .jss-header-mobile-content {
    font-size: 0.75rem;
    margin-top: 0;
  }

  /* .logo {
    height: 55px;
    width: 90px;
    position: relative;
    z-index: 123;
    font: 18px verdana;
    color: #000000;
    float: left;
    margin-right: 10px;
    font-size: 0.65rem;
    align-items: center;
  } */

  .header-main {
    display: none;
  }

  .jss-header-mobile-name p:nth-child(3) {
    margin-top: 5px;
    font-size: 5px;
    text-align: justify;
    font-family: "Gotu", sans-serif;
    text-justify: inter-word;
    color: #05080a;
  }
  
  .jss-header-mobile-name p:nth-child(4) {
    margin-top: 5px;
    font-size: 6px;
    text-align: justify;
    font-family: "Gotu", sans-serif;
    text-justify: inter-word;
    color: #05080a;
  }

  .right_info {
    margin-top: 5px;
    font-size: 8px;
  }

  .left_info {
    margin-top: 5px;
    font-size: 8px;
  }

  .right_info p {
   margin-bottom: 0px;
  }

  .left_info p {
    margin-bottom: 0px;
  }

  .logo-left img{
    height: 50px;
    width: 50px;
    border-radius: 10px;
  }
  .logo-right img{
    height: 50px;
    width: 40px;
    border-radius: 10px;
  }
  .logo-right p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }
  .logo-left p{
    font-size:8px;
    margin-top: 10px;
    font-family: "Gotu", sans-serif;
  }
  
  nav {
    width: 100%;
  }

  .jss-nav {
    display: block;
    height: 30px;
    background: #ffffff;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }

  .jss-nav nav#cssmenu ul {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  #cssmenu>ul>li>a {
    color: #000000;
    font-size: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 20px;
  }

  #cssmenu {
    margin-top: 0px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    /* background: rgba(255, 255, 220, 1); */
  }

  nav#cssmenu ul {
    padding: 5px;
    float: none;
  }

}
