body {margin:0;}
  
  #header{
	  background-color:#fff;
	  
	  position:fixed;
	  top:0;
	  width:100%;
	  z-index: 99999;	  
  }
.ban-btn {
            border: none;
            color: white;
            padding: 13px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            border-radius: 10px;			   
        }

        .btn-white {
            background-color: white;
			color:black;
        }

        .btn-green {
            background-color: #4CAF50;
        }
		.btn-blue {
            background-color: #17a2b8;
        }
		
.tab {
  overflow: hidden;
  
  background-color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #000;
  float: left;
  width:100%;
  outline: 0px;;
  margin-right:20px;
  cursor: pointer;
  color:#fff;
  padding: 12px 14px;
  transition: 0.3s;
  font-size: 18px;
  border-radius: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #17a2b8;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #17a2b8;
  
}

/* Style the tab content */
.tabcontent {
  display: absolute;
  padding: 0 18px;
}	
.tabcontent1 {
  display: none;
  padding: 0 18px;
}		


.images_box {
    position: relative;

}
#example2 {
  
  padding: 10px;
  box-shadow: 5px 15px 15px 20px #F5F5F5;
  border-radius:10px;
}
.middle-header{
	padding:21px;
}
.img_rounded{
	border:1px solid gray;
	border-radius:7%;
}
.img_responsive{
	margin:auto;
	display:block;
}
.bg-light {
    background-color: #ffffff!important;
}
.image-wrap {
    position: relative;
    width: 100%;
   
    overflow-x: hidden;
    margin-top: 148px;
}
.img-content {

    width: 100%;
   
    overflow-x: hidden;

}
.banner-content {
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}
.banner-content1{
	position: absolute;
    top: 75%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: left;
    font-size: 1.5em;
    color: black;
    line-height: 1.5;
}
