/* ===== SELF-HOSTED FONTS ===== */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/open-sans-v44-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/open-sans-v44-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/open-sans-v44-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/open-sans-v44-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Figtree'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/figtree-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Figtree'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/figtree-latin-700.woff2') format('woff2'); }

/* ===== BASE RESET ===== */
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.625; color: #555; background-color: #fff; }

/* ===== TYPOGRAPHY ===== */
h1,h2,h3,h4,h5,h6 { font-family: "Figtree", serif; font-weight: 700; line-height: 1.2; margin-bottom: 10px; margin-top: 10px; }
h2 { margin-top: 0; }
p,ul,ol { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; line-height: 26px; color: #555; }
ul,ol { margin-top: 0; margin-bottom: 10px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "Figtree", serif; }
p a { font-family: "Figtree", serif; }
p.lead { font-family: 'Open Sans', sans-serif; font-weight: 500; font-size: 18px; color: #93bd3a; font-style: italic; }
p.lead a { font-family: "Figtree", serif; color: #93bd3a; font-weight: bold; text-decoration: underline; }

h1 { font-size: 65px; color: #ffffff; text-transform: uppercase; }
@media (max-width: 768px) { h1 { font-size: 40px; } }
h1 span.over { font-size: 26px; color: #ffffff; font-weight: 100; text-transform: uppercase; }

h2 { font-size: 46px; color: #212121; text-transform: uppercase; }
@media (max-width: 767px) { h2 { font-size: 36px; } }
h2 span.over { font-size: 22px; color: #212121; font-weight: 100; text-transform: uppercase; line-height: 100%; display: block; }

h3 span.over { font-size: 20px; color: #212121; font-weight: 100; text-transform: uppercase; line-height: 100%; display: block; }
h4 span.over { font-size: 16px; font-weight: 100; text-transform: uppercase; display: block; color: #212121; }

.over { font-family: 'Open Sans', sans-serif; color: #CCCCCC; text-transform: uppercase; display: block; }

/* ===== LINKS ===== */
a { font-family: 'Open Sans', sans-serif; font-weight: bold; color: #93bd3a; outline: none !important; transition: all 0.3s ease-out; }
a, a:hover, a:link, a:visited, a:focus { text-decoration: none; }
a:hover { color: #000; }
a.link-on-black:hover { color: white; }

/* ===== COLORS & BACKGROUNDS ===== */
.bg-primary { background: #000; }
.bg-secondary { background: #93bd3a; }
.bg-dark { background: #222; }
.bg-black { background: #161616; }
.bg-alt, .section-light-border { background: #FAFAFA; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; }
.text-primary { color: #000; }
.text-secondary { color: #93bd3a; }
.text-white { color: #fff !important; }
.text-black { color: #000; }

/* ===== BUTTONS ===== */
.btn, .btn-lg { display: inline-block; border-radius: 36px; padding: 21px 2rem 18px; font-weight: bold; text-transform: uppercase; margin: 2.5em 0; line-height: normal; text-align: center; }
.btn { font-size: 1em; }
.btn-lg { font-size: 1.125em; }
.btn-sm { font-size: .85em; margin-top: 8px; margin-bottom: 8px; padding: 4px 8px; }
.btn-primary { background: #93bd3a; border: 0; color: #000; }
.btn-primary:hover { background: #000; color: #93bd3a; }
.btn-onblack { background: #93bd3a; border: 0; color: #000; }
.btn-onblack:hover { background: #fff; color: #93bd3a; }
.btn-secondary { background: #000; border: 0; color: #93bd3a; }
.btn-secondary:hover { background: #93bd3a; color: #000; }
.btn-white { background: #FFF; border: 1px solid #93bd3a; color: #000; }
.btn-white:hover { background: #93bd3a; border-color: #93bd3a; color: #fff; }
.btn-dark { background: #222; border: 1px solid #222; color: #FFF; }
.btn-dark:hover { background: #000; border-color: #000; color: #222; }
@media (max-width: 768px) {
  .btn-primary, .btn-white, .btn-secondary, .btn-dark, .btn-dark-open, .btn-primary-open { font-size: 14px; width: 100%; box-sizing: border-box; padding: 12px 16px; margin: 1.5em 0; }
}

/* ===== KEY UTILITIES ===== */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-uppercase { text-transform: uppercase; }
.clearfix::before, .clearfix::after { content: " "; display: table; }
.clearfix::after { clear: both; }
.floated-list { margin-bottom: 0; }
ul.floated-list li { float: left; display: block; }
ul.floated-list li a { display: block; }
.mytable, .my-table { display: table; width: 100%; height: 100%; }
.table-cell { display: table-cell; }
.va-middle { vertical-align: middle; }
.center-image { display: block; margin-left: auto; margin-right: auto; }
.center-content { text-align: center !important; }
.overflow-hidden { overflow: hidden; }
.relative, .position-relative { position: relative; }
.absolute, .position-absolute { position: absolute; }
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.pl-none { padding-left: 0; }
.plr-none { padding-left: 0; padding-right: 0; }

/* Critical spacing */
.mb-none { margin-bottom: 0 !important; }
.mt-none { margin-top: 0 !important; }
.mb-sm { margin-bottom: 10px !important; }
.mb-md { margin-bottom: 40px; }
.mt-md { margin-top: 40px; }
.pt-sm { padding-top: 20px; }
.pt-md { padding-top: 40px; }
.pb-sm { padding-bottom: 20px; }
.pb-md { padding-bottom: 40px; }
.ptb-sm { padding-top: 20px; padding-bottom: 20px; }
.ptb-md { padding-top: 40px; padding-bottom: 40px; }
.ptb-lg { padding-top: 80px; padding-bottom: 80px; }
.pl-sm { padding-left: 20px; }
.plr-md { padding-left: 40px; padding-right: 40px; }

/* ===== BOOTSTRAP GRID ===== */
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Base column styles */
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
  position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;
}

/* XS columns (always active) */
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 { float: left; }
.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}

/* SM columns (>=768px) */
@media (min-width: 768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 { float: left; }
.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}
.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0;}
.col-sm-push-1{left:8.33333333%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-3{left:25%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-6{left:50%;}
}

/* MD columns (>=992px) */
@media (min-width: 992px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 { float: left; }
.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}
.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0;}
.col-md-push-1{left:8.33333333%;}.col-md-push-2{left:16.66666667%;}.col-md-push-3{left:25%;}.col-md-push-4{left:33.33333333%;}
}

/* LG columns (>=1200px) */
@media (min-width: 1200px) {
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 { float: left; }
.col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}
.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0;}
}

/* Visibility */
@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
#backTop { position: fixed; opacity: 0; visibility: hidden; }
.img-responsive { display: block; max-width: 100%; height: auto; }

/* ===== HEADER / NAV ===== */
header {
    position: relative;
    z-index: 10;
}


/* Nav Contact Info */
.nav-contact-info { margin: 0; line-height: 1.3; }
.nav-contact-label { display: block; font-size: 14px; font-weight: 400; color: #555; }
.nav-contact-info a { font-size: 15px; font-weight: 900; font-family: "Figtree", serif; color: #93bd3a; }
.nav-contact-info a:hover { color: #000; }
.nav-contact-icon { font-size: 34px; color: #93bd3a; }

/* Offcanvas Stylings */

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

@media (max-width: 1199px){

#mobileNav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 40px 0;
    height: 100vh;
    overflow-y: auto;
  }


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


  .offcanvas {
    position: fixed;
    top: 110px;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: all 0.35s ease-out;
    background: #fff;
    width: 300px;
    z-index: 9;
    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(0,0,0,0.10);
}
.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: #93bd3a;
}

.offcanvas ul li a {
  color: #222;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  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: 24px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    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: 110px;
    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;
}
.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: 90px;
    position: relative;
    width: 40px;
}

.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: #93bd3a;
  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);
}
@media (min-width: 1200px) {
    .m-contacts-list {
        display: none!important;
    }
}

.navbar-v11 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.navbar-v11 .topheader-holder {
  padding: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .navbar-v11 .topheader-holder {
    padding: 10px 0;
  }
}
.navbar-v11 .fa-solid {
  color: #93bd3a;
  font-size: 36px;
}
.navbar-v11 .topheader-holder .headercontact {
  display: table;
  float: right;
}
.navbar-v11 .topheader-holder .headercontact .contactholder {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-left: 25px;
}
@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: 14px;
  }
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
  font-size: 0;
  height: 45px;
  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 .btn-contactholder {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.navbar-v11 .topheader-holder .headercontact .btn-contactholder .btn {
  margin: 0;
  font-size: 16px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3 > a {
  color: #93bd3a;
  font-size: 15px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3:hover > a {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .navbar-v11 .topheader-holder .headercontact .contactholder h3 {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .nav-holder {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .nav-holder {
    padding: 0;
  }
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-v11 .logo {
  position: relative;
  z-index: 9;
  display: block;
}
.navbar-v11 .logo img {
  max-width: 140px;
  transition: all 0.7s ease-out;
}
.navbar-v11 .logo a {
  display: block;
  padding: 30px 10px;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  top: -10px;
  border: 4px solid #93bd3a;
  border-top: 0;
  position: absolute;
  left: 0;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .navbar-v11 .logo a {
    padding: 50px 20px;
    top: -102px;
  }
  .navbar-v11 .logo img {
    max-width: 200px;
  }
  .sticky-header .logo a {
    padding: 8px 20px;
    top: 0;
  }
  .sticky-header .logo img {
    max-width: 200px;
    top: 5px;
  }
}
.nav-items-v11 .mynav {
  width: 100%;
}
.nav-items-v11 .mynav > ul {
  display: table;
  float: right;
}

.nav-items-v11 .mynav ul {
  padding: 0;
  position: relative;
}
.nav-items-v11 .mynav > ul > li {
  position: static;
  margin-right: 40px;
}
.nav-items-v11 .mynav > ul > li:last-child {
  margin-right: 0;
}
.nav-items-v11 .mynav > ul > li.relative {
  position: relative !important;
}
.nav-items-v11 .mynav > ul > li > a {
  color: #fff;
  padding: 20px 0;
  position: relative;
  transition: all 0.4s ease-out;
  height: 92px;
  display: table;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.nav-items-v11 .mynav ul > li > a:hover {
  color: #93bd3a !important;
}
.nav-items-v11 .mynav > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.nav-items-v11 .mynav > ul > li > a:after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: transparent;
  transform: translateX(-50%);
}
.nav-items-v11 .mynav ul > li > a:hover:after {
  background: #93bd3a;
}
.nav-items-v11 .mynav ul li ul {
  margin: 0;
  padding: 40px 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(to bottom, #ddd 0, #fff 20px);
  -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 #93bd3a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-items-v11 .mynav ul li ul li ul.sub-dropdown {
  visibility: visible;
  opacity: 1;
  display: none;
  position: relative;
  transform: scaleY(0);
}
.nav-items-v11 .mynav ul li ul li:hover ul.sub-dropdown {
  display: block;
  transform: scaleY(1);
}
.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: 10px;
  display: block;
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  content: "\f061";
  color: #93bd3a;
  font-size: 14px;
  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;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}
.nav-items-v11 .mynav ul li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding-left: 30px;
  box-shadow: none;
  background: none;
  border: none;
  padding-top: 0;
}
.nav-items-v11 .mynav ul li ul li ul li a {
  font-size: 16px;
}
.nav-items-v11 .mynav ul li ul li ul li a:hover {
  padding-left: 15px !important;
  opacity: 1 !important;
  color: #93bd3a;
}
.nav-items-v11 .mynav ul li ul li a:hover {
  padding-left: 15px;
  opacity: 1 !important;
  color: #93bd3a;
}
.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: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: #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 ul li ul.mega-menu {
  display: table;
  width: 930px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1199px) {
  .nav-items-v11 .mynav ul li ul.mega-menu {
    width: 1020px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-items-v11 .mynav ul li ul.mega-menu-xl {
    width: 1140px;
  }
}
.nav-items-v11 .mynav ul li ul.mega-menu-md {
  width: 500px;
}
@media (min-width: 1199px) {
  .nav-items-v11 .mynav ul li ul.mega-menu-md {
    width: 650px;
  }
}
.nav-items-v11 .mynav ul li ul.mega-menu-left {
  right: auto;
  left: 0;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-9,
.nav-items-v11 .mynav ul li ul.mega-menu .col-8,
.nav-items-v11 .mynav ul li ul.mega-menu .col-6,
.nav-items-v11 .mynav ul li ul.mega-menu .col-4,
.nav-items-v11 .mynav ul li ul.mega-menu .col-3,
.nav-items-v11 .mynav ul li ul.mega-menu .col-2 {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-3 {
  width: 25%;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-3 {
  width: 33.33%;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-4 {
  width: 40%;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-6 {
  width: 50%;
  display: table;
  float: left;
  height: 100%;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-8 {
  width: 75%;
  padding-right: 0;
  border: 0;
  padding-left: 0;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-9 {
  width: 66.67%;
  padding-right: 0;
  border: 0;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-8 .col-3:last-child,
.nav-items-v11 .mynav ul li ul.mega-menu .col-2:last-child,
.nav-items-v11 .mynav ul li ul.mega-menu .col-9 .col-6:last-child,
.nav-items-v11 .mynav ul li ul.mega-menu .col-6:last-child,
.nav-items-v11 .mynav ul li ul.mega-menu .col-3:last-child {
  border: 0;
}
.nav-items-v11 .mynav ul li ul.mega-menu h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
}
.nav-items-v11 .mynav ul li ul.mega-menu h3 a {
  padding: 0;
  color: #93bd3a;
}
.nav-items-v11 .mynav ul li ul.mega-menu h3 a:hover {
  color: black;
}
.nav-items-v11 .mynav ul li ul.mega-menu li a,
.nav-items-v11 .mynav ul li ul.mega-menu li {
  width: 100%;
  display: table;
  margin: 0;
  height: 100%;
}
.nav-items-v11 .mynav ul li ul.mega-menu li::after {
  left: -20px;
}
.nav-items-v11 .mynav ul li ul.mega-menu li:hover:after {
  left: 0px;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.img-link:after {
  top: auto;
  bottom: 17px;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.img-link:hover a {
  padding-left: 0;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.img-link a span {
  display: block;
  padding-left: 0;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.btn-holder {
  padding-top: 12px;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.btn-holder::after {
  display: none;
}
.nav-items-v11 .mynav ul li ul.mega-menu li.img-link:hover a span {
  padding-left: 15px;
}
.nav-items-v11 .mynav ul li ul.mega-menu .contact-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.nav-items-v11 .mynav ul li ul.mega-menu .contact-item .contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: block;
  color: #666;
}
.nav-items-v11 .mynav ul li ul.mega-menu .contact-item p,
.nav-items-v11 .mynav ul li ul.mega-menu .contact-item a {
  display: block;
}
.nav-items-v11 .mynav ul li ul.mega-menu .contact-item a:hover {
  color: #93bd3a;
}
.nav-items-v11 .mynav .nav-right {
  display: table;
  float: right;
  height: 100%;
}
.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;
  overflow: visible !important;
  position: relative;
}
.nav-items-v11 .mynav .nav-right li.icon-holder {
  padding: 18px 15px 10px;
  cursor: pointer;
}
.nav-items-v11 .mynav .nav-right li .ham-icon {
  height: 30px;
  width: 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  display: inline-block;
  padding: 0;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.nav-items-v11 .mynav .nav-right li .ham-icon:hover {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.nav-items-v11 .mynav .nav-right li .ham-icon:after {
  display: none !important;
}
.nav-items-v11 .mynav .nav-right li .ham-icon:before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  left: 0;
  right: 0;
  top: 12px;
  transition: all 0.7s ease-out;
}
.nav-items-v11 .mynav .nav-right li:hover .ham-icon,
.nav-items-v11 .mynav .nav-right li:hover .ham-icon:before {
  border-color: #fff;
}
.nav-items-v11 .mynav .nav-right li a.btn-primary {
  padding: 0 40px;
  color: #ffffff;
  text-align: center;
  transition: all 0.7s ease-out;
  line-height: 66px;
  border: 0 !important;
}
.nav-items-v11 .mynav .nav-right li a.btn-primary:after {
  display: none !important;
}
.nav-items-v11 .mynav .nav-right li.btn-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -9999px;
  background-color: #93bd3a;
}
.nav-items-v11 .mynav .nav-right li a.btn-primary:focus,
.nav-items-v11 .mynav .nav-right li a.btn-primary:hover {
  background-color: #576064;
  color: #fff !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.nav-items-v11 .mynav ul li ul.mega-menu .mega-menu-tabs ul.nav-tabs {
  position: relative;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.nav-items-v11 .mynav ul li ul.mega-menu .mega-menu-tabs ul.nav-tabs li:before,
.nav-items-v11 .mynav ul li ul.mega-menu .mega-menu-tabs ul.nav-tabs li:after {
  display: none !important;
  transform: none !important;
}
.nav-items-v11
  .mynav
  ul
  li
  ul.mega-menu
  .mega-menu-tabs
  .mega-tab-content
  li
  ul {
  padding-left: 15px;
  width: 100% !important;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-3,
.nav-items-v11
  .mynav
  ul
  li
  ul.mega-menu
  .mega-menu-tabs
  .mega-tab-content
  .col-3 {
  padding-left: 30px;
}
.nav-items-v11 .mynav ul li ul.mega-menu .col-3:first-child {
  padding-left: 15px;
}
.nav-items-v11 .mynav ul li ul.nav-tabs li:hover a {
  padding-left: 0;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 24px 0;
  border-radius: 0;
  background-color: #fff;
  transition: all 250ms linear 0ms;
  border: 0;
  color: #000;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li.active a,
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a:hover {
  background-color: #fff !important;
  color: #93bd3a !important;
  padding-left: 0 !important;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a .tab-icon {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
  background: #9b9b9b;
  border-radius: 50%;
  transition: all 0.7s ease-out;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a:hover .tab-icon,
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li.active a .tab-icon {
  background: #93bd3a;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a span {
    font-size: 18px;
  }
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a span .over {
  display: table;
  padding: 0;
  margin: 0;

  text-transform: capitalize;
  font-weight: 600;

  color: #93bd3a;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li:hover a span,
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li.active a span,
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a:hover span .over,
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li.active a span .over {
  color: #93bd3a;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a .tab-icon img {
  transition: all 250ms linear 0ms;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
}
.nav-items-v11 .mynav ul li .mega-menu-tabs .nav-tabs li a .arw-icon {
  float: right;
  font-size: 30px;
}
.nav-items-v11 .mynav ul li ul.mega-menu .btn-holder .btn {
  border: 0;
  color: #000;
  text-align: center;
  padding: 12px 40px;
  display: inline-block;
  margin: 15px 0;
  border-radius: 30px;
  transition: all 0.7s ease-out;
  position: relative;
}
.nav-items-v11 .mynav ul li ul.mega-menu .btn-holder .btn:hover {
  background: #000;
  color: #fff;
}

.nav-items-v11 .mynav ul li ul li ul {
  padding: 0;
  margin: 0;
  visibility: visible;
  position: relative;
  opacity: 1;
  transform: none;
  border: 0;
  left: auto;
  right: auto;
  width: 100%;
  top: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transform-origin: unset;
}
.nav-items-v11 .mynav ul li ul li.mega-menu-list:after {
  display: none;
}
.nav-items-v11 .mynav ul li ul li.mega-menu-list:hover ul li a,
.nav-items-v11 .mynav ul li ul li.mega-menu-list:hover ul,
.nav-items-v11 .mynav ul li ul li.mega-menu-list:hover h3 > a {
  padding-left: 0;
}

.btn-cta {
  position: relative;
  border: 0 !important;
  overflow: hidden;
  display: inline-block;
  padding: 14px 20px !important;
  padding-right: 20px;
  transition: all 0.7s ease-out !important;
  color: #fff !important;
}
.btn-cta-v1 {
  background-color: #93bd3a;
}
.btn-cta-v1:hover {
  background-color: #31373a;
}
.btn-cta .btn-icon-span {
  padding: 16px 5px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55px;
  text-align: center;
  display: none;
}
.btn-cta-v1 .btn-icon-span {
  background-color: #31373a;
}
.btn-cta .btn-icon-span img {
  position: absolute;
  right: 50%;
  top: 50%;
  max-width: 30px;
  margin-right: -15px;
  margin-top: -15px;
  -webkit-transition: 700ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 700ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-cta .btn-icon-span img.icon-last {
  right: -110px;
}
.btn-cta-v1:hover .btn-icon-span {
  background-color: #31373a;
}
.btn-cta:hover .btn-icon-span img.icon-first {
  right: -110px;
}
.btn-cta:hover .btn-icon-span img.icon-last {
  right: 50%;
}
@media (min-width: 992px) {
  .btn-cta {
    padding-right: 75px !important;
  }
  .btn-cta .btn-icon-span {
    display: block;
  }
}

/* Header Tabs */
.header .nav-holder .nav-tabs li a {
  cursor: pointer;
}
.header .tab-content .tc-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.header .tab-content .tc-pane.active-pane {
  display: block;
  opacity: 1;
}

.mobile-submenu .panel-default {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mobile-submenu .panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.mobile-submenu .parent-accordion-heading .panel-title a {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 24px 0;
  border-radius: 0;
  background-color: transparent;
  transition: all 250ms linear 0ms;
  border: 0;
  color: #000;
}
.mobile-submenu .parent-accordion-heading .panel-title a span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.2;
}
.mobile-submenu .parent-accordion-heading .panel-title a .tab-icon {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
  background: #9b9b9b;
  border-radius: 50%;
  transition: all 0.7s ease-out;
}
.mobile-submenu
  .parent-accordion-heading
  .panel-title
  a[aria-expanded="true"]
  span {
  color: #93bd3a !important;
}
.mobile-submenu
  .parent-accordion-heading
  .panel-title
  a[aria-expanded="true"]
  .tab-icon {
  background: #93bd3a;
}
.mobile-submenu .parent-accordion-heading .panel-title a .tab-icon img {
  transition: all 250ms linear 0ms;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
}
.mobile-submenu .panel-default .panel-collapse .panel-body,
.mobile-submenu
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.mobile-submenu .panel-default .child-accordion-heading h4 a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
}
.mobile-submenu .panel-default .child-accordion-heading h4 a:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  color: #93bd3a;
  opacity: 0;
  visibility: hidden;
}
.mobile-submenu
  .panel-default
  .child-accordion-heading
  h4
  a[aria-expanded="true"]:after {
  visibility: visible;
  opacity: 1;
}
.mobile-submenu .panel-default .child-accordion-heading h4 a:hover,
.mobile-submenu .panel-default .child-accordion-heading h4 a:focus {
  color: #93bd3a !important;
}
.mobile-submenu .panel-default .panel-collapse .panel-body .panel-body {
  padding-left: 25px;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.mobile-submenu .panel-group {
  margin-bottom: 0;
}
.mobile-submenu
  .panel-default
  .panel-collapse
  .panel-body
  .panel-body
  ul.sub-dropdown {
  padding-left: 15px;
  padding-bottom: 0;
}

.offcanvas ul li a > span br {
  display: none;
}

.offcanvas-nav-v11 ul li ul {
  padding: 10px 30px;
  background: #f1f1f1;
}
.offcanvas-nav-v11 ul li ul li ul {
  padding: 20px 0;
}
.offcanvas-nav-v11 ul li ul li {
  border-bottom: 0;
}
.offcanvas-nav-v11 ul li ul li a {
  padding: 10px 0;
  font-weight: 400;
  text-transform: capitalize;
}
.offcanvas-nav-v11 ul li ul li ul.sub-dropdown {
  padding-right: 0;
  padding-top: 0;
}
.offcanvas-nav-v11 ul li ul .panel-body ul,
.offcanvas-nav-v11 ul li ul .col-6 ul {
  padding: 0;
}

.offcanvas ul.mega-menu li ul {
  display: block;
}

/* keep your existing “.nav-items-v11 .mynav ul li ul li:after” rules for opacity & positioning… */
/* then add: */

.nav-items-v11 .mynav ul li ul li:after {
  pointer-events: none; /* arrow will never block the mouse */
  z-index: 0; /* push it below the link */
}

.nav-items-v11 .mynav ul li ul li > a {
  position: relative;
  z-index: 1; /* make sure your link text is above the arrow */
}


/* ===== BANNER (shared across all pages with banners) ===== */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.banner-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  padding: 70px;
}
.banner-filter .container {
  padding: 13rem 0px;
}
@media (max-width: 768px) {
  .banner-filter .container {
    padding: 10rem 5rem;
  }
  .banner-filter {
    padding: 0px;
  }
}
.banner .banner-filter {
  position: relative;
  z-index: 1;
}
.banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  padding: 0;
  margin: 60px 0 10px 0;
}
@media (max-width: 768px) {
  .banner h1 {
    font-size: 40px;
  }
}
.banner p {
  font-size: 18px;
  color: rgba(255,255,255,1);
  font-style: italic;
  margin-bottom: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner p .mobile-text { display: none; }
.banner p .desktop-text { display: inline; }
@media (max-width: 768px) {
  .banner p .mobile-text { display: inline; }
  .banner p .desktop-text { display: none; }
}
.banner h1, .banner p {
  max-width: 60%;
}
@media (max-width: 767px) {
  .banner h1, .banner p {
    max-width: 100%;
    padding: 20px;
  }
}

/* Breadcrumb nav (subpage banners) */
p.bread-crumb-nav a { color: #93bd3a; font-size: 20px; }
p.bread-crumb-nav a:hover { color: #fff !important; font-size: 20px; }

/* ===== HERO V17 (shared across homepage + subpage banners) ===== */

.zoomin{
  -webkit-animation: zoomin 15s linear infinite;
  animation: zoomin 15s linear infinite;
}
@keyframes zoomin {
  0%{ transform: scale(1); }
  50%{ transform: scale(1.05); }
  100%{ transform: scale(1.07); }
}
.zoomout{
  -webkit-animation: zoomout 15s linear infinite;
  animation: zoomout 15s linear infinite;
}
@keyframes zoomout {
  0%{ transform: scale(1.07); }
  50%{ transform: scale(1.05); }
  100%{ transform: scale(1); }
}

.hero-v17 .caption-holder{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.hero-v17 .caption-holder {
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-v17 .caption-holder {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-v17 .caption-holder h1 {
    font-size: 40px;
  }
}

.hero-v17 .caption-links-holder .caption-links {
  display: table;
  float: left;
  margin-right: 60px;
}
@media only screen and (max-width: 992px) {
  .hero-v17 .caption-links-holder .caption-links {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero-v17 .caption-links-holder .caption-links .caption-links-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: top;
  color: #ffffff;
  transition: all 0.25s ease-out;
}
.hero-v17 .caption-links-holder .caption-links .caption-links-text {
  display: inline-block;
  font-size: 16px;
}
.hero-v17 .caption-links-holder .caption-links .caption-links-text h3 {
  margin: 0;
  font-size: 28px;
}
@media only screen and (max-width: 992px) {
  .hero-v17 .caption-links-holder .caption-links .caption-links-text h3 {
    font-size: 24px;
  }
}

.hero-v17 .img-icon-hover {
  overflow: hidden;
  position: relative;
}
.hero-v17 .img-icon-hover img:first-child,
.hero-v17 .img-icon-hover img:last-child {
  transition: 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-v17 .img-icon-hover > img{
  max-width: 100%;
}
.hero-v17 .img-icon-hover img:last-child {
  opacity: 0;
  visibility: hidden;
}
.hero-v17 .img-icon-hover:hover > img:first-child {
  opacity: 0;
  visibility: hidden;
}
.hero-v17 .img-icon-hover:hover > img:last-child {
  opacity: 1;
  visibility: visible;
}

.hero-v17 .hero-filter{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-v17 .carousel-control.left,
.hero-v17 .carousel-control.right {
  background-image: none;
  border: 2px solid #1429A9;
  top: auto;
  right: 25px;
  left: auto;
  width: 50px;
  height: 50px;
  bottom: 25px;
  border-radius: 50%;
  font-size: 30px;
  opacity: 0.9;
  line-height: 40px;
  text-shadow: none;
}
.hero-v17 .carousel-control.left {
  right: 90px;
}
.hero-v17 .carousel-control.left,
.hero-v17 .carousel-control.right {
  background-image: none;
  width: 60px;
  height: 60px;
  opacity: 0.9;
  line-height: 40px;
  text-shadow: none;
  top: calc(50% - 104px);
  transform: translateY(-50%);
  border: solid #fff;
  border: none;
  border-width: 0 8px 8px 0;
  margin: 0px;
  color: #fff;
  left: 20px;
  border-radius: unset;
  display: none;
  font-size: 40px;
  border-radius: 50%;
  opacity: 0.8;
}
.hero-v17 .carousel-control.left i,
.hero-v17 .carousel-control.right i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.hero-v17 .carousel-control.right {
  transform: translateY(-50%);
  left: unset;
  right: 20px;
}
.hero-v17 .carousel-control.left:hover,
.hero-v17 .carousel-control.right:hover {
  color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .hero-v17 .carousel-control.left,
  .hero-v17 .carousel-control.right {
    display: block;
  }
}
.hero-v17 .carousel-control.left,
.hero-v17 .carousel-control.right {
  background: #93bd3a;
}
.hero-v17 .carousel-control.left:hover,
.hero-v17 .carousel-control.right:hover {
  background: #000;
}

.hero-v17 .read-more {
  color: #fff;
  line-height: 18px;
  letter-spacing: 4px;
  display: table;
  margin: 20px 0;
}
.hero-v17 .read-more:hover{
  color: #1429A9;
}
.hero-v17 .read-more span {
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 9px;
  background: #1429A9;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-left: 6px;
  margin-right: 20px;
}

.hr-xs {
  background: #1429A9;
  height: 4px;
  width: 100px;
  display: table;
  margin: 20px 0;
}

.hero-v17 h1 span.over {
  line-height: 22px;
  letter-spacing: 8px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 13px;
}
.hero-v17 h1 {
  max-width: unset;
}
.hero-v17 p {
  color: #fff;
  max-width: unset;
}

.hero-v17 .cus-indicator {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 50px;
}
.hero-v17 .cus-indicator .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.hero-v17 .cus-indicator .carousel-indicators li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  float: left;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  opacity: 0.7;
  transition: all 0.4s ease-out;
  padding-top: 10px;
  text-align: center;
}
.hero-v17 .cus-indicator .carousel-indicators li.active,
.hero-v17 .cus-indicator .carousel-indicators li:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .hero-v17 .cus-indicator .carousel-indicators li {
    width: 20%;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-v17 .cus-indicator .carousel-indicators li {
    font-size: 17px;
  }
}

.hero-v17 .carousel-indicators {
  width: unset;
  margin: auto;
  z-index: 2;
}
.hero-v17 .carousel-indicators {
  transform: translateX(-50%);
}
.hero-v17 .carousel-indicators li {
  background-color: transparent;
  border-color: #fff;
  height: 16px;
  width: 16px;
  transition: .4s;
  margin: 0 4px;
}
.hero-v17 .carousel-indicators li:hover,
.hero-v17 .carousel-indicators .active {
  background-color: #fff;
  border-color: #93bd3a;
  border-width: 3px;
  border-radius: 50%;
  transform: scale(1.3);
}
.hero-v17 .carousel-indicators {
  bottom: 12%;
  position: absolute;
}
.hero-v17 .carousel-indicators {
  bottom: 18px;
}
@media (min-width: 768px) {
  .hero-v17 .carousel-indicators {
    bottom: 16%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .hero-v17 .carousel-indicators {
    bottom: 10%;
    position: absolute;
  }
}

.hero-v17.banner h1 {
  opacity: 1;
  margin-top: 0;
  padding: 0;
}
.hero-v17.banner p {
  opacity: 1;
  margin-bottom: 0;
  padding: 0;
}
.hero-v17.banner a.btn-primary {
  transform: translateY(80px);
  opacity: 0;
}
.hero-v17.banner .item.active h1{
  animation: slideTopDown 0.8s ease forwards;
  animation-delay: 0.4s;
}
.hero-v17.banner .item.active p {
  animation: slideLeftIn 0.8s ease forwards;
  animation-delay: 0.6s;
}
.hero-v17.banner a.btn-primary {
  animation: slideTopUp 0.8s ease forwards;
  animation-delay: 0.8s;
}

@media (min-width: 992px) {
  .hero-v17 .hb-btns a:last-child{
    margin-left: 20px;
  }
}
.hero-v17 .hb-btns .btn-secondary {
  background: #93bd3a;
  color: #000;
}
.hero-v17 .hb-btns .btn-secondary:hover,
.hero-v17 .hb-btns .btn-secondary:focus {
  background: #000;
  color: #93bd3a;
}

.hero-v17 .hb-separator-line img{
  width: 100%;
}
.hero-v17 .hb-separator-line{
  transform: translateY(-99%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero-v17 .hb-separator{
  width: 200px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}

.hero-v17{
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .hero-v17{
    padding-top: 0;
  }
}

/* Subpage banner image (replaces CSS background-image) */
.banner{
  overflow: hidden;
}
.banner .banner-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner .banner-filter{
  position: relative;
  z-index: 1;
}
.banner .hb-separator-line{
  z-index: 1;
}


/* TRUSTBAR */

.trustbar-v4 {
	/* background: #fff; */
	padding: 20px 0;
}
.trustbar-v4 .tb-each {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.trustbar-v4 .tb-each h4{
	font-size: 24px;
	margin: 0 0 10px;
}
.trustbar-v4 .tb-each p {
	margin-bottom: 0;
}
.trustbar-v4 .tb-each .tb-each-icon-cell {
	width: 100px;
}
.trustbar-v4 .tb-each .tb-each-icon {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #93bd3a;
	text-align: center;
	transition: all 0.5s ease;
	position: relative;
}
.trustbar-v4 .tb-each .tb-each-icon img {
	transition: all 0.5s ease;
	width: 52px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.trustbar-v4 .tb-each .tb-each-icon img:last-child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.trustbar-v4 .tb-each:hover .tb-each-icon img:first-child{
	opacity: 0;
	visibility: hidden;
}
.trustbar-v4 .tb-each:hover .tb-each-icon {
	background: #93bd3a;
}
.trustbar-v4 .tb-each:hover .tb-each-icon img:last-child{
	visibility: visible;
	opacity: 1;
	width: 40px;
}
@media (max-width: 768px) {
	.trustbar-v4 .tb-each .tb-each-icon{
		margin: 0 auto 15px;
	}
}
@media (min-width: 768px) {
	.trustbar-v4 .container .row {
		margin-left: -45px;
		margin-right: -45px;
	}
	.trustbar-v4 .tb-each {
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
	}
	.trustbar-v4 .tb-each .tb-each-text {
		padding-left: 20px;
	}
}

/* TRUSTBAR END*/