* {
    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*/

/*Loader*/
#welcome {
    height: 100vh;
    width: 100%;
    background-image: url("../imgs/loader-pic.jpg");
    background-size: cover;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

#welcome img {
    display: block;
    margin: auto;
    margin-top: 30vh;
}

#welcome h1 {
    font-family: 'Ananda';
    font-weight: bold;
    font-size: 60px;
    color: #212F56;
    text-align: center;
}
/*Loader 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-color: #212F56;
    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: 80px;
    transition: 0.5s;
}

#logo h1 {
    font-size: 20px;
    font-family: 'Ananda';
    color: white;
    margin: 15px 0 0 10px;
    transition: 0.5s;
}

#menu {
    float: right;
    margin-top: 30px;
    font-family: 'Ananda';
}

#menu h2 {
    cursor: pointer;
    font-size: 40px;
    transition: 0.5s;
}

#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;
}

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;    
}

.fp-viewing-0-0 #logo img {
    width: 160px;
}

.fp-viewing-0-0 #logo h1 {
    font-size: 40px;
}

.fp-viewing-0-0 #menu h2 {
    font-size: 80px;
}

.fp-viewing-0-0 #navbar {
    background: none;
}

/*Nav Bar Ends*/

/*Section One*/

#car-1 {
    height: 100vh;   
}
    
#section-one {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url("../imgs/sec-1.jpg");
    background-size: cover;
    overflow: hidden;
}

#so-text {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
}

#so-text h1 {
    font-size: 60px;
    font-family: 'Ananda';
    font-weight: bold;
}

#so-text h3 {
    font-size: 30px;
} 
/*Section One End*/

/*Section Two*/

#section-two {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url("../imgs/sec-2.jpg");
    background-size: cover;
    color: white;
    overflow: hidden;
}

#section-two .container {
    padding: 20px;
}

#section-two h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}

#section-two p {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

@media screen and (max-width: 768px) {

}
/*Section Two End*/

/*Why Choose Us*/
#section-three {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../imgs/sec-3.jpg");
    background-size: cover;
}

#section-three h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: white;
    margin-top: 10vh;
}

#section-three .col-sm-2 {
    background-color: hsla(224, 75%, 30%, 0.9);
    color: white;
    height: 30vh;
    border-radius: 0 30px;
}

#section-three .col-sm-2 p {
    padding: 5px 20px;
}

#no {
    background: hsl(224, 30%, 45%);
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 37px;
    text-align: center;
}

#section-three .col-sm-2 p {
    position: absolute;
    top: 50px;
    font-size: 1.4rem;
}

/*Why Choose Us End*/


/*Section Four*/
#section-four {
    height: 100vh;
    background-color: #f3f3f3;
}

#section-four h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    margin-top: 15vh;
}

#gallary {
    margin: auto;
    max-width: 1080px;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}

.box{
    width: 60%;
    padding: 10px;
    justify-self: center;
}

#g-img{
    width: 100%;
    border-radius: 4px;
}

#g-img:hover{
    transform: scale(1.3,1.3);
    transition: .3s transform;
}

/*Section Four End*/

/*Section Five*/
#section-five {
    background: url("../imgs/lib-1.jpg");
    height: 100vh;
    overflow: hidden;
}

#m-box {
    max-width: 700px;
    width: 100%;
    background-color: hsla(214, 75%, 30%, 0.8);
    margin: auto;
    color: white;
    padding: 40px 20px;
    border-radius: 10px;
}

#m-box h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
}

#m-box p {
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}
/*Section Five End*/

/*Footer*/

#footer {
    height: 100vh;
    background-color: hsl(214, 30%, 20%);
    overflow: hidden;
}

#footer-img {
    width: 200px;
}

.icons {
    display: flex;
}

#footer h2 {
    font-size: 28px;
}

#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*/

.arrow {
    position: absolute;
    width: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: white;
}