.navbar1 {
  overflow: hidden;
  background-color: #004891;
  font-family: 'Poppins', sans-serif;
  
}

.navbar1 a {
  float: left;
  font-size: 13px;
  color: white;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  
 
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px 20px 10px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  text-transform: uppercase;
}

.navbar1 a:hover, .dropdown1:hover .dropbtn {
  background-color: #038fd6;
  color: white;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0 0 0 213px;
}

.dropdown1-content .header1 {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown1:hover .dropdown1-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #fff;
  height: 300px;
}

.column1 a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/*
.column1 a:hover {
  background-color: #ddd;
}
 */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




/* Create three equal columns that floats next to each other */
.column2 {
  float: left;
  width: 50%;
  padding: 10px;
  background-color: #fff;
  height: 300px;
}

.column2 a {
  float: none;
  color: black;
  padding: 8px 25px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px dotted #cecece;
}

/*
.column2 a:hover {
  background-color: #ddd;
}
 */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}










