* {
    box-sizing: border-box;
}
html{
	min-height: 100%;
	position: relative;
}
body{
	padding: 0;
	margin: 0;
	background-color: #ffeff7;
	margin-bottom: 215px;
}
@font-face {
    font-family: gothic;
    src: url("gothic.ttf");
}
.login{
	height: 35px;
	width: 100%;
	background-color: #ce006b;
}
.login a{
	color: #ffd1e9;
	text-decoration: none;
	display: inline-block;
	border-left: #ffd1e9 solid 1px;
	float: right;
	padding: 8px;
}
.login a:hover{
	background-color: #91004b;
	color: #fff;
	border-left: #91004b solid 1px;
}
.heading{
	height: 130px;
	width: 100%;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px #cccccc;
}
.heading img{
	float: left;
	height: 100%;
}
.heading>h1{
	margin: 0;
	padding: 0;
	padding-left: 10%;
	color: #ce006b;
	font-size: 35px;
}
.heading>h2{
	color: #ce006b;
	font-size: 15px;
	margin: 0;
	padding: 0;
	padding-left: 10%;
}
.navbar{
	background-color: #ce006b;
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-block;
}
.navbar ul{
	margin: 0;
	padding: 0;
}
.navbar ul li{
	float: left;
	list-style: none;
	z-index: 1;
}
.navbar li a{
	color: #ffd1e9;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
}
.navbar li a:hover{
	color: #fff;
	background-color: #91004b;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
	background-color: #ce006b;
	display: none;
	position: absolute;
}
.dropdown-content a {
	text-decoration: none;
	text-align: left;
	display: block;
	width: 160px;
}
.dropdown:hover .dropdown-content {
	display: block;
}


.slider{
	width: 80%;
	height: 400px;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}
.slider>img{
	height: 100%;
	width: 100%;
	position: absolute;
}
.slider>button{
	position: absolute;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 25px;
	top: 150px;
	background: #fff1f7;
	color: #ab0053;
	font-size: 25px;
	display: none;
	opacity: 0.4;
}
.slider>#next{
	position: relative;
	float: right;
}
.slider:hover #next{
	display: block;
}
.slider:hover #prev{
	display: block;
}
.slider>#next:hover{
	background: #ab0053;
	color: #fff1f7;
	opacity: 1;
}
.slider>#prev:hover{
	background: #ab0053;
	color: #fff1f7;
	opacity: 1;
}
.updation{
	background-color: #ffffff;
	color: #ce006b;
	font-size: 20px;
	height: 35px;
	width: 80%;
	padding-top: 10px;
	margin-right: 10%;
	margin-left: 10%;
	box-shadow: 0px 2px 5px #cccccc;
}
.intro{
	min-height: 100%;
	background-color: #ffffff;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 5px #cccccc;
}
.intro h2{
	color: #9e0052;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
.intro h3{
	color: #9e0052;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
.intro p{
	color: #9e0052;
	font-size: 17px;
	text-indent: 50px;
	text-align: justify;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
.intro ol{
	color: #9e0052;
	font-size: 17px;
	text-align: justify;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
.introg{
	min-height: 100%;
	background-color: #ffffff;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	padding-bottom: 20px;
}
.introg h2{
	color: #9e0052;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
.events{
	min-height: 100%;
	background-color: #ffffff;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 20px;
	box-shadow: 0px 2px 5px #cccccc;
}
.events h2{
	color: #9e0052;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-bottom: solid 1px; 
}
.events h3{
	color: #9e0052;
	padding: 0;
	margin: 0;
}
.events p{
	color: #9e0052;
	font-size: 17px;
	text-indent: 50px;
	text-align: justify;
	padding: 0;
	margin: 0;
}
.footer{
	width: 100%;
	bottom: 0;
	position: absolute;
}
.contact-details{
	background-color: #450024;
	padding-left: 10%;
	padding-right: 10%;
}
.contact-details h3{
	color: #985f7d;
	text-align: center;
}
.contact-details p{
	color: #985f7d;
	font-size: 13px;
	text-align: center;
}
.foot{
	height: 40px;
	width: 100%;
	background-color: #2d0017;
	text-align: center;
}
.foot a{
	color: #a97590;
	text-align: center;
	text-decoration: none;
}
.foot a:hover{
	color: #ffd1e9;
}
.facilities{
	background-color: #ffffff;
	height: auto;
	font-size: 17px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	padding-bottom: 20px;
}
.seperator{
	margin:30px;
	border-bottom: #510f29 solid 1px;
}
.coll-1 {
	width: 50%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.coll-1 img{
	display: inline-block;
	width: 100%;
}
.coll-1>p{
	color: #ab0053;
	font-size: 17px;
	text-indent: 50px;
}
.coll-1>h2{
	color: #510f29;
	text-align: justify;
}
.coll-2 {
	width: 50%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.coll-2 img{
	display: inline-block;
	width: 100%;
}
div .coll-2:hover{
	border: solid 5px #510f29;
	opacity: 0.6;
}
.coll-2>p{
	color: #ab0053;
	font-size: 17px;
	text-indent: 50px;
}
.coll-2>h3{
	color: #510f29;
	text-align: justify;
}
.coll-3 {
	width: 33%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.coll-4 {
	width: 100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
[class*="coll-"] {
  float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.contact{
	min-height: 100%;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	padding-bottom: 20px;
}
.c1, .c2{
	min-height: 100%;
	background-color: #ffffff;
	height: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 5px #cccccc;
}
.c1 h2, .c2 h2{
	color: #9e0052;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-bottom: solid 1px; 
}
.c1 h3, .c2 h3{
	color: #9e0052;
	padding: 20px;
	margin: 0;
}
.c1 p, .c2 p{
	color: #9e0052;
	font-size: 17px;
	text-align: justify;
	padding: 20px;
	margin: 0;
}
#gallery{
	width: 80%;
	height: 300px;
	overflow: hidden;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}

.coll-center {
	width: 100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.coll-center img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.vert-offset-top-1 {
  margin-top: 1em; }
  .vert-offset-bottom-1 {
  margin-bottom: 1em; }
  #map {
  height: 400px;
  width: 100%; }