/* Footer */
.footer {
  background: var(--bs-light-border-subtle);
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .widget {
  margin-bottom: 1rem;
}
.footer .footer-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid var(--bs-dark-bg-subtle);
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.footer .menu > li {
  border-bottom: 1px solid var(--grey-light);
}
.footer .menu > li:last-child {
  border-bottom: 0;
}
.footer .menu > li > a {
  text-decoration: none;
  padding: 7px 10px;
  display: inline-block;
}
.footer .menu > li > a:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .footer-logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.footer .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer .is-layout-flex .has-black-color {
  color: var(--black) !important;
}
.footer .is-layout-flex svg {
  height: 30px;
  width: 30px;
}

.site-header {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.1);
}
.site-header .btn {
  margin: 0;
}
.site-header .navbar-toggler {
  display: none;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: none;
}
.site-header .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--cs-focus);
}
.site-header .navbar-nav > li {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-header .navbar-nav > li > a {
  padding: 12px 20px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--grey);
}
.site-header .navbar-nav > li > a:hover {
  background-color: var(--grey);
  color: var(--white);
}
.site-header .navbar-nav > li:last-child > a {
  border-right: 0;
}
.site-header .search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.site-header .search-bar .search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.site-header .search-bar input[type=text] {
  width: 100%;
}
.site-header .search-btn {
  width: 40px;
  height: 38px;
  border: 0;
  background-color: var(--tp);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
.site-header .search-btn:hover {
  background-color: var(--grey);
}
.site-header .search-btn:hover svg {
  fill: var(--white);
}
.site-header .search-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--cs-focus);
  outline: 0;
}
.site-header .search-btn:focus svg {
  fill: var(--black);
}
.site-header .search-btn svg {
  width: 100%;
  height: auto;
  max-width: 22px;
  fill: var(--grey);
}

@media (min-width: 992px) {
  .site-header .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .hide-on-mobile {
    display: none;
  }
  .site-header .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header .navbar-toggler {
    margin-left: auto;
    display: inline-block;
  }
  .site-header .navbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .site-header .navbar-nav {
    margin-top: 0;
  }
  .site-header .navbar-nav > li > a {
    padding: 12px 0px;
    display: block;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid var(--grey-light);
  }
  .site-header .navbar-nav > li > a:hover {
    background-color: transparent;
    color: var(--grey);
  }
  .site-header .navbar-nav > li > a:hover svg {
    fill: var(--grey);
  }
}
.header-one .navbar-brand img {
  width: 180px;
}
.header-one .navbar-nav {
  margin: 30px auto 0;
}
.header-one .flex-block {
  display: block;
  text-align: center;
}
.header-one .navbar {
  margin-left: auto;
}

@media (max-width: 991px) {
  .header-one .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-one .navbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }
  .header-one .navbar-nav {
    margin-top: 0;
  }
  .header-one .navbar-nav > li > a {
    padding: 12px 0px;
    display: block;
    text-align: left;
  }
}
.header-two {
  padding-bottom: 0;
}
.header-two .navbar-brand img {
  width: 180px;
}
.header-two .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-two .navbar {
  margin-left: auto;
}

@media (max-width: 991px) {
  .header-two .navbar-nav > li:last-child > a {
    border-right: 0;
  }
}
.header-three {
  padding-bottom: 0;
}
.header-three .navbar-brand img {
  width: 180px;
}
.header-three .search-btn {
  margin-left: auto;
}
.header-three .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-three .navbar-nav {
  margin: 0;
}
.header-three .right-button {
  margin: 0;
  margin-left: auto;
  list-style: none;
  padding: 0;
}
.header-three .right-button a {
  padding: 12px 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--white);
  background-color: var(--grey);
  border-radius: 3px;
  text-transform: u;
}
.header-three .right-link {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-three .right-link li a {
  padding: 0px;
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0px;
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px;
  color: var(--grey);
  border-top: 1px solid var(--grey-light);
  display: block;
  text-decoration: none;
  font-weight: 600;
}
.header-three .right-link li a:hover {
  background-color: var(--grey);
  color: var(--white);
  text-decoration: none;
}
.header-three .right-link {
  margin-left: auto;
}
.header-three .right-link.is-mobile {
  display: none;
}
.header-three .navbar {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-top: 15px;
}
.header-three .navbar .navbar-collapse {
  border-top: 1px solid var(--grey-light);
  padding-top: 10px;
}

@media (max-width: 991px) {
  .header-three .right-button {
    display: none;
  }
  .header-three .search-btn {
    margin-left: 0;
  }
  .header-three .navbar-nav {
    border-top: 0;
  }
  .header-three .right-link.is-mobile {
    display: block;
  }
  .header-three .right-link li:first-child a {
    border-top: 0;
  }
  .header-three .right-link li a {
    padding: 10px 0;
  }
  .header-three .right-link li a:hover {
    background-color: transparent;
    color: var(--grey);
  }
  .header-three .right-link li a:hover svg {
    fill: var(--grey);
  }
}