body {
  margin: 0;
  font-family: Verdana, sans-serif;
}
* {box-sizing: border-box;}
h3{
	font-size:16px;
	font-weight:700;
}
.slider-text {
  color:#000;
  text-shadow: 0 0 3px #CCC, 0 0 5px #ffff99;
  font-size:16px;
  font-weight:1000;
  padding:10px;
  position: absolute;
  bottom:15px;
  width: 100%;
  text-align:center;
}
#indexSlide{
  width:100%;
  background-color: #CCC;
  height:auto;
  padding:5px;
  border:1px solid #EEE;
  position: relative;
  z-index:9996;
}
.mySlides {
	display:none;
	width:100%;
	max-height:355px;
	max-width:650px;
	overflow:hidden;
}
.topnav {
  overflow: hidden;
  background-color:#333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size:95%;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/******************************************************************/
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color:#edebeb;
  color: #474747;
  padding:10px;
  height:100px;
  border-bottom:1px solid #CCC;
  position:relative;
}
.mainLogo{
	width:30%;
	height:30%;
	position:absolute;
	left:5px;
}
.logoText{
	font-size:100%;
	font-weight:700;
	position:absolute;
	left:90px;
}
.logoTexts{
	font-size:100%;
	font-weight:700;
	position:absolute;
	left:90px;
	top:35px;
}
.logoTextt{
	font-size:80%;
	font-weight:600;
	position:absolute;
	left:90px;
	top:65px;
}
.footers ul {
  list-style-type: none;
}
.footers ul li a {
  text-decoration: none;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  min-height:110px;
  text-align: center;
  font-size: 12px;
  padding:5px 15px;
}
.middle{
	width:100%;
	height:auto;
	overflow:hidden;
	border:7px solid #DDD;
}
.slider-text {
  color:#000;
  text-shadow: 0 0 3px #CCC, 0 0 5px #ffff99;
  font-size:14px;
  font-weight:800;
  padding:10px;
  position:absolute;
  bottom:15px;
  width: 100%;
  text-align:center;
  z-index:10000;
}
.noticeB{
	padding:5px;
	background-color:#EEE;
}
.title {
	background-color:#306791;
	color:#FFF;
	font-weight:800;
	text-align:left;
	padding:10px 15px;
	
}
.prof{
    width:31%;
    height:200px;
	border:1px solid #EEEEEE;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:0;
	background-color:#fcf7f2;
	box-shadow:3px 3px 4px #CCC;
	float:left;
}
.postimg{
	box-shadow:5px 5px 7px #CCC;
}

.profImgs{
	width:95px;
	height:110px;
	margin-right:10px;
	float:left;
}
.gallaryimg{
	width:100%;
	height:100%;
	float:left;
	text-align:center;
}
.footers{
	width:auto;
	left:50px;
	text-align:left;
	float:left;
	color:#FFF;
}
.bottomLogo{
	width:100%;
	height:auto;
}
.backg-1{
	background-color:#f5f5f5;
}
.backg-2{}
.backg-3{}
.backg-4{}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-13 {width: 32.5%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  .footer {
  background-color: #0099cc;
  color: #ffffff;
  height:300px;
  text-align: center;
  font-size: 12px;
  padding:5px 15px;
}
.prof{
    width:100%;
    height:auto;
}
}
h3{
	padding-left:15px;
	font-size:22px;
	font-weight:600;
}
p{
	text-align:justify;
	padding:0 15px;
}
input[type=text],[type=email],[type=password],select{
	padding:8px 10px;
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	border:1px solid #CCC;
	color:#454545;
	border-radius:5px;
	background-color:#FFF;
	}
input[type=file],[type=date]{
	padding:8px 10px;
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	border:1px solid #CCC;
	color:#454545;
	border-radius:5px;
	background-color:#FFF;
	}
input[type=submit]{
	padding:8px 10px;
	width:100%;
	display: inline-block;
	box-sizing: border-box;
	font-size:14px;
	border:none;
	color:#FFF;
	border-radius:5px;
	background-color:#008CBA;
	}
input[type=submit]:hover{
	background-color:#0584ad;
	}

input[type=text],[type=password],textarea:focus {
  width: 100%;
  outline: none;  
}
textarea {
	width: 100%;
	height:200px;
	padding:8px 10px;
	box-sizing: border-box;
	border:1px solid #CCC;
	border-radius:5px;
	text-align:justify;
	background-color: #f8f8f8;
	font-size:14px;
	resize: none;
}