/* mini reset */
.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
  border: none;
  margin: 0;
  padding: 0;
}
.nav a {
  text-decoration: none;
}
.nav li {
  list-style: none;
  
}

/* menu container */
.nav,
input {
  font-family: Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.nav {
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 500;
}

/* menu list */
.nav > li {
  float: left;
}

/* menu links */
.nav > li > a {
  background: #372f2b;
  border-left: 1px solid #4b4441;
  border-right: 1px solid #312a27;
  color: #fcfcfc;
  display: block;
  font-weight: bold;
  line-height: 3.5;
  padding: 0 1.25em;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  transition: all .3s ease;
  z-index: 510;
}
.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;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(219, 9, 9, 0.1);
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 60%;
    left: 30%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.mega-menus {
  background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(219, 9, 9, 0.1);
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 40%;
    left: 43%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.mega-menuss {
  background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(219, 9, 9, 0.1);
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 33%;
    left: 46%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.mega-menusss {
  background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(219, 9, 9, 0.1);
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 20%;
    left: 52%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.mega-menussss {
  background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(219, 9, 9, 0.1);
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 20%;
    left: 44%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
li:hover > .mega-menus {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
li:hover > .mega-menuss {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

li:hover > .mega-menusss {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}


li:hover > .mega-menussss {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* menu content */
.nav-column {
  float: left;
  padding: 1%;
  width: 50%;
}

/* menu content */
.nav-columns {
  float: left;
  padding: 1%;
  width: 50%;
}


.nav-columns {
  float: left;
  padding: 2.5%;
  width: 90%;
}
.navss-column {
    float: left;
    padding: 2.5%;
    width: 100%;
}

.nav-column a {
  color: rgb(19, 18, 18);
  display: block;
  font-weight: bold;
  line-height: 1.75;
  padding: 0.5em 0.5em; /* Padding added for better spacing */
}
.nav-column a:hover {
  color: rgb(0, 0, 0); /* Text color on hover */
 
  border-radius: 6px; /* Rounded corners */
  
  position: relative; /* Ensure that the line is positioned correctly */
  padding: 0.5em 1em; /* Padding added to the hover state as well */
}

.nav-column a:hover::after {
  content: "";
  display: block;
  height: 2px; /* Line thickness */
  width: 100%; /* Line width (full width of the element) */
  background-color: rgb(255, 0, 0); /* Line color */
  position: absolute;
  bottom: 0; /* Position the line at the bottom */
  left: 0; /* Align the line to the left */
  transition: width 0.3s; /* Smooth transition for line width */
}





.nav-columns a {
  color: rgb(19, 18, 18);
  display: block;
  font-weight: bold;
  line-height: 1.75;
  padding: 0.5em 0.5em; /* Padding added for better spacing */
}
.nav-columns a:hover {
  color: rgb(0, 0, 0); /* Text color on hover */
 
  border-radius: 6px; /* Rounded corners */
  
  position: relative; /* Ensure that the line is positioned correctly */
  padding: 0.5em 1em; /* Padding added to the hover state as well */
}

.nav-columns a:hover::after {
  content: "";
  display: block;
  height: 2px; /* Line thickness */
  width: 100%; /* Line width (full width of the element) */
  background-color: rgb(255, 0, 0); /* Line color */
  position: absolute;
  bottom: 0; /* Position the line at the bottom */
  left: 0; /* Align the line to the left */
  transition: width 0.3s; /* Smooth transition for line width */
}



h3 {
  color: #372f2b;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15;
  margin: 1.25em 0 .75em;
  text-transform: uppercase;
}
.highlight {
  color: #f50537;
}

.icon-LogoPrimLink1:before {
    content: "\e900";
}

.fixed-div {
    position: fixed;
    width: 100%;
    text-align: center;
}













