

* , *:before, *:after{ 
    box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box;
  }


body{
    background-color: rgb(195, 201, 201);
    width: 100%;
    padding: 20px 200px 20px 200px;
}
.loging{
    display: inline-block;
    background: rgb(126, 122, 122);
    width: 100%;
    height: auto;
    padding: 10px;

}
.loging div{
    display: inline-flex;
    
}
.loging input{
    padding: 3px;
    width: 100px;
    margin-right: 10px;
    background: rgb(161, 159, 159);
    border-style: none;
}
.loging label{
    color: white;
}

.hd{
   width:100%;
   height: 170px;
   background: white;
   box-shadow: 3px 5px grey;
   margin-bottom: 7px;
}
.longname{
    clear: both;
}
.longname h4{
margin: 0px;
margin-left: 15px;
bottom: 10px;
font-size: 20px;
 }
.pltaa{
    float: left;
    padding:10px;
    width:50%;
    height: auto;
}
.pltaa h1{
    font-size: 40px;
    padding:0px;
    margin-top: 15px;
    color: red;
    text-shadow: 1px 1px black;
}
.pltaa h4{
    margin-top: 3px 0px 0px 0px;
    padding:0px;
    color:blue;
}
.logo{
    padding: 10px;
    float: right;
    width: 50%;
}
.logo img{
    float: right;
}
.navbar{
    clear: both;
    display: block;
    width:100%;
    height: 40px;
    background: rgb(56, 50, 50);
    padding-left: 30px;
}
.navbar ul{
    margin: 0px;
    height: 100%;
  list-style-type: none;
}
.navbar li{
    height: 100%;
    float: left;
    /* padding: 10px; */
}
.navbar li:hover{
    background: red;
}
.navbar a{
    height: 100%;
    clear: both;
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px;
    font-size: 20px bold;
}
.navbar a:hover{
    color: rgb(238, 234, 11);
}
.container{
    width: 100%;
    overflow: hidden;
}
.slider{
    clear: both;
    width: 600%; 
    display: flex;
    position: relative;
    animation-name: image_slider;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.slider:hover{
    animation-play-state: paused;
    cursor: pointer;
}
.slides{
    width: 100%;
    position: relative;
}
.slides img{
    width: 100%;
    height: 100%;
}
.slides i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50px -50px);
    font-size: 100px;
    color: white;
    opacity: 0;
    transition: all 0.3s;
}
.slides i:hover{
    opacity: 0.7;
}
.content{
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0.5;
}
.content h1{
    width: 300%;
    background: rgb(189, 101, 29);
    color: white;
    text-shadow: 1px 1px black;
    font-size:40px;
    padding: 2px 5px;
}

/* .watermark {
    color:black;
    width: 100%;
    height:300px;
    position: relative;
  } */
.vishPhoto{
    width:160px;
    height:240px;
float:left;
margin:5px;
/* background-color: aliceblue; */
padding: 4px;

}
.vishPhoto img {
    /* padding: 100px; */
    float: left;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    color:black;
    width: 150px;
    height:200px;
  }
.vision{
    color:black;
    width: 100%;

    position: relative;
    border: solid 1px black;
    padding: 0px;
    margin-top: 5px;
    top:0px;
}
.vision h3{
    margin: 0px;
    background: rgb(85, 80, 80);
    color: white;
    text-align: center;
    width: 100%;
}
.vision p{
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    padding: 0px 20px 0px 20px;
    text-indent: 50px;
    font-weight: bold;
}
.noticeboard{
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    color: white;
    background: rgb(109, 131, 113);
    margin-top: 5px;
    border: 7px solid rgb(75, 90, 76);
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    height: 400px   
   }
.noticeboard h1{
    font-family: 'Sedgwick Ave', cursive;
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
}
.noticeboard h4{
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
    margin: 0px;
}
.noticeboard p{
    text-indent: 50px;
    padding: 0px 20px 0px 20px;
}
.exborder{
    margin-top: 5px;
    height:auto;
    display:block;
    /* border: 1px solid darkgray; */
}
.exec{
    /* padding: 0px 50px 0px 70px;
    margin-top: 5px;
    width:100%; */
width: 100%;
display: flex;

}
.exborder h3{
    margin: 10px 0px 5px 0px;
    background: rgb(85, 80, 80);
    color: white;
    text-align: center;
    width: 100%;

}

.funtitle{
    width: 100%;
    height: 40px;
    text-align: center;
    background: rgb(83, 80, 80);
}
.mem{
    /* left: 50%; */
    /* float: left; */
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: 400px;
    
      border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      #000000, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
}
.mem img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 300px;
	border:7px solid rgb(255, 255, 255);
	border-radius:3px;
	box-shadow:5px 5px black;
}
.mem h5{
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    color:blue;
}
.mem h6{
    font-size: 15px;
    margin: 2px 0px 0px 0px;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    }
.loc{
    background-color: white;
    padding: 3px;
    clear: both;
    width: 100%;
    height: 500px;
}
.loc h3{
    margin: 0px 0px 5px 0px;
    background: rgb(117, 111, 111);
    color: white;
    text-align: center;
    width: 100%;}
.loc img{
    box-sizing:border-box; 
    border: 1px solid black;
    width: 100%;
    height:90%;
}
.footer{
    clear: both;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    border-radius: 5px;
    background: rgb(85, 80, 80);
    width: 100%;
    height: 60px;
}
.footer div{
    font-size: 15px;
    padding-left: 10px;
    color: white;
    width: 50%;
    float: left;
}
.footer a{
    text-decoration: none;
    color: white;
    
}
#idx{
    width: 170px;
    height: 200px;
    border:5px solid rgb(255, 255, 255);
	border-radius:3px;
	box-shadow:5px 5px black;
}
 /* FOR COMMITTE PAGE */
 .wrapper{
     width: 100%;
    margin-top: 3px;
    /* float: left; */
    height: auto;
    margin-bottom: 90px;
    }

 .memex{
    display:inline-block;
    justify-content: center;
    align-items: center;
    /* width: 33.3%; */
    height: auto;
    padding: 10px;
}
.memex img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 220px;
}
.memex h5{
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
}



/* Extra small devices (phones, 600px and down) */

@media only  screen and (max-width: 600px) {
    body{
        padding:2px 2px 22px 2px;
    }
    .longname h4{
        margin-left: 10px;
        bottom: 10px;
        font-size: 10px;
         }
    .navbar{
    clear: both;
    display: block;
    width:100%;
    height: 40px;
    background: rgb(78, 78, 80);
}
.navbar ul{
    margin: 0;
}
.navbar li{
    border: 1px solid rgb(124, 117, 117);
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    float: none;
}
.navbar a{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    height: 100%;
}

.exec{
width: 100%;
display: block;
}
.exborder{
    height: auto;
    width: 100%;
}
.mem{
    margin-top: 10px;
    height: auto;
    clear: both;
    width: 100%;
}
.mem img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 100px;
}
.mem h5{
    font-size: 10px;
}
.mem h6{
    font-size: 10px;
    }
} 


@media only screen and (max-width: 768px) {
    body{
        padding:2px 2px 22px 2px;
    }
    .pltaa h4{
        font-size: 10p;
    }
    .longname h4{
        margin-left: 10px;
        bottom: 10px;
        font-size: 15px;
         }

    .navbar{
    clear: both;
    display: block;
    width:100%;
    height: 30px;
    background: rgb(78, 78, 80);
}
.navbar ul{
    margin: 0;
    padding: 0px;
    height: 100%;
}
.navbar li{
    border: 1px solid rgb(124, 117, 117);
    float: none;
    height: 100%;
}
.navbar a{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    height: 100%;
}
.loging{
    background: rgb(179, 171, 171);
    justify-content: center;
    align-items: center;
}
.loging div{
    
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.loging input{
    background: rgb(179, 171, 171);
    padding: 3px;
    width: 50%;
    margin-top: 3px;
    border-top: 0px;
    border-left: 0px;
    border-right:0px;
    border-bottom:  2px solid rgb(17, 2, 2)
}
.loging input[type=submit]{
    width: 100px;
    border: 1px solid black;
}
.loging label{
    color: rgb(37, 10, 10);
    margin-top: 10px;
}

.exborder{
    height: auto;
    width: 100%;
}

.content h1{
    width: 150px;
    background: rgb(189, 101, 29);
    font-size:20px;
    padding: 0px;
}
.exec{
width: 100%;
display: block;
}
.mem{
    position: relative;
    margin-top: 10px;
    height: auto;
    clear: both;
    width: 100%;
}
.mem img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 300px;
}
.mem h5{
    font-size: 10px;
}
.mem h6{
    font-size: 10px;
    }
.footer div{
    font-size: 7px;
}
}

@media only screen and (max-width: 992px) {
    body{
        padding:2px 2px 22px 2px;
    }
    .navbar{
    clear: both;
    display: block;
    width:100%;
    height: auto;
    background: rgb(78, 78, 80);
    padding: 0px;
}
.navbar ul{
    margin: 0;
    padding: 0px;

}
.navbar li{
    border: 1px solid rgb(124, 117, 117);
    text-align: center;
    float: none;
}
.navbar a{
    font-size: 15px;
    font-weight: bold;
}
.exborder{
    height: auto;
    width: 100%;
}
.mem{
    margin-top: 10px;
    height: auto;
    clear: both;
    width: 100%;
}
.mem img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 300px;
}
.mem h5{
    font-size: 15px;
}
.mem h6{
    font-size: 10px;
    }
} 


@media  screen and (max-width: 1200px) {
    body{
        padding:2px 20px 20px 20px;
    }
}
@keyframes image_slider{
0%
{
left: 0%;
}
15.6%{
    left: 0%;
}
16.6%{
    left: -100%;
}
32.2%{
    left: -100%;
}
33.2%{
    left: -200%;
}
48.8%{
    left: -200%;
}
49.8%{
    left: -300%;
}
65.4%{
    left:-300%;
}
66.4%{
    left: -400%;
}
82.4%{
    left: -400%
}
83.4%{
    left: -500%;
}
99%{
    left: -500%;
}
100%
{
left:-500%
}
}
