
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
	margin-left: 0px ;
	margin-right: 0px ;
  background-color: #F7F5E6;
    
}
.wholepage{
     width:1200px;
     margin-left: auto;
     margin-right: auto;
}
.secbox{
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    z-index: 9999;
    background-color:  #363B4C;
    width: 100%;
}
.navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.navbar a {
    display: block;
  font-size: 14px;
  text-align: center;
  padding: 14px 35px;
  text-decoration: none;
  color: #EFEFEF;
  text-transform: uppercase;
  font-family: Muli;
  font-weight: bold;
  border-bottom: 2px solid #363B4C;
}
.navbar a:hover, #active{
  border-bottom:  2px solid white;
}
.navbar .dropdown a{
    cursor: pointer;
    font-family: Muli;
}
.dropdown .dropbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0; 
}
#active{
  background-color:#0c0330; 
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#0c0330;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #37374c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #0c0330;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.topnav .icon_ {
  display: none;
}

@media screen and (max-width: 849px) {
   .topnav a:not(:first-child) {display: none;}
  .topnav a.icon_ {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 849px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon_ {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.mySlides {display: none}

.flexslider{
  width: 100%;
  margin: auto;
  height:500px;
}
.mySlides:nth-of-type(1){
      background:url('data0/images/crr14.jpeg');
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;

}
.mySlides:nth-of-type(2){
      background:url('data0/images/crr12.jpeg');
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
}
.mySlides:nth-of-type(3){
    background:url('data0/images/crr13.jpeg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.mySlides:nth-of-type(4){
      background:url('data0/images/crr10.jpeg');
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
}
.mySlides:nth-of-type(5){
      background:url('data0/images/crr11.jpeg');
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
}
.mySlides:nth-of-type(6){
      background:url('data0/images/crr16.jpeg');
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
}
.mySlides  {
  width: 100%;
  height: 500px;
  background-attachment: fixed;
}

.marq{
    padding-top: 20px;
    height: 25px;

} 
marquee h3{
    color:#37374c;
    text-transform: uppercase;
    font-family: Muli;
    font-weight: bold;
    font-size: 16px;
}
.prev, .next {
  cursor: pointer;
  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;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #2980b9;
}
.next_prev{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -38vh;
}
.fourthbox{
    margin-top: 2vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.75;
}
.infbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.desc{
    text-align: justify;
    padding: 20px 20px 20px 20px;
}
.desc p{
    font-family: Muli;
    font-size: 18px;
    line-height: 1.9em; 
    color:#37374c;
}
@media screen and (max-width: 849px){
  .desc p{
    font-family: Muli;
    font-size: 14px;
    line-height: 1.5em; 
}  
}
.thirdbox{
    position: relative;
    background-color:#F7FSE6;
    height: 100%;
}
.intree{
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: 
}
.events{
    width: 27%;
    display: flex;
    flex-direction: column;
    height: 375px;
    background-color: white;
}
.head{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #363B4C;
}
.events div h1{
    font-size: 16px;
    font-family: Muli;
    color: white;
    padding:10px 0px 20px 0;
}
.econtents{
  overflow: hidden;
}
.econtents:hover{
  overflow: scroll;
  overflow-x: hidden;
}
.aone{
  background-color:#E5E5FF;
  height: 84.75px;
  display: flex;
  flex-direction: row;
}
.dt{
 padding: 17px 0px 17.75px 16px;
}
.indt{ 
  background-color: #363B4C;
  height: 50px;
  display: flex;
  flex-direction: column;
  width: 50px;
}
.day{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 5px 20.5px 0px 20.5px;
}
.day p{
  font-family: Muli;
  font-size: 24px;
  color: white;
}
.month{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 3px 3px 3px;
}
.month p{
   font-family: Muli;
  font-size: 14px;
  color: white;
}
.aboute{
  height: 84.75px;
}
.aboute div{
  padding: 17px 7px 17.75px 7px;
}
.aboute p{
  font-size: 12px;
  font-family: Muli;
  line-height: 19.2px;
  text-align: justify-all;
  
}
.aboute strong{
  font-weight: bold;
  font-size: 13px;
}
.atwo{
  background-color: white;
  height: 84.75px;
  display: flex;
  flex-direction: row;
}
.achievements{
    width: 27%;
    display: flex;
    flex-direction: column;
    height: 375px;
    background-color: white;
}
.aheading{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #363B4C;
}
.aheading h1{
    font-size: 16px;
    font-family: Muli;
    color: white;
    padding:10px 0px 47px 0px;
}
.acontents{
  overflow: hidden;
}
.acontents:hover{
  overflow: scroll;
  overflow-x: hidden;
}

#acontents::-webkit-scrollbar-track
{
  background-color: #F7FSE6;
  border-radius: 10px;
}

#acontents::-webkit-scrollbar
{
  width: 8px;
  background-color:#F7FSE6;
}

#acontents::-webkit-scrollbar-thumb
{
  border-radius: 7px;
  background-color:  rgba(55, 55, 76, 1);

}
.bone{
  background-color:#E5E5FF;
  height: 169.5px;
  display: flex;
  flex-direction: row;
}
.inbone{
    padding: 29px 0px 29px 20px;
}
.btwo .inbone .im{
  background-image: url("data0/images/n1.jpg");
}
.im{
  height: 110px;
  width: 110px;
  background-image: url("data0/images/n3.jpeg");
  background-size: cover;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
}
.bc{
  height: 169.5px;
}
.bc strong{
  font-weight: bold;
  font-size: 13px;
}
.bc div{
  padding: 29px 7px 29px 7px;
}
.bc p{
  font-size: 12px;
  font-family: Muli;
  line-height: 19.2px;
  text-align: justify;
 
}
.btwo{
   background-color:white;
  height: 169.5px;
  display: flex;
  flex-direction: row;
}
.candf{
    width: 27%;
    display: flex;
    flex-direction: column;
    height: 375px;
    background-color: white;
}
.cheading{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #363B4C;
}
.cheading h1{
    font-size: 16px;
    font-family: Muli;
    color: white;
    padding:10px 0px 47px 0;
}
.ccontents{
  overflow: hidden;
}
.ccontents:hover{
  overflow: scroll;
  overflow-x: hidden;
}
.cone{
  background-color:#E5E5FF;
  height: 169.5px;
  display: flex;
  flex-direction: row;
}
.ctwo{
  background-color:white;
  height: 169.5px;
  display: flex;
  flex-direction: row;
}
.ctwo .inbone .im{
  background-image: url("data0/images/cover5.jpg");
}
.sixthbox{
    margin-top: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    height: 400px;
    overflow: hidden;
}
.insixbox{
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}
#map{
  width: 50%;
  height: 400px;
}
.form{
  width: 50%;
  background-color: white;
  padding: 45px 0px 0px 0px ;
}
.form form{
  display: flex;
  flex-direction: column; 
  width: 218px;
}
.name{
  padding: 0px 182px 0px 100px;
  width: 218px;
}
.email{
  padding: 0px 182px 0px 100px;
  width: 218px;
}
.textarea{
  padding: 0px 182px 0px 100px;
  width: 218px;
}
.name input{
  margin-top: 12px;
  width: 100%;
  height: 27px;
  background-color: #F7F5E6;
  border: 1px solid #F7F5E6;
  padding: 5px 0px 6px 7px;
  font-family:Muli;
  color: #37374C;
}
.email input{
  margin-top: 12px;
  width: 100%;
  height: 27px;
  background-color: #F7F5E6;
  padding: 5px 0px 6px 7px;
  border: 1px solid #F7F5E6;
  font-family:Muli;
  color: #37374C;
}
.textarea textarea{
  margin-top: 12px;
  width: 100%;
  background-color: #F7F5E6;
  padding: 5px 0px 6px 7px;
  border: 1px solid #F7F5E6;
  font-family:  Muli;
  color: #37374C;
}
.formheading{
  padding: 0px 182px 30px 100px;
  width: 218px;
}
.formheading p{
  font-size: 32px;
  font-family: Muli;
  line-height: 30px;
  color: #37374C;
  width: 218px;
}
.submit{
  margin-top: 12px;
  padding: 0px 182px 0px 100px;
}
.submit button{
  height: 27px ;
  width: 119px;
  background-color: #37374C;
  border: 1px solid #37374C;
  color: #F7F5E6;
  font-family: Muli;
  cursor: pointer;
}
.seventhbox{
    width: 100%;
    height: 100%;
    margin-top: 7vh;
}
.inseven{
    background-color: #EAE9DC;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.twod{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 70%;
}
.twodone{
    padding: 20px 20px 20px 15px;
    width: 50%;
}
.twodone h1{
    color: #37374C;
    font-weight: bolder;
    font-size: 16px;
    font-family: Muli;
    text-transform: uppercase;
    word-spacing: 0px;
    font-weight: bolder;
}
.twodtwo{
    display: flex;
    flex-direction: column;

    padding: 9px 20px 0px 20px;
    text-align: justify;
}
.ff{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ff h1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family:Muli;
    font-size: 16px;
}
.twodtwo h1{
    font-size: 16px;
    color:#37374C ;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: Muli;
}
#tables{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 5px;"
}
.portal{
    padding: 10px 5px 5px 5px;
    width: 100%;
}
.portal li{
    margin-top: 4px;
}
.portal li a{
    font-size: 14px;
    padding-top: 5px;
    font-family:Muli;
    color: #37374C;
    text-decoration: none;
    cursor: pointer;
}
.portal li a:hover{
    font-weight: bold;
}
.acr{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #dad5d5;
    overflow: hidden;
    height: 30%;
    
}
/*.ii{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 0px 20px 350px;
}*/
.cc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 30px 20px 0px;
}
.crec{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-family: Muli;
    color: #37374C;
     padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 789px){
    .crec{
        text-align: center;
        padding: 10px 0px 10px 10px;
    }
}
/*.icon{
    padding-top: 20px;
    width: 24px;
    height: 24px;
}*/
.credits{
    font-size: 13px;
    font-family:Muli;
    color: #ddd;
    line-height: 1.3em;

}
#copy{
    display: flex;
    flex-direction: row;
    padding: 0px 0px 0px 20px;
    font-size: 13px;
    line-height: 1.3em;
    color:#888 ;
    font-family: Muli;
}
.number{
    color: #37374C;
    font-family: Muli;
    font-size: 14px;
    padding-top: 10px;
}
.number i{
  padding-right: 5px;
}
.tenthbox{
  padding: 20px;
  background-color: #EAE9DC;
}
.tenthbox-heading{
  padding: 20px 0px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tenthbox-heading h1{
  font-family: Muli;
  font-size: 20px;
  font-weight: bold;
  color: #37374C;
}
.tenthbox-upperbody{
  padding: 20px 0px;
}
.tenthbox-upperbody p{
  font-family: Muli;
  font-size: 18px;
  line-height: 1.9em;
  color: #37374c;
}
.tenthbox-body{
  padding: 20px;
}
.tenthbox-body ul li{
  font-family: Muli;
  font-size: 18px;
  line-height: 1.9em;
  color: #37374c;
}
.elebox{
  padding: 20px;
  margin-top:20px; 
}
.elebox-heading{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.elebox-heading h1{
  font-family: Muli;
  font-size: 20px;
  font-weight: bold;
  color: #37374C;
}
.elebox-body{
  display: flex;
  flex-direction: row;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  padding: 20px;
}
.elebox-iitrlogo{
  background-image: url("./iitr.png");
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 200px;
}
.elebox-rail-logo{
  background-image: url("./rail.jpeg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 500px;
}
.mySlides { -webkit-animation:fadein 1.75s; animation:fadein 1.75s }
@-webkit-keyframes fadein { from {opacity:0.5} to {opacity:1} }
@keyframes fadein { from {opacity:0.5} to {opacity:1} }
