* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Ananda';
    src: url("../fonts/AnandaNamasteRegular.ttf");
}

/*Preloader*/

.no-js #loader { 
    display: none;  
}

.js #loader { 
    display: block; 
    position: absolute; 
    left: 100px; 
    top: 0; 
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat #fff;
}
/*Preloader End*/

/*Admission float Button*/
#float-btn {
    position: fixed;
    right: 0;
    top: 40vh;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;    
}

#float-btn p {
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
    50% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 40px hsl(224, 45%, 23%); 
    }
    100% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

@-moz-keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      -moz-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%); 
      -moz-box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      -moz-box-shadow: 0 0 3px hsl(224, 45%, 23%);
    }
}

@-o-keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%);; 
      box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

@keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%);; 
      box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

#float-btn a {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 1rem;
}
/*Admission float Button End*/

/*Whatsapp Button*/
#ws-btn {
    display: flex;
    position: fixed;
    top: 55vh;
    right: 0;
    z-index: 999;
    padding: 0 10px;
}

#ws-btn h6 {
    font-size: 1.3rem;
    background-color: mintcream;
    line-height: 2.5;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
}
/*Whatsapp Button End*/

/*Nav Bar*/
#navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: none;
    transition: 0.5s;
    top: 0;
}

#nav-items {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: white;
    padding: 0 20px;
}

#logo {
    float: left;
    display: flex;
    padding: 10px 0;
}

#logo a {
    text-decoration: none;
}

#logo-img {
    width: 160px;
    transition: 0.4s;
}

#logo h1 {
    font-size: 40px;
    font-family: 'Ananda';
    color: white;
    margin: 15px 0 0 10px;
    transition: 0.4s;
}

#menu {
    float: right;
    margin-top: 30px;
    font-family: 'Ananda';
}

#menu h2 {
    cursor: pointer;
    font-size: 80px;
    transition: 0.4s;
}

#ul {
    position: fixed;
    height: 100vh;
    width: 400px;
    background-color: #34495e;
    float: right;
    top: 0;
    right: -100%;
    transition: 0.5s;
    text-align: center;
    padding: 100px 0;
}

ul li {
    list-style-type: none;
    padding: 20px;
    text-align: center;
}

ul li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 1.5rem;
}

.show-menu-btn, .hide-menu-btn {
    transition: 0.4s;
    cursor: pointer;
    font-size: 26px;
}

ul li a:hover {
    text-decoration: none;
}

ul li a:hover, .show-menu-btn:hover, .hide-menu-btn:hover, #menu h2:hover {
    color: #3498db;
}

#chk {
    visibility: hidden;
}

#chk:checked ~ #ul {
    right: 0;    
}
/*Nav Bar Ends*/

/*Header*/
#header {
    background-image: linear-gradient(hsla(224,45%,23%,0.5),hsla(224,45%,23%,0.5)),url("../imgs/a-1.jpg");
    height: 500px;
    background-size: cover;
    overflow: hidden;
    padding: 0 20px;
}

#header h1 {
    font-family: 'Ananda';
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 4.5rem;
    margin-top: 275px;
}
/*Header End*/

/*About Us Para*/
#about-us {
    background-color: #ffffff;
    background-image: url("../imgs/gplay.png");
    overflow: hidden;
}

#about-us h1 {
    font-family: 'Heebo', sans-serif;
    font-size: 3.5rem;
    color: hsl(224,45%,23%);
    width: 300px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    border-bottom: 2px solid hsl(224,45%,23%);
    border-radius: 10px;
    padding: 10px;
}

#a-para {
    padding: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1px;
    background-color: hsl(224,50%,96%);
    border-radius: 10px;
    margin: 30px auto;
    box-shadow: 0px 0px 5px gray;
}
/*About Us Para End*/

/*Our Motto*/
#our-motto {
    background-color: #3f5ca6;
    background-image: url("../imgs/cubes.png");
    overflow: hidden;
    padding: 50px 20px;
}

#our-motto h1 {
    color: white;
    font-family: 'Heebo', sans-serif;
    font-size: 3.5rem;
    width: 300px;
    margin: auto;
    border-bottom: 2px solid white;
    border-radius: 10px;
}

#motto {
    display: flex;
    max-width: 875px;
    width: 100%;
    margin: auto;
}

.circle {
    background: white;
    height: 250px;
    width: 100%;
    border-radius: 50%;
    margin: 20px;
    padding: 0 20px;
    color: white;
}

.circle:first-child {
    background: #9095b4;
}

.circle:nth-child(2) {
    background: #4d6fc7;
}

.circle:last-child {
    background: #5d87f0;
}

.circle h3 {
    line-height: 250px;
    text-align: center;
    font-size: 2rem;
}
/*Our Motto End*/

/*Our Mission*/
#our-mission {
    background-color: #f5f5f5;
    background-image: url("../imgs/transparent-square-tiles.png");
    overflow: hidden;
    padding: 40px 20px;
}

#our-mission h1 {
    font-family: 'Heebo', sans-serif;
    font-size: 3.5rem;
    color: hsl(224,45%,23%);
    border-bottom: 2px solid hsl(224,45%,23%);
    border-radius: 10px;
    width: 325px;
    text-align: center;
    margin: auto;
}

#our-mission li {
    padding: 10px;
    font-size: 1.4rem;
    text-align: justify;
}
/*Our Mission End*/

/*Footer*/
footer {
    background-color: hsl(214, 30%, 20%);
    overflow: hidden;
}

#footer-img {
    width: 200px;
}

.icons {
    display: flex;
}

#getintouch h2 {
    color: hsl(214, 10%, 55%);
}

#getintouch p {
    color: hsl(214, 10%, 50%);
}

.icn {
    color: hsl(214, 10%, 55%);
    padding: 6px 10px;
}

#quick-links h2 {
    color: hsl(214, 10%, 50%)
}

#quick-links li {
    line-height: 3;
    list-style-type: none;
}

#quick-links a {
    color: hsl(214, 10%, 55%);
}

#s-s {
    color: hsl(214, 10%, 55%);
}

#button {
    cursor: pointer;
    width: 75px;
    height: 75px;
    outline: none;
    border-radius: 50px;
    background: hsl(214, 10%, 30%);
    border: none;
    color: hsl(214, 10%, 55%);
    margin: 20px;
}

#iframe {
    max-width: 50000px;
    width: 100%;
    margin: auto;
}

iframe {
    max-width: 2000px;
    width: 100%;
    margin: auto;
}

#spacer {
    height: 1px;
    width: 1170px;
    background-color: gray;
    margin: auto;
}

#copyright p, #copyright a {
    color: hsl(214, 10%, 50%);
}
 
#disc {
    background: none;
    border: none;
    color: hsl(214, 10%, 50%);
    height: 0px;
}
/*Footer End*/
