:root {
  --primary-color: #FF8F47;
  --dark-color: #464648;
  --text-color: #323234;
  --white-color: rgba(255, 255, 255, 1); }
@font-face {
  font-family: "Acumin Pro";
  src: url('../fonts/Acumin Pro Black.otf');
  
}
@font-face {
  font-family: "Acumin Pro Book";
  src: url('../fonts/Acumin Pro Book.otf');
  
}
body {
  /*font-family: "Montserrat", sans-serif;
font-family: "Acumin Pro Book" , helvetica ;*/

}

.mt--30 {
  margin-top: 2.5rem; }

body .color--dark {
  color: var(--dark-color); }

.container-xl-1290 {
  max-width: 1290px; }

@media (min-width: 992px) {
  .ps-md-70 {
    padding-left: 70px; } }

.maxw-660 {
  max-width: 660px; }

.bg--dark {
  background-color: var(--dark-color); }

.maxw-840 {
  max-width: 840px; }

.arrowrightIcon {
  color: var(--primary-color); }

.maxw-300 {
  max-width: 300px; }

body .bg--white {
  background: #fff; }

body .bg__dark {
  background: var(--dark-color); }

.maxw-780 {
  max-width: 780px; }

.py-80 {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 992px) {
    .py-80 {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.bg-theme {
  background-color: var(--primary-color); }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-LightItalic.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-MediumItalic.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-SemiBoldItalic.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-BoldItalic.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-ExtraBold.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'hk-grotesque';
  src: url("../fonts/HKGrotesk-Black.otf") format("opentype");
  font-display: swap;
  font-weight: 900;
  font-style: normal; }

body {
 /* font-family: "museo-sans", sans-serif;*/ }

.logo--home {
  width: 11rem; }
  @media (min-width: 1200px) {
    .logo--home {
      width: 13rem; } }
  @media (min-width: 1400px) {
    .logo--home {
      width: 14rem; } }

.nav__manuBtn {
  padding: 0;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: 1.5px solid #fff;
  opacity: 1;
  border-radius: 0;
  --size: 45px;
  height: var(--size);
  width: var(--size); }
  .nav__manuBtn .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .nav__manuBtn--line {
    width: 20px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nav__manuBtn.is-active .nav__manuBtn--line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  .nav__manuBtn.is-active .nav__manuBtn--line:nth-child(2) {
    opacity: 0; }
  .nav__manuBtn.is-active .nav__manuBtn--line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  .nav__manuBtn:focus {
    box-shadow: none;
    outline: none; }

.custom__navbar {
  position: fixed;
  padding: 1rem .35rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition-duration: .3s; }
  .custom__navbar.is-open {
    background: #343438; }
  .custom__navbar .navbar-collapse {
    max-width: 100%; }
  @media (min-width: 1200px) {
    .custom__navbar {
      padding: 2.5rem 0rem 1rem;
      background-color: transparent; }
      .custom__navbar .nav-item > .nav-link {
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        font-size: .85rem;
        font-weight: 600;
        border-top: 3px solid currentColor; }
        .custom__navbar .nav-item > .nav-link:hover {
          color: var(--white-color); }
        .custom__navbar .nav-item > .nav-link.active {
          color: var(--white-color); }
      .custom__navbar .navbar-expand-xl .navbar-nav .nav-item > .nav-link {
        padding: .75rem 1.565rem; }
      .custom__navbar .nav-item + .nav-item {
        margin-left: .125rem; } }
  @media (min-width: 1400px) {
    .custom__navbar {
      padding: 4.5rem 0rem 1rem; }
      .custom__navbar .navbar-expand-xl .navbar-nav .nav-item > .nav-link {
        padding: .75rem 2.65rem; } }
  .custom__navbar .language--dropdown {
    background-color: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.5);
    height: auto;
    font-size: .875rem;
    font-weight: 600;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: normal;
    background-image: none;
    background-size: 8px 5px;
    padding-right: 20px;
    padding-left: 10px;
    background-position: right;
    width: auto;
    box-shadow: none; }
    .custom__navbar .language--dropdown:hover {
      color: var(--white-color); }
      .custom__navbar .language--dropdown:hover:after {
        border-right-color: var(--white-color);
        border-bottom-color: var(--white-color); }
  .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large > .nav-link {
    padding-left: 1rem;
    position: relative; }
    .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large > .nav-link:after {
      content: '';
      background-image: url("../images/arrow-dropdown.svg");
      padding-left: 1rem;
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 15px;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      position: absolute;
      right: 5px;
      top: 15px;
      opacity: .5;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
    .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large > .nav-link:hover::after {
      opacity: 1; }
  .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large .dropdown__largemenu__container {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 0rem;
    right: 0rem;
    z-index: 1; }
    .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large .dropdown__largemenu__container .dropdown__largemenu__gap {
      padding: 2rem 0rem;
      padding-bottom: 0rem; }
    .custom__navbar .navbar-expand-xl .navbar-nav .nav-item.dropdown--large .dropdown__largemenu__container .dropdown__largemenu__wrapper {
      background: var(--dark-color);
      padding-right: .75rem;
      padding-left: .75rem; }
  .custom__navbar .nav-pills .menu-pill {
    background: transparent;
    padding: 1rem 0.5rem; }
    .custom__navbar .nav-pills .menu-pill.active {
      background: transparent; }
  @media (max-width: 1199px) {
    .custom__navbar .navbar__wrapper {
      width: 100%;
      padding-right: 4.25rem;
      overflow-y: auto;
      max-height: 60vh; }
      .custom__navbar .navbar__wrapper > .nav-item > .nav-link {
        color: var(--white-color);
        font-size: 1.15rem;
        line-height: normal;
        font-weight: 700;
        padding: 1.5rem 0;
        border-top: 1px solid #fff;
        position: relative; }
      .custom__navbar .navbar__wrapper > .nav-item.dropdown--mobilelink > .nav-link::after {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0; }
      .custom__navbar .navbar__wrapper > .nav-item.dropdown--mobilelink.showed > .nav-link::after {
        content: "\f068"; }
      .custom__navbar .navbar__wrapper > .nav-item .dropdown__mobilemenu__container {
        display: none; } }
  .custom__navbar .view__product__slideBtn {
    position: relative; }

.nice-select::after {
  margin-top: -2px;
  right: 8px; }

.nice-select .option {
  color: var(--white-color); }

.nice-select .list {
  box-shadow: none;
  border-radius: 0px;
  background: var(--dark-color); }

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background: var(--primary-color); }

@media (max-width: 1199px) {
  .lang--item {
    position: absolute;
    top: 5px;
    right: 75px; } }

@media (max-width: 1199px) {
  .search--item {
    position: absolute;
    top: 85px;
    right: 20px; }
    .search--item .search__container {
      left: auto;
      right: 0; } }

.search__container {
  position: absolute;
  left: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #2a2627; }
  .search__container--input {
    outline: none;
    font-size: .875rem;
    margin: 18px;
    width: 250px;
    background-color: inherit;
    border: 0;
    font-weight: 400;
    padding-right: 3rem;
    color: var(--white-color); }
  .search__container--icon {
    font-size: 20px;
    color: var(--primary-color);
    background-color: var(--dark-color);
    border: 0;
    outline: none;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin: 14px; }
  .search__container.opened {
    max-height: 100px; }

.search-toggle .icon-close {
  display: none;
  background: transparent;
  background: var(--dark-color);
  border: 0px;
  padding: 0px;
  font-size: 16px;
  color: var(--primary-color);
  width: 24px; }

.search-toggle.opened {
  max-height: 100px; }
  .search-toggle.opened .nav__search__btn {
    display: none; }
  .search-toggle.opened .icon-close {
    display: block; }

.tab--megamenu .hovermenu__pills {
  display: flex;
  align-items: center;
  opacity: 0.5; }
  .tab--megamenu .hovermenu__pills--content {
    transition: .3s ease all;
    font-size: .875rem;
    color: var(--white-color);
    font-weight: 700; }
    @media (min-width: 1400px) {
      .tab--megamenu .hovermenu__pills--content {
        font-size: 1rem; } }
  .tab--megamenu .hovermenu__pills--icon {
    margin-left: auto; }

.tab--megamenu .menu-pill.active .hovermenu__pills {
  opacity: 1; }
  .tab--megamenu .menu-pill.active .hovermenu__pills--content {
    padding-left: 1rem; }

.machine__navbox {
  background: var(--white-color);
  padding: .875rem .65rem .65rem .875rem;
  margin-bottom: 1.25rem; }
  .machine__navbox--header {
    text-align: left; }
    .machine__navbox--header > p {
      font-size: .78rem;
      font-weight: 400;
      line-height: 1.5;
      color: #737171;
      margin-bottom: 0rem; }
      @media (min-width: 1400px) {
        .machine__navbox--header > p {
          font-size: .9rem; } }
  .machine__navbox--body {
    overflow: hidden; }
    .machine__navbox--body img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .machine__navbox--footer p {
    font-size: .78rem;
    margin-bottom: 0rem;
    color: var(--white-color); }
    @media (min-width: 1400px) {
      .machine__navbox--footer p {
        font-size: .9rem; } }
  .machine__navbox:hover {
    opacity: 1; }
    .machine__navbox:hover p {
      color: var(--primary-color); }
    .machine__navbox:hover .machine__bateman--addicon > button {
      border-color: var(--white-color);
      color: var(--white-color);
      background-color: var(--primary-color); }

.content__apearance {
  display: grid;
  grid-template-columns: 255px 1fr;
  grid-column-gap: 1.5rem; }
  .content__apearance .machine__bateman--img {
    text-align: center;
    height: 150px;
    overflow: hidden; }
    @media (min-width: 1400px) {
      .content__apearance .machine__bateman--img {
        height: 180px; } }
    .content__apearance .machine__bateman--img > img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      max-width: 100%; }
  .content__apearance .machine__bateman--addicon {
    margin-top: 1rem;
    text-align: right; }
    .content__apearance .machine__bateman--addicon > button {
      background: transparent;
      border-radius: 0rem;
      border: 1px solid #737171;
      display: inline-block;
      padding: 0rem;
      --size: 28px;
      width: var(--size);
      height: var(--size);
      line-height: var(--size);
      color: #737171;
      text-align: center; }
      .content__apearance .machine__bateman--addicon > button .fa {
        font-size: .875rem; }
  .content__apearance--content {
    max-height: 520px;
    overflow-y: auto;
    padding-left: 1rem;
    padding-right: 1rem; }

.accordion__innermobile {
  margin-bottom: 2rem;
  padding-left: 1rem; }
  .accordion__innermobile .accordion .accordion-item {
    border-radius: 0px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .accordion__innermobile .accordion .accordion-item:last-child {
      border-bottom-color: transparent; }
    .accordion__innermobile .accordion .accordion-item .accordion-button {
      border-radius: 0px;
      background: transparent;
      box-shadow: none;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      padding-left: 0;
      padding-top: 1.35rem;
      padding-bottom: 1.35rem;
      font-size: .875rem;
      font-weight: 600; }
      .accordion__innermobile .accordion .accordion-item .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23737171'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.slick__navmobile__slider__box--body {
  background: #E3E3E3;
  padding: 1rem 0rem;
  position: relative;
  min-height: 375px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .slick__navmobile__slider__box--body::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    height: 4px;
    transition: .3s ease all; }
  .slick__navmobile__slider__box--body img {
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease-in all; }
  .slick__navmobile__slider__box--body .view__product__slideBtn__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: auto; }
  .slick__navmobile__slider__box--body .view__product__slideBtn {
    display: inline-block;
    line-height: normal;
    text-align: center;
    background: transparent;
    border-width: 1.5px;
    border-style: solid;
    border-color: var(--dark-color);
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 700;
    padding: 1.15rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  .slick__navmobile__slider__box--body:hover::before {
    height: 100%; }
  .slick__navmobile__slider__box--body:hover img {
    transform: translateY(-40px); }
  .slick__navmobile__slider__box--body:hover .view__product__slideBtn {
    border-color: var(--white-color);
    color: var(--white-color); }

.slick__navmobile__slider__box--footer {
  margin-top: 1.5rem;
  opacity: 0.3; }
  .slick__navmobile__slider__box--footer p {
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0rem;
    font-size: 1rem;
    line-height: normal; }

.slick__navmobile__slider__box:hover .slick__navmobile__slider__box--footer {
  opacity: 1; }

@media (max-width: 575px) {
  .viewport--width {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%); } }

@media (max-width: 1199px) {
  .viewport--width .serco__sliderbox__body, .viewport--width .serco__sliderbox__body--img {
    min-height: 260px; }
  .viewport--width .serco__sliderbox__body:hover .serco__sliderbox__body--img {
    min-height: 170px; } }

@media (max-width: 1199px) {
  .serco__sliderbox {
    margin: 5px; } }

.slick__navmobile__slider__box {
  margin: 5px; }

.scrolledsmooth .custom__navbar {
  background: #323236;
  padding: 0.35rem 0.35rem; }
  @media (min-width: 1200px) {
    .scrolledsmooth .custom__navbar {
      padding: 1rem 0rem; } }

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.3); }
  .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
    text-decoration: none; }
    .breadcrumb-item a:hover {
      color: var(--primary-color); }
  .breadcrumb-item.active {
    color: var(--white-color); }
  .breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|"); }

.submenu--dropdown {
  position: relative; }
  .submenu--dropdown .has__submeunu > a {
    position: relative; }
    .submenu--dropdown .has__submeunu > a::after {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 1.25rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      width: 1rem;
      height: 1rem;
      position: absolute;
      right: 5px;
      top: 11px;
      opacity: .5;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
  .submenu--dropdown > a {
    padding-left: 1rem;
    position: relative; }
    .submenu--dropdown > a::after {
      content: '';
      background-image: url("../images/arrow-dropdown.svg");
      padding-left: 1rem;
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 15px;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      position: absolute;
      right: 5px;
      top: 15px;
      opacity: .5;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
  .submenu--dropdown:hover > ul {
    display: block; }
  .submenu--dropdown li:hover > ul {
    display: block; }
  .submenu--dropdown li + li {
    border-top: 1px solid rgba(226, 24, 24, 0.048); }
  .submenu--dropdown ul {
    background: var(--dark-color);
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    display: none;
    position: absolute; }
    .submenu--dropdown ul ul {
      left: 100%;
      top: 0; }
    .submenu--dropdown ul li {
      position: relative; }
      .submenu--dropdown ul li a {
        font-weight: 500;
        font-size: .875rem;
        color: var(--white-color);
        text-align: start;
        display: block;
        padding: .65rem 0.5rem .65rem 0.5rem;
        text-transform: uppercase;
        text-decoration: none; }
        .submenu--dropdown ul li a:hover {
          color: var(--primary-color); }

.drop-submenu > ul.dropdown-menu {
  margin-bottom: 1.5rem !important; }

.drop-submenu ul.dropdown-menu {
  padding: 0;
  background: var(--dark-color);
  border: 0;
  margin-bottom: 0.125rem; }
  .drop-submenu ul.dropdown-menu a {
    color: var(--white-color);
    padding: 0.5rem 1rem;
    font-size: .875rem;
    font-weight: 500; }
    .drop-submenu ul.dropdown-menu a:focus, .drop-submenu ul.dropdown-menu a:active, .drop-submenu ul.dropdown-menu a.active, .drop-submenu ul.dropdown-menu a:hover {
      background-color: var(--primary-color); }

.drop-submenu ul ul {
  margin-left: .75rem !important; }

.machine__navbox {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1; }
  .machine__navbox--body {
    margin-top: 1rem; }
  .machine__navbox::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    height: 4px;
    transition: .3s ease all;
    z-index: -1; }
  .machine__navbox:hover::before {
    height: 100%; }
  .machine__navbox:hover p {
    color: var(--white-color); }

.nav__search__btn {
  background: transparent;
  color: currentColor;
  border: 0;
  outline: 0;
  line-height: normal;
  padding: 0rem; }

.get--quoteBtn {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: .65rem 1.5rem;
  font-size: .875rem;
  border: 0;
  line-height: normal; }
  .get--quoteBtn:hover {
    color: var(--white-color);
    background: #eb470e; }
  @media (max-width: 1199px) {
    .get--quoteBtn {
      width: 100%;
      padding: 1rem 1rem;
      font-size: 1rem; } }

.request__quote--link {
  display: inline-block;
  background: transparent;
  color: var(--white-color);
  border: 1.5px solid currentColor;
  border-radius: 0px;
  padding: .75rem 2rem;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none; }
  .request__quote--link:hover {
    background-color: var(--white-color);
    text-decoration: none;
    color: var(--primary-color); }

.learn--morebtn {
  border-style: solid;
  border-width: 1.5px;
  border-color: var(--primary-color);
  display: inline-block;
  background: transparent;
  padding: .6rem 2rem;
  text-align: center;
  color: var(--primary-color);
  font-size: 1rem;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: .2s ease-in all;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal; }
  .learn--morebtn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    text-decoration: none; }

.event--btn {
  border-style: solid;
  border-width: 1.5px;
  border-color: var(--dark-color);
  display: inline-block;
  background: transparent;
  padding: .6rem 2rem;
  text-align: center;
  color: var(--dark-color);
  font-size: 1rem;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: .2s ease-in all;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal; }
  .event--btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    text-decoration: none; }

.learn--listbtn {
  border-style: solid;
  border-width: 1.5px;
  border-color: transparent;
  display: inline-block;
  background: transparent;
  padding: 0rem;
  text-align: center;
  color: #737171;
  font-size: .9rem;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: .2s ease-in all;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal; }
  .learn--listbtn span {
    border: 1.5px solid #737171;
    --size: 25px;
    width: var(--size);
    height: var(--size);
    padding: 0rem;
    display: inline-flex;
    text-align: center;
    color: #737171;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    transition: .2s ease-in all; }
  .learn--listbtn:hover {
    color: var(--primary-color);
    text-decoration: none; }
    .learn--listbtn:hover span {
      color: var(--primary-color);
      border-color: var(--primary-color); }

.field__form--input {
  padding: .65rem 1.25rem;
  background-color: var(--white-color);
  color: var(--dark-color);
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #fff;
  transition: .2s ease all;
  outline: none;
  box-shadow: none;
  border-radius: 0px; }
  .field__form--input::placeholder {
    color: #737171; }
  .field__form--input:focus {
    border-color: var(--primary-color); }

.filter--btn {
  text-decoration: underline;
  color: var(--white-color);
  font-weight: 500;
  background-color: transparent;
  outline: none;
  font-size: .8rem;
  border: 0px; }

.search--btn {
  position: absolute;
  right: 10px;
  top: 12px;
  outline: none;
  background-color: transparent;
  border: 0px;
  line-height: normal;
  padding: 0rem; }

.row__footergrid {
  display: grid; }
  @media (min-width: 370px) {
    .row__footergrid {
      grid-template-columns: repeat(1, 50%) 1fr; } }
  @media (min-width: 992px) {
    .row__footergrid {
      grid-template-columns: repeat(4, 25%) 1fr; } }
  @media (min-width: 1200px) {
    .row__footergrid {
      grid-template-columns: repeat(4, 16.66667%) 33.33333%; } }
  .row__footergrid .col-i-6 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .row__footergrid .col-i-6 {
        border-bottom-width: 0px;
        margin-bottom: 0rem;
        padding-bottom: 0rem; } }
    @media (min-width: 1400px) {
      .row__footergrid .col-i-6 .light--border {
        padding-right: 2.5rem; } }
  .row__footergrid .col-i-xl-4 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1; }
    @media (min-width: 992px) {
      .row__footergrid .col-i-xl-4 {
        grid-column-start: 1;
        grid-column-end: 3; } }
    @media (min-width: 1200px) {
      .row__footergrid .col-i-xl-4 {
        grid-area: unset; } }

.header__single__quote {
  font-size: 1rem;
  line-height: normal;
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 0rem;
  }
  @media (min-width: 768px) {
    .header__single__quote {
      color: var(--primary-color);
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .header__single__quote {
      font-size: 1.4rem; } }

.home__header {
  background: var(--dark-color); }
  @media (min-width: 1200px) {
    .home__header {
      margin-top: 0rem; } }

.header__single__title {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: left;
  color: var(--white-color);
  font-family: "Acumin Pro Book" }
  @media (min-width: 768px) {
    .header__single__title {
      font-size: 3.15rem; } }
  @media (min-width: 992px) {
    .header__single__title {
      font-size: 4.15rem; } }
  @media (min-width: 1200px) {
    .header__single__title {
      font-size: 4.75rem;
      line-height: 1.35; }
      .header__single__title.max-w1000 {
        max-width: 950px; } }
  @media (min-width: 1400px) {
    .header__single__title {
      font-size: 5.15rem; }
      .header__single__title.max-w1000 {
        max-width: 1100px; } }

.video__coverhome {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  transition: .5s ease all;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 1200px) {
    .video__coverhome {
      justify-content: flex-start;
      margin-top: 0rem;
      height: auto;
      min-height: 100vh; } }
  .video__coverhome video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.linear__grad__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(202.37deg, rgba(35, 31, 32, 0) 14.58%, rgba(70, 70, 72, 0) 14.58%, #464648 77.44%);
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.scrolledsmooth .video__coverhome {
  width: 90%; }
  @media (min-width: 1200px) {
    .scrolledsmooth .video__coverhome {
      width: 1115px; } }
  @media (min-width: 1400px) {
    .scrolledsmooth .video__coverhome {
      width: 1300px; } }

.container--relative {
  position: relative;
  padding-bottom: 3rem; }
  @media (min-width: 1200px) {
    .container--relative {
      padding-bottom: 0rem;
      z-index: 2; } }

.gryb__solution__box {
  width: 100%;
  max-width: 370px;
  margin-left: auto; }
  @media (min-width: 768px) {
    .gryb__solution__box {
      max-width: 530px; } }
  @media (min-width: 768px) {
    .gryb__solution__box {
      max-width: 600px; } }
  @media (min-width: 1200px) {
    .gryb__solution__box {
      max-width: 680px;
      margin-top: -4rem; } }
  @media (min-width: 1400px) {
    .gryb__solution__box {
      max-width: 830px; } }
  .gryb__solution__box__contents {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr; }
  .gryb__solution__box__left--thumb {
    position: relative;
    text-align: left; }
  .gryb__solution__box__right--thumb p {
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: 1.4;
    font-size: 1.25rem;
    text-align: left;
    font-family: "Acumin Pro Book"; }
    @media (min-width: 768px) {
      .gryb__solution__box__right--thumb p {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .gryb__solution__box__right--thumb p {
        font-size: 1.7rem; } }
    @media (min-width: 1200px) {
      .gryb__solution__box__right--thumb p {
        font-size: 1.925rem; } }
    @media (min-width: 1400px) {
      .gryb__solution__box__right--thumb p {
        font-size: 2.25rem; } }

.linebar {
  position: relative;
  transform: rotate(-90deg);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: .65rem;
  display: inline-block;
  padding: 0;
  text-align: left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  top: 10px;
  writing-mode: vertical-lr; }
  @media (min-width: 1200px) {
    .linebar {
      font-size: .875rem; } }
  .linebar::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
    display: inline-block;
    position: absolute;
    right: -5px;
    top: -25px;
    writing-mode: vertical-lr;
    transform: rotate(90deg); }

.arrow__down__box {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
  color: var(--white-color);
  font-size: .875rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .arrow__down__box a {
    display: inline-block;
    color: var(--white-color);
    font-size: 1rem;
    margin-top: .5rem; }

@media (min-width: 1200px) {
  .content__redirect__section {
    padding-top: 9rem; } }

@media (min-width: 1400px) {
  .content__redirect__section {
    padding-top: 12rem; } }

.our__product__section .slick__navmobile__slider__box--body .view__product__slideBtn:hover {
  background: var(--white-color);
  color: var(--dark-color); }

.webpage__footer__section {
  background-color: var(--primary-color);
  padding: 3rem 0rem; }
  @media (min-width: 768px) {
    .webpage__footer__section {
      padding-bottom: 0rem; } }

.custom__footer__link h4 {
  font-weight: 700;
  margin-bottom: 0rem;
  color: var(--white-color);
  margin-bottom: 1rem;
  line-height: normal;
  font-size: .875rem;
  text-transform: uppercase; }

.custom__footer__link ul {
  padding-left: 0rem;
  margin: 0rem;
  list-style-type: none; }
  .custom__footer__link ul li {
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--white-color);
    font-weight: 400;
    font-size: .75rem;
    text-decoration: none; }
    .custom__footer__link ul li a {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      line-height: normal;
      font-size: .75rem;
      text-decoration: none; }
      .custom__footer__link ul li a:hover {
        color: var(--dark-color); }
    .custom__footer__link ul li + li {
      margin-top: .45rem; }

.social--links ul {
  list-style-type: none;
  padding-left: 0rem;
  margin-bottom: 0rem;
  display: flex;
  align-items: center; }
  .social--links ul li {
    margin-bottom: 0rem;
    display: inline-block; }
    .social--links ul li + li {
      margin-left: 1.4rem; }
    .social--links ul li a {
      color: var(--white-color);
      font-size: .925rem; }
      .social--links ul li a:hover {
        color: var(--dark-color); }

.newsletter__inputbox {
  display: grid;
  grid-row-gap: 1rem; }
  @media (min-width: 370px) {
    .newsletter__inputbox {
      grid-column-gap: 1rem;
      grid-row-gap: 0rem;
      grid-template-columns: 1fr 85px; } }

.logo--lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  border-top: 1px solid #fff;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .logo--lists {
      margin-top: 0rem;
      border-top: 0px solid #fff;
      padding-top: 0rem;
      align-items: center; } }
  .logo--lists > * {
    flex-shrink: 0;
    margin-right: 1.5rem;
    display: inline-block;
    margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid white; } }

.legal__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .legal__link {
      justify-content: flex-end; } }
  .legal__link > * {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 1rem; }
    @media (min-width: 1400px) {
      .legal__link > * {
        margin-right: 2rem; } }
    .legal__link > * a {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      outline: none;
      font-size: .75rem; }
      .legal__link > * a:hover {
        text-decoration: none;
        color: var(--dark-color); }
    .legal__link > * span {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      outline: none;
      font-size: .75rem; }

.section--title {
  font-weight: 800;
  font-size: 1.85rem;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: "Acumin Pro Book" }
  @media (min-width: 1200px) {
    .section--title {
      font-size: 3rem; } }
  @media (min-width: 1400px) {
    .section--title {
      font-size: 3.5rem; } }

.section--text {
  font-size: .9rem;
  margin-bottom: 0rem;
  color: var(--dark-color);
  line-height: 1.4; }

.our__product__section {
  background-color: var(--dark-color);
  padding-bottom: 18rem; }

@media (min-width: 1200px) {
	/*
  .slick__onlymobile__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem; } 
*/
}

.slick__onlymobile__slider .ico-demolition img {
  margin-left: auto;
  margin-right: auto; }

.slick__onlymobile__slider .slick__navmobile__slider__box--body .view__product__slideBtn__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in all;
  transform: translateY(50px); }

.slick__onlymobile__slider .slick__navmobile__slider__box--body:hover .view__product__slideBtn__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.slick__onlymobile__slider .slick-dots {
  padding-left: 0px;
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0rem; }
  .slick__onlymobile__slider .slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0;
    line-height: normal; }
  .slick__onlymobile__slider .slick-dots li.slick-active button {
    background: var(--white-color); }
  .slick__onlymobile__slider .slick-dots li + li {
    margin-left: .5rem; }

.request__quote__box {
  display: grid;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--primary-color); }
  .request__quote__box--img {
    min-height: 440px;
    width: 100%; }
    .request__quote__box--img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .request__quote__box--content {
    padding: 3rem 1.5rem;
    display: grid;
    place-items: center; }
    @media (min-width: 992px) {
      .request__quote__box--content {
        padding: 3rem 4.75rem; } }
  @media (min-width: 576px) {
    .request__quote__box {
      grid-template-columns: 230px 1fr; }
      .request__quote__box--img {
        min-height: 314px; } }

.request__quote--heading {
  font-size: .7rem;
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: normal;
  margin-bottom: 0rem; }
  @media (min-width: 992px) {
    .request__quote--heading {
      font-size: .875rem; } }

.request__quote--text {
  font-size: 1.25rem;
  color: var(--white-color);
  font-weight: 400;
  display: block;
  line-height: 1.3;
  margin-bottom: 0rem;
  margin-top: .75rem;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 992px) {
    .request__quote--text {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .request__quote--text {
      font-size: 1.85rem; } }
  @media (min-width: 1400px) {
    .request__quote--text {
      font-size: 2.25rem; } }

.request__quote__section {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -10rem; }

.our__secvices__section {
  margin-top: 5rem; }
  @media (min-width: 1200px) {
    .our__secvices__section {
      margin-top: 8rem; } }

.our__secvices__quotebox {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(115, 113, 113, 0.2);
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .our__secvices__quotebox {
      margin-top: 3rem; } }
  .our__secvices__quotebox--content p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0rem;
    color: #231F20; }
    @media (min-width: 576px) {
      .our__secvices__quotebox--content p {
        font-size: 1.65rem; } }
    @media (min-width: 992px) {
      .our__secvices__quotebox--content p {
        font-size: 2.25rem; } }
  .our__secvices__quotebox--bar {
    position: relative; }
  .our__secvices__quotebox--line {
    color: var(--primary-color);
    font-weight: 700;
    font-size: .675rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    text-align: left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    position: relative;
    top: 10px;
    writing-mode: vertical-lr; }
    @media (min-width: 992px) {
      .our__secvices__quotebox--line {
        font-size: .875rem; } }
    .our__secvices__quotebox--line::before {
      content: '';
      width: 30px;
      height: 2px;
      background-color: var(--primary-color);
      display: inline-block;
      position: absolute;
      right: -5px;
      top: -25px;
      writing-mode: vertical-lr;
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .services__box__gap {
    padding-left: 1rem; } }

@media (min-width: 1200px) {
  .services__box__gap {
    padding-left: 3.5rem; } }

.our__services__listbox {
  margin-top: 1rem; }

.services__cardbox {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-column-gap: 1.25rem; }

.services__eachbox__content {
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .services__eachbox__content {
      padding-right: 3rem; } }
  .services__eachbox__content--title {
    font-size: .875rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: normal;
    margin-bottom: 0rem;
    text-transform: uppercase; }
  .services__eachbox__content--text {
    font-size: .95rem;
    font-weight: 400;
    color: #463d3b;
    line-height: 1.5;
    margin-bottom: 0rem;
    margin-top: .8rem; }

.city__region__list ul {
  list-style-type: none;
  padding-left: 0rem;
  margin-bottom: 0rem; }
  .city__region__list ul li {
    display: block;
    margin-bottom: 0rem;
    line-height: normal; }

.city__region__list__box {
  padding: 2.5rem 0rem;
  border-top: 1.5px solid rgba(115, 113, 113, 0.3); }

.city__region__content {
  position: relative;
  padding-left: 2.5rem; }
  .city__region__content--img {
    --size: 25px;
    width: var(--size);
    height: var(--size);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 0rem;
    position: absolute;
    left: 0;
    top: 0; }
  .city__region__content--place {
    font-weight: 700;
    color: #737171;
    margin-bottom: 0rem;
    line-height: normal;
    font-size: .75rem;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .city__region__content--place {
        font-size: .875rem; } }
  .city__region__content--event {
    font-size: 1.15rem;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 0rem;
    line-height: 1.4;
    margin-top: .825rem; }
    @media (min-width: 576px) {
      .city__region__content--event {
        font-size: 1.5rem; } }
  .city__region__content--date {
    font-size: .65rem;
    font-weight: 500;
    margin-bottom: 0rem;
    line-height: normal;
    color: #737171;
    margin-top: 1rem; }
    @media (min-width: 576px) {
      .city__region__content--date {
        font-size: .75rem; } }

.all__events__section {
  background-image: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, #E3E3E3 100%);
  margin-top: 4rem; }
  @media (min-width: 768px) {
    .all__events__section {
      margin-top: 7rem; } }
  @media (min-width: 1200px) {
    .all__events__section {
      margin-top: 10rem; } }

.home__aboutus__content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }
  .home__aboutus__content--text {
    font-weight: 700;
    font-size: .875rem;
    margin-bottom: 0rem;
    line-height: normal;
    margin-top: .75rem;
    color: var(--primary-color);
    text-transform: uppercase; }
  .home__aboutus__content--desc {
    margin-top: 2rem;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: 1.4;
    font-size: .9rem;
    color: var(--dark-color);
    margin-bottom: 0rem; }
  .home__aboutus__content--list {
    margin-top: 1.5rem; }
    .home__aboutus__content--list ul {
      padding-left: 0rem;
      margin: 0rem;
      list-style-type: none; }
      .home__aboutus__content--list ul li {
        color: var(--dark-color);
        font-size: .9rem;
        margin-bottom: 0rem;
        line-height: 1.5;
        font-weight: 400;
        position: relative;
        padding-left: 1.5rem; }
        .home__aboutus__content--list ul li + li {
          margin-top: 1.25rem; }
        .home__aboutus__content--list ul li::before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: var(--primary-color);
          position: absolute;
          left: 0;
          top: 3px;
          font-size: 12px;
          content: "\f061"; }
    @media (min-width: 992px) {
      .home__aboutus__content--list {
        padding-left: 3.25rem;
        margin-top: 2.5rem; } }

@media (min-width: 768px) {
  .home__aboutimg {
    margin-top: 2.5rem; } }

.bg-ecece {
  position: relative;
  background: url("../images/shearex/shearex-about-layer.png"), #E3E3E3;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .bg-ecece {
      padding-bottom: 6rem; } }
  .bg-ecece::before {
    content: '';
    background: linear-gradient(180deg, #E3E3E3 0%, rgba(227, 227, 227, 0.29) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.home__aboutus__section {
  background: #e3e3e3;
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .home__aboutus__section {
      padding-top: 8.5rem; } }

.request__footer__section {
  background-color: var(--dark-color);
  padding: 3rem 0rem;
  z-index: 1; }
  @media (min-width: 992px) {
    .request__footer__section {
      padding: 8rem 0rem; } }

.water__mark {
  background-image: url("../images/shearex/shearex-bg.png");
  background-position: right;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  @media (min-width: 992px) {
    .water__mark {
      width: 100%; } }

.request__footer--title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 0rem;
  line-height: normal; }
  @media (min-width: 992px) {
    .request__footer--title {
      font-size: 1.5rem; } }

.request__footer--text {
  font-size: .9rem;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0rem;
  line-height: 1.4;
  margin-top: 1rem;
  height: auto; }

.border-white:hover {
  border-color: var(--white-color); }

.city__region__content--line {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0rem;
  line-height: 1.4; }
  .city__region__content--line a {
    display: inline-block;
    text-decoration: none;
    color: var(--white-color); }
    .city__region__content--line a:hover {
      text-decoration: none;
      color: var(--primary-color); }

.request__address {
  margin-top: 2.5rem; }
  @media (min-width: 992px) {
    .request__address {
      margin-top: 8rem; } }
  .request__address .city__region__content + .city__region__content {
    margin-top: 1.5rem; }

.rotate__circleimg__box {
  position: relative;
  z-index: 1; }
  .rotate__circleimg__box .bdr--anim {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
    .rotate__circleimg__box .bdr--anim .rotate__img__border {
      -webkit-animation: spin 1.8s linear infinite;
      -moz-animation: spin 1.8s linear infinite;
      animation: spin 1.8s linear infinite;
      margin-top: 10px; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*serco*/
.serco__imagehome > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.serco__sliderbox__body {
  overflow: hidden;
  position: relative;
  background-color: var(--dark-color);
  min-height: 380px; }
  .serco__sliderbox__body--img {
    min-height: 380px;
    position: relative;
    overflow: hidden;
    transition: .3s ease all; }
    .serco__sliderbox__body--img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .serco__sliderbox__body--button {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    transition: .3s ease all;
    height: 72px;
    transform: translateY(68px); }
    .serco__sliderbox__body--button a, .serco__sliderbox__body--button button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      color: var(--white-color);
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
  .serco__sliderbox__body:hover .serco__sliderbox__body--img {
    min-height: 300px; }
  .serco__sliderbox__body:hover .serco__sliderbox__body--button {
    transform: translateY(0px); }

.serco__sliderbox__footer {
  margin-top: 1.15rem; }
  .serco__sliderbox__footer p {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0rem;
    font-size: 1rem;
    line-height: normal; }

.serco__sliderbox {
  opacity: .7; }
  .serco__sliderbox:hover {
    opacity: 1; }

.container__product__section {
  padding-top: 7rem; }
  @media (min-width: 1200px) {
    .container__product__section {
      padding-top: 9rem; } }
  @media (min-width: 1200px) {
    .container__product__section {
      padding-top: 10rem; } }

.img__coverhome {
  overflow: hidden;
  position: relative;
  height: 330px;
  transition: .5s ease all;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .img__coverhome img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 1200px) {
    .img__coverhome {
      height: 540px; } }

.scrolledsmooth .img__coverhome {
  width: 90%; }
  @media (min-width: 1200px) {
    .scrolledsmooth .img__coverhome {
      width: 1115px; } }
  @media (min-width: 1400px) {
    .scrolledsmooth .img__coverhome {
      width: 1300px; } }

.product__slider {
  text-align: center;
  position: relative; }
  .product__slider .slick-prev-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0px;
    outline: none; }
    @media (min-width: 1400px) {
      .product__slider .slick-prev-btn {
        left: 25px; } }
  .product__slider .slick-next-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0px;
    outline: none; }
    @media (min-width: 1400px) {
      .product__slider .slick-next-btn {
        right: 25px; } }
  .product__slider .slick-dots {
    margin-bottom: 0rem;
    padding-left: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-top: 3rem; }
    .product__slider .slick-dots li button {
      display: inline-block;
      --size: 15px;
      width: var(--size);
      height: var(--size);
      font-size: 0px;
      padding: 0px;
      line-height: normal;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-color: var(--primary-color);
      background: transparent;
      border-radius: 50%; }
    .product__slider .slick-dots li.slick-active button {
      background: var(--primary-color); }
    .product__slider .slick-dots li + li {
      margin-left: 1rem; }

.product__slider__img {
  width: 245px;
  height: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .product__slider__img {
      width: 480px;
      height: 490px; } }
  .product__slider__img img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover; }

.product__description__content__slider {
  position: relative;
  margin-top: -14rem; }
  @media (min-width: 1200px) {
    .product__description__content__slider {
      margin-top: -21rem; } }

.product__description--heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0rem;
  line-height: normal;
  color: var(--white-color); }
  @media (min-width: 1200px) {
    .product__description--heading {
      font-size: 3.5rem; } }

.product__description--description {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0rem;
  line-height: 1.45;
  color: var(--white-color); }

.product__description__content {
  position: relative; }
  @media (min-width: 992px) {
    .product__description__content {
      margin-top: -18rem; } }
  @media (min-width: 1200px) {
    .product__description__content {
      margin-top: -28rem; } }

.color__white__list ul li {
  color: var(--white-color); }

.color__white__list .event--btn {
  border-color: var(--white-color);
  color: var(--white-color); }
  .color__white__list .event--btn:hover {
    background-color: var(--white-color);
    color: var(--dark-color); }

.color__white__list .download--btn {
  color: var(--white-color); }
  .color__white__list .download--btn span {
    color: var(--white-color); }
  .color__white__list .download--btn:hover {
    color: var(--primary-color); }
    .color__white__list .download--btn:hover span {
      color: var(--primary-color); }

.product__description__section {
  padding-bottom: 6rem; }
  @media (min-width: 992px) {
    .product__description__section {
      padding-bottom: 9rem; } }

.product__specification__section {
  background: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, #FFFFFF 0%, #E3E3E3 10.37%);
  padding: 3rem 0rem; }
  @media (min-width: 992px) {
    .product__specification__section {
      padding: 6rem 0rem; } }

.accordion__product {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .accordion__product {
      margin-top: 6rem; } }
  .accordion__product .accordion-button, .accordion__product .accordion-item {
    background: transparent;
    box-shadow: none;
    outline: none; }
  .accordion__product .accordion-button {
    font-weight: 700;
    color: var(--dark-color);
    font-size: .875rem;
    padding: 1.5rem 0rem;
    text-transform: uppercase; }
    .accordion__product .accordion-button::after {
      width: auto;
      height: auto;
      content: "+";
      font-size: 40px;
      background-image: none;
      font-weight: 100;
      color: var(--dark-color);
      transform: translateY(-4px); }
    .accordion__product .accordion-button:not(.collapsed)::after {
      width: auto;
      height: auto;
      background-image: none;
      content: "-";
      font-size: 48px;
      transform: translate(-5px, -4px);
      transform: rotate(0deg); }
  .accordion__product .accordion-body {
    padding-left: 0rem;
    padding-right: 0rem; }

.accordion__product__content--text p {
  font-size: .65rem;
  margin-bottom: 0rem;
  line-height: 1.35;
  color: #737171; }
  @media (min-width: 992px) {
    .accordion__product__content--text p {
      font-size: .9rem; } }
  .accordion__product__content--text p + p {
    margin-top: 1rem; }

.accordion__product__content--table table {
  margin-bottom: 0rem; }
  .accordion__product__content--table table caption {
    padding: 0rem;
    color: #737171;
    font-size: .72rem; }
  .accordion__product__content--table table thead th {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: .82rem;
    font-weight: 400;
    line-height: normal;
    padding: 1rem .75rem;
    border-bottom-color: transparent !important;
    vertical-align: middle; }
  .accordion__product__content--table table tbody tr td, .accordion__product__content--table table tbody tr th {
    font-size: .75rem;
    padding: .4rem .875rem; }
  .accordion__product__content--table table tbody tr td {
    color: #737171;
    font-weight: 500; }
  .accordion__product__content--table table tbody tr th {
    color: var(--dark-color);
    font-weight: 600; }
  .accordion__product__content--table table tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(115, 113, 113, 0.2); }

.accordion__product__content .primary--downloadbtn {
  color: var(--primary-color); }
  .accordion__product__content .primary--downloadbtn span {
    color: var(--primary-color);
    border-color: var(--primary-color); }

.caption--text {
  padding: 0rem;
  color: #737171;
  font-size: .72rem; }

.similar__product__section {
  padding: 3rem 0rem; }
  @media (min-width: 992px) {
    .similar__product__section {
      padding: 6rem 0rem; } }
  .similar__product__section .slick__navmobile__slider__box--body {
    background: #e3e3e3; }
  .similar__product__section .similar__product__name {
    color: var(--dark-color);
    margin-bottom: 0rem;
    line-height: 1.35;
    font-size: 1.5rem;
    font-weight: 700; }
  .similar__product__section .similar__product__category {
    color: var(--dark-color); }
  .similar__product__section .slick__navmobile__slider__box--footer {
    margin-top: 1rem; }

.img--rotator {
  margin-top: -20rem;
  position: relative; }
  @media (min-width: 1200px) {
    .img--rotator {
      margin-top: -30rem; } }

.overview--bar {
  display: inline-block;
  font-weight: 500;
  color: var(--dark-color);
  position: relative;
  padding-left: 2.25rem; }
  .overview--bar::before {
    width: 23px;
    height: 1px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--dark-color); }
  .overview--bar.text-white::before {
    background: var(--white-color); }

.text__circle__adjustment {
  text-align: center;
  width: 280px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .text__circle__adjustment span {
    display: inline-block;
    font-weight: 500;
    color: var(--dark-color);
    font-size: 2.25rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%; }

.text__circle__description {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 1.4; }

.easy__access__text {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--dark-color);
  line-height: 1.4; }
  @media (min-width: 992px) {
    .easy__access__text {
      font-size: 1.5rem; } }

@media (min-width: 992px) {
  .lg-text-ng {
    margin-top: -3rem; } }

.scroll__more__text {
  font-weight: 500;
  color: var(--dark-color);
  display: inline-block;
  font-size: .875rem; }

.color__gris__list ul li {
  color: #737171; }

.hofman__circleimg {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden; }
  .hofman__circleimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.text--scrape {
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 0rem;
  line-height: 1.4;
  color: #737171; }

input[type=range].spritespin-slider {
  width: 100%;
  margin: 0px;
  background-color: transparent;
  -webkit-appearance: none;
  position: relative;
  z-index: 2; }

input[type=range].spritespin-slider:focus {
  outline: none; }

input[type=range].spritespin-slider::-webkit-slider-runnable-track {
  background: #737171;
  border: 0.2px solid transparent;
  border-radius: 0px;
  width: 100%;
  height: 1.25px;
  cursor: pointer; }

input[type=range].spritespin-slider::-webkit-slider-thumb {
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: #e94f37;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none; }

input[type=range].spritespin-slider:focus::-webkit-slider-runnable-track {
  background: #737171; }

input[type=range].spritespin-slider::-moz-range-track {
  background: #737171;
  border: 0.2px solid transparent;
  border-radius: 1.3px;
  width: 100%;
  height: 1.25px;
  cursor: pointer; }

input[type=range].spritespin-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #e94f37;
  border: 1px solid transparent;
  border-radius: 0px;
  cursor: pointer; }

input[type=range].spritespin-slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 0px;
  color: transparent;
  width: 100%;
  height: 1.25px;
  cursor: pointer; }

input[type=range].spritespin-slider::-ms-fill-lower {
  background: #000000;
  border: 0.2px solid transparent;
  border-radius: 0px; }

input[type=range].spritespin-slider::-ms-fill-upper {
  background: #737171;
  border: 0.2px solid transparent;
  border-radius: 0px; }

input[type=range].spritespin-slider::-ms-thumb {
  width: 28px;
  height: 28px;
  background: #e94f37;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/ }

input[type=range].spritespin-slider:focus::-ms-fill-lower {
  background: #737171; }

input[type=range].spritespin-slider:focus::-ms-fill-upper {
  background: #737171; }

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range].spritespin-slider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/ } }

.ragesliderbox {
  padding: 0px 3rem;
  position: relative;
  z-index: 1; }
  .ragesliderbox .roatortag {
    font-size: .75rem;
    color: var(--primary-color); }
  .ragesliderbox .roatortag.roatortag-left {
    position: absolute;
    left: 0;
    top: 10px; }
  .ragesliderbox .roatortag.roatortag-right {
    position: absolute;
    right: 0;
    top: 10px; }
  .ragesliderbox .plip--slicing {
    position: absolute;
    top: -27px;
    left: -3px;
    right: -3px;
    display: flex;
    justify-content: space-between;
    z-index: -1; }
    .ragesliderbox .plip--slicing span {
      color: #737171;
      font-size: 1.5rem; }

.short__desc--title {
  font-size: 1.45rem;
  margin-bottom: 0rem;
  line-height: normal;
  font-weight: 700;
  color: var(--white-color); }

.highlight--video .video__player__insider {
  margin-top: 0px; }

.highlight--video .video-js {
  height: 400px; }
  @media (min-width: 992px) {
    .highlight--video .video-js .vjs-big-play-button {
      width: 145px;
      height: 145px;
      line-height: 145px; } }

.highlight--list {
  max-width: 480px; }
  .highlight--list ul {
    list-style-type: none;
    padding-left: 0rem;
    margin-bottom: 0rem; }
    .highlight--list ul li {
      line-height: 1.45;
      font-size: .9rem;
      font-weight: 700;
      color: var(--dark-color);
      padding: 1.5rem 0rem;
      border-top: 1.5px solid rgba(115, 113, 113, 0.3); }
      .highlight--list ul li:last-child {
        border-bottom: 1.5px solid rgba(115, 113, 113, 0.3); }

.only-one-product .serco__sliderbox {
  opacity: 0.9; }
  .only-one-product .serco__sliderbox .short__desc--title {
    color: var(--dark-color); }
  .only-one-product .serco__sliderbox:hover {
    opacity: 1; }

.overlay__black {
  background: linear-gradient(202.37deg, rgba(70, 70, 72, 0) 14.58%, #464648 77.44%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  padding-bottom: 5rem;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.getquote__header {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem; }
  @media (min-width: 1200px) {
    .getquote__header {
      padding-bottom: 10rem; } }

.formquote__section {
  margin-top: 3rem; }
  @media (min-width: 1200px) {
    .formquote__section {
      margin-top: 8rem; } }

.formquote--input {
  background-color: var(--white-color);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: .75rem 1rem;
  line-height: normal;
  outline: none;
  border-radius: 0px;
  resize: none; }
  .formquote--input:focus {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); }

.formquote--label {
  display: block;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: .5rem;
  line-height: normal;
  font-size: 1rem; }
  .formquote--label sub {
    top: -0.25em;
    color: var(--primary-color);
    font-weight: 700; }

.iti {
  width: 100%; }

.iti--separate-dial-code .iti__selected-flag {
  outline: none; }

.cs-form-check {
  font-weight: 400;
  font-size: 1rem;
  color: #737171;
  margin-bottom: 0rem; }
  .cs-form-check .form-check-input {
    border-color: #909090;
    border-radius: 0px; }
    .cs-form-check .form-check-input:checked {
      background-color: var(--primary-color);
      border-color: var(--primary-color); }
    .cs-form-check .form-check-input:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 42, 47, 0.15); }

.cs-radio-ui .form-check-label {
  font-weight: 400;
  font-size: .9rem;
  color: var(--color-text); }

.cs-radio-ui .form-check-input {
  margin-left: 1.5rem;
  float: none; }
  .cs-radio-ui .form-check-input:checked {
    border-color: #737171;
    background-color: var(--white-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23737171'/%3e%3c/svg%3e"); }
  .cs-radio-ui .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(145, 145, 145, 0.15); }

.form-check.form-check-inline.cs-radio-ui {
  padding-left: 0; }
  .form-check.form-check-inline.cs-radio-ui + .form-check.form-check-inline.cs-radio-ui {
    margin-left: 2rem; }

.blob-c-large {
  transition: transform 0.7s linear;
  animation: rotate 20s infinite linear; }

.blob-c-small {
  transition: transform 0.7s linear;
  animation: rotate 20s infinite linear;
  animation-direction: reverse;
  position: absolute;
  top: 35px;
  left: 35px; }

.filter--select {
  font-weight: 500;
  border-radius: 0px;
  font-size: .875rem; }
  .filter--select:focus {
    outline: none;
    box-shadow: none; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.overlay__dark__black {
  background: linear-gradient(202.37deg, rgba(70, 70, 72, 0) 14.58%, #464648 77.44%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  padding-bottom: 5rem;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.overlay__dark__black--two {
  background: #464648;
  opacity: 0.3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  padding-bottom: 5rem;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.similar__product__section .slick__navmobile__slider__box--body:hover .view__product__slideBtn:hover {
  background-color: var(--white-color);
  color: var(--text-dark); }

.only__single__products .similar__product__category {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0rem;
  line-height: 1.4;
  font-weight: 400; }

.only__single__products .similar__product__name {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0rem;
  line-height: 1.4;
  font-weight: 700; }

.only__single__products:hover .similar__product__category, .only__single__products:hover .similar__product__name {
  color: var(--white-color); }

.only__single__products .view__product__slideBtn__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in all;
  transform: translateY(50px); }

.only__single__products .slick__navmobile__slider__box--body:hover .view__product__slideBtn__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.max-w780 {
  max-width: 780px; }

body .font-24 {
  font-size: 1.5rem; }

.bdr-whitegrey {
  border-top: 1.5px solid rgba(255, 255, 255, 0.3); }

.videobg--spacer {
  height: 260px;
  padding-top: 4.5rem; }
  @media (min-width: 992px) {
    .videobg--spacer {
      height: 505px;
      padding-top: 7rem; } }

.video-js {
  max-width: 100%;
  height: 230px; }
  @media (min-width: 992px) {
    .video-js {
      height: 550px; } }
  .video-js .vjs-big-play-button {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1.5px solid #fff;
    border-radius: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .video-js .vjs-big-play-button {
        width: 230px;
        height: 230px;
        line-height: 230px; } }

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 100px; }

.vjs-poster {
  background-size: cover; }

.video-js .vjs-tech {
  object-fit: cover; }

.video__player__insider {
  margin-top: -8rem; }
  @media (min-width: 992px) {
    .video__player__insider {
      margin-top: -18rem; } }

.bdr-blackgrey {
  border-top: 1.5px solid rgba(115, 113, 113, 0.15); }

.mt-ng-25 {
  margin-top: -2.8rem;
  position: relative;
  z-index: 1; }

.z1 {
  z-index: 1; }

body .rotate0 {
  transform: none;
  background: linear-gradient(202.37deg, rgba(70, 70, 72, 0) 14.58%, #464648 80.44%); }


.video__player__insider__drop {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .video__player__insider__drop::before {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .video__player__insider__drop iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.overview__specs p {
  font-size: .875rem;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.5;
  margin-bottom: 0rem; }
  .overview__specs p + p {
    margin-top: 1rem; }

.scrollspyHeading-5 {
  font-weight: 600;
  font-size: 2.25rem;
  padding-top: 3rem;
  color: var(--text-dark);
  margin-bottom: 0; }

.data--scollspy {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  background: #f1f1f1;
  margin-top: 3rem;
  z-index: 1;
  padding: 1.25rem 1rem 0rem; }
  @media (min-width: 1200px) {
    .data--scollspy {
      top: 115px; } }
  .data--scollspy .nav-pills .nav-link {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px;
    padding-bottom: .675rem;
    border-bottom: 6px solid transparent;
    opacity: 1;
    font-size: 14px;
    margin-right: 1.5rem; }
    .data--scollspy .nav-pills .nav-link.active {
      background-color: transparent;
      border-radius: 0;
      color: var(--text-dark);
      border-bottom-color: var(--primary-color);
      font-weight: 600; }

.scrollspy__slider .slick-prev-btn, .scrollspy__slider .slick-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: rgba(196, 196, 196, 0.22);
  border: 0;
  position: absolute;
  bottom: -80px;
  right: 0; }

.scrollspy__slider .slick-prev-btn {
  right: 60px; }

.scrollspy__slider .slick-track {
  margin-left: 0; }

.scrollspy__slider .slick-list {
  overflow: visible; }

.scrollspy__slider .each__slider__box > * {
  padding-right: 30px; }

.scrollspy__slider .accordion__product__content--table table thead {
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color); }

.scrollspy__slider .accordion__product__content--table table tbody > tr {
  border: 1px solid rgba(0, 0, 0, 0.25); }
  .scrollspy__slider .accordion__product__content--table table tbody > tr th, .scrollspy__slider .accordion__product__content--table table tbody > tr td {
    padding: 0.75rem 0.8rem;
    border: 0; }
  .scrollspy__slider .accordion__product__content--table table tbody > tr:nth-of-type(odd) > * {
    background-color: var(--white-color); }

.scrollspy__slider .accordion__product__content--table table tfoot td {
  padding: 0;
  border: 0;
  padding-top: .75rem; }
  .scrollspy__slider .accordion__product__content--table table tfoot td a {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    padding: 1.015rem 1rem;
    line-height: normal;
    width: 100%;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: .3s ease all; }
    .scrollspy__slider .accordion__product__content--table table tfoot td a:hover {
      background-color: var(--primary-color);
      color: var(--white-color); }
      .scrollspy__slider .accordion__product__content--table table tfoot td a:hover svg path {
        fill: #fff; }
    .scrollspy__slider .accordion__product__content--table table tfoot td a svg {
      margin-right: 5px; }

.compatible__box {
  background: rgba(196, 196, 196, 0.19);
  padding: 2rem 3rem;
  margin-top: 1.5rem; }
  @media (min-width: 1200px) {
    .compatible__box {
      padding: 2rem 3rem; } }
  .compatible__box ul {
    padding-left: 0;
    margin-bottom: 0; }
    .compatible__box ul li {
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 14px;
      color: #8a8a8a; }
      .compatible__box ul li + li {
        margin-top: .65rem; }

.option__box p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  margin-bottom: 0; }


.img--rotator .slick-slider {
  padding-bottom: 2rem; }

.img--rotator .slick-prev-btn.slick-arrow {
  position: absolute;
  bottom: -40px;
  left: 0;
  border: 0;
  background: transparent;
  outline: none; }

.img--rotator .slick-next-btn.slick-arrow {
  position: absolute;
  bottom: -40px;
  right: 0;
  border: 0;
  background: transparent;
  outline: none; }

.img--rotator .slick-arrow svg path {
  stroke: #e94f37; }

.rotator__caption__list {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px; }
  .rotator__caption__list .slick-initialized .slick-slide {
    padding: 3px; }

.slider_thumbnail_captionlist {
  display: inline-block;
  width: 100%;
  height: 100px;
  border: 1px solid #4a2c2c;
  padding: 5px;
  cursor: pointer; }
  .slider_thumbnail_captionlist img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0px auto; }

.slick-current .slider_thumbnail_captionlist {
  box-shadow: 0px 3px 15px rgba(211, 42, 47, 0.05);
  background: var(--primary-color);
  border-color: #c49898; }

