.d-block{
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  
}
.image_head{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
  
}

.map {
    width: 300px;
    height: 300px;
    margin: 0 auto;
   
}
.spider-map{
	float: right;
}
.paragraph_com{
	text-align: center;
}
#img_galery{
	width:100%; 
	height:100%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.responsive{
	max-width: 100%;
	max-height: 100%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  
}
.site_map{
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal_img {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 80vw;
	height:90%;
	min-height:80vh;
}
/* Add Animation */
.modal_img, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal_img {
    width: 100%;
  }
}
@media only screen and (min-height: 1080px){
  .modal_img {
    height: 100%;
  }
}