div.map {
    position: relative;
}

div.map > img {
    display: block;
    max-width: 100%;
}

div.map > span {
    display: block;
    position: absolute;
}

div.map > span > a:hover {
    background-color: rgba(0, 0, 0, 0);
	/*color: black;*/
}

div.map > span > a {
    color:#ffffff;
	/*color: black;*/
}

div.map > span > h1 {
    color:#ffffff;
	/*color: black;*/
}

div.map > span.a {
    top: 5px;
    right: 0;
    /*width: 35%;
    height: 52.5%;*/
}
div.map > span.footer1 {
    top: 75px;
    left: 45%;
    /*width: 35%;
    height: 52.5%;*/
}

/*div.map > a.b {
    top: 0;
    left: 35%;
    width: 32%;
    height: 52.5%;
}

div.map > a.c {
    top: 0;
    right: 0;
    width: 33.4%;
    height: 52.5%;
}*/

/* Nav Bar --Start */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #DCDCDC;
  overflow: hidden;

  /*width: 100%;*/
  height: 115%;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 10px 13px;
  text-decoration: none;
  font-size: 15px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #A9A9A9;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #000000;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a{display: none;padding: 10px 12px;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Navbar -End */

/*.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}*/

/* Create four equal columns that sits next to each other */
/*.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}*/

/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}*/

.container_footer {
  position: relative;
}
/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 100px;
  /*right: 20px;
  background-color: black;*/
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}


/* -----  Footer start  ---*/

/* The footer is fixed to the bottom of the page */
 
footer{
	position: fixed;
	bottom: 0;
}
 
@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}
 
 
.footer-distributed{
	background-color: #555555;
	/*background-image: url("../images/footer.png");*/
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font:  16px sans-serif;
	padding: 5px 50px 0px 50px;
	/*margin-top: 80px;*/
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
/* Footer left */
 
.footer-distributed .footer-left{
	width: 30%;
}
 
.footer-distributed h1{
	color:  #ffffff;
	/*font: normal 36px 'Cookie', cursive;*/
	margin: 0;
}

.footer-distributed p{
	color:  #ffffff;
	/*font: normal 36px 'Cookie', cursive;*/
	margin: 0;
}
 
/* The company logo */
 
.footer-distributed .footer-left img span{
	width: 30%;
}

.footer-distributed .footer-left span{
	color:  #ffffff;
}
 
.footer-distributed h3 span{
	color:  #ffffff;
}
 
/* Footer links */
 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
/* Footer Center */
 
.footer-distributed .footer-center{
	width: 35%;
}
 
 
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
 
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
 
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footer-distributed .footer-center p a {
	color:  #ffffff;
	text-decoration: none;;
}

 
 
/* Footer Right */
 
.footer-distributed .footer-right span{
	width: 30%;
	color:  #ffffff;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-icons{
	margin-top: 25px;
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}
 
/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */
 
 
@media (max-width: 880px) {
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
 
}

/* --------- Footer end ---  */


/*.profile {
  background-color: darkgrey;
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 100px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

. commonp{
 margin-left:5px;
}

.para a{
 color: #ffffff;
 margin-left:15px;
}

div.example {
  background-color: #555555;
  padding: 40px;
  color: white;
  text-align:center;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 20px;
  }
}

div.custalign{
    margin-left:15px;
    text-align: justify;
    text-justify: inter-word;
    width: 97%;
}






