header{
    position: relative;
    z-index: 3;
}
/* Generic Navbar Style */
.toggle {
    float: right;
}
.toggle a{
    height: 22px;
    width: 42px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    display: inline-block;
}
.toggle a:after{
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    left: 0;
    right: 0;
    top: 8px;
}


/* Offcanvas Stylings */

@media (min-width: 992px){
    .offcanvas,
    .offcanvas .coff,
    .header .toggle{
      display: none  !important;
    }
  }

@media (max-width: 1023px){
#mobileNav{
  padding: 80px 0;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #161616;
  width: 300px;
  z-index: 99;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas .nano,
.offcanvas .nano-content {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}
#mobileNav .mobile-cta {
  border-bottom: 0;
  padding: 20px;
}
#mobileNav .mobile-cta a {
  padding: 0;
  display: block;
}
#mobileNav .mobile-cta .button-cf {
  width: 100%;
  padding: 1em 20px;
}
#mobileNav li.has-sub > a::after {
  content: " \25BC";
  opacity: 0.75;
  font-size: 1.1em;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.offcanvas ul {
  margin: 0 0 15px;
  display: block; 
  padding: 0;
}
.offcanvas ul li {
  float: none !important;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}
.offcanvas ul.nav-right > li {
    border-bottom: 0;
    display: table;
    float: left !important;
}
.offcanvas ul.nav-right > li.btn-holder {
    display: block;
    float: left !important;
    width: 100%;
    padding: 20px;
}
.offcanvas ul.nav-right > li.btn-holder .btn-primary {
    text-align: center;
    border: 0;
}
.offcanvas ul.nav-right > li.btn-holder .btn-primary:hover,
.offcanvas ul.nav-right > li.btn-holder .btn-primary:focus {
    background-color: #fff;
    color: #5BA14E;
}

.offcanvas ul li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.offcanvas ul li a i {
    line-height: 20px;
    padding-right: 15px;
}
.offcanvas ul li ul {
  display: none;
  padding: 15px 30px 25px;
  margin-bottom: 0;
  list-style: none;
}
.offcanvas ul li ul li:last-child,
.offcanvas ul li ul li {
  border: 0;
  padding: 0;
}
.offcanvas ul li ul li a {
  border-bottom: 0;
  padding: 10px 20px;
}
.offcanvas ul.nav-right > li .social > i {
    font-size: 20px;
}
.offcanvas .coff {
  top: 0;
  left: 0; 
  z-index: 9;
}
.offcanvas .coff a {
  padding: 15px 20px;
  display: block; 
  background-color: rgba(0,0,0,0.5);
}

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); 
}
.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none; 
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}  
}

.m-menu-holder {
    position: relative;
    display: table;
    float: right;
}
.m-menu-holder .m-contacts {
    display: table;
    float: left;
    width: 40px;
    height: 40px;
    color: #0080d1;
    margin-top: 0;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.m-menu-holder .m-contacts .fa-phone{
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.m-menu-holder .m-contacts .phone-icon{
    width: 40px;
}
.m-menu-holder .m-contacts .close-img{
    width: 30px;
}
.m-contacts-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    color: #212121;
    padding: 30px;
    display: none;
    box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
    -webkit-box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
}
.m-contacts-list .mcl-each {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 40px;
    display: table;
}
.m-contacts-list .mcl-each:last-child {
    margin-bottom: 0;
}
.m-contacts-list .mcl-each span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #212121;
}
.m-contacts-list .mcl-each span.phone-icon {
    border-radius: 6px;
    background: #212121;
    color: #fff;
    font-size: 20px;
}
.m-contacts-list .mcl-each p,
.m-contacts-list .mcl-each a{
    font-size: 16px;
    color: #212121;
}
.m-contacts-list .mcl-each a:hover{
    color: #0080d1;
}
.m-contacts-list .mcl-btn-holder {
    padding-left: 0;
}
.m-contacts-list .mcl-btn-holder .btn {
    color: #fff;
    margin: 0;
}
.ham-icon-menu-holder {
    display: table;
    float: left;
    margin-right: 0;
    height: 50px;
    position: relative;
    width: 40px;
}

.menu-toggle {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 99;
}

@media (min-width: 992px) {
    .m-contacts-list {
        display: none!important;
        opacity: 0;
        visibility: hidden;
    }
}


.navbar-v11 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0;
  top: 0;
  right: 0;
}
.navbar-v11 .topheader-holder {
  padding: 6px 0;
}
.navbar-v11 .nav-holder {
  background: rgb(22,22,22,1);
  padding: 12px  0;
  top: -30px;
}
@media (min-width: 992px) {
  .navbar-v11 .nav-holder {
    background: rgb(22,22,22,1);
    top: unset;
  }   
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(22,22,22,1)!important;
}
.push-right {
  float: right;
}
.navbar-v11 .logo img{
  max-width: 190px;
}
@media (min-width: 1200px) {
  .navbar-v11 .logo img{
    max-width: 250px;
  }
}
.navbar-v11 .topheader-holder .logo {
  display: table;
  float: left;
}
.navbar-v11 .topheader-holder .logo img {
  max-width: 250px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.navbar-v11 .topheader-holder .headercontact .locations-holder {
  padding-left: 0;
}
.locations-holder .locations .dropdown-toggle {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 0 15px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
.locations-holder .locations .dropdown-toggle:focus,
.locations-holder .locations .dropdown-toggle:hover{
    color: #53B35C;
    background: rgba(255, 255, 255, 0.10);
}
.locations-holder .locations .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.locations-holder .locations .dropdown-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    background: #272727;
    color: #fff;
}
.locations-holder .locations .dropdown-menu li a:hover {
  color: #53B35C;
}
@media (min-width: 1200px) {
  .locations-holder .locations .dropdown-menu {
      transform: scaleY(0);
      transform-origin: 0% 0%;
      transition: all 0.3s ease-out;
      display: block!important;
      visibility: hidden;
      opacity: 0;
  }
  .locations-holder .locations:hover .dropdown-menu{
      transform: scaleY(1);
      visibility: visible;
      opacity: 1;
  }
  .locations-holder .locations .dropdown-menu li a,
  .locations-holder .locations .dropdown-toggle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-v11 .topheader-holder .headercontact .contactholder {
    margin-left: 15px;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p {
    font-size: 14px;
  }
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
  height: 40px;
  width: 40px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}

.navbar-v11 .topheader-holder .headercontact .contactholder h3 {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .navbar-v11 .topheader-holder .headercontact .contactholder h3 {
    font-size: 14px;
    margin-top: 12px;
  }
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3 a {
    color: inherit;
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3:hover > a {
   color: #5BA14E; 
}

.nav-items-v11 {
  display: table;
  width: 100%;
}
.nav-items-v11 .mynav {
  float: right;
}
.nav-items-v11 .mynav > ul {
  display: table;
  float: left;
}
.nav-items-v11 .mynav ul > li > a {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .nav-items-v11 .mynav ul > li > a {
    font-size: 18px;
  } 
}
.nav-items-v11 .mynav ul > li > a:hover {
  color: #5BA14E !important;
}
.nav-items-v11 .mynav ul {
  padding: 0;
}
.nav-items-v11 .mynav ul li ul {
  margin: 0;
  padding: 15px 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  background: #161616;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 280px;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  border-bottom: 4px solid #5BA14E;
}
.nav-items-v11 .mynav ul li ul li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.nav-items-v11 .mynav ul li ul li:after {
  left: 20px;
  top: 18px;
  background: #5BA14E;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  opacity: 0;
}
.nav-items-v11 .mynav ul li ul li a {
  padding: 10px 0;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}
.nav-items-v11 .mynav ul li ul li a:hover {
  padding-left: 15px;
  opacity: 1 !important;
}
.nav-items-v11 .mynav ul li ul li:hover:after {
  left: 30px;
  opacity: 1;
}
.nav-items-v11 .mynav ul li ul li:hover a {
  padding-left: 15px;
}
.nav-items-v11 .mynav ul li ul li:last-child > a {
  border-bottom: 0;
}
.nav-items-v11 .mynav ul li ul li:hover > ul > li > a {
  padding-left: 0;
}
.nav-items-v11 .mynav > ul > li {
  margin-right: 25px;
  position: relative;
}
.nav-items-v11 .mynav > ul > li > a {
  color: #fff;
  padding: 20px 0;
}
.nav-items-v11 .mynav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nav-items-v11 .mynav > ul > li > ul > li {
  float: none;
}
.nav-items-v11 .mynav > ul > li > ul > li a {
  padding: 10px 0;
}
.nav-items-v11 .mynav > ul > li > ul > li a:hover {
  opacity: 0.5;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown {
  left: 100%;
  top: 0;
  transform: none;
  background: #161616;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li {
  width: 100%;
  float: none;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li:hover a {
  padding-left: 15px;
}
.nav-items-v11 .mynav ul > li > ul > li:hover > ul.sub-dropdown {
  visibility: visible;
  opacity: 1;
}
.nav-items-v11 .mynav .nav-right {
  display: table;
  float: right;
  height: 100%;
}
.nav-items-v11 .mynav .nav-right li.btn-holder {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-top: 9px;
}
.nav-items-v11 .mynav .nav-right li .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
  margin-left: 0;
  min-width: auto;
  text-align: center;
}
@media (min-width: 1200px) {
   .nav-items-v11 .mynav .nav-right li .btn-primary { 
      margin-left: 20px;
      min-width: 220px;
   }
}
.nav-items-v11 .mynav .nav-right li .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #5BA14E !important;
}
.nav-items-v11 .mynav .nav-right .social {
  font-size: 16px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  margin-left: 20px;
}
.nav-items-v11 .mynav .nav-right .social:hover {
  font-size: 18px;
}

.offcanvas-nav-v11 ul li ul {
  padding: 10px 30px;
  background: #313131;
}
.offcanvas-nav-v11 ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.offcanvas-nav-v11 ul li ul li a {
  padding: 10px 0;
}
.offcanvas-nav-v11 ul li ul li ul.sub-dropdown {
  padding-right: 0;
  padding-top: 0;
}

.custom-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


  @media (min-width: 991px) {
   /* 1 ▸ make the nav row a flexbox and center it */
  .container.new-navigation {
    display: flex;
    justify-content: center;
    gap: 0;          /* zero space between items */
    padding-left: 0; /* no container padding so true center */
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }


  .container.new-navigation > .col-md-3 {
    float: left;     /* disables Bootstrap’s default float */
    flex: 0 0 18%;   /* width: 18 % */
    max-width: 18%;
    padding: 0;      /* no inner gutter */
  }

  /* 3 ▸ single-line labels */
  .navbar-variant.navbar-v11 .btn-navigation {
    white-space: nowrap;
  }

}



@media (min-width: 1200px) {
  .container.new-navigation > .col-md-3 {
    float: none;     
    flex: 0 0 18%;  
    max-width: 18%;
    padding: 0;      
  }
}



.nav-social .container {
    position: relative;
}
.nav-social-inside {
    position: absolute;
    top:10px;
    z-index: 5;
    right: -86px;
    left: unset;
    transform: translateX(0);    
}
@media (max-width: 1400px) {
    .nav-social-inside {
        right: 31px;
        left: 50%;
        transform: translateX(-50%);       
        text-align: center; 
    }
}
@media (max-width: 1520px) {
    .nav-social-inside {
        right: -70px;
    }
}

/* =========================================================
   DESKTOP NAV FLEX ROW: logo | menu items | contact CTA
   ========================================================= */
.navbar-v11 .nav-items-v11 { display: block; width: 100%; }
.navbar-v11 .nav-items-v11 .mynav { float: none; width: 100%; }

/* Hide the empty (logo-placeholder) first table-cell on desktop and
   let the nav table-cell span the full container width so the flex
   row reaches edge-to-edge — logo flush left, CTA flush right. */
@media (min-width: 992px) {
    .navbar-v11 .nav-items-v11 > .table-cell:first-child { display: none; }
    .navbar-v11 .nav-items-v11 > .table-cell.hidden-xs.hidden-sm {
        display: block;
        width: 100%;
    }
}

.nav-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: nowrap;
}
.nav-flex-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex: 1 1 auto;
    flex-wrap: nowrap;
}
.nav-flex-items .dropdown { position: relative; flex: 0 0 auto; }

/* Tighten the gap between nav items on narrower desktops */
@media (max-width: 1199px) {
    .nav-flex-items { gap: 10px; }
}

/* Below 1115px shorten the CTA to just "Contact", tighten spacing, shrink font */
@media (max-width: 1115px) {
    .nav-flex-items { gap: 2px; }
    .nav-flex-row { gap: 10px; }
    .nav-flex-cta .button-cf .cta-us-word,
    .nav-flex-cta .button-cf .fa-chevron-right { display: none; }
    .navbar-v11 .nav-flex-row .nav-flex-items .btn-navigation { font-size: 1.2rem; }
}

/* =========================================================
   MOBILE NAV (≤ 991px): transparent overlay, logo left,
   phone stacked above hamburger on the right, no shadow
   ========================================================= */
@media (max-width: 991px) {
    header.navbar-variant.navbar-v11 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        box-shadow: none;
        background: transparent;
    }
    .navbar-v11 .nav-holder {
        position: static;
        top: auto;
        background: transparent;
        padding: 10px 15px;
        width: auto;
        box-shadow: none;
    }
    .navbar-v11 .nav-items-v11 {
        display: block;
        width: 100%;
    }
    /* Kill the empty logo-placeholder cell and the desktop-nav cell */
    .navbar-v11 .nav-items-v11 > .table-cell:first-child,
    .navbar-v11 .nav-items-v11 > .table-cell.hidden-xs.hidden-sm {
        display: none;
    }
    /* Mobile-icons cell spans the row; right-align its contents */
    .navbar-v11 .nav-items-v11 > .table-cell.hidden-md.hidden-lg {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    /* Logo pinned top-left of the viewport — overlays the hero */
    .home-btn-mobile {
        position: absolute;
        top: 10px;
        left: 15px;
        z-index: 20;
        margin: 0;
    }

    /* Phone icon stacked ABOVE hamburger, flush right */
    .m-menu-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
        float: none;
        gap: 6px;
        margin: 0;
    }
    .m-menu-holder .m-contacts,
    .m-menu-holder .ham-icon-menu-holder {
        float: none;
        margin: 0;
    }
}

/* Override the width:100% coming from _custom-new-website.css that makes
   nav items stack vertically inside the flex row. Extra class in the
   selector pushes specificity above .navbar-variant.navbar-v11 .btn-navigation */
.navbar-v11 .nav-flex-row .nav-flex-items .btn-navigation {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Logo and CTA sit at their natural width; the middle items group flexes.
   Force zero margin on the CTA and its button at every width so nothing
   external can push the logo off the left edge. */
.nav-flex-row .nav-flex-logo { flex: 0 0 auto; margin: 0; }
.nav-flex-row .nav-flex-cta { flex: 0 0 auto; margin: 0; }
.nav-flex-row .nav-flex-cta .button-cf { margin: 0; }