header{
    position: relative;
    z-index: 3;
}



/* Offcanvas Stylings */

@media (min-width: 1024px){
    .offcanvas,
    .offcanvas .coff,
    .header .toggle{
      display: none  !important;
    }
  }

@media (max-width: 1023px){
#mobileNav{
  padding: 40px 0;
}

.offcanvas {
  position: fixed;
  top: 122px;
  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; 
}
.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: #D95F15;
}

.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;
    margin-top: 30px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}
.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: #DA5F15;
}
.m-contacts-list .mcl-each span.phone-icon {
    border-radius: 6px;
    background: #DA5F15;
    color: #fff;
    font-size: 20px;
}
.m-contacts-list .mcl-each p,
.m-contacts-list .mcl-each a{
    font-size: 17px;
    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: 102px;
    position: relative;
    width: 40px;
    color: #D95F15;
}
@media (min-width:992px){
    .ham-icon-menu-holder {
        height: 65px;
    }
}
.menu-toggle {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translate(0, -50%);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 99;
}
.menu-toggle, .menu-toggle:hover {
  color: #000;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #D95F15;
  transition: all 0.3s ease;
}

.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -12px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 12px);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}


/* VARIANT 11 - Dark Theme */

.navbar-v11 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .navbar-v11 {
    background: #333;
  }
  .navbar-v11 .topheader-holder {
    padding: 10px 0;
    position: relative;
  }
  @media only screen and (max-width: 1023px) {
    .navbar-v11 .topheader-holder {
      border: 0;
      padding: 10px 0;
    }
  }
  .navbar-v11 .topheader-holder .logo {
    display: table;
    float: left;
  }
  .navbar-v11 .topheader-holder .logo img {
    max-width: 200px;
  }

  /* Logo Tab - overlaps into nav section */
  .navbar-v11 .topheader-holder .logo-tab {
    position: absolute;
    top: -14px;
    left: 15px;
    background: #fff;
    padding: 26px 15px 20px 15px;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .navbar-v11 .topheader-holder .logo-tab img {
    max-width: 235px;
    display: block;
  }
  .navbar-v11 .topheader-holder .headercontact {
    display: flex;
    float: right;
    align-items: center;
    height: 100%;
    min-height: 80px;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder {
      display: flex;
      flex-direction: column;
      justify-content: center;
    position: relative;
    padding-left: 45px;
    margin-left: 20px;
}

.navbar-v11 .topheader-holder .headercontact > .contactholder:first-child { margin-left: 0; }

  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder {
      margin-left: 12px;
    }
    .navbar-v11 .topheader-holder .headercontact .contactholder p {
      font-size: 13px;
    }
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
    font-size: 28px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.25s ease-out;
    color: #DA5F15;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder:not(:first-child) .contacticon { left: -4px; }

  .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #fff;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info a {
    color: #fff;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info:hover > a,
  .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info a:hover {
     color: #DA5F15;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info span.over {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7);
    display: block;
  }


  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder p.header-contact-info {
      font-size: 13px;
    }
  }

  .nav-items-v11 {
    display: flex;
    justify-content: flex-end;
    background: #1a1a1a;
  }

  .nav-items-v11 .mynav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-items-v11 .mynav > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .nav-items-v11 .mynav ul > li > a {
    font-size: 16px;
  }
  .nav-items-v11 .mynav ul > li > a:hover {
    color: #DA5F15 !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: #fff;
    -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 #DA5F15;
  }
  .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: #DA5F15;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 0;
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: 0;
  }
  .nav-items-v11 .mynav ul li ul li a {
    padding: 10px 0;
    margin: 0 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
  }
  .nav-items-v11 .mynav ul li ul li a:hover {
    padding-left: 15px;
    opacity: 1 !important;
    color: #DA5F15;
  }
  .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-left: 35px;
    margin-right: 0;
    position: relative;
    list-style: none;
  }
  .nav-items-v11 .mynav > ul > li:first-child {
    margin-left: 0;
  }
  .nav-items-v11 .mynav > ul > li > a {
    color: #fff;
    padding: 18px 0;
    display: block;
  }
  .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.7;
  }
  .nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown {
    left: 100%;
    top: 0;
    transform: none;
    background: #fff;
  }
  .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: flex;
    align-items: center;
    height: 100%;
    margin-left: 25px;
  }
  .nav-items-v11 .mynav .nav-right li {
    display: flex;
    align-items: center;
    list-style: none;
  }
  .nav-items-v11 .mynav .nav-right li .btn-primary {
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 30px;
    min-width: 180px;
    text-align: center;
  }
  .nav-items-v11 .mynav .nav-right li .btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !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;
  }

  /* Nav right button holder adjustments */
  .nav-items-v11 .mynav .nav-right .btn-holder {
    padding-top: 0 !important;
    margin-left: 0;
    display: flex !important;
    align-items: center;
  }

  .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;
  }
  .btn-holder {
    padding-top: 0 !important;
    display: flex !important;
    float: none !important;
    text-align: center !important;
    margin: 0 !important;
    gap: 10px;
    align-items: center;
  }

  li div a.btn-primary-nav,
  li div a.btn-secondary-nav {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .btn-primary-nav {
    padding: 8px 24px !important;
    background-color: #DA5F15;
    border: 2px solid #DA5F15;
    color: #fff !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .btn-primary-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent
    );
    animation: shine 2.5s infinite;
  }

  @keyframes shine {
    0% {
      left: -100%;
    }
    50%, 100% {
      left: 100%;
    }
  }

  .btn-primary-nav:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
  }

  .btn-secondary-nav {
    padding: 8px 24px !important;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 20px;
  }

  .btn-secondary-nav:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
  }

  .offcanvas ul li a.btn-primary-nav,
  .offcanvas ul li a.btn-secondary-nav {
    margin: 10px 20px;
    display: block;
    text-align: center;
  }

  /* Responsive nav adjustments */
  @media only screen and (max-width: 1199px) {
    .btn-primary-nav,
    .btn-secondary-nav {
      padding: 6px 16px !important;
      font-size: 13px;
    }
    .navbar-v11 .topheader-holder .logo-tab {
      padding: 10px 20px 15px 20px;
    }
    .navbar-v11 .topheader-holder .logo-tab img {
      max-width: 220px;
    }
  }

  @media only screen and (max-width: 991px) {
    .nav-items-v11 .mynav .nav-right {
      display: none;
    }
  }

  /* Nav holder dark background */
  .navbar-v11 .nav-holder {
    background: #1a1a1a;
  }

  /* Floated list reset for flexbox */
  .nav-items-v11 .floated-list.clearfix {
    float: none;
  }

/* VARIANT 11 END*/


/* ===== SUBPAGE BANNER ===== */
.banner-banner {
  position: relative;
  height: calc(60vh - 14px);
  overflow: hidden;
}
.banner-banner picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% top;
}
.banner-caption {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  color: #ffffff;
}
.banner-caption-placement {
  /* max-width: 1100px; */
  max-width: 991px;
  margin: 0 auto;
}
.banner-caption-well {
  background: rgba(0,0,0,0.67);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.banner-banner h1 {
  font-size: 6rem;
  line-height: 0.8;
  color: #fff;
}
.banner-banner h1 span.over {
  color: #DA5F15;
  padding-block-end: 1.3rem;
}
.banner-banner p {
  color: #fff;
}

/* Mobile banner adjustments */
@media (max-width: 767px) {
  .banner-caption-well {
    display: contents !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .banner-caption {
    background: rgba(0, 0, 0, 0.65) !important;
    padding: 12px;
  }
  .banner-banner h1 {
    color: #fff !important;
    font-size: clamp(2.4rem, 6vw, 3.8rem);
    line-height: 1.1;
    margin: 0;
    padding-bottom: 5px;
  }
  .banner-banner p {
    color: #fff !important;
    margin: 0.25em 0 0;
    line-height: 1.4;
  }
  .banner-banner { position: relative; }
  .banner-caption { position: absolute; inset: 0; z-index: 2; }
  .banner-banner picture { position: relative; z-index: 1; }
}
/* ===== END SUBPAGE BANNER ===== */

/* ===== TRUST SECTION ===== */
.trust-section {
  background: #1a1a1a;
  padding: 40px 0;
}
.trust-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.trust-item {
  flex: 1;
  max-width: 33.333%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 15px;
}
.trust-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-icon img {
  max-width: 50px;
  max-height: 50px;
}
.trust-heading {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.trust-content p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
/* Desktop: hide carousel, show grid */
.trust-carousel {
  display: none;
}
/* Mobile: show carousel, hide grid */
@media (max-width: 991px) {
  .trust-grid {
    display: none;
  }
  .trust-carousel {
    display: block;
  }
  .trust-carousel .carousel-inner {
    min-height: 180px;
  }
  .trust-carousel .trust-item {
    max-width: 100%;
    justify-content: center;
    padding: 0 40px;
  }
  .trust-carousel .trust-content {
    max-width: 400px;
  }
  .trust-carousel .carousel-indicators {
    bottom: -35px;
    margin: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
  .trust-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: rgba(255,255,255,0.4);
    border: none;
    margin: 0 5px;
  }
  .trust-carousel .carousel-indicators li.active {
    background: #DA5F15;
  }
}
/* ===== END TRUST SECTION ===== */

    /* font-awesome-hidden */
    a[target="_blank"].font-awesome-hidden .fa-square-arrow-up-right {
        display: none;
    }
    /* font-awesome-hidden END */