/*
* Theme Name: NS - BMW
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/

* a:hover,
*a:focus {
  outline: none;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  /*border-top: 8px solid #0c4da2;*/
  /*padding-top: 17px;*/
}
header.fix {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
}
div.sub-banner {
  height: 400px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}
section#main-page {
  position: relative;
}
select {
  color: black;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
    no-repeat right 10px center;

  background-size: 12px;
  border: 1px solid #867274;
}

/************** menu **************/
.dropdown-menu-lg-end:hover ul.dropdown-menu {
  display: block;
}
nav#site-nav {
  padding: 0;
}
.dropdown-menu-start a:hover ul.dropdown-menu,
.dropdown-menu-start a:focus ul.dropdown-menu {
  display: block !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}
ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}
.content-img img {
  width: 100%;
  height: auto;
}
/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}
.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}
.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}
.error {
  height: 400px;
}
.back-home {
  margin-top: 14px;
  border-radius: 0;
}

#go-top {
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #0066b1;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 999;
  filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.25));
  transform: rotate(-45deg);
}
i.fa-solid.fa-arrow-up {
  color: var(--primarycolor);
}

/* Breadcrumb */

#ns_breadcrumb {
  list-style-type: none;
  display: inline-block;
}
#ns_breadcrumb li {
  display: inline-block;
}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}

.sub-banner li.breadcrumb-item a {
  color: #3fb385;
}
.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #3fb385;
}
.sub-banner li.breadcrumb-item {
  color: #fff;
}
.page-meta {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
