a, a:link { color: #70a666; }

a.panel-title { color: #5a8550 !important; }
a.panel-title p.script { font-family: turbinado-pro, 'Montserrat', handwriting; font-size: 3.5em; line-height: 0.25; margin-top:50px; }

/*--------- NAVBAR / MENU / NAVIGATION ---------*/


        .navbar {
            font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
          z-index: 1000;
          width: 100%;
        }
        .navbar a, .navbar a.nav-link { font-size: 14px; text-decoration:none !important; }
        .navbar nav.navbar {
          position: fixed; 
        }
        .navbar .dropdown-item:before {
          font-family: Mobirise2 !important;
          content: "\e966";
          display: inline-block;
          width: 0;
          position: absolute;
          left: 1rem;
          top: 0.5rem;
          margin-right: 0.5rem;
          line-height: 1;
          font-size: inherit;
          vertical-align: middle;
          text-align: center;
          overflow: hidden;
          transform: scale(0, 1);
          transition: all 0.25s ease-in-out;
        }
        .navbar .dropdown-menu {
          padding: 0;
          border-radius: 4px;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        }
        .navbar .dropdown-item {
          border-bottom: 1px solid #e6e6e6;
        }
        .navbar .dropdown-item:hover,
        .navbar .dropdown-item:focus {
          background: #70a666 !important;
          color: white !important;
        }
        .navbar .dropdown-item:hover span {
          color: white;
        }
        .navbar .dropdown-item:first-child {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
        }
        .navbar .dropdown-item:last-child {
          border-bottom: none;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
        }
        .navbar .nav-dropdown .link {
          padding: 0 0.3em !important;
          margin: 0.667em 1em !important;
        }
        .navbar .nav-dropdown .link.dropdown-toggle::after {
          margin-left: 0.5rem;
          margin-top: 0.2rem;
        }
        .navbar .nav-link {
          position: relative;
        }
        .navbar .container {
          display: flex;
          margin: auto;
        }
        .navbar .iconfont-wrapper {
          color: #ffffff !important;
          font-size: 1.5rem;
          padding-right: 0.5rem;
        }

        .navbar .dropdown-menu,
        .navbar .navbar.opened {
          background: #5a8550 !important;
        }
        .navbar .nav-item:focus,
        .navbar .nav-link:focus {
          outline: none;
        }
        .navbar .dropdown .dropdown-menu .dropdown-item {
          width: auto;
          transition: all 0.25s ease-in-out;
        }
        .navbar .dropdown .dropdown-menu .dropdown-item::after {
          right: 0.5rem;
        }
        .navbar .dropdown .dropdown-menu .dropdown-item .iconfont {
          margin-right: 0.5rem;
          vertical-align: sub;
        }
        .navbar .dropdown .dropdown-menu .dropdown-item .iconfont:before {
          display: inline-block;
          transform: scale(1, 1);
          transition: all 0.25s ease-in-out;
        }
        .navbar .collapsed .dropdown-menu .dropdown-item:before {
          display: none;
        }
        .navbar .collapsed .dropdown .dropdown-menu .dropdown-item {
          padding: 0.235em 1.5em 0.235em 1.5em !important;
          transition: none;
          margin: 0 !important;
        }
        .navbar .navbar {
          min-height: 70px;
          transition: all 0.3s;
          border-bottom: 1px solid transparent;
          position: absolute;
          background: rgba(90,133,80, 0.7);
          -webkit-backdrop-filter: saturate(180%) blur(50px);
          backdrop-filter: saturate(180%) blur(50px);
        }
        .navbar .navbar.opened {
          transition: all 0.3s;
        }
        .navbar .navbar .dropdown-item {
          padding: 0.5rem 1.8rem;
        }
        .navbar .navbar .navbar-logo img {
          width: auto;
        }
        .navbar .navbar .navbar-collapse {
          justify-content: flex-start;
          z-index: 1;
          margin-left: 20px;
        }
        .navbar .navbar.collapsed {
          justify-content: center;
        }
        .navbar .navbar.collapsed .nav-item .nav-link::before {
          display: none;
        }
        .navbar .navbar.collapsed.opened .dropdown-menu {
          top: 0;
        }
        @media (min-width: 992px) {
          .navbar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
            max-height: calc(98.5vh - 4.5rem);
          }
        }
        .navbar .navbar.collapsed .dropdown-menu .dropdown-submenu {
          left: 0 !important;
        }
        .navbar .navbar.collapsed .dropdown-menu .dropdown-item:after {
          right: auto;
        }
        .navbar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
          margin-left: 0.5rem;
          margin-top: 0.2rem;
          border-top: 0.35em solid;
          border-right: 0.35em solid transparent;
          border-left: 0.35em solid transparent;
          border-bottom: 0;
          top: 41%;
        }
        .navbar .navbar.collapsed ul.navbar-nav li {
          margin: auto;
        }
        .navbar .navbar.collapsed .dropdown-menu .dropdown-item {
          padding: 0.25rem 1.5rem;
          text-align: center;
        }
        .navbar .navbar.collapsed .icons-menu {
          padding-left: 0;
          padding-right: 0;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }
        @media (max-width: 991px) {
          .navbar .navbar .nav-item .nav-link::before {
            display: none;
          }
          .navbar .navbar.opened .dropdown-menu {
            top: 0;
          }
          .navbar .navbar .dropdown-menu .dropdown-submenu {
            left: 0 !important;
          }
          .navbar .navbar .dropdown-menu .dropdown-item:after {
            right: auto;
          }
          .navbar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
            margin-left: 0.5rem;
            margin-top: 0.2rem;
            border-top: 0.35em solid;
            border-right: 0.35em solid transparent;
            border-left: 0.35em solid transparent;
            border-bottom: 0;
            top: 40%;
          }
          .navbar .navbar .navbar-logo img {
            height: 3rem !important;
          }
          .navbar .navbar ul.navbar-nav li {
            margin: auto;
          }
          .navbar .navbar .dropdown-menu .dropdown-item {
            padding: 0.25rem 1.5rem !important;
            text-align: center;
          }
          .navbar .navbar .navbar-brand {
            flex-shrink: initial;
            flex-basis: auto;
            word-break: break-word;
            padding-right: 2rem;
          }
          .navbar .navbar .navbar-toggler {
            flex-basis: auto;
          }
          .navbar .navbar .icons-menu {
            padding-left: 0;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
        }
        .navbar .navbar.navbar-short {
          min-height: 60px;
        }
        .navbar .navbar.navbar-short .navbar-logo img {
          height: 2.5rem !important;
        }
        .navbar .navbar.navbar-short .navbar-brand {
          min-height: 60px;
          padding: 0;
        }
        .navbar .navbar-brand {
          min-height: 70px;
          flex-shrink: 0;
          align-items: center;
          margin-right: 0;
          padding: 10px 0;
          transition: all 0.3s;
          word-break: break-word;
          z-index: 1;
        }
        .navbar .navbar-brand .navbar-caption {
          line-height: inherit !important;
        }
        .navbar .navbar-brand .navbar-logo a {
          outline: none;
        }
        .navbar .dropdown-item.active,
        .navbar .dropdown-item:active {
          background-color: transparent;
        }
        .navbar .navbar-expand-lg .navbar-nav .nav-link {
          padding: 0;
        }
        .navbar .nav-dropdown .link.dropdown-toggle {
          margin-right: 1.667em;
        }
        .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
          margin-right: 0;
          padding: 0.667em 1.667em;
        }
        .navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
          background: #491b4a;
        }
        .navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
          margin: 0;
          left: 100%;
        }
        .navbar .navbar .dropdown.open > .dropdown-menu {
          display: block;
        }
        .navbar ul.navbar-nav {
          flex-wrap: wrap;
        }
        .navbar .navbar-buttons {
          text-align: center;
          min-width: 170px;
        }
        .navbar button.navbar-toggler {
          outline: none;
          width: 31px;
          height: 20px;
          cursor: pointer;
          transition: all 0.2s;
          position: relative;
          align-self: center;
        }
        .navbar button.navbar-toggler .hamburger span {
          position: absolute;
          right: 0;
          width: 30px;
          height: 2px;
          border-right: 5px;
          background-color: #ffffff;
        }
        .navbar button.navbar-toggler .hamburger span:nth-child(1) {
          top: 0;
          transition: all 0.2s;
        }
        .navbar button.navbar-toggler .hamburger span:nth-child(2) {
          top: 8px;
          transition: all 0.15s;
        }
        .navbar button.navbar-toggler .hamburger span:nth-child(3) {
          top: 8px;
          transition: all 0.15s;
        }
        .navbar button.navbar-toggler .hamburger span:nth-child(4) {
          top: 16px;
          transition: all 0.2s;
        }
        .navbar nav.opened .hamburger span:nth-child(1) {
          top: 8px;
          width: 0;
          opacity: 0;
          right: 50%;
          transition: all 0.2s;
        }
        .navbar nav.opened .hamburger span:nth-child(2) {
          transform: rotate(45deg);
          transition: all 0.25s;
        }
        .navbar nav.opened .hamburger span:nth-child(3) {
          transform: rotate(-45deg);
          transition: all 0.25s;
        }
        .navbar nav.opened .hamburger span:nth-child(4) {
          top: 8px;
          width: 0;
          opacity: 0;
          right: 50%;
          transition: all 0.2s;
        }
        .navbar .navbar-dropdown {
          padding: 0 1rem;
          position: fixed;
        }
        .navbar a.nav-link {
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .navbar .icons-menu {
          flex-wrap: nowrap;
          display: flex;
          justify-content: center;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 0.3rem;
          text-align: center;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .navbar .navbar {
            height: 70px;
          }
          .navbar .navbar.opened {
            height: auto;
          }
          .navbar .nav-item .nav-link:hover::before {
            width: 175%;
            max-width: calc(100% + 2rem);
            left: -1rem;
          }
        }






/*--------- PAGE HEADER ---------*/

    .header-home {
      background-image: url("../images/background-fish.jpg");
    }   
    
    .header-items {
      background-image: url("../images/background-horse.jpg");
    } 

    .header-materials {
      background-image: url("../images/background-catdog.jpg");
    }     
    .header-policies {
      background-image: url("../images/background-owl.jpg");
    }     
    .header-faq {
      background-image: url("../images/background-cheetah.jpg");
    }       

    .header-call {
      background-image: url("../images/background-sheep.jpg");
    }   
    .header-beforeyougo {
      background-image: url("../images/background-alpaca.jpg");
    }   

    .page-header .title-addition { color: #ffffff; align-self: flex-end; margin-bottom: 0px; }
    
    .page-header .title-addition span { position: relative; }
    
    .page-header .title-addition span svg {
      position: absolute;
      left: 0;
      bottom: 2rem;
      width: 180%;
      height: 15px;
    }

    .page-header .title-addition span svg path { fill: #0089bc; }
    .page-header .section-subtitle span { position: relative; }
    .page-header .section-subtitle span svg {
      position: absolute;
      right: -50px;
      bottom: 50px;
      transform: rotate(20deg);
      width: 68px;
      height: 62px;
    }


/*--------- FOOTER ---------*/

    .footer {
        background: rgb(112,166,102);
        background: linear-gradient(180deg, rgba(112,166,102,1) 0%, rgba(56,83,50,1) 100%);
        }

    .footer a, .footer .list li a { text-decoration: underline; color: #ffffff !important; }

    .footer .iconfont { color: #ffffff; margin-right: 0.5rem; }
    








.btn {
  border-width: 2px;
}

.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 6.6rem;
  line-height: 1.05;
}
.display-1 > .iconfont {
  font-size: 8.25rem;
}
.display-2 {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.25;
}
.display-7 > .iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.62rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #8e4496 !important;
}
.bg-info {
  background-color: #1c639d !important;
}
.bg-warning {
  background-color: #69276a !important;
}
.bg-danger {
  background-color: #70a666 !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0089bc !important;
  border-color: #0089bc !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #1c639d !important;
  border-color: #1c639d !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8e4496 !important;
  border-color: #8e4496 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #69276a !important;
  border-color: #69276a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #70a666 !important;
  border-color: #70a666 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #0089bc;
  color: #0089bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #1c639d;
  color: #1c639d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8e4496;
  color: #8e4496;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #69276a;
  color: #69276a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #70a666;
  color: #70a666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #0089bc !important;
}
.text-success {
  color: #8e4496 !important;
}
.text-info {
  color: #1c639d !important;
}
.text-warning {
  color: #69276a !important;
}
.text-danger {
  color: #70a666 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d0d0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #009cd6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9f4ca8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2071b3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7b2e7d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7faf76 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #1c639d;
}
.alert-warning {
  background-color: #69276a;
}
.alert-danger {
  background-color: #70a666;
}
.section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c68ecc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #57a3e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bd51bf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bbd5b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0089bc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}






.footer {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c102c;
}
.footer a { text-decoration:none; }
.footer .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .footer .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer .brand-name {
    text-align: center;
  }
}
.footer .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .footer .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .row {
    text-align: center;
  }
  .footer .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .footer .social-row {
    text-align: center;
  }
}
.footer .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer .list {
    margin-bottom: 0rem;
  }
}
.footer .list li {
  margin-bottom: 0.5rem;
}

.footer .section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .footer .section-title {
    text-align: center;
  }
}
.footer .section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .footer .section-subtitle {
    text-align: center;
  }
}
.footer .iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .footer .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .footer .col-6 {
    width: 100%;
  }
}
