header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
header .navbar {
  padding: 0.5em 1em;
}
header .navbar-brand {
  font-size: 1.25em;
  padding: 0;
  margin-right: 0.5em;
}
header .navbar-brand img {
  height: 2.65em;
  width: auto;
  transition: 0.3s ease-in-out;
}
.body-scroll .navbar-light .navbar-nav.main-nav .nav-link {
  padding: 0.1em 1em;
}
.body-scroll header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.body-scroll header .navbar-brand img {
  height: 1.75em;
}
.navbar-toggler {
  padding: 0.25em 0.75em;
  font-size: 1.25em;
  margin-left: 1em;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #f79c2e;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 3px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 2.25em;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 3px;
  background-color: #f79c2e;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  top: 10px;
}
.hamburger .hamburger-inner {
  top: auto;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger .hamburger-inner:after {
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -3px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -3px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -3px, 0) rotate(-45deg);
}
.hamburger.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-icon {
    width: 50px;
    object-fit: contain;
}
.navbar {
  background: #fff;
  margin-bottom: 0px;
}
.navbar .contact-menu {
  margin-left: 0.625em;
  flex-direction: row;
}
.navbar .contact-menu .media {
  padding: 20px 0px 0px;
}
.navbar .ig-megamenu.contact-menu .megamenu-header {
  color: #000000;
  /* font-size: 20px;
*/
  margin-top: 14px;
}
.navbar .contact-menu .nav-item + .nav-item {
  margin-left: 0.625em;
}
.navbar .contact-menu .nav-link {
  border: 2px solid #f79c2e;
  border-radius: 360px;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  -ms-border-radius: 360px;
  width: 2.222em;
  height: 2.222em;
  text-align: center;
  line-height: normal;
  color: #f79c2e;
  font-size: 1.125em;
  transition: 0.3s ease-in-out;
  padding: 0.4em;
}
.navbar .ig-megamenu.contact-menu .nav-link {
  padding: 5px 18px !important;
  background: #f79c2e;
  /* line-height: 28px;
*/
  width: auto;
  border-radius: 5px;
  color: #fff;
}
.navbar .ig-megamenu.contact-menu .nav-link i.far.fa-envelope {
  margin-right: 0.3em;
  margin-top: 2px;
  color: #fff;
}
.navbar .contact-menu .nav-link:hover,
.navbar .ig-megamenu.contact-menu .nav-link:hover,
.navbar .ig-megamenu.contact-menu .nav-link:focus,
.navbar .contact-menu .nav-item.show .nav-link {
  color: #f79c2e;
  background: #fff;
  outline: none;
}
.navbar .contact-menu .nav-link:hover,
.navbar .ig-megamenu.contact-menu .nav-link:hover,
.navbar .contact-menu .nav-item.show .nav-link {
  color: #f79c2e !important;
  background: #fff !important;
  outline: none;
}
.navbar .contact-menu .nav-link:hover i.far.fa-envelope,
.navbar .ig-megamenu.contact-menu .nav-link:hover i.far.fa-envelope,
.navbar .contact-menu .nav-item.show .nav-link i.far.fa-envelope {
  color: #f79c2e;
}
.navbar .ig-megamenu.contact-menu .nav-link::before {
  display: none;
}
.navbar .contact-menu .nav-link.active {
  color: #fff;
  background: #f79c2e;
}
.navbar .ig-megamenu img {
  max-width: 100%;
}
.navbar .ig-megamenu .nav-link {
  color: #232433;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0.5em 1em;
  transition: 0.3s ease-in-out;
  position: relative;
  /*margin-top: 10px;
*/
}
.navbar .ig-megamenu .nav-link .fa {
  display: none;
}
.navbar .ig-megamenu .nav-link:hover {
  color: #f79c2e;
}
.navbar .ig-megamenu .nav-link:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  bottom: -0.85em;
  width: 100%;
  height: 2px;
  background: #f79c2e;
  transform: scaleX(0);
}
.navbar .ig-megamenu .nav-link:hover:before {
  transform: scaleX(1);
}
.navbar .ig-megamenu li {
  position: static;
}
.navbar .ig-megamenu .ig-menu-li.show > a {
  color: #f79c2e;
  display: flex;
  justify-content: space-between;
}
.navbar .ig-megamenu .ig-menu-li.show > a:before {
  transform: scaleX(1);
}
.navbar .ig-megamenu .back {
  display: none;
}
.navbar .ig-megamenu .dropdown-menu {
  font-size: 1em;
  width: 1100px;
  border-color: #f3f0f0;
  margin-top: 0;
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 20px;
  max-height: calc(100vh - 50px);
  left: -100px !important;
}
.ig-menu-content .container{
  width: 100%;
}
.navbar .ig-megamenu .megamenu-header {
  font-weight: 600;
  color: #232433;
  font-size: 14px;
}
.navbar .ig-megamenu .megamenu-header .fa {
  display: none;
}
.navbar .ig-megamenu .megamenu-header:after {
  display: none;
}
.navbar .ig-megamenu .megamenu-header:hover {
  text-decoration: none;
}
.navbar .ig-megamenu .ig-menu-content .menu-image {
  max-width: 100%;
  height: auto;
}
.navbar .ig-megamenu .ig-menu-content .menu-header {
  font-size: 2.125em;
  font-weight: 700;
  color: #2d2f3c;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.navbar .ig-megamenu .ig-menu-content ul {
  padding: 0;
  list-style-type: none;
}
.navbar .ig-megamenu .ig-menu-content ul li {
  margin: 20px 20px 20px 0px;
}
.navbar .ig-megamenu .ig-menu-content ul li a:not(.megamenu-header) {
  font-size: 16px;
  color: #2d2f3c;
  font-weight: 500;
}
.dpcontactBanner {
  position: relative;
  margin: 20px 0px;
}
.dpcontactBanner > .btn {
  position: absolute;
  left: 50px;
  bottom: 20px;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
}
.navbar .navbar-nav.contact-menu > li.dropdown > a {
  /* position: relative;
*/
  color: #f79c2e;
}
.navbar .navbar-nav.contact-menu > li.dropdown > a:hover {
  color: #ffffff;
}
.navbar .ig-megamenu .ig-menu-content ul li a:not(.megamenu-header):hover {
  text-decoration: none;
  color: #f79c2e;
}
.navbar .navbar-nav.contact-menu > li.dropdown > a {
  /* position: relative;
*/
  color: #f79c2e;
}
.navbar .navbar-nav.contact-menu > li.dropdown > a:hover {
  color: #ffffff;
}
@-webkit-keyframes anim-effect-tamara {
  0% {
    box-shadow: 0 0 0 3px #f79c2e;
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(247, 156, 46, 0);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-effect-tamara {
  0% {
    box-shadow: 0 0 0 3px #f79c2e;
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(247, 156, 46, 0);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-brand img {
    height: 1.75em;
  }
  .body-scroll header .navbar-brand img {
    height: 1.75em;
  }
  .navbar-light .navbar-nav.main-nav .nav-link {
    font-size: 12px;
    padding: 0.5em 0.75em;
  }
  .body-scroll .navbar-light .navbar-nav.main-nav .nav-link {
    padding: 0.1em 0.75em;
  }
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav.contact-menu {
    margin-left: auto;
  }
  .navbar-light .navbar-nav.main-nav .nav-link {
    font-size: 16px !important;
    padding: 15px 10px !important;
    display: flex;
    justify-content: space-between;
  }
  .navbar-light .navbar-nav.main-nav .nav-link.contact-link {
    padding: 4px 5px !important;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 12px !important;
  }
  header .navbar-brand img,
  .body-scroll header .navbar-brand img {
    height: 2.25em;
  }
  header .navbar-collapse .navbar-nav {
    margin-top: 4px;
  }
  .navbar .ig-megamenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
    transform: translateX(-100%);
    transition: 0.4s all ease-in-out;
    display: block;
  }
  .navbar .ig-megamenu.mobile-menu {
    position: fixed;
    left: 0;
    top: 66px;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
    transform: translateX(-100%);
    transition: 0.4s all ease-in-out;
    display: block;
    z-index: 999;
  }
  .navbar .ig-megamenu.show {
    transform: translateX(0);
  }
  .navbar .ig-megamenu .ig-menu-li > a:before {
    display: none;
  }
  .navbar .ig-megamenu .ig-menu-li .show > a:before {
    display: none;
  }
  .navbar .ig-megamenu .slider {
    transition: 0.5s all;
    padding: 0 10px 0 10px;
  }
  .navbar .ig-megamenu .nav-link .fa {
    display: inline-block;
    margin-top: 4px;
    pointer-events: none;
  }
  .navbar .ig-megamenu .nav-link:hover::before {
    display: none;
  }
  .navbar .ig-megamenu .ig-menu-content {
    /* position: absolute;
top: 0;
left: 100%;
padding: 0;
box-shadow: none;
border: 0;
overflow: visible;
display: none;
width: 100%; */
    max-height: 100%;
  }
  .navbar .ig-megamenu .dropdown-menu {
    border-color: none;
    box-shadow: none;
    padding: 0 0;
  }
  .dropdown-menu {
    border: none;
  }
  .navbar .ig-megamenu .ig-menu-content.show {
    display: block;
  }
  .navbar .ig-megamenu .ig-menu-content .megamenu-header {
    text-transform: none;
    font-weight: 700;
    color: #2d2f3c;
    font-size: 16px;
  }
  .navbar .ig-megamenu .ig-menu-content .megamenu-header .fa {
    display: inline-block;
  }
  .navbar .ig-megamenu .ig-menu-content .megamenu-header:after {
    display: none;
  }
  .navbar .ig-megamenu .ig-menu-content .megamenu-header:hover {
    text-decoration: none;
  }
  .dropdown-menu.ig-menu-content ul:not(.ig-menu-content) {
    margin-top: 10px;
  }
  .navbar .ig-megamenu .ig-menu-content ul li {
    padding-top: 8px;
    position: relative;
  }
  .navbar .ig-megamenu .ig-menu-content ul li:after {
    padding-top: 8px;
    position: relative;
  }
  #ringButton {
    z-index: 98 !important;
  }
  /* li.test.col-menu.ig-menu-li:not(:last-child):after {
content: "";
width: 100%;
height: 5px;
position: absolute;
background: linear-gradient(150deg, #ffffff 12%, #f7f4e8 56%, #e6edf2 87%, #ededf4 100%);
} */
  .dropdown-menu.ig-menu-content ul.row > li:not(:last-child) {
    border-bottom: 4px solid #fff2e2;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .dropdown-menu.ig-menu-content ul.row > li:first-child {
    padding-top: 0;
  }
  .navbar .ig-megamenu .ig-menu-content ul li a,
  .navbar .ig-megamenu .ig-menu-content ul li a.nav-link,
  .navbar .ig-megamenu .ig-menu-content ul li a:not(.megamenu-header) {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    font-weight: 600;
    display: block;
    color: #81828a;
  }
  .navbar .ig-megamenu .ig-menu-content ul li a:hover,
  .navbar .ig-megamenu .ig-menu-content ul li a.nav-link:hover,
  .navbar .ig-megamenu .ig-menu-content ul li a:not(.megamenu-header):hover {
    color: #f79c2e;
  }
  .navbar .ig-megamenu .ig-menu-content ul li.back {
    display: block;
  }
  .navbar .ig-megamenu .ig-menu-content ul li.back a {
    text-transform: uppercase;
    font-weight: 700;
    color: #f79c2e;
    font-size: 16px;
    display: block;
  }
  .navbar-light .navbar-nav.contact-menu {
    margin-left: auto;
    transform: unset;
    position: relative;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    width: auto;
    padding: 0px;
  }
  .navbar-light .navbar-nav.contact-menu li {
    display: inline-block;
  }
  .navbar-light .navbar-nav.contact-menu li a {
    margin-top: 0px;
  }
  .navbar .ig-megamenu.contact-menu .ig-menu-content {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 56px;
    height: 100vh;
    overflow: auto;
  }
@media (max-width: 768px) {
  .navbar .ig-megamenu.mobile-menu {
    top: 62px;
  }
}
.navbar .ig-megamenu .dropdown-menu.pl-20 {
  padding-left: 20px;
}
header .navbar-brand.sticky-nav img {
  display: none;
}
header .dynamic-sticky .navbar-brand img {
  display: none;
}
header .dynamic-sticky .navbar-brand.sticky-nav img {
  display: block;
}
.navbar.navbar-small {
  background: transparent;
  padding: 35px 30px;
}
.navbar.navbar-small .ig-megamenu .nav-link {
  color: #ffffff;
}
.navbar.navbar-small .ig-megamenu.contact-menu .nav-link {
  color: #ffffff !important;
}
.navbar.navbar-small .ig-megamenu.contact-menu .nav-link:hover {
  color: #f79c2e !important;
}
.navbar.navbar-small .ig-megamenu .nav-link:hover {
  color: #f79c2e;
}
.side-panel.small-sidepanel {
  display: none;
}
.dynamic-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff !important;
  padding: 0.5em 1em !important;
  z-index: 1;
}
.navbar.navbar-small.dynamic-sticky .ig-megamenu .nav-link {
  color: #2d2f3c;
}
.navbar.navbar-small.dynamic-sticky .ig-megamenu .nav-link:hover {
  color: #f79c2e;
}
}

@media (max-width: 912px) {
  .navbar.navbar-small {
    padding: 0.5em 1em;
  }
  .navbar.navbar-small .ig-megamenu.contact-menu .nav-link {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  #scrollable-tab .nav {
    display: flex;
    flex-direction: column;
    margin-top: 3em !important;
  }
}