.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
  border: none;
  margin: 0;
  padding: 0;
}

html{
  overflow-x: hidden;
}
.nav a {
  text-decoration: none;
}
.nav li {
  list-style: none;
}

/* menu container */
.nav,
input {
  font-size: 15px;
}
.nav {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 500;
}

/* menu list */
.nav > li {
  float: left;
}

.menu_item{
  margin: 0px 1.5em 0px 0px !important;
}

/* menu links */

.nav > li > a:focus,
/* .nav > li:hover > a {
background: #4b4441;
} */
.nav > li:first-child > a {
  border-left: none;
  border-radius: 3px 0 0 3px;
}

/* search form */
.nav-search > form {
  border-left: 1px solid #4b4441;
  height: 3.5em;
  position: relative;
  width: inherit;
  z-index: 510;
}
.nav-search input[type="text"] {
  background: #372f2b;
  color: #999;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  transition: all .3s ease 1s;
  width: 0;
}
.nav-search input[type="text"]:focus {
  color: #fcfcfc;
}
.nav-search input[type="text"]:focus,
.nav-search:hover input[type="text"] {
  padding: 1em 1.25em;
  transition: all .3s ease .1s;
  width: 6.875em;
}
.nav-search input[type="submit"] {
  background: #372f2b url(../img/search-icon.png) no-repeat center center; /* IE8 fallback */
  background: #372f2b url(../img/search-icon.svg) no-repeat center center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 3.5em;
  padding: 0 1.25em;
  transition: all .3s ease;
}
.nav-search input:focus,
.nav-search input[type="submit"]:hover {
  background-color: #4b4441;
}

/* menu dropdown */
.mega-menu {
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 0 0 3px 3px;
  /* opacity: 0; */
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: max-content;
  /* For Mozilla Firfox */
  width: -moz-max-content;
  margin: 1.2% 0;
  right: -50%;
}
li:hover > .mega-menu {
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

.list_module{
  text-align: left;
}

.nav>li{
  position: unset !important;
}

/* menu content */
.nav-column1 {
  float: left;
  padding: 0px;
  width: 81%;
  height: 463px;
}

/* .nav-column2 {
float: left;
padding: 2.5%;
width: 26%;
}

.nav-column3 {
float: left;
padding: 2.5%;
width: 26%;
} */

.nav-column4 {
  float: right;
  width: 19%;
  background-color: #582974;
}

.abouts{
  height: 100%;
  width: 700px;

}

.nav-column1 a {
  color: #888;
  display: block;
  line-height: 2.75;
  text-align: left;
  font-size: 13px;
}


.nav-column2 a {
  color: #888;
  display: block;
  line-height: 2.75;
  text-align: left;
  font-size: 13px;
}


.nav-column3 a {
  color: #888;
  display: block;
  line-height: 2.75;
  text-align: left;
  font-size: 13px;
}


.nav-column4 a {
  color: #fff;
  display: block;
  line-height: 1.75;
  text-align: center;
}

h3 {
  color: #372f2b;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15;
  margin: 0em 0 .75em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
}
.highlight {
  color: #2196f3;
}

.side-panel_icon{
  padding: 7% 0;
}

.side-panel_icon:hover{
  background-color: #14BBD3;
}

.side-panel_icon img{
  width: auto;
  max-height: 32px;
}

.column4_margin{
  margin: 5% 0px !important;
}


/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 5px);
  bottom: 0;
  border-width: 5px 5px 0 5px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.for_mobile_sol1{
  display: none !important;
}
