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



/* Offcanvas Stylings */

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

@media (max-width: 1023px){
    #mobileNav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        padding: 40px 0;
        background-color: #161616;
        height: 100vh;
        overflow-y: auto;
      }


      body.nav-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
      }


      .offcanvas {
        position: fixed;
        top: 122px;
        right: 0;
        bottom: 0;
        transform: translateX(100%);
        transition: all 0.35s ease-out;
        background: #161616;
        width: 300px;
        z-index: 999;
        padding: 0;
        overflow-y: auto;
      }


      .offcanvas.show-offcanvas {
        transform: translateX(0);
      }

     
      .body-inactive {
        z-index: 11;
        background-color: rgba(0, 0, 0, 0.54);
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 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: #3879b7;
}

.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: 37px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 768px) {
    .m-menu-holder .m-contacts {
        display: table;
        float: left;
        width: 40px;
        height: 40px;
        margin-top: 2px;
        font-size: 18px;
        position: relative;
        z-index: 999;
        line-height: 40px;
        margin-right: -40px;

    }
}




.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: 17px;
    color: #212121;
    text-transform: none;
}
.m-contacts-list .mcl-each a:hover{
    background-color: #fff !important;
    border-color: #0076ff;
    color: #0076ff;
}
.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: 115px;
    position: relative;
    width: 40px;
}
@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;
}
@media (max-width: 768px){
    .menu-toggle {
        position: absolute;
        left: 0;
        top: 80%;
        transform: translate(0, -50%);
        height: 40px;
        width: 40px;
        cursor: pointer;
        z-index: 99;
      }
}

@media (max-width: 991px){
    .toggle-custom-padding {
        padding-top: 10px;
      }
}

.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: #0076ff;
  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);
}


/* Navbar Variant 11 */
.navbar-v11 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .navbar-v11 .topheader-holder {
    padding: 0px 0;
    /* border-top: 4px solid #0076ff; */
  }
  @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: 250px;
  }
  .navbar-v11 .topheader-holder .headercontact {
    display: table;
    float: right;
    padding-top: 20px;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    margin-left: 25px;    
  }
  @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 {
    font-size: 34px;
    height: 50px;
    width: 50px;
    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: 22px;
    margin-bottom: 0;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder h3:hover > a {
     color: #64701D;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder h3 {
      font-size: 20px;
    }
  }

  .nav-items-v11 {
    display: flex;
    justify-content: space-between;
  }

  .nav-items-v11 .mynav {
    width: 100%;
  }
  .nav-items-v11 .mynav > ul {
    display: table;
    float: left;
  }
  .nav-items-v11 .mynav > ul.float-btn-right {
    display: table;
    float: right;    
    transform: translateY(20px) !important;
  }


  .nav-items-v11 .mynav ul > li > a {
    font-size: 18px;
    color: #232323 !important;
  }
  .nav-items-v11 .mynav ul > li > a:hover {
      color: #0076ff !important;
    }
    .nav-items-v11 .mynav ul > li >  ul > li > a  {
      font-size: 18px;
      color: #fff !important;
    }
    .nav-items-v11 .mynav ul > li >  ul > li > a:hover  {
      font-size: 18px;
      color: #ccc !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: #0076ff;
    -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 #fff;
  }
  .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: #fff;
    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;
    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: 40px;
    position: relative;
  }
   .nav-items-v11 .mynav > ul > li:last-child {
    margin-right: 0px;
    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: #0069E0; /* one shade darker */
  }
  .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 {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .nav-items-v11 .mynav .nav-right li .btn-primary {
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 30px;
    min-width: 220px;
    text-align: center;
  }
  .nav-items-v11 .mynav .nav-right li .btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0076ff !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;
  }
  .btn-holder {
    /* padding-top: 10px !important; */
    display: block !important;
    float: left !important;
    text-align: center !important;
    margin: 0 auto !important;
    /* width: 100% !important;     */
  }


  .btn-primary-nav {
    padding: 10px 20px 10px 20px  !important;
    background-color: #0076ff;
    border: 2px solid #0076ff;    
    color: #fff !important;
  }

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


    .offcanvas ul li a.btn-primary-nav {
        margin: 20px 40px 20px 40px;
    }

/* .nav-bottom-border {
border-bottom: #936c43 2px solid;
} */

.f-hr-nav {    
        height: 1px; 
        background: rgba(0, 0, 0, 0.1); 
        margin: 5px 0px 0px 0px;       
}



.nav-icon-holder {
    display: flex;
    align-items: center; 
    font-family: sans-serif;
    font-weight: 900;
}
.nav-icon-holder p a, .nav-icon-holder p {
    font-size: 20px; 
    color: #222;   
    margin: 0px;
}
.nav-icon-holder p a span.over {
    font-size: 18px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}
.nav-icon-holder p a span.over:hover, .nav-icon-holder p a:hover {
    color: #0076ff;
}



.nav-icon-holder i{
    font-size: 30px; 
    padding-right: 10px; 
    color: #936c43;
}

@media (max-width: 1200px) {
    div:has(.nav-icon-holder) {
        justify-content: flex-start;
    }
    .nav-icon-holder p a {
        font-size: 18px;
    }
    
}


/* Navbar Variant 11 End*/



/* HERO and BANNERS*/

.hero-banner {
    height: calc(86dvh - 190px) !important;
  }

/* @media (max-width: 767px) {
  .hero-banner {
    height: calc(100vh - 106px) !important;
  }
} */
.hero-caption {
    position:absolute;
    inset:0;
    background: rgba(0, 0, 0, .5);  
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    color:#ffffff;
}
.hero-banner p  {
    color: #fff;
}

.hero-caption-well {
    background:rgba(0,0,0,0.80);
    padding: 20px;
}


.banner-caption {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.50);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    color:#ffffff;
}
.banner-caption-placement {
    max-width:1100px;
    margin:0 auto;
}
.banner-banner p  {
    color: #fff;
}
.banner-banner h1  {
    font-size: 6rem;
    color: #fff;
}

.banner-caption-well {
    background:#0076ffcc;
    padding: 20px;
}
.banner-banner {
    position:relative;
    height:calc(75dvh - 164px);
    overflow:hidden;
}
.banner-banner.next-steps {
    position:relative;
    height:calc(70vh - 164px);
    overflow:hidden;
}

/* ===== Mobile hero adjustments (<=767px) — keep text, drop the card ===== */
@media (max-width: 767px) {
  /* Instead of display:none, make the wrapper disappear visually but keep its children */
  .banner-caption-well {
    display: contents !important;      /* lets H1 and <p> render as if no wrapper */
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  /* Darken the full overlay so it replaces the card */
  .banner-caption {
    background: rgba(0, 0, 0, 0.50) !important; /* was 0.50 */
    padding: 12px;
  }

  .next-steps .banner-caption {
    background: rgba(0, 0, 0, 0.40) !important; /* was 0.50 */
    padding: 12px;
  }
  

  /* Make sure text is visible and sized for small screens */
.banner-banner h1 {
  color: #fff !important;
  font-size: clamp(2.4rem, 6vw, 3.8rem); /* larger min & max */
  line-height: 1.1;
  margin: 0.2em 0 0.1em;
  padding-bottom: 5px;
}

  .banner-banner p {
    color: #fff !important;
    margin: 0.25em 0 0; 
    line-height: 1.4;
  }

  /* Ensure the overlay sits above the picture on all mobile browsers */
  .banner-banner { position: relative; }
  .banner-caption { position: absolute; inset: 0; z-index: 2; }
  .banner-banner picture { position: relative; z-index: 1; }
}



img.nav-logo-img {
    max-width: 400px;
    z-index: 1;
    position: relative;
} 

 .hero-slant-filter{
    position: absolute;
    inset: 0;                      
    background: rgba(0, 118, 255, .8);  
    clip-path: polygon(
        80% 0%,      
        100% 0%,   
        100% 100%,  
        54% 100%      
    );
    pointer-events: none;           
  }

  .hero-left{
    left:0;                 
    width:46%;              
    background:rgba(0, 118, 255, 1); 
    clip-path: polygon(
      32% 0, 
      0 0, 
      0 46%
      );
    pointer-events:none;
  }

  @media (max-width: 767px) {
    .hero-slant-filter{
      display: none;
    }
  }

  @media (max-width: 1200px) {
    .hero-left{
      display: none;
    }
  }
  @media (min-width: 2400px) {
    .hero-left{
      display: none;
    }
  }

/* HERO END*/

img.bb {
        /* border: 15px solid #fff; */
        outline: 4px solid #0076ff;        
}

img.trust-images {
        /* border: 15px solid #fff; */
        outline: 4px solid #0076ff;        
}

/* Header Alert */
.header-alert {
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 24px;
}

.header-alert span {
  font-size: 16px;
}

.header-alert span a {
  display: inline-block;
  padding-left: 10px;
  color: #ccc;
}

.header-alert-container ul {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12px;
}

.header-alert-container ul li a {
  display: block;
  color: #fff;
  padding-right: 30px;
  position: relative;
  opacity: 1;
}


.header-alert-container ul li a:hover {
  opacity: 0.7;
}

.header-alert-container ul li.active > a:after {  
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f0d9";
}

.animate-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .header-alert-container ul {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media (max-width: 771px) {
  div.bg-primary:has(.header-alert-container) {
    height: 7rem;
  }
}

@media only screen and (min-width: 600px) {
  .header-alert span {
    font-size: 16px;
  }
  .header-alert {
    text-align: center;
    position: relative;
    padding-top: 12px;
    padding-bottom: 32px;
  }

}
/* Header Alert END */