body {
   /* background-color:#DFE0E0;  */
  

}
.back1
{
	position:absolute;
	height:300px;
	opacity: 0.5;
	
	z-index:-1;
	left:0px; top:0px;
  
}
/* @media screen and (min-width: 600px) { */
  /* body { */
    /* zoom:100%; */
  /* } */
/* } */

/* @media only screen and (max-width: 1000px) { */
  /* body { */
    /* zoom:200%; */
  /* } */
/* } */
.topnav {
  overflow: hidden;
  background-color: #595959;
}

.topnav a {

  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
  height:26px;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2082BA;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav a:not(:nth-child(4)) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}


.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 4px;
  background-color: white;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 2px);
  transform: rotate(-45deg) translate(-5px, 2px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.pic1container
{
	position: relative;
  text-align: center;
  color: white;
 
}
.pic1
{
	
}
.pic2
{
	
}
.pic3
{
	
}
.pic4
{
	
}


/*------------------------------ CSS for Contact us */



.divhead
{
	font-size:25px;
    text-align: center; 
	color:#595959;

}

.maincontactcontainer
{
	
	margin-top: 20px;
	font-size:25px;
	text-align:center;
     border: 0px solid ; 

}

.contactdiv
{
	width: 250px; 
	height:250px; 
	background-color:#f2f2f2;
	border-radius: 25px;
	display:inline-table;
	margin:10px;
	text-align:center;
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	font-size:20px;
    box-shadow: 3px 3px 6px 3px #888888;
}

/*------------------------------ CSS for Location */

.gotolocationbutton {
	background-color:#2082BA;
	border-radius:8px;
	border:1px solid #1e19ab;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	padding:12px 76px;
	text-decoration:none;
	text-shadow:0px 0px 0px #282a66;
}
.gotolocationbutton:hover {
	background-color:#D5D7D9;
	color:black;
}
.gotolocationbutton:active {
	position:relative;
	top:1px;
}
.gotodiv
{
	text-align:center;
	width:100%;
	
}
    
@media screen and (max-width: 600px) 
{
.contactdiv
    {
  -webkit-appearance: none;
    }
}







