*{
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box; 
}
body{
background: seashell;
}
p{
text-align: justify;
font-size: 14px;
font-family: "Open Sans", Arial, sans-serif;
padding: 5px 15px 0px 15px;
margin-top:10px;
line-height: 1.6;
}
.Heading{
font-size: 24px;
text-align: center;
margin-top: 20px;
padding: 5px 15px 0px 15px;
font-weight: bold;
}
/* Logo And Navbar */
.Section_1{
width: 100%;
height: 100px;
background: #FFFFFF;
color: #580000;
}
.Logo_Image{
width: 400px;
height: auto;
margin-left: 40px;
margin-top: 8px;
}
.Hover{
display: inline-block;
color: #580000;
text-decoration: none;   
}
.Hover::after {
content: '';
display: block;
width: 0;
height: 2px;
background: #580000;
transition: .3s;
}
.Hover:hover::after {
width: 100%;
}
nav{
background: #FFFFFF;
height: 100px;
width: 100%;
color: #580000;
font-family: 'Source Serif Pro', serif;
font-weight: 700;    
}
nav ul{
float: right;
margin-right: 20px;    
}
nav ul li{
display: inline-block;
line-height: 20px;
margin: 35px 5px;    
}
nav ul li a{
color: #580000;
font-size: 15px;
padding: 7px 13px;
border-radius: 15px;
text-transform: uppercase;
}
#Toggle{
display:none;    
}
.Toggle_Icon{
font-size: 30px;
color: #580000;
float: right;
line-height: 80px;
margin-right: 40px;
cursor: pointer;
display: none;
}
/* Intro */
.Section_2{
float: left;
width: 100%;
height: 200px;
background: #3E62DF;
color: #FFFFFF;
}
.Intro{
font-size: 45px;
margin-top: 70px;
text-align: center;
}
/* Vision And Main Slider */
.Section_3{
height: 390px;
width: 100%;    
float: left;
}
.Vision{
width: 25%;
height: 390px;
float: left;    
margin-left: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);    
}
.Vision_Font{
font-family: cursive;
font-size: 16px;
}
.Slider{
width: 56%;
height: 390px;
overflow: hidden;
float: right;    
margin-right: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);    
}
/* Events */
.Section_4{
width: 100%;
height: 1120px;
float: left;
padding-top: 8px;    
}
.Events_Container{
width: 28%;
height: 450px;
float: left;
margin-left: 4%;
margin-top: 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
background: #009999;   
}
.Events_Image{
width: 100%;
height: 250px;
}
H2{
text-align: center;
padding-top: 8px;
}
.Button {
border: none;
color: black;
font-weight: bold;
padding: 6px 25px;
text-align: center;
text-decoration: none;
font-size: 16px;
}
a.Button:hover{
color: #FFFFFF;
}
/* Team Meamber */
.Section_5{
width: 100%;
height: 470px;
float: left;
}
.Team_Container{
width: 19.9%;
text-align: center;
color: #FFFFFF;
float: left;
padding: 10px  10px 10px 10px;
}
.Team_Image{
width:200px;
height:130px;  
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
H3{
font-family: 'Source Serif Pro', serif;
text-align: center;
margin-bottom: 0px;
font-size: 16px;
margin-top: 10px;
}
.Team_Designation{
margin-top: 0;
text-align: center;
font-size: 1.1vw;
}
/* Quick Link */
.Section_6{
width: 100%;
height: 250px;
float: left;
}
.Quick_Link{
width: 25%;
height: 250px;
background: #3E62DF;
float: left;
color: #FFFFFF;
padding: 2px 0 2px 0;
}
.SocialMedia_Icon{
margin-top: 20px;
margin-left: 12px;
width: 35px;
height: auto;
}
span{
color: black;
}
/* Footer */
.Section_7{
width:100%;
float: left;
background: #00428A;
height: 80px;
color: #FFFFFF;
font-size: .9em;
text-align: center;
} 
/* Research & Publication */
.Research_Publication{
    float: left;
    width: 24%;
    height: 500px;
    margin-left: 2%;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .Research_Publication_Details{
    width: 70%;
    height: 500px;
    float: left;
    margin-left: 2%;
    padding-top: 8px;  
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
    }
    .RP_Container{
    width: 22%;
    height: 200px;
    float: left;
    margin-left: 2.5%;
    margin-top: 30px;
    }
    .RP_Image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .RP_Header{
      font-size: 24px;
    text-align: center;
    margin-top: 20px;
    padding: 5px 15px 0px 15px;
    font-weight: bold;
    margin-top: 230px;
    }
/* About Us */
.Heading_AU{
font-size: 24px;
text-align: center;
padding: 5px 15px 0px 15px;
font-weight: bold;
margin-top: 130px;
}
.A_Name_Font{
    font-size: 14px;
    text-align: center;
}
.About_Us{
width: 25%;
height: 300px;
float: left;    
margin-left: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
margin-bottom: 30px;  
}
.About_Us_Details{
width: 56%;
height: 300px;
overflow: hidden;
float: right;    
margin-right: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 30px;     
}
.About_Us1{
width: 25%;
height: 460px;
float: left;    
margin-left: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
margin-bottom: 30px;  
}
.About_Us_Details1{
width: 56%;
height: 460px;
overflow: hidden;
float: right;    
margin-right: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 30px;     
}
.About_Us2{
width: 25%;
height: 300px;
float: left;    
margin-left: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
margin-bottom: 30px;  
}
.About_Us_Details2{
width: 56%;
height: 300px;
overflow: hidden;
float: right;    
margin-right: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 30px;     
}
.Authorities_Image{
width: 180px;
height: 180px;
border-radius: 50%;
margin-top: 20px;    
}
.About_Us_Font1{
font-size: 14px;
font-family: cursive;
}
.About_Us_Font{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 14px;
}

/* Gallery */
.Gallery_Image{    
height: 200px;
width: 23.4%;
height: 200px;
float: left;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: .4% .8% .4% .8%;

}
/* Contact Us */
.Contact_Us{
width: 25%;
height: 570px;
float: left;    
margin-left: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
margin-bottom: 30px;  
}
.Contact_Us_Details{
width: 56%;
height: 570px;
overflow: hidden;
float: right;    
margin-right: 7.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 30px;     
}
.EESS_Coordinator_Image{
width: 170px;
height: 170px;
border-radius: 50%;
margin-top: 20px; 
}
.President_Image{
width: 170px;
height: 170px;
border-radius: 50%;
margin-top: 20px;    
}
.iframe{
width: 100%;
height: 600px;
border: 0;
}
.Footer{
    font-weight:bold;
    line-height: 1.8;"
}

/* Media Query */
@media only screen and (max-width:1352px){
.About_US_Font{
font-size: 13px;
}
}
@media only screen and (max-width: 1120px){
.Logo_Image{
width: 350px;
margin-top: 14px;
}
nav ul li{
margin: 35px 0px;
}
nav ul li a{
font-size: 14px;
}
.Section_2{
height: 180px;
}
.Intro{
font-size: 40px;
margin-top: 65px;
}
.Toggle_Icon{
margin-top: 10px;
}
.About_US, .About_Us2{
width: 25%;
margin-left: 5.5%;
}
.About_US_Details, .About_Us_Details2{
width: 60%;
margin-right: 5.5%;
}
.About_US1{
width: 25%;
margin-left: 5.5%;
}
.About_US_Details1{
width: 60%;
margin-right: 5.5%;
}
}

@media only screen and (max-width: 1043px){
.About_Us1{
height: 480px;
}
.About_Us_Details1{
height: 480px;
}
}
@media only screen and (max-width: 1025px){
.Section_5{
width: 100%;
height: 470px;
float: left;
}
.Team_Container{
width: 20%;
text-align: center;
color: #FFFFFF;
float: left;
padding: 10px  10px 10px 10px;
}
.Team_Image{
width:150px;
height:150px;  
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
H3{
    font-size: 12px;
}
.Section_5{
    height: 495px;
}

}
@media only screen and (max-width: 1013px){

}
@media only screen and (max-width: 1000px){
nav ul li a{
font-size: 13px;
}
.Section_2{
height: 160px;
}
.Intro{
font-size: 30px;
margin-top: 65px;
}
p{
font-size: 13px;
}
.Research_Publication{
    width: 100%;
    margin: 0;
    float: left;
    height: 150px;
}
.RP_Header{
 font-size: 24px;
  text-align: center;
  padding: 0;
  font-weight: bold;
  margin-top: 55px;
  }
  .Research_Publication_Details{
      width: 100%;
      margin: 0;
  }

}
@media only screen and (max-width: 990px){
.About_Us1{
height: 510px;
}
.About_Us_Details1{
height: 510px;
}
.Team_Designation{
font-size: 11px;
}
}
@media only screen and (max-width: 960px){
.Team_Designation{
font-size: 1.1vw;
}
}
@media only screen and (max-width: 950px){
.Logo_Image{
width: 350px;
margin-top: 12px;
}
.Toggle_Icon{
display: block;
}
nav{
position: fixed;
}    
ul{
position: fixed;
width: 100%;
height: 100vh;
background: #fff;
top: 100px;
left: -100%;
text-align: left;
transition: all .5s;
}
nav ul li{
display: block;
margin: 20px 20px;
line-height: 30px;
}
nav ul li a{
font-size: 15px;
}
#Toggle:checked~ul{
left:0;
}
.Vision{
height: 340px;
}
.Slider{
height: 340px;
}
.Section_4{
height: 1483px;
}
.Events_Container{
width: 49.7%;
margin: 1px;
}
.Section_6{
height: 420px;
}
.Quick_Link{
width: 50%;
height: 210px;
}
.Gallery_Image{
width: 31%;
}
.Vision_Font{
font-size: 14px;
}
.About_Us, .About_US1, .About_Us2{
width: 24%;
}
.About_Us_Details, .About_US_Details1, .About_Us_Details2{
width: 62%;
}
.About_US_Font{
font-size: 12px;
}
}
@media only screen and (max-width: 900px){
.About_Us2{
height: 320px;
}
.About_Us_Details2{
height: 320px;
}
}
@media only screen and (max-width: 880px){
.About_Us{
width: 100%;
margin: 10px 1px;
height: 200px;
}
.About_Us1{
width: 100%;
margin: 10px 1px;
height: 260px;
}
.About_Us2{
width: 100%;
margin: 10px 1px;
height: 260px;
}
.About_Us_Details{
width: 100%;
margin: 0;
margin: 10px 1px;
height: 210px;
}
.About_Us_Details1{
width: 100%;
margin: 10px 1px;
height: 340px;
}
.About_Us_Details2{
width: 100%;
margin: 0;
margin: 10px 1px;
height: 200px;
}
.Heading_AU{
margin-top: 80px;
}
.Contact_Us{
width: 100%;
float: left;
margin: 0;
height: 270px;
}
.Contact_Us_Details{
width: 100%;
margin: 0;
height: 400px;
}
.EESS_Coordinator_Image{
float: center;
}
.President_Image{
float: center;
}
.EC{
width: 50%;
height: 300px;
float: left;
}
.P{
width: 50%;
height: 300px;
float: left;
}
.Section_5{
width: 100%;
height: 470px;
float: left;
}
.Team_Image{
width:110px;
height:120px;  
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.Section_5{
    height: 440px;
}
}
@media only screen and (max-width: 860px){
.EESS_Coordinator_Image{
width: 150px;
height: 150px;
}
.President_Image{
width: 150px;
height: 150px;
}
.Vision_Font{
font-size: 13.2px;
}
}
@media only screen and (max-width: 800px){
.Vision_Font{
font-size: 12.3px;
}
.About_US_Details2{
height: 210px;
}

}
@media only screen and (max-width: 770px){
.About_US{
height: 120px;
}
.About_Us1{
height: 190px;
}
.About_Us2{
height: 190px;
}
.About_US_Details{
height: 260px;
}
.About_US_Details1{
height: 440px;
}
.About_US_Details2{
height: 264px;
}
.Heading_AU{
margin-top: 40px;
}
.Authorities_Image{
width: 110px;
height: 110px;
}
}
@media only screen and (max-width: 750px){
.Section_2{
height: 150px;
}
.Intro{
margin-top: 60px;
}
.Section_3{
height: 562px;
}
.Vision{
width: 100%;
margin: 0;
height: 200px;
}
.Slider{
width: 100%;
margin: 0;
height: 390px;
}

.Section_6{
height: 800px;
}
.Quick_Link{
width: 100%;
height: 200px;
}
.Vision_Font{
font-size: 14px;
}
}
@media only screen and (max-width: 713px){
    .RP_Image{
        width: 100px;
        height: 100px;
    }
    .RP_Container{
        height: 130px;
    }
    .Research_Publication_Details{
        height: 380px;
    }
}
@media only screen and (max-width: 700px){
.Logo_Image{
margin-left: 15px;
}
.Toggle_Icon{
margin-right: 15px;
}
.Gallery_Container{
width: 100%;
}
.Gallery_Image{
width: 48.4%;
}
}
@media only screen and (max-width: 678px){
    .Section_4{
        height: 3439px;
    }
    .Events_Container{
        width: 100%;
        height: 550px;
    }
    .Events_Image{
        width: 100%;
        height: 400px;
    }
}
@media only screen and (max-width: 665px){
    H3{
        font-size: 10px;
    }
    .Team_Image{
        width: 100px;
    }
    .Team_Designation{
        font-size: 6.5px;
    }
}
@media only screen and (max-width: 608px){
    .Team_Designation{
        font-size: 5px;
    }
}
@media only screen and (max-width: 588px){
.About_Us_Details1{
height: 454px;
}
.Contact_Us{
height: 480px;
}
.EC{
width: 100%;
float: left;
margin: 0;
height: 240px;
}
.P{
width: 100%;
float: left;
margin-top: 0;
height: 240px;
}
.About_US_Details2{
height: 280px;
}
.Team_Image{
width: 80px;
height: 80px;
}
}
@media only screen and (max-width: 585px){
    .Section_5{
        height: 340px;
    }
}

@media only screen and (max-width: 567px){
.About_Us_Details1{
height: 470px;
}
.About_Us_Details2{
height: 300px;
}
H3{
    font-size: 8.5px;
}
}
@media only screen and (max-width: 544px){
    H3{
        font-size: 9px;
    }
    .Team_Designation{
        font-size: 4.5px;
    }
}
@media only screen and (max-width: 534px){
.About_US{
height: 120px;
}
.About_Us1{
height: 190px;
}
.About_Us2{
height: 190px;
}
.About_US_Details{
height: 370px;
}
.About_US_Details1{
height: 650px;
}
.About_US_Details2{
height: 400px;
}
.Heading_AU{
margin-top: 40px;
}
.Authorities_Image{
width: 110px;
height: 110px;
}
.Gallery_Image{
width: 100%;
height: 250px;
margin: 0px;
}
.Team_Image{
width: 70px;
height: 70px;
}
}
@media only screen and (max-width: 524px){
    H3{
        font-size: 8px;
    }

}
@media only screen and (max-width: 503px){
    .Section_4{
        height: 2299px;
    }
    .Events_Container{
        height: 360px;
    }
    .Events_Image{
        height: 200px;
    }
    .Section_5{
        height: 1160px;
    }
    .Team_Container{
        width: 50%;
    }
    .Team_Image{
        width: 180px;
        height: 150px;
    }
    H3{
        font-size: 14px;
    }
    .Team_Designation{
        font-size: 12px;
    }
  }
@media only screen and (max-width: 490px){
    center{
        font-size: 10px;
    }

}
@media only screen and (max-width: 460px){
.Logo_Image{
width: 300px;
margin-left: 10px;
}
.Toggle_Icon{
font-size: 20px;
margin-right: 10px;
margin-top: 0px;
}
.Section_2{
height: 120px;
}
.Intro{
font-size: 20px;
margin-top: 40px;
}
.RP_Image{
    width: 70px;
}
}
@media only screen and (max-width: 410px){
    .Team_Image{
        width: 160px;
    }
    .About_US_Font{
        font-size: 10px;
    }
}
@media only screen and (max-width: 400px){
.Vision_Font{
font-size: 12px;
}
}
@media only screen and (max-width: 388px){
.About_Us_Font1{
font-size: 12px;
}
}
@media only screen and (max-width: 370px){
    .Section_5{
        height: 1000px;
    }
    .Team_Image{
        width: 130px;
        height: 130px;
    }
    H3{
        font-size: 10px;
    }
    .Team_Designation{
        font-size: 8px;
    }
    .EESS_Coordinator_Image{
        width: 100px;
        height: 100px;
    }
    .President_Image{
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 356px){
    .Logo_Image{
        width: 250px;
 }
 .Footer{
     font-size: 10px;
 }
}
@media only screen and (max-width: 345px){
    .Section_7{
        height: 80px;
        font-size: 12px;
}
@media only screen and (max-width: 337px){
    .Authorities_Image{
        width: 80px;
        height: 80px;
    }
    .RP_Image{
        width: 60px;
        height: 60px;
    }
    .RP_Container{
        height: 90px;
    }
    .Research_Publication{
        height: 100px;
    }
    .RP_Header{
        font-size: 18px;
        margin-top: 40px;
    }
    .Research_Publication_Details{
        height: 280px;
    }
}
@media only screen and (max-width: 310px){
    H2{
        font-size: 17px;
    }
}
@media only screen and (max-width: 305px){
    .Logo_Image{
        width: 200px;
 }
 .Team_Image{
     width: 100px;
 }
}
@media only screen and (max-width: 296px){
    .A_Name_Font{
        font-size: 11px;
    }
    .Section_7{
        font-size: 10px;
    }
}
@media only screen and (max-width: 294px){
    .About_US_Font{
        font-size: 9.4px;
    }
}
@media only screen and (max-width: 273px){
    .RP_Image{
        width: 45px;
    }
}
@media only screen and (max-width: 255px){
    .Logo_Image{
        width: 180px;
        margin-top: 20px;
    }
    .Intro{
        font-size: 15px;
        
    }
}