html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-----Text-----*/
.large-paragraph {
  font-size: 22px;
  font-family: "Bai Jamjuree", sans-serif;
  padding: 10px 0;
  font-weight: 600;
  line-height: 30px;
  color: #000; }

.large-white-text {
  font-size: 90px;
  font-weight: 400;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 95px; }
  @media only screen and (max-width: 1500px) {
    .large-white-text {
      font-size: 80px;
      line-height: 85px; } }
  @media only screen and (max-width: 1200px) {
    .large-white-text {
      font-size: 70px;
      line-height: 75px; } }
  @media only screen and (max-width: 1000px) {
    .large-white-text {
      font-size: 60px;
      line-height: 65px; } }
  @media only screen and (max-width: 700px) {
    .large-white-text {
      font-size: 50px;
      line-height: 55px; } }
  @media only screen and (max-width: 500px) {
    .large-white-text {
      font-size: 40px;
      line-height: 45px; } }

.large-black-text {
  font-size: 90px;
  font-weight: 400;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 95px; }
  @media only screen and (max-width: 1500px) {
    .large-black-text {
      font-size: 80px;
      line-height: 85px; } }
  @media only screen and (max-width: 1200px) {
    .large-black-text {
      font-size: 70px;
      line-height: 75px; } }
  @media only screen and (max-width: 1000px) {
    .large-black-text {
      font-size: 60px;
      line-height: 65px; } }
  @media only screen and (max-width: 700px) {
    .large-black-text {
      font-size: 50px;
      line-height: 55px; } }
  @media only screen and (max-width: 500px) {
    .large-black-text {
      font-size: 40px;
      line-height: 45px; } }

.medium-white-text {
  font-size: 65px;
  font-weight: 500;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 70px; }
  @media only screen and (max-width: 1200px) {
    .medium-white-text {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 900px) {
    .medium-white-text {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .medium-white-text {
      font-size: 38px;
      line-height: 42px; } }

.medium-black-text {
  font-size: 65px;
  font-weight: 500;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 70px; }
  @media only screen and (max-width: 1200px) {
    .medium-black-text {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 900px) {
    .medium-black-text {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .medium-black-text {
      font-size: 38px;
      line-height: 42px; } }

.small-black {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .small-black {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 600px) {
    .small-black {
      font-size: 20px;
      line-height: 25px; } }

.black-paragraph {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 24px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .black-paragraph {
      font-size: 16px;
      line-height: 24px; } }

.white-paragraph {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 24px;
  color: #fff; }
  @media only screen and (max-width: 900px) {
    .white-paragraph {
      font-size: 16px;
      line-height: 24px; } }

.large-outline {
  font-size: 250px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
  font-family: "Bebas Neue";
  font-size: 250px;
  font-style: normal;
  font-weight: 400;
  line-height: 200px; }

.wrap {
  padding: 10px;
  width: 97% !important; }

/*-----buttons----*/
.trans-btn {
  display: inline-block;
  transition: .3s ease;
  padding: 11px 24px;
  text-align: center;
  gap: 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  background: transparent; }

.trans-btn:hover, .trans-btn-right:hover .gray-btn:hover, .gray-btn-center:hover {
  background: #f5333f; }

.gray-btn {
  display: inline-block;
  transition: .3s ease;
  background: #2f2f2f;
  padding: 11px 24px;
  text-align: center;
  gap: 10px;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase; }

.pink-btn {
  display: inline-block;
  transition: .3s ease;
  background: #DB1B27;
  padding: 11px 24px;
  text-align: center;
  gap: 10px;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase; }

.pink-btn:hover {
  background: #000;
  color: #fff; }

.gray-btn-center {
  display: block;
  transition: .3s ease;
  margin: 0 auto;
  background: #2f2f2f;
  padding: 11px 24px;
  text-align: center;
  gap: 10px;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase; }

.trans-btn-right {
  display: inline-block;
  transition: .3s ease;
  padding: 11px 24px;
  text-align: center;
  gap: 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  float: right;
  background: transparent; }

/*-----Animations----*/
.showAnimation {
  position: relative;
  opacity: 0;
  transition: 1.5s all ease; }

.showAnimation.active {
  opacity: 1; }

.showSecond {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease; }

.showSecond.active {
  opacity: 1;
  transform: translateY(0); }

@keyframes slideLeft {
  from {
    transform: translateX(-100px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideBottom {
  from {
    transform: translateY(100px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
/*-------Other Classes--------*/
.lg-pad {
  padding: 6% 10px !important; }

/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Bai Jamjuree", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", sans-serif; }

a {
  text-decoration: none !important; }

.dual-menu {
  display: none; }

/*--- HEADER STYLES ---------------------*/
.header-wrap {
  width: 100%;
  background: #000; }

.header-width {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 10px; }

#enMenu, #esMenu {
  width: 100%;
  flex-direction: row;
  justify-content: space-between; }

.logo {
  max-width: 200px;
  width: 100%; }
  .logo img {
    width: 100%; }

.menu {
  max-width: calc(100% - 300px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.langs {
  width: 80px;
  color: #fff;
  padding: 18px 0; }
  .langs a {
    color: #fff;
    font-size: 15px;
    font-family: "Bai Jamjuree", sans-serif; }

.side-menu {
  width: 100px; }

/*--------Hero---------*/
#slider {
  height: 1000px;
  width: 100%;
  position: relative;
  background: radial-gradient(ellipse, #8B121A 0%, #6F0B11 15%, black 65%); }

.swiper-container {
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto; }

.swiper-image {
  width: 100%;
  height: 100%; }

.swiper-image img {
  width: 100%;
  max-height: 80%;
  object-fit: contain;
  z-index: 15;
  position: relative;
  max-width: 1400px;
  filter: drop-shadow(2px 8px 15px #000);
  margin: 80px auto 0 auto;
  display: block; }

.top-text-first {
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: -1;
  font-family: 'Roboto Condensed', serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 100px;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0; }

.top-text-first h1 {
  font-size: 260px;
  line-height: 205px;
  text-align: right;
  padding-right: 60px; }
  .top-text-first h1 span {
    padding-right: 280px; }

.bottom-text-first {
  position: absolute;
  max-width: 390px;
  bottom: 40%;
  right: 90px; }
  .bottom-text-first p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .bottom-text-first p {
        font-size: 16px;
        line-height: 24px; } }
  .bottom-text-first a {
    display: inline-block;
    padding: 11px 24px;
    text-align: center;
    gap: 10px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
    margin-top: 20px; }
  .bottom-text-first a:hover {
    background: #f5333f; }

.top-text-second {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 50;
  font-family: 'Roboto Condensed', serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 100px;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0; }

.top-text-second h2 {
  font-size: 220px;
  line-height: 190px;
  text-align: center; }

.bottom-text-second {
  position: absolute;
  max-width: 390px;
  bottom: 40%;
  right: 90px; }
  .bottom-text-second p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .bottom-text-second p {
        font-size: 16px;
        line-height: 24px; } }
  .bottom-text-second a {
    display: inline-block;
    padding: 11px 24px;
    text-align: center;
    gap: 10px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
    margin-top: 20px; }
  .bottom-text-second a:hover {
    background: #f5333f; }

.top-text-third {
  position: absolute;
  top: 70px;
  left: 90px;
  right: 0;
  z-index: 50;
  font-family: 'Roboto Condensed', serif;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0; }

.top-text-third h2 {
  font-size: 240px;
  color: #fff;
  line-height: 150px;
  text-align: left; }
  .top-text-third h2 span {
    display: block;
    font-size: 140px; }

.bottom-text-third {
  position: absolute;
  max-width: 390px;
  bottom: 40%;
  left: 90px; }
  .bottom-text-third p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .bottom-text-third p {
        font-size: 16px;
        line-height: 24px; } }
  .bottom-text-third a {
    display: inline-block;
    padding: 11px 24px;
    text-align: center;
    gap: 10px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
    margin-top: 20px; }
  .bottom-text-third a:hover {
    background: #f5333f; }

.swiper-slide.swiper-slide-active .top-text-first, .swiper-slide.swiper-slide-active .top-text-second, .swiper-slide.swiper-slide-active .top-text-third,
.swiper-slide.swiper-slide-active .bottom-text-first, .swiper-slide.swiper-slide-active .bottom-text-second, .swiper-slide.swiper-slide-active .bottom-text-third {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  display: flex; }

/* Bullets */
.swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10; }

.swiper-pagination-bullet {
  width: 55px;
  height: 7px;
  display: inline-block;
  background: transparent;
  border: solid 1px #fff;
  opacity: 1; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f5333f;
  border: solid 1px #f5333f; }

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 0px;
  bottom: 25%; }

.swiper-container-vertical
> .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  display: inline-block; }

/*--Background Gradient---*/
.dark-back a p {
  font-weight: 200;
  text-transform: uppercase; }

.dark-back a {
  font-size: 18px;
  line-height: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
  text-align: center; }

.dark-back a i {
  font-size: 40px; }

.dark-back {
  width: 100%;
  background: #151515;
  padding: 50px 0 100px 0; }

.wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

.dark-back h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase; }

/*-----Socials-----*/
.socials {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 1000; }
  .socials i {
    height: 45px;
    width: 45px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-size: 18px !important;
    background: transparent; }

/*--------Quick Links---------*/
.quick-links {
  border-top: solid 2px #fff;
  z-index: 150;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.ql {
  display: block;
  width: 25%;
  border: solid 2px #fff;
  position: relative;
  transition: .5s ease;
  height: 550px;
  background: #f5333f; }

.ql:hover {
  width: 45%; }

.ql:hover img {
  opacity: .5; }

.ql img {
  width: 100%;
  height: 100%;
  transition: .5s ease;
  object-fit: cover;
  filter: brightness(0.5); }

.ql h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  font-family: "Bai Jamjuree";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: absolute;
  z-index: 200;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  flex-wrap: wrap;
  height: 100%; }

/*-----Map-------*/
.map-sec {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 5% 10px; }

.map-text {
  width: 44%;
  padding-right: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap; }

.map {
  width: 56%; }

#image-map {
  position: relative;
  width: 100%; }

#image-map img {
  width: 100%;
  height: auto;
  display: block; }

.pin {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 12px;
  height: 12px; }

/* Circle marker */
.pin::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #f5333f;
  border-radius: 50%;
  margin: 0 auto; }

/* Tooltip box */
.pin h3, .loc-call {
  color: #fff;
  text-align: center; }

.pointer {
  top: 100%;
  display: none;
  position: absolute;
  top: 6px;
  left: -70px;
  width: 160px;
  opacity: 0;
  padding: 5px;
  transition: opacity 0.2s ease-in-out; }

.pin h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px; }

.loc-call {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: -.57px; }

/* Show tooltip on hover */
.pin:hover .pointer {
  opacity: 1;
  pointer-events: auto;
  display: block;
  background: rgba(0, 0, 0, 0.5); }

.pin:hover {
  width: auto;
  height: auto; }

/*----Services-----*/
.gray-back {
  width: 100%;
  background: #2f2f2f; }

.services {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 7% 10px;
  color: #fff; }

.serv {
  width: 100%;
  margin: 10px;
  position: relative; }
  .serv img {
    width: 95%;
    margin: 0 auto;
    height: 350px;
    object-fit: cover;
    position: relative; }
  .serv .box {
    width: 80%;
    margin: -60px auto 0 auto;
    min-width: 300px;
    z-index: 10;
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0, 0, 5px 3px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .serv .box h3 {
      font-size: 45px;
      text-align: left;
      font-family: "Bebas Neue", sans-serif;
      color: #000;
      font-weight: 400;
      line-height: 34px; }
      .serv .box h3 span {
        font-size: 20px;
        font-weight: 200; }
    .serv .box i {
      color: #999;
      border-radius: 50%;
      border: solid 1px #777;
      height: 50px;
      width: 50px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      font-size: 18px;
      align-self: flex-end; }
  .serv:hover .box {
    box-shadow: inset 0, 0, 5px 3px rgba(0, 0, 0, 0.5) !important; }
  .serv:hover .box i {
    color: #f5333f;
    border: solid 1px #f5333f; }

/*---------Pages----------*/
.bread a, .bread {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 24px;
  color: #ccc; }
  @media only screen and (max-width: 900px) {
    .bread a, .bread {
      font-size: 16px;
      line-height: 24px; } }
  .bread a a:hover, .bread a:hover {
    text-decoration: underline; }

.bread2 a, .bread2 {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 24px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .bread2 a, .bread2 {
      font-size: 16px;
      line-height: 24px; } }
  .bread2 a a:hover, .bread2 a:hover {
    text-decoration: underline; }

.page-top {
  width: 100%;
  background: radial-gradient(ellipse, #8B121A 0%, #6F0B11 15%, black 65%);
  padding: 3% 10px; }
  .page-top h1 {
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    animation: slideLeft 1s; }
  .page-top p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .page-top p {
        font-size: 16px;
        line-height: 24px; } }
  .page-top .bread p a {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #ccc; }
    @media only screen and (max-width: 900px) {
      .page-top .bread p a {
        font-size: 16px;
        line-height: 24px; } }
  .page-top ul {
    margin: 0 15px; }
    .page-top ul li {
      line-height: 30px;
      font-family: "Bai Jamjuree", sans-serif;
      font-size: 18px;
      list-style: disc; }
  .page-top a {
    color: #fff; }
  .page-top a:hover {
    color: #f5333f; }

.page-top-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.top-imgs {
  padding: 25px 0; }

.top-imgs img {
  width: 100%;
  max-width: none !important;
  height: 420px;
  object-fit: cover;
  border-radius: 30px; }

.black-sec {
  width: 100%;
  color: #fff;
  background: #000;
  padding: 2% 10px 5% 10px; }

.dark-gray-sec {
  width: 100%;
  background: #2f2f2f;
  color: #fff;
  padding: 4% 10px; }

.gray-sec {
  width: 100%;
  background: #f2f2f2;
  padding: 2% 10px 5% 10px; }

.wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto !important; }
  .wrap ul {
    margin: 0 15px; }
    .wrap ul li {
      line-height: 30px;
      font-family: "Bai Jamjuree", sans-serif;
      font-size: 18px; }

.img-overlay p, .img-overlay2 p {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important; }

.img-overlay img {
  margin-top: -100px;
  max-width: none !important;
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: 50;
  position: relative; }

.img-overlay ul {
  margin-left: 20px; }

.black-sec .img-overlay2 ul, .black-sec .img-overlay2 p, .black-sec .img-overlay2 {
  color: #fff !important;
  text-align: right; }

.img-overlay2 img {
  margin-top: -100px;
  max-width: none !important;
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: 50;
  position: relative; }

.img-overlay2 ul {
  margin-left: 20px;
  direction: rtl; }

.page-back {
  width: 100%;
  background-color: #000;
  height: 800px;
  position: relative;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.8);
  z-index: 5; }
  .page-back img {
    width: 100%;
    height: 800px;
    object-fit: cover; }
  .page-back .grad {
    width: 100%;
    z-index: 10;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.4) 80%); }

.page-top-text {
  position: absolute;
  left: 6%;
  right: 6%;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  max-width: 1000px;
  top: 15%;
  z-index: 50; }
  .page-top-text h1 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    line-height: 95px;
    animation: slideBottom 1s;
    font-size: 120px;
    line-height: 100px; }
    @media only screen and (max-width: 1500px) {
      .page-top-text h1 {
        font-size: 80px;
        line-height: 85px; } }
    @media only screen and (max-width: 1200px) {
      .page-top-text h1 {
        font-size: 70px;
        line-height: 75px; } }
    @media only screen and (max-width: 1000px) {
      .page-top-text h1 {
        font-size: 60px;
        line-height: 65px; } }
    @media only screen and (max-width: 700px) {
      .page-top-text h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 500px) {
      .page-top-text h1 {
        font-size: 40px;
        line-height: 45px; } }
  .page-top-text p, .page-top-text li {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .page-top-text p, .page-top-text li {
        font-size: 16px;
        line-height: 24px; } }
  .page-top-text a {
    color: #fff; }
  .page-top-text a:hover {
    color: #f5333f; }

.gray-box {
  width: calc(100% - 20px);
  height: calc(100% - 10px - 10px) !important;
  margin: 10px !important;
  padding: 40px 30px;
  background: rgba(77, 77, 77, 0.8) !important;
  text-align: center;
  color: #fff; }
  .gray-box .num {
    font-size: 80px;
    line-height: 80px;
    color: #f5333f;
    font-weight: 800; }
  .gray-box .title {
    font-size: 35px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    color: #fff; }
  .gray-box .text {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .gray-box .text {
        font-size: 16px;
        line-height: 24px; } }
  .gray-box a {
    color: #fff;
    font-weight: 600; }
  .gray-box a:hover {
    color: #f5333f; }

.history {
  width: calc(100% - 20px);
  border-left: solid 5px #f5333f;
  height: calc(100% - 10px - 10px) !important;
  margin: 10px !important;
  padding: 40px;
  background: rgba(50, 50, 50, 0.8) !important;
  text-align: left !important;
  color: #fff; }
  .history .num {
    font-size: 70px;
    line-height: 80px;
    color: #979595;
    text-transform: uppercase;
    font-weight: 800; }
  .history .title {
    font-size: 35px;
    font-style: normal !important;
    font-weight: 400;
    padding: 10px 0;
    font-family: "Bebas Neue", sans-serif;
    color: #fff; }
  .history .text {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .history .text {
        font-size: 16px;
        line-height: 24px; } }

.black-top {
  width: 100%;
  padding: 4% 10px;
  background: #000; }
  .black-top h1 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    line-height: 95px;
    animation: slideLeft 1s;
    font-size: 120px;
    line-height: 100px;
    color: #fff; }
    @media only screen and (max-width: 1500px) {
      .black-top h1 {
        font-size: 80px;
        line-height: 85px; } }
    @media only screen and (max-width: 1200px) {
      .black-top h1 {
        font-size: 70px;
        line-height: 75px; } }
    @media only screen and (max-width: 1000px) {
      .black-top h1 {
        font-size: 60px;
        line-height: 65px; } }
    @media only screen and (max-width: 700px) {
      .black-top h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 500px) {
      .black-top h1 {
        font-size: 40px;
        line-height: 45px; } }
  .black-top p, .black-top li {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .black-top p, .black-top li {
        font-size: 16px;
        line-height: 24px; } }
  .black-top a {
    color: #fff; }
  .black-top a:hover {
    color: #f5333f; }

.red-back {
  color: #fff;
  background: #E71D2B;
  padding: 4% 10px; }

.finance {
  background-color: #000; }

.decals-box {
  width: calc(100% - 20px);
  border-left: solid 8px #f5333f;
  margin: 10px;
  height: calc(100% - 10px - 10px) !important;
  background: #555 !important;
  padding: 30px; }
  .decals-box icon {
    background: #555 !important;
    color: #555 !important;
    -webkit-text-stroke: 2px #f5333f;
    font-size: 35px !important;
    float: left; }
  .decals-box h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .decals-box h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .decals-box h2 {
        font-size: 20px;
        line-height: 25px; } }
  .decals-box p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .decals-box p {
        font-size: 16px;
        line-height: 24px; } }

img.ug-thumb-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; }

::selection {
  background: #f5333f; }

.wrap .accordion-button {
  font-size: 20px !important;
  background: rgba(245, 51, 63, 0.5);
  color: #000 !important; }

.wrap .accordion-button:focus {
  border: none !important;
  box-shadow: none !important; }

.wrap .accordion-item, .wrap .collapsed {
  background: #fff !important; }

.stoughton-links a {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  display: block; }

.stoughton-links img {
  transition: .3s ease; }

.stoughton-links img:hover {
  transform: scale(0.9); }

.box-lists {
  width: calc(100% - 20px);
  border-right: solid 2px #f2f2f2;
  margin: 10px;
  height: calc(100% - 10px - 10px) !important;
  padding: 30px; }
  .box-lists h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .box-lists h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .box-lists h2 {
        font-size: 20px;
        line-height: 25px; } }
  .box-lists p, .box-lists li {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .box-lists p, .box-lists li {
        font-size: 16px;
        line-height: 24px; } }
  .box-lists hr {
    display: inline-block;
    width: 100%;
    border: None;
    height: 2px;
    background: #f5333f;
    opacity: 1; }

.accordion-body a {
  color: #000;
  font-weight: 600; }
  .accordion-body a:hover {
    text-decoration: underline !important; }

/*---Associations----*/
.association {
  width: 94%;
  margin: 0 auto;
  display: block;
  border: solid 1px #ccc;
  padding: 30px; }
  .association img {
    width: 100%;
    object-fit: contain;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

/*----Greg---*/
.greg-page-back {
  width: 100%;
  height: 650px;
  position: relative;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.8);
  z-index: 5; }
  .greg-page-back img {
    width: 100%;
    height: 650px;
    object-fit: cover; }
  .greg-page-back .grad {
    width: 100%;
    z-index: 10;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.4) 80%); }

.greg-text {
  position: absolute;
  left: 6%;
  right: 6%;
  width: 100%;
  text-align: center !important;
  max-width: 1000px;
  top: 15%;
  z-index: 50; }
  .greg-text h1 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    line-height: 95px;
    animation: slideBottom 1s;
    font-size: 120px;
    line-height: 100px; }
    @media only screen and (max-width: 1500px) {
      .greg-text h1 {
        font-size: 80px;
        line-height: 85px; } }
    @media only screen and (max-width: 1200px) {
      .greg-text h1 {
        font-size: 70px;
        line-height: 75px; } }
    @media only screen and (max-width: 1000px) {
      .greg-text h1 {
        font-size: 60px;
        line-height: 65px; } }
    @media only screen and (max-width: 700px) {
      .greg-text h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 500px) {
      .greg-text h1 {
        font-size: 40px;
        line-height: 45px; } }
  .greg-text .pink-btn {
    margin: 10px 0 0 0 !important;
    width: 120px !important;
    display: block !important; }
  .greg-text p, .greg-text li {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .greg-text p, .greg-text li {
        font-size: 16px;
        line-height: 24px; } }
  .greg-text a {
    color: #fff; }
  .greg-text a:hover {
    color: #f5333f; }

/*---reviews---*/
.review {
  padding: 30px;
  margin: 10px !important;
  text-align: left !important;
  background: #f3f3f3 !important;
  width: calc(100% - 20px); }
  .review .stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .review .stars i {
      color: #f5333f;
      padding: 3px;
      font-size: 25px; }
  .review .text {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #333;
    padding: 20px 0; }
    @media only screen and (max-width: 900px) {
      .review .text {
        font-size: 16px;
        line-height: 24px; } }
    .review .text i {
      padding: 3px;
      color: #333;
      opacity: .5; }
  .review .name {
    font-size: 14px;
    font-weight: 600;
    color: #000; }

/*-------Press-----*/
.blog-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
  align-content: stretch;
  flex-wrap: wrap; }
  .blog-row .blog-box {
    width: calc(33.33% - 30px);
    height: calc(100% - 15px - 15px);
    margin: 15px 0;
    padding: 30px;
    border: solid 1px #ccc; }
    .blog-row .blog-box .date {
      font-size: 14px;
      font-weight: 600; }
    .blog-row .blog-box .text {
      font-size: 18px;
      font-family: "Bai Jamjuree", sans-serif;
      line-height: 24px;
      color: #333;
      padding: 15px 0; }
      @media only screen and (max-width: 900px) {
        .blog-row .blog-box .text {
          font-size: 16px;
          line-height: 24px; } }

.press-blog .text, .press-blog .text p {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 24px;
  color: #333; }
  @media only screen and (max-width: 900px) {
    .press-blog .text, .press-blog .text p {
      font-size: 16px;
      line-height: 24px; } }
  .press-blog .text a, .press-blog .text p a {
    color: #000;
    font-weight: 600; }
  .press-blog .text a:hover, .press-blog .text p a:hover {
    color: #f5333f; }
.press-blog .date {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px; }

/*---Resources---*/
.resource {
  width: 98%;
  padding: 50px !important;
  margin: 5px !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1); }
  .resource h2 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      .resource h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .resource h2 {
        font-size: 20px;
        line-height: 25px; } }
  .resource p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .resource p {
        font-size: 16px;
        line-height: 24px; } }
  .resource a {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .resource a {
        font-size: 16px;
        line-height: 24px; } }
  .resource a:hover {
    text-decoration: underline; }

/*-------Team Members-----*/
.member-wrap {
  margin: 10px !important; }

.member {
  width: 100%;
  height: 370px;
  position: relative; }
  .member img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .member .overlay {
    width: 100%;
    transition: .3s ease;
    opacity: 0;
    text-align: left !important;
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(20, 20, 20, 0.6), transparent); }
    .member .overlay a {
      color: #fff;
      transition: .3s ease;
      transform: translateY(30px);
      padding: 3px;
      line-height: 20px;
      display: block;
      font-weight: 400;
      font-size: 16px; }
    .member .overlay .mail {
      font-size: 20px;
      font-weight: 600; }
    .member .overlay .flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .member .overlay .flex icon {
        font-size: 20px;
        display: flex !important;
        color: #fff !important; }
  .member:hover .overlay {
    opacity: 1; }
  .member:hover a {
    transform: translateY(0) !important; }

.member-info {
  padding: 15px 0;
  text-align: left !important; }
  .member-info .name {
    font-size: 22px;
    padding: 0;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px; }
  .member-info .title {
    font-size: 16px;
    color: #333; }

/*---Open Loads---*/
.open-load {
  width: calc(100% - 40px) !important;
  height: calc(100% - 20px - 20px) !important;
  margin: 20px !important;
  padding: 30px;
  margin: 0 auto;
  border: solid 1px #888;
  text-align: center; }
  .open-load .id {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    padding: 20px 0; }
  .open-load .loc {
    font-size: 22px;
    font-weight: 600; }
  .open-load i {
    color: #f5333f;
    padding: 5px;
    font-size: 30px; }
  .open-load .info {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0; }
  .open-load .move {
    font-size: 18px;
    font-weight: 600; }
  .open-load a {
    display: inline-block;
    margin: 30px auto 0 auto;
    background: #f5333f;
    padding: 11px 24px;
    text-align: center;
    gap: 10px;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase; }

.wrap2 {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

#passVerify {
  background: #2f2f2f !important;
  position: fixed !important; }
  #passVerify div {
    background: #2f2f2f !important;
    box-shadow: none !important;
    max-width: 700px !important;
    width: 100%;
    color: #fff !important; }
    #passVerify div h4 {
      content: "" !important;
      font-size: 0 !important; }
    #passVerify div h4:before {
      content: 'This page is Password Protected';
      font-family: "Bebas Neue", sans-serif;
      font-size: 40px !important;
      color: #fff !important; }
    #passVerify div label {
      color: #fff !important; }
    #passVerify div p {
      content: "" !important;
      font-size: 0 !important; }
    #passVerify div p:before {
      color: #fff !important;
      font-size: 18px !important;
      content: 'Please Enter Password: (if you do not have a password please contact us to apply for one)'; }
    #passVerify div #pass_submit {
      display: inline-block !important;
      background: #f5333f !important;
      padding: 11px 24px !important;
      text-align: center !important;
      gap: 10px;
      color: #fff !important;
      border: none !important;
      border-radius: 10px !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      font-family: "Bebas Neue", sans-serif !important;
      text-transform: uppercase !important; }
    #passVerify div #pass_cancel {
      display: inline-block !important;
      background: transparent !important;
      padding: 11px 24px !important;
      text-align: center !important;
      gap: 10px;
      color: #fff !important;
      border: solid 1px #fff !important;
      border-radius: 10px !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      font-family: "Bebas Neue", sans-serif !important;
      text-transform: uppercase !important; }

/*-------Location Pages-----*/
.loc-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.loc-left {
  width: 33%;
  height: 520px; }
  .loc-left iframe {
    width: 100%;
    height: 100%; }

.loc-right {
  width: 66%;
  padding-left: 40px; }
  .loc-right h1 {
    font-size: 65px;
    font-weight: 500;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    line-height: 70px; }
    @media only screen and (max-width: 1200px) {
      .loc-right h1 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 900px) {
      .loc-right h1 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 700px) {
      .loc-right h1 {
        font-size: 38px;
        line-height: 42px; } }
  .loc-right p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .loc-right p {
        font-size: 16px;
        line-height: 24px; } }
  .loc-right hr {
    width: 100%; }
  .loc-right a {
    color: #fff;
    font-weight: 600; }
  .loc-right a:hover {
    color: #f5333f; }

.info-row {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .info-row .info {
    width: 33%; }

.loc-buttons a {
  display: inline-block;
  width: calc(50% - 15px);
  margin: 5px;
  padding: 12px;
  background: #f5333f;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center; }
  .loc-buttons a:hover {
    background: #2f2f2f;
    color: #fff !important; }

.loc-links {
  padding: 4% 10px; }

.inv-link {
  margin: 10px !important;
  width: calc(100% - 10px - 10px);
  border: solid 1px #fff; }
  .inv-link img {
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .inv-link .text {
    padding: 30px; }
    .inv-link .text h3 {
      font-size: 32px;
      color: #000;
      font-weight: 400;
      font-family: "Bebas Neue", sans-serif;
      text-transform: uppercase;
      color: #fff !important; }
      @media only screen and (max-width: 1000px) {
        .inv-link .text h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media only screen and (max-width: 600px) {
        .inv-link .text h3 {
          font-size: 20px;
          line-height: 25px; } }
    .inv-link .text p {
      font-size: 18px;
      font-family: "Bai Jamjuree", sans-serif;
      line-height: 24px;
      color: #fff;
      padding: 10px 0;
      min-height: 165px; }
      @media only screen and (max-width: 900px) {
        .inv-link .text p {
          font-size: 16px;
          line-height: 24px; } }
    .inv-link .text a {
      display: inline-block;
      width: 100%;
      padding: 12px;
      background: #f5333f;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center; }

.location-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap; }

.location-card {
  margin: 10px;
  width: calc(33.33% - 20px);
  border-left: solid 8px #f5333f;
  padding: 30px;
  background: #555;
  color: #fff; }
  .location-card h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase; }
  .location-card .add {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .location-card .add {
        font-size: 16px;
        line-height: 24px; } }
  .location-card .phone {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-top: 10px; }

.location-card2 {
  margin: 10px;
  width: calc(100% - 20px);
  text-align: left !important;
  border-left: solid 8px #f5333f;
  padding: 30px;
  background: #555;
  color: #fff; }
  .location-card2 h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: left !important; }
  .location-card2 .add {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #fff;
    text-align: left !important; }
    @media only screen and (max-width: 900px) {
      .location-card2 .add {
        font-size: 16px;
        line-height: 24px; } }
  .location-card2 .phone {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: block;
    padding: 10px 0 !important;
    text-align: left !important; }

/*--------FORM STYLES--------------------*/
.form h2 {
  font-size: 65px;
  font-weight: 500;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 70px; }
  @media only screen and (max-width: 1200px) {
    .form h2 {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (max-width: 900px) {
    .form h2 {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .form h2 {
      font-size: 38px;
      line-height: 42px; } }

.form input, .form select, .form textarea {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #f2f2f2;
  padding: 10px; }

.form input:focus, .form select:focus, .form textarea:focus {
  border: none !important;
  box-shadow: 0px 0px 4px 2px #f5333f; }

.form .btn-primary {
  display: inline-block;
  background: #f5333f;
  border-radius: 0 5px 5px 0;
  padding: 10px !important;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase; }

/*-------- FOOTER STYLES ----------------*/
#enFooter, #esFooter {
  display: none; }

.footer-back {
  width: 100%;
  background: #2f2f2f; }

.footer-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 20px 10px; }

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10%;
  padding-top: 3%; }

.footer-left {
  width: 45%; }
  .footer-left h2 {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 1px;
    color: #fff; }

.footer-right {
  width: 50%;
  color: #fff; }
  .footer-right ul {
    margin: 0 !important;
    padding: 0 !important; }
    .footer-right ul li {
      line-height: 30px;
      list-style: none; }
      .footer-right ul li a {
        color: #DFDFDF;
        font-size: 16px; }

.footer-bottom {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: solid 1px #fff; }
  .footer-bottom p, .footer-bottom a {
    color: #dfdfdf;
    font-size: 14px; }

.footer-wrap a:hover {
  color: #f5333f !important; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-content {
  padding: 30px 10px; }
  .inv-content h2 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 1000px) {
      .inv-content h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 600px) {
      .inv-content h2 {
        font-size: 20px;
        line-height: 25px; } }
  .inv-content p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 24px;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .inv-content p {
        font-size: 16px;
        line-height: 24px; } }
  .inv-content table {
    width: 100%;
    max-width: 600px; }
    .inv-content table tr td {
      border: solid 1px #ccc;
      padding: 8px; }
  .inv-content ul {
    margin-left: 20px; }
    .inv-content ul li {
      font-size: 18px;
      font-family: "Bai Jamjuree", sans-serif;
      line-height: 24px;
      color: #000; }
      @media only screen and (max-width: 900px) {
        .inv-content ul li {
          font-size: 16px;
          line-height: 24px; } }
  .inv-content a {
    color: #E71D2B;
    font-weight: 600; }
  .inv-content a:hover {
    text-decoration: underline !important; }

.inv-content .accordion-button {
  font-size: 20px !important;
  background: rgba(245, 51, 63, 0.5);
  color: #000 !important; }

.inv-content .accordion-button:focus {
  border: none !important;
  box-shadow: none !important; }

.inv-content .accordion-item, .inv-content .collapsed {
  background: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #f5333f !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #f5333f !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: .body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover, .body-wrapper > div:not(.detail-wrapper) .contact-options a:hover, .body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover, .body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover, .body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover, .body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span, .body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover, .body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover, .body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover Second !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

.mobile-links {
  display: none !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
  .top-text-third h2 {
    font-size: 200px;
    line-height: 180px; }

  .top-text-second h2 {
    font-size: 180px;
    line-height: 170px; }

  .top-text-first h1 {
    font-size: 200px;
    line-height: 180px; }

  .footer-left h2 {
    font-size: 80px;
    line-height: 85px; } }
@media only screen and (max-width: 1580px) {
  .bottom-text-first, .bottom-text-second {
    right: 10px; }

  .bottom-text-third, .top-text-third {
    left: 10px; }

  .page-top h1 {
    font-size: 90px;
    line-height: 100px; }

  .img-overlay img, .img-overlay2 img {
    margin-top: 10px;
    height: 350px; }

  .history .num {
    font-size: 60px;
    line-height: 65px; }

  .serv .box {
    padding: 15px !important;
    min-width: 240px !important; }
    .serv .box h3 {
      font-size: 35px;
      line-height: 30px; }

  .serv img {
    margin-top: 20px !important; } }
@media only screen and (max-width: 1450px) {
  .swiper-image img {
    width: 80%; }

  #slider {
    height: 800px; }

  .bottom-text-first {
    bottom: 30%; }

  .bottom-text-second {
    bottom: 26%; }

  .bottom-text-third {
    bottom: 25%; }

  .top-text-third h2 {
    font-size: 170px;
    line-height: 160px; }

  .top-text-second h2 {
    font-size: 140px;
    line-height: 130px; }

  .top-text-first h1 {
    font-size: 170px;
    line-height: 160px; }

  .swiper-container-vertical .swiper-pagination-bullets {
    bottom: 5%; }

  .swiper-image img {
    width: 70%; } }
@media only screen and (max-width: 1250px) {
  .mobile-links {
    display: block !important; }

  .footer-left h2 {
    font-size: 69px;
    line-height: 75px; }

  .page-top-text {
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px); }

  .page-back, .page-back img {
    height: 600px; }

  .history .num {
    font-size: 50px;
    line-height: 55px; }

  .blog-row .blog-box {
    width: calc(50% - 30px); } }
@media only screen and (max-width: 1200px) {
  #slider {
    height: 600px; }

  .bottom-text-first {
    display: none; }

  .bottom-text-second {
    display: none; }

  .bottom-text-third {
    display: none; }

  .top-text-third h2 {
    font-size: 130px;
    line-height: 100px; }
    .top-text-third h2 span {
      font-size: 80px; }

  .location-card {
    width: calc(50% - 20px); }

  .top-text-second h2 {
    font-size: 110px;
    line-height: 100px; }

  .top-text-first h1 {
    font-size: 150px;
    line-height: 140px; }

  .quick-links {
    flex-wrap: wrap; }

  .ql {
    width: 50%;
    height: 300px; }

  .ql:hover {
    width: 50%; }

  .large-outline {
    font-size: 200px; }

  .top-imgs img {
    height: 320px; }

  .img-overlay img, .img-overlay2 img {
    height: 300px; }

  .black-top * {
    text-align: left !important; }

  .member {
    height: 310px; }

  .greg-text {
    right: 20px;
    left: 20px;
    width: calc(100% - 40px); } }
@media only screen and (max-width: 1000px) {
  .swiper-image img {
    width: 90%; }

  .top-text-third h2 {
    font-size: 100px;
    line-height: 80px; }
    .top-text-third h2 span {
      font-size: 70px; }

  .top-text-first h1 {
    font-size: 120px;
    line-height: 100px; }

  .map-sec {
    flex-direction: column; }

  .map-text {
    width: 100%;
    padding: 0 0 20px 0; }

  .map {
    width: 100%; }

  .large-outline {
    font-size: 150px; }

  .footer-top {
    flex-direction: column; }

  .footer-left {
    width: 100%;
    max-width: 700px;
    padding-bottom: 20px; }

  .footer-right {
    width: 100%; }

  .box-lists {
    border-right: none !important;
    border-bottom: solid 2px #fff !important; }

  .gray-box {
    padding: 25px; }

  .loc-row {
    flex-direction: column-reverse; }

  .loc-left {
    width: 100%;
    height: 300px; }

  .loc-right {
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%; }

  .history {
    padding: 20px; }

  .history .num {
    font-size: 40px;
    line-height: 45px; }

  .history .title {
    font-size: 30px;
    line-height: 35px; }

  .member .overlay {
    display: block;
    opacity: 1;
    height: 120px;
    bottom: 0;
    top: auto; } }
@media only screen and (max-width: 800px) {
  .swiper-container-vertical .swiper-pagination-bullets {
    display: none; }

  #slider {
    height: 500px; }

  .top-text-first {
    top: 10px; }

  .top-text-second h2 {
    font-size: 90px;
    line-height: 80px; }

  .top-text-first h1 span {
    padding: 0 !important; }

  .ql {
    width: 100%;
    height: 250px; }

  .ql:hover {
    width: 100%; }

  .page-top h1 {
    font-size: 80px;
    line-height: 85px; }

  .top-imgs img {
    height: 260px; }

  .stoughton-links img {
    margin: 0 auto; }

  .location-card {
    width: calc(100% - 20px);
    padding: 20px; }

  .black-top iframe {
    height: 300px !important; }

  .blog-row {
    gap: 16px; }

  .blog-row .blog-box {
    width: calc(100% - 16px); } }
@media only screen and (max-width: 700px) {
  .top-text-third h2 {
    font-size: 80px;
    line-height: 60px; }
    .top-text-third h2 span {
      font-size: 50px; }

  .large-outline {
    display: none; }

  .serv-text {
    margin-top: 0 !important; }

  .img-overlay img, .img-overlay2 img {
    height: 260px; } }
@media only screen and (max-width: 600px) {
  .swiper-image img {
    margin: 110px auto 0 auto;
    width: 100%; }

  .top-text-first h1 {
    font-size: 80px;
    line-height: 70px; }

  .top-text-second h2 {
    font-size: 80px;
    line-height: 70px; }

  #slider {
    height: 450px; }

  .serv img {
    height: 250px; }

  .serv .box {
    padding: 20px; }
    .serv .box h3 {
      font-size: 40px; }

  .footer-left h2 {
    font-size: 50px;
    line-height: 55px; }

  .page-top-text {
    top: 8%; }

  .grad {
    background: rgba(0, 0, 0, 0.5); }

  .info-row {
    flex-direction: column; }
    .info-row .info {
      width: 100%; }

  .loc-buttons {
    flex-direction: column; }
    .loc-buttons a {
      width: calc(100% - 15px); } }
@media only screen and (max-width: 500px) {
  .top-text-third h2 {
    font-size: 70px;
    line-height: 55px; }
    .top-text-third h2 span {
      font-size: 45px; }

  .top-text-second h2 {
    font-size: 70px;
    line-height: 60px; }

  .right-foot-links {
    text-align: left !important; }

  .page-top h1 {
    font-size: 65px;
    line-height: 70px; }

  .association {
    padding: 15px 20px; }

  .association img {
    height: 80px; }

  .member .overlay {
    padding: 12px; } }
@media only screen and (max-width: 480px) {
  .top-text-first {
    transition: none;
    transform: translate3d(0);
    opacity: 1; }

  .top-text-first h1 {
    font-size: 70px;
    line-height: 60px; }

  .swiper-no-swiping {
    touch-action: none !important;
    pointer-events: none !important; } }
@media only screen and (max-width: 430px) {
  #slider {
    height: 400px; }

  .top-text-third h2 {
    font-size: 60px;
    line-height: 50px; }
    .top-text-third h2 span {
      font-size: 40px; }

  .top-text-second h2 {
    font-size: 60px;
    line-height: 50px; }

  .ql {
    height: 160px; }
    .ql h2 {
      font-size: 28px; }

  .top-imgs img {
    height: 220px; }

  .serv img {
    height: 220px; }

  .serv .box {
    padding: 15px; }
    .serv .box h3 {
      font-size: 30px; }

  .footer-left h2 {
    font-size: 40px;
    line-height: 45px; }

  .page-top h1 {
    font-size: 50px;
    line-height: 55px; }

  .location-card2 {
    padding: 15px; }

  .history .num {
    font-size: 32px;
    line-height: 36px; }

  .history .title {
    font-size: 26px;
    line-height: 32px; }

  .greg-text {
    top: 8%; } }
@media only screen and (max-width: 380px) {
  #slider {
    height: 350px; }

  .top-text-first h1 {
    font-size: 70px;
    line-height: 60px; }

  .top-text-third {
    top: 10px; }

  .top-text-second h2 {
    font-size: 55px;
    line-height: 45px; }

  .top-text-first h1 {
    padding-right: 10px; }

  .page-top h1 {
    font-size: 40px;
    line-height: 45px; } }
