body{
	background: url(bodybg.jpg);
}
.d1{
	background-color:rgb(250, 250, 250);
	margin-left:50px;
	width:900px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.st1{
	font-family:arial;
	font-size:20px;
	color:white;
}
.btngroup{
	background-color:rgb(0, 102, 153);
	border-radius: 10px;
	margin-bottom:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.p1{
	font-family:arial;
	font-size:20px;
	color:white;
}
.p2{
	font-family:arial;
	font-size:30px;
	color:white;
	padding:10px;
}
.p3{
	font-family:arial;
	font-size:18px;
	padding:5px;
	text-align:center;
}
#d3{
	display:none;
    overflow-y: scroll;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:rgb(250, 250, 250);
	right:-990px;
	top:60px;
	left:1000px;
	width:400px;
	height:705px;
	position:absolute;
}
#d8{
	display:none;
    overflow-y: scroll;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:rgb(250, 250, 250);
	right:-990px;
	top:60px;
	left:1000px;
	width:400px;
	height:705px;
	position:absolute;
}
#d9{
	display:block;
    overflow-y: scroll;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:rgb(250, 250, 250);
	right:-990px;
	top:60px;
	left:1000px;
	width:400px;
	height:705px;
	position:absolute;
}
#d4{
	display:block;
	overflow-y: scroll;
	height:475px;
}
.d5{
	position:absolute;
	text-align:center;
	width:400px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #333;
	position:absolute;
	left:1000px;
	top:10px;
}
.img2{
	height:300px;
	width:300px;
	margin:15px;
	transition: 0.6s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.img2:hover{
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0,100), 0 6px 20px 0 rgba(0, 0, 0, 100);
	height:345px;
	width:345px;
	transition: 0.6s ease;
}
.img3{
	height:350px;
	width:350px;
	margin:15px;
}
.p4, h5{
	text-align:center;
}
h4{
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	font-family:arial;
}
.p5{
	font-family:arial;
	font-size:15px;
	margin:20px 20px;
	text-align:justify;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  float: left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a.icon {
  float: right;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
#d6{
	display:none;
	overflow-y: scroll;
	height:475px;
}
#d7{
	display:none;
	overflow-y: scroll;
	height:475px;
}
.active1{
	background-color: #4CAF50;
	font-family:Arial;
	color: white;
}
#text2{
	display:none;
}
#text3{
	display:none;
}
.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.modal-container1	{
	position:fixed;
	background-color:#fff;
	width: 450px;
	height:600px;
	left:50%;
	padding: 10px;
	border-radius: 5px;
	top: 80px;
	
	
	/* -webkit-transform: translate(-50%, -200%);
	-ms-transform: translate(-50%, -200%); */
	transform: translate(-50%, -200%);

    /*-webkit-transition: -webkit-transform 200ms ease-out; */
	transition: transform 200ms ease-out; 
}
.modal-vscroll{
	overflow-y: scroll;
	width: 440px;
	height:450px;
}
.modal1:before	{
	content: "";
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	clear: none;
}
.modal1:target:before{
    display:block;
}
.modal1:target .modal-container1{
    /* -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50$, 0); */
    transform: translate(-50%,0);   
}
* {box-sizing: border-box}
.img4 {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  margin-bottom:30px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}