@keyframes fadeIn {
   from {
     opacity: 0;
  }
   to {
     opacity: 1;
  }
}
.dropdown-menu.show {
   -webkit-animation: fadeIn 0.3s alternate;
   animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
  margin-top: -6px;
  border: 0;
  padding: 27px 15px;
}
.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: 1px;
  position: absolute;
  background: #000;
  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;
} 
.header .nav-item .nav-link {
 font-size: 16px;
 font-weight: 500;
 color: #24292a;
 letter-spacing: 0.3px;
 padding: 24px 0.5rem;
}
/* .header {
  position: sticky;
  top: 0; 
} */
.navbar-nav {
  column-gap: 6px;
} 
.navigation-product ul li a {
  font-size: 15px;
  color: #263b56;
  text-decoration: none;
}
.navigation-product ul li:before {
  content: '\e91e';
  font-family: fontello;
  font-size: 11px;
  color: #090b0e;
  margin-left: -12px;
  font-weight: 500;
  position: absolute;
  margin-top: 5px;
}
.navigation-product ul li:hover::before, .navigation-product ul li:hover a { 
  color: #2e2e2e; 
}
/* .navbar { 
  padding: 0;
  box-shadow: inset 0 -23px 40px -38px #a7a7a7;
  border-bottom: 1px solid #263b56;
} */ 
.request_quote {
 margin-left: 20px;
}
.navigation-product ul li {
  line-height: 1.9;
}
.navigation-product ul li a {
  font-size: 15px;
  color: #263b56;
  text-decoration: none;
  letter-spacing: 0.4px;
} 
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@media (min-width: 992px){
 .navbar-expand-lg .navbar-nav { 
    column-gap: 16px;
 }
 .navbar .nav-item .dropdown-menu{ display: none; } 
 .navbar .nav-item:hover .dropdown-menu{ display: block; } 
  nav.navbar .nav-link { 
      padding: 1.6rem 1rem; 
  }
}
.livendsupport {
  display: flex;
  column-gap: 15px;
}
.livendsupport a { 
  background-color: #2e2e2e;
  border-radius: 6px 6px 6px 6px;
  padding: 9px 14px 9px 14px;  
 text-decoration: none;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 0.4px;
 display: flex;
 align-items: center;
 column-gap: 4px;
} 
.support_quote a {
   color: #ffffff;
   border: 2px solid #ff7e26;
   background-color: #ff7e26;
}
.support_quote a:hover {
  border: 2px solid #ff7e26;
  background-color: #ffffff;
  color: #ff7e26;
}
.header .nav-item .nav-link i.bi-caret-down {
 width: 16px;
 display: inline-block;
 /* margin-top: 9px; */
}

.footer_section {
  background: #353538;
  padding-top: 5.7rem;
} 
.rounded-custom {
  border-radius: 1rem!important;
}
.footer-heading {
 font-size: 20px;
 color: #f0f8ff
}

.footer_section ul li a {
 color: #ffffff;
 text-decoration: none; 
}
.footer_section p, .footer_section li a, .footer_section a {
  font-size: 17px;
  letter-spacing: 0.2px;
}
.rounded-social-buttons {
  display: flex;
  column-gap: 21px;
  flex-wrap: wrap;
}
.rounded-social-buttons a {
   color: #1e1a44;
   background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f0f8ff00;
  transition: 0.3s;
}
.rounded-social-buttons a:hover {
  color: #47B5FF;
  background: #f0f8ff00;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #47B5FF;
  transition: 0.3s; 
}  
.footer_section .copyright a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #3f4c65;
  padding-bottom: 1px;
}
.text-light {
 color: #ffffff9e!important
}
.fs-15{
  font-size: 15px;
}
.footer_before li {
 position: relative
}

.footer_before li::before {
 content: '\e91e';
  font-family: fontello;
 color: #fff;
 margin-right: 6px;
 position: absolute;
 left: -16px;
 margin-top: 5px;
 font-size: 13px
}
.footer_section ul li a:hover {
  color: aliceblue;
}
a.navbar-brand {
  font-weight: 700;
  font-size: 1.9rem;
  color: #2e2e2e;
}
a.navbar-brand span {
  font-weight: 700;
  font-size: 1.9rem;
  color: #2e2e2e;
}
.navbar .nav-item .dropdown-menu {
  border-radius: 0;
}