* {
  font-family: 'arimo','Century Gothic', sans-serif !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
    overflow: auto;
    max-height: 500px;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:50%;
  top: auto;
  left: 2%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  /* float: right; */
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.scrollableBoth{
   /* max-height: 460px; */
    height:auto; min-height: 360px; max-height:520px;
    min-width: 540px;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrollable{
   /* max-height: 460px; */
    min-height: 360px; max-height:660px; height:auto;
    min-width: 540px;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrollableY{
   /* max-height: 460px; */
    min-height: 360px; max-height:660px; height:auto;
    min-width: 540px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 0px green;
}

.scrollableX{
   /* max-height: 460px; */
    min-height: 360px; max-height:660px; height:auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.scrollableYX{
    max-height: 460px;
    overflow-x: auto;
    overflow-y: auto;
}
.scrollableLeft{
    min-height: 460px; 
    max-height:760px; 
    height:auto;
    overflow-x: hide;
    overflow-y: auto;
   border: dotted 0px blue;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollableBoth1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollableBoth1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable::-webkit-scrollbar {
    display: none;
}

.ftr {  text-align:left; color:red; }
.sng {  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollableYX::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollableYX {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.img-banner img{
  width: 100%;
  display: block;
  margin: 15px auto;
}

/* Menu Title */
.menu-title{
  font-size: 16px;
  color: #003c64;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Mega Nav */
.mega-nav{
   padding-left: 0;
}

.mega-nav li{
  list-style: none;
  margin: 0;
  line-height: 1.8em;

}

.mega-nav li a{
  text-decoration: none;
  margin-top: 4px;
}
.mega-nav li a:hover{
  color: #333;
}

@media only screen and (max-width: 820px){
  .menu-title{
      font-size: 16px;
  }

  .dropdown-mega h5,
  .dropdown-mega h3{
      font-size: 16px;
  }
    .scrollable::-webkit-scrollbar {
    width: 4px;
}
}


/* Custom Scrollbar */
/* width */
.scrollable::-webkit-scrollbar {
width: 10px;
}

/* Track */
.scrollable::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.scrollable::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.scrollable::-webkit-scrollbar-thumb:hover {
background: #555; 
}


@media only screen and (min-width: 550px) and
(max-device-width: 900px){
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 96%;
 
  }

}