.header-area .main-header .main-header-item .header-menu ul li .mega-menu {
  width: 145vh;
}
.header-area .main-header .main-header-item .header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-area .main-header .main-header-item .header-menu ul li .mega-menu {
  position: absolute;
  /* left: 30px; */
  top: 110%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  /*-webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;*/
  z-index: 99;
 /* -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);*/
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-top: 4px solid #32659a;
  padding: 0;
}
.header-area .main-header .main-header-item .header-menu ul li:hover .mega-menu .column a {
  color: #222;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding: 5px 10px;
 border-top: 1px solid #32659a;
}
.header-area .main-header .main-header-item .header-menu ul li:hover .mega-menu .column h4 a{
	font-size: 16px;
}
.header-area .main-header .main-header-item .header-menu ul li:hover .mega-menu .column a:hover {
  background-color: #192437;
  color: #fff !important;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;

}
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}