/* Open Sans — critical weights only (300, 400, 500, 700) */
@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: italic; font-weight: 500; font-display: swap; src: url('fonts/open-sans-v44-latin-500italic.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'); }

body { overflow-x: hidden; }

*, *::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%; }
body { margin: 0; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.625; color: #555; background-color: #fff; }

:root {
    --accent: #E81877;
    --accent-hover: color-mix(in srgb, var(--accent) 80%, black);
    --accent-text: #FFF;
    --primary: #232323;
    /* --primary-hover: color-mix(in srgb, var(--primary) 80%, black); */
    --primary-hover: var(--accent);    
    --primary-text: #FFF;
    --secondary: #64701D;
    --secondary-hover: color-mix(in srgb, var(--secondary) 80%, black);
    --secondary-text: #FFF;
    --dark: #222;
    --border-radius: 0;
    --icon-radius: 0;
}

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: var(--accent);
}

.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: var(--icon-radius);
    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: var(--dark);
    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: var(--dark);
}
.m-contacts-list .mcl-each span.phone-icon {
    border-radius: var(--icon-radius);
    background: var(--dark);
    color: #fff;
    font-size: 20px;
}
.m-contacts-list .mcl-each p,
.m-contacts-list .mcl-each a{
    font-size: 17px;
    color: var(--dark);
}
/* .m-contacts-list .mcl-each a:hover{
    color: var(--accent);
} */
.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;
      }
}

.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: var(--border-radius);
  background-color: var(--accent);
  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: 20px 0;
    border-top: 4px solid var(--primary);
  }
  @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: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 25px;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
    font-size: 34px;
    color: var(--accent);
    flex-shrink: 0;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p {
    margin: 0;
    line-height: 1.3;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contact-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder a {
    font-size: 14px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder {
      margin-left: 15px;
    }
  }

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

  .nav-items-v11 .mynav {
    width: 100%;
  }
  .nav-items-v11 .mynav > ul {
    display: flex;
    align-items: center;
  }
  .nav-items-v11 .mynav ul > li > a {
    font-size: 18px;
  }
  .nav-items-v11 .mynav ul > li > a:hover {
    color: var(--accent) !important;
  }
  .nav-items-v11 .mynav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .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: var(--primary);
    -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 var(--accent);
  }
  .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: var(--accent);
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: var(--icon-radius);
    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 > 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: var(--primary);
  }
  .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 li.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .nav-items-v11 .mynav li.nav-right .btn {
    padding: 10px 20px !important;
    margin: 0 !important;
    text-align: center;
    width: auto !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;
  }
  .offcanvas .btn-holder {
    padding-top: 10px !important;
    display: block !important;
    float: left !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

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


    


/* Nav columns */
.navbar-v11 .topheader-holder .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-v11 .topheader-holder .row:before,
.navbar-v11 .topheader-holder .row:after {
  display: none;
}

.nav-col-logo,
.nav-col-contact,
.nav-col-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-col-logo { width: 58.33%; }       /* mobile default: ~7/12 */
.nav-col-mobile { width: 41.67%; }     /* mobile default: ~5/12 */

@media (min-width: 768px) {
  .nav-col-logo { width: 66.67%; }     /* tablet: ~8/12 */
  .nav-col-mobile { width: 33.33%; }   /* tablet: ~4/12 */
}

@media (min-width: 992px) {
  .nav-col-logo { width: 16.67%; }     /* desktop: ~2/12 */
  .nav-col-contact { width: 83.33%; }  /* desktop: ~10/12 */
}

/* Navbar Variant 11 End*/



/* BANNER-FILTER (used by various sections) */

.banner-filter {
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.5);
  padding:70px;
}
@media (max-width:768px) {
  .banner-filter {padding:0}
}

/* BANNER-FILTER END */


/* HERO and BANNERS*/



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

/* HERO END*/


/* TRUST */

.trust-section {    
    padding: 30px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: var(--icon-radius);
}

.trust-icon i,
.trust-icon svg {
    font-size: 36px;
    color: var(--accent);
    fill: var(--accent);
}

.trust-content .h4 {
    color: #fff;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.trust-content p {
    color: rgba(255,255,255,0.85);
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

/* Desktop: show all items as grid, hide dots, disable carousel */
@media (min-width: 992px) {
    .trust-section .carousel-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .trust-section .carousel-inner .item {
        display: block !important;
        flex: 1;
        min-width: 0;
    }

    .trust-section .trust-dots {
        display: none;
    }
}

/* Mobile: hide non-active carousel items before Bootstrap JS loads */
@media (max-width: 991px) {
    .trust-section .carousel-inner .item { display: none; }
    .trust-section .carousel-inner .item.active { display: block; }
}

/* Mobile: Bootstrap carousel with dot indicators */
@media (max-width: 991px) {
    .trust-section .trust-dots {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 20px 0 0;
        /* padding: 0 0 20px; */
    }

    .trust-section .trust-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: none;
        margin: 0;
        transition: background 0.3s;
    }

    .trust-section .trust-dots li.active {
        background: #666;
    }

    .trust-item {
        justify-content: center;
        padding: 0 30px;
    }
}

/* TRUST END */


/* NAV-DEPENDENT UTILITIES (from _master.css — needed before deferred load) */

/* Colors & backgrounds */
.bg-accent {background:var(--accent)}
.bg-primary {background:var(--primary)}
.bg-secondary {background:var(--secondary)}
.bg-dark {background:var(--dark)}
.bg-white {background:#fff}
.bg-black {background:#000}
.bg-alt, .section-light-border {background:#F3F3F3;border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.text-primary, .text-red {color:var(--primary)}
.text-secondary {color:var(--primary)}
.text-white {color:#fff !important}

/* Links */
a {color:var(--primary);outline:none !important;transition:all 0.3s ease-out;font-weight:bold}
a,a:hover,a:link,a:visited,a:focus {text-decoration:none}
a:hover {color:color-mix(in srgb, var(--primary) 70%, black)}
a:focus {color:var(--accent)}

/* Text alignment (used by nav icons) */
.text-center {text-align:center !important}

/* Floated list (nav menu) */
.floated-list {margin-bottom:0}
ul.floated-list li {float:left;display:block}
ul.floated-list li a {display:block}

/* Typography used in nav */
ul,ol {margin-top:0;margin-bottom:10px}
p,ul,ol {font-family:'Open Sans',sans-serif;font-size:16px;font-weight:normal;line-height:26px;color:#555}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:'Open Sans',sans-serif;font-weight:700;line-height:1.2;margin-bottom:10px;margin-top:10px}

/* H1 styles (from _master.css) */
h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
  font-size: 85px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 40px;
  }
}
h1 span.over, h2.h1 span.over, h3.h1 span.over {
  font-size: 30px;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
}

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

/* H2 span.over */
h2 span.over, h1.h2 span.over, h3.h2 span.over, h4.h2 span.over, h5.h2 span.over, h6.h2 span.over {
  font-size: 35px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

/* H3 span.over */
h3 span.over, .h3 span.over {
  font-size: 20px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

/* H4 span.over */
h4 span.over, .h4 span.over {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  color: var(--dark);
}

/* .headline span.over */
.headline span.over {
  font-size: 25px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

p.lead {font-family:'Open Sans',sans-serif;font-weight:500;font-size:18px;color:var(--accent);font-style:italic}

/* Buttons — all variants */
.btn {font-size:1em}
.btn,.btn-lg {
    display:inline-block;
    border-radius:var(--border-radius);
    padding:1rem 2rem;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    line-height:normal;
    text-align:center;
}
.btn:focus-visible {outline:2px solid var(--primary);outline-offset:3px}
.btn-lg {font-size:1.125em}
.btn-sm {font-size:.85em;margin-top:8px;margin-bottom:8px;padding:4px 8px}

.btn-primary {background:var(--primary);border:2px solid var(--primary);color:var(--primary-text)}
.btn-primary:hover {background:var(--primary-hover);border-color:var(--primary-hover);color:var(--primary-text)}
.btn-primary.btn-nav-colors {background:var(--accent);border:2px solid var(--accent);color:#FFF;position:relative;overflow:hidden}
.btn-primary.btn-nav-colors::after {
    content:"";
    position:absolute;
    top:0;left:-100%;
    width:60%;height:100%;
    background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 70%, transparent 100%);
    animation:btn-shine 2.4s ease-in-out infinite;
}
@keyframes btn-shine {
    0% {left:-100%}
    75% {left:150%}
    100% {left:150%}
}
.btn-primary.btn-nav-colors:hover {background:var(--accent-hover);border-color:var(--accent-hover);color:#FFF}
.btn-primary.btn-nav-colors:hover::after {animation-duration:1.2s}

.btn-accent {background:var(--accent);border:2px solid var(--accent);color:var(--accent-text)}
.btn-accent:hover {background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-text)}

.btn-secondary {background:var(--secondary);border:2px solid var(--secondary);color:var(--secondary-text)}
.btn-secondary:hover {background:var(--secondary-hover);border-color:var(--secondary-hover);color:var(--secondary-text)}

.btn-white {background:#FFF;border:2px solid #FFF;color: #232323}
.btn-white:hover {background:var(--accent);border-color:var(--accent);color:var(--dark)}

.btn-explore {background:#fff;border:2px solid #fff;color:var(--primary);box-shadow:0 4px 15px rgba(0,0,0,0.2)}
.btn-explore:hover {background:var(--accent);border-color:var(--accent);color:#FFF}

@media (max-width: 768px) {
    .btn, .btn-lg, .btn-primary, .btn-accent, .btn-white, .btn-secondary, .btn-explore {
        font-size:14px;width:100%;box-sizing:border-box;padding:8px 8px;margin:1.5em 0;
    }
    #backTop {
        width:50px;height:50px;padding:0;margin:0;
    }
}

/* Margin utilities */
.mb-none {margin-bottom:0 !important}
.mt-none {margin-top:0 !important}
.mb-sm {margin-bottom:10px !important}

/* Layout utilities */
.table-cell {display:table-cell}
.va-middle {vertical-align:middle}
.clearfix::after {content:"";display:table;clear:both}
.center-content {text-align:center}

/* Mobile nav icon */
.mobile-nav {font-size:45px}
#phone-icon.mobile-nav {
    color:var(--accent);
}
#close-img.mobile-nav {color:var(--accent)}

/* Back to top button */
#backTop {
    display:inline-block;
    width:50px;
    height:50px;
    padding:0;
    margin:0;
    text-align:center;
    border-radius:var(--icon-radius);
    background:var(--primary);
    border:2px solid var(--primary);
    position:fixed;
    bottom:30px;
    right:30px;
    transition:background-color .3s,opacity .5s,visibility .5s;
    opacity:0;
    visibility:hidden;
    z-index:999;
}
#backTop i,
#backTop svg {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:30px;
    color:#fff!important;
    fill:#fff!important;
}
#backTop:hover {background:var(--accent);border-color:var(--accent)}
#backTop.show {opacity:1;visibility:visible}
.circle {border-radius:var(--icon-radius);box-shadow:0 0 1px 1px #fafafa}
.pulse {animation:pulse-animation 1s infinite}
@keyframes pulse-animation {
    0% {box-shadow:0 0 0 0 rgba(0,0,0,0.2)}
    100% {box-shadow:0 0 0 20px rgba(0,0,0,0.2)}
}

/* NAV-DEPENDENT UTILITIES END */


/* SUBPAGE BANNER */

.subpage-banner {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.subpage-banner picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.subpage-banner-filter {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 70%, rgba(0,0,0,0.05) 100%);
}

.subpage-banner-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.subpage-banner h1 {
  color: #fff;
  margin-top: 0;
}

.subpage-banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: italic;
  max-width: 600px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .subpage-banner {
    min-height: 0;
  }
  .subpage-banner-filter {
    min-height: 0;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.55);
  }
}

/* SUBPAGE BANNER END */


/* BOOTSTRAP CRITICAL (nav-only classes from Bootstrap 3.3.7) */

.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; } }

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

@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; }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* BOOTSTRAP CRITICAL END */