html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}
  
/* .loader {
  position:   fixed;
  z-index:    10;
  left:       0;
  top:        0;
  height:     100%;
  width:      100%;
  background: rgba(219, 219, 219, 0.808) 
              url('/Pictures/logo\ loader.gif') 
              50% 50% 
              no-repeat;
  background-size: 120px;
} */

.headertop1 {
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(to bottom right, rgb(109, 108, 108), rgb(184, 184, 184));
}
  
.headertop1 div.logo {
  float: left;
  padding: 20px;
  padding-bottom: 45px;
  padding-top: 45px;
}
  
.slogan {
  text-align: center;
  color: white;
  padding: 10px;
  background-color: #717171;
  font-size: large;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
}
  
.headertop1 h1.blue {
  font-size: 70px;
  color: rgb(255, 255, 255);
  float: left;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
  background-color: blue;
  margin-top: 10px;
  padding: 10px;
}

.headertop1 h1.red {
  font-size: 40px;
  color: rgb(247, 247, 248);
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
  background-color: red;
  margin: 0px;
  margin-left: 102px;
  margin-top: 110px;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  padding-left: 32.5px;
  padding-right: 32.5px;
}

.headertop1 a {
  float: right;
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
  margin-right: 12px;
  background-color: white;
  padding: 15px;
  text-decoration: none;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.headertop1 a:hover {
  color:  white;
  background-color: black;
}
  
.menubar {
  float: none;
  width: 95%;
  overflow:hidden;
  position: sticky;
  top: 0px;
  background-color: rgb(0, 38, 163);
  padding-left: 5%;
  z-index: 2;

}
  
.menubar a {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  width: 18%; 
  text-align: center; 
  border-bottom: rgb(114, 114, 114);
  border-bottom-style: solid;

}
  
.menubar a:hover {
  background-color: #000;
}
  
.menubar a.active {
  background-color: #aa0404;
  border-bottom-width: 0px;
  border: rgb(144, 144, 144);
  border-style: solid;
  border-bottom-style: none; 
}
  
.closebtn {
  display: none;
} 
  
.header-right {
  float: right;
}
    
.pic {
 background-image: url(/Pictures/wallpaperwordmap.jpg);
 background-position-x: center;
 background-position-y: center;
 background-size: 100%;
}

.pic img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
  
.centered {
  overflow: hidden;
  color: rgb(248, 223, 0);
  text-align: center;
  padding: 10px;
  background-color: coral;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  font-weight: bold;
}
 
.section {
  background-size: cover;
  height: 100%;
  color: rgba(0, 0, 0, 0.671);
  background-color: skyblue;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
 
.section .content .abc h1.heading {
  font-size: 40px ;
  font-weight: bolder;
}


    

  
.section .content .abc .button a.button1:hover{
 background-color: rgb(133, 1, 1);
}
  
span {
font-weight:bold ;
font-size: 0px;
}
  
  
.section2 {
 overflow: hidden;
 width: 100%x;
 padding: 70px;
 margin: 10%;
 margin-bottom: 0%;
 text-align: center;
 background-color: pink;
 border-top-left-radius: 25px;
 border-top-right-radius: 25px;
 color: whitesmoke;
 line-height: auto;
}
  
.section2 div.heading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 50px;    
}

.section2 div.subheading2 {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  font-size: 50px;
}

.section2 div.text2 {
  font-size: 30px;
  line-height: normal;
}

.section3 {
margin: 10%;
margin-top: 0%;
float: none;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
background-color: grey;
padding: 50px;
padding-bottom: 100px;
color: aliceblue;
}
  
.section3 l.numbers {
float: left;
font-size: 40px;
text-align: center;
width: 33%;
font-weight: lighter;
}

.section3 l.belownum {
float: left;
width: 33%;
text-align: center;
}

.footercontainer {
background-image: linear-gradient(to right,  rgb(145, 145, 255),rgb(255, 91, 91));
padding: 20px;
color: white;
overflow: hidden;
width: 100%;
}

.fblogo {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -55px;
  z-index: 3;
}

.fblogo:hover {
  height: 50px;
}

.fbmlogo {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 3;

}

.fbmlogo:hover {
  height: 50px;
}

.walogo {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: 55px;
  z-index: 3;

}

.walogo:hover {
  height: 50px;
}

.instlogo {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: 110px;
  z-index: 3;
}

.instlogo:hover {
  height: 50px;
}

.clsquicklinks {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -110px;
  z-index: 3;
}

#openquicklinks {
  display: none;
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 3;
  writing-mode: tb-rl;
  
  background-color: rgb(0, 66, 209);
  
  
}

#openquicklinks a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  padding: 30px;
  width: 50px;
}

.Address {
  padding: 2%;
  font-size: x-large;
  background-color: blue;
  color: aliceblue;
  box-sizing: content-box;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.Postalcode {
  padding: 2%;
  font-size: x-large;
  background-color: blue;
  color: aliceblue;
  box-sizing: content-box;
  padding-top: 0%;
}

.whatsapp {
  padding: 2%;
  font-size: x-large;
  background-color: blue;
  color: aliceblue;
  box-sizing: content-box;
  padding-top: 0%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.Postalcode1 {
  padding: 2%;
  font-size: x-large;
  background-color: blue;
  color: aliceblue;
  box-sizing: content-box;
  padding-top: 0%;
  padding-left: 2.5%;
}

.Postalcode1 b {
  visibility: hidden;
}

.map-responsive{
  overflow:hidden;
  background-color: skyblue;
  color: white;
  padding: 2%;
  font-size: x-large;
}

.map-responsive iframe{
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.contactsection{
  padding: 10%;
  background-color: rgb(255, 79, 79);
}

.ffffd {
  display: none;
}

.temporary {
  height: 75%;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
}

.temporary p {
  padding: 12px;
  padding-right: 60px;
}

.temporary a {
  text-align: center;
}

.ourhistory {
  text-align: center;
  background-color: rgb(255, 140, 140);
  padding: 23px;
  padding-left: 150px;
  padding-right:150px;
  color: rgb(0, 0, 124);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
}

.ourhistory p {
  color: rgb(58, 58, 58);
  font-size: 25px;
  margin-left: 50px ;
  margin-right: 50px ;
  font-weight: bolder;
}

.ourhistory a {
  background-color: #a80000; 
  border-width: 50px;
  color: white;
  padding: 22px 90px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.ourhistory a:hover {
  color: rgb(0, 0, 100);
  background-color: rgb(255, 106, 106);
  outline: rgb(0, 0, 100);
  outline-style: solid;
}

.whywe {
  text-align: center;
  background-color: skyblue;
  font-size: 20px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(255, 0, 21);
  height: 350px;
  padding-top: 20px;
}

.setup {
  background-color: rgb(255, 77, 77);
  width: 20%;
  height: 80px;
  color: white;
  border-radius: 25px;
  float: left;
  margin-left: 9%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 20px;
   
}

.quality {
  background-color: rgb(56, 52, 255);
  width: 20%;
  height:  80px;
  color: white;
  border-radius: 25px;
  float: left;
  margin-left: 9%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 20px;
}

.setup p {
  margin-top: 8%;
  
}

.quality p {
  margin-top: 8%;
}


.footer {
  text-align: center;
  color: white;
  background-color: black;
  width: 100%;
  padding-top: 12px;  
  padding-bottom: 12px;
}

.news-box .news {
  width: 800px;
  margin: 0.5em auto;
  padding: 30px;
  background-image: linear-gradient(to bottom right, pink, skyblue);
}

.news-box h2 {
  font-size: 40px;
  padding: 0;
  margin-bottom: 0;
  color: rgb(33, 29, 255);
}

.news-box p
{
  font-size: 22px;
  padding: 0;
  margin-bottom: 0.3em;
  color: rgb(0, 0, 0);
}

.news-box span
{
  font-size: 12px;
  color: rgb(87, 87, 87);
}

.loginform {
  width: 40%;
  margin-left: 26%;
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(skyblue, pink);
  padding: 5%;
  font-size: 18px;
  line-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.loginform button {
  text-align: center;
  color: #f8f8f8;
  width: 100%;
  font-size: 18px;
  background-image: linear-gradient(to right, blue, skyblue);
  line-height: 40px;
}

.loginform button:hover {
 background-image: linear-gradient(to right, pink, red);
}

.loginform label {
  width: 25%;
}

.field1 {
  width: 75%;
  padding: 5px;
  font-size: 18px;
}

.userna {
  width: 100%;
}

.userna label {
  width: 25%;
}

.pass label {
  padding-right: 0.75%;
}



.showSlide {
  display: none
}

.showSlide img {
  width: 100%;
}

.slidercontainer {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.left,
.right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.right {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.left:hover,
.right:hover {
  background-color: rgba(115, 115, 115, 0.8);
}

.content {
  color: #eff5d4;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.admission1 {
  text-decoration: none;
  margin-left: 2.5%;
  width: 95%;
  font-family: Arial, Helvetica, sans-serif;
  
}

.admission1 h1 {
  background-image: url(/Pictures/bg\ for\ text.JPG);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;


}

.admission1 .admission2 {
  background-image: linear-gradient(to bottom right, rgb(160, 160, 160),rgb(173, 173, 173));
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  border-radius: 20px;
  font-weight: bolder;
  margin-top: 25px;
}

.admission1 .admission2 a {
  margin-left: 15px;
}

table {
  margin: auto;
  width: auto;
  border-collapse: collapse;
  

}

td, th {
  border: 1px solid black;
  width: 200px;
  text-align: center;
}
.admissioncontent2 b {
  color: #a80000;
  font-size: 12px;
  margin-bottom: 20px;
}

.admissioncontent2 div {
  margin-left: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.admissioncontent2 form {
 margin-left: 15%;
 width: 70%;


}
  
.admissioncontent2 button {
  width: 80%;
  margin-left: 10%;
  background-color: blue;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50px;
  padding: 5px;
}

.admissioncontent2 button:hover {
    background-color: rgb(255, 0, 0);

}


.admissioncontent2  div.formhandle {
  float: left;
}


.admissioncontent2 label.add {
  width: 20%;
}

.admissioncontent2 input.add {
width: 80%;
}

