@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
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----*/
/*-----Animations-------*/
.show {
  position: relative;
  transform: rotate(200deg);
  opacity: 0;
  transition: 2s all ease; }

.show.active {
  transform: rotate(0);
  opacity: 1; }

.showsecond.active {
  animation: bounceIn 1.5s ease-out; }

.showthird.active {
  animation: typing 3s steps(25, end), blink-caret 0.75s step-end infinite; }

@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1); } }
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Work Sans", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Archivo", sans-serif; }

a {
  text-decoration: none !important; }

.red-btn {
  width: 180px;
  transition: .3s ease;
  font-family: "Work Sans", sans-serif;
  padding: 17px 10px;
  background: #B4191A;
  color: #fff;
  font-weight: 600;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center; }

.trans-btn {
  width: 180px;
  transition: .3s ease;
  padding: 17px 10px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center; }

.trans-btn-light {
  width: 180px;
  transition: .3s ease;
  padding: 17px 10px;
  background: transparent;
  color: #000;
  font-weight: 600;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center; }

.trans-btn:hover {
  background: #B4191A; }

.red-btn:hover, .trans-btn-light:hover {
  background: #000;
  color: #fff; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid 1px #ccc; }

.logo {
  width: 350px;
  object-fit: contain;
  justify-content: center;
  border-right: solid 1px #bcbcbc;
  background: #fff;
  height: 150px;
  display: flex;
  align-content: center;
  flex-wrap: wrap; }
  .logo img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 140px;
    align-content: center;
    flex-wrap: wrap;
    object-fit: contain; }

.header-right {
  width: calc(100% - 350px); }

.header-top {
  width: 100%;
  background: #B4191A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50px;
  padding-right: 5%; }

.header-top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .header-top-left a {
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    padding: 17px 15px; }
    .header-top-left a:hover {
      text-decoration: underline !important; }

.header-top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .header-top-right a {
    display: flex;
    flex-wrap: wrap;
    transition: .3s ease;
    align-content: center;
    justify-content: center;
    height: 50px;
    width: 45px;
    border: solid 1px #fff; }
    .header-top-right a i {
      color: #fff;
      font-size: 16px; }
    .header-top-right a:hover {
      background: #000; }

.header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 5%;
  background: #fff;
  width: 100%; }

.head-btm-right {
  width: 450px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .head-btm-right .red-btn {
    margin-top: 20px; }

#top-search {
  margin-top: 25px;
  padding-right: 10px; }

.phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 25px 10px 15px 0; }
  .phone i {
    color: #B4191A;
    font-size: 35px;
    padding-right: 10px;
    margin-top: 8px; }
  .phone .phone-text p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    color: #222222; }
  .phone .phone-text a {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    font-family: "Work Sans", sans-serif;
    transition: .3s ease; }
    .phone .phone-text a:hover {
      color: #B4191A; }

/* Header Search */
#top-search a {
  color: #000;
  font-size: 20px;
  padding-top: 10px; }

#top-search a i {
  padding: 10px 15px; }

#searchbar {
  position: absolute;
  display: none;
  right: 0;
  width: 100%;
  max-width: 350px;
  z-index: 9999;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  box-sizing: border-box; }

#searchform {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
  #searchform input {
    width: calc(100% - 50px) !important;
    border-radius: 0 !important;
    height: 50px !important;
    border: solid 1px #ccc !important;
    font-size: 14px;
    padding: 10px 15px; }
  #searchform button {
    width: 50px;
    border: none !important;
    height: 50px;
    background: #B4191A;
    color: #fff;
    font-size: 18px; }
  #searchform button:hover {
    cursor: pointer; }

/*--------Hero---------*/
.hero {
  width: 100%;
  overflow: hidden;
  height: 950px;
  background: #222222;
  position: relative; }
  .hero .back {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 10; }
  .hero .front {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 60; }
  .hero .mobile {
    display: none; }

.hero-text {
  position: absolute;
  bottom: 24%;
  left: 0;
  right: 0;
  max-width: 1500px;
  margin: 0 auto; }
  .hero-text h1 {
    font-size: 150px;
    position: relative;
    z-index: 40;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
    letter-spacing: -4.5px;
    font-family: "Archivo", sans-serif;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 2.5s steps(13, end), blink-caret 0.75s step-end infinite; }
    .hero-text h1 span {
      color: #fff;
      padding-left: 10px;
      font-size: 25px;
      letter-spacing: 0;
      line-height: 5px; }
  .hero-text .hero-text-right {
    float: right;
    width: 100%;
    position: relative;
    z-index: 100;
    max-width: 450px;
    animation: 3.5s ease-out 0s 1 slideInFromBottom; }
    .hero-text .hero-text-right p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #464646;
      color: #fff; }

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  82% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
.btn-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  z-index: 150;
  position: relative; }
  .btn-row a {
    margin: 3px; }

/*---------Home---------*/
.gray-back {
  width: 100%;
  background: #F5F5F5; }

.wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.brand-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center; }
  .brand-bar h2 {
    width: 200px;
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    align-self: center; }
    @media only screen and (max-width: 1000px) {
      .brand-bar h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .brand-bar h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .brand-bar h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .brand-bar h2 {
        font-size: 22px;
        line-height: 26px; } }
  .brand-bar p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646;
    max-width: 500px;
    width: 100%;
    padding: 0 20px;
    align-self: center; }

.brands {
  max-width: 900px;
  margin-top: -20px;
  width: 100%; }

.slick-slider {
  width: 98% !important; }

.slick-initialized .slick-slide {
  padding: 10px;
  box-sizing: border-box; }

.ql-row {
  background: transparent;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  height: 140px;
  right: 0;
  display: block !important; }

.ql-slider {
  box-sizing: border-box;
  position: relative;
  width: 100%; }

.ql-slider img {
  width: 100%;
  filter: grayscale(1);
  transition: .3s ease;
  height: 160px;
  transition: .3s ease;
  object-fit: contain;
  box-sizing: border-box;
  transition: .3s ease; }

.slick-list {
  max-width: 1700px !important; }

.ql-slider img:hover {
  filter: grayscale(0); }

.slick-list {
  margin: 0 auto !important; }

/*-----About--------*/
.about-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 6% 0; }

.about-img {
  width: 50%;
  position: relative; }
  .about-img img {
    width: 100%;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15); }

.yrs {
  width: 335px;
  height: 246px;
  padding: 35px 30px;
  text-align: center;
  background: #B4191A;
  z-index: 120;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: solid 10px #fff; }
  .yrs h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff !important; }
    @media only screen and (max-width: 1000px) {
      .yrs h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .yrs h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .yrs h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .yrs h2 {
        font-size: 22px;
        line-height: 26px; } }
  .yrs hr {
    background: #fff;
    height: 1px;
    width: 100%;
    margin: 15px 0;
    border: none; }
  .yrs p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    color: #fff;
    text-align: center; }

.about-text {
  width: 50%;
  max-width: 680px;
  padding: 8% 2% 2%; }
  .about-text h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .about-text h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .about-text h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .about-text h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .about-text h2 {
        font-size: 22px;
        line-height: 26px; } }
    .about-text h2 span {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 25px;
      display: block;
      text-transform: none !important; }
      @media only screen and (max-width: 500px) {
        .about-text h2 span {
          font-size: 18px;
          line-height: 22px; } }
  .about-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    padding-bottom: 40px; }
  .about-text hr {
    width: 250px;
    height: 8px;
    background: #B4191A;
    margin: 35px 0;
    border: none; }

.about2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 6% 0; }

.about-left {
  width: 50%;
  padding: 8% 2% 2%; }
  .about-left h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .about-left h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .about-left h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .about-left h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .about-left h2 {
        font-size: 22px;
        line-height: 26px; } }
    .about-left h2 span {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 25px;
      display: block;
      text-transform: none !important; }
      @media only screen and (max-width: 500px) {
        .about-left h2 span {
          font-size: 18px;
          line-height: 22px; } }
  .about-left p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    padding-bottom: 40px; }
  .about-left hr {
    width: 250px;
    height: 8px;
    background: #B4191A;
    margin: 35px 0;
    border: none; }

.about-right {
  width: 50%; }
  .about-right img {
    width: 100%; }

.cont-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px; }
  .cont-row p {
    padding: 0 !important; }

/*-----------Quick Links-----------*/
.qls-home {
  padding: 6% 0;
  width: 100%; }

.qls-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.qls-left {
  max-width: 680px;
  width: 100%; }
  .qls-left h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .qls-left h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .qls-left h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .qls-left h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .qls-left h2 {
        font-size: 22px;
        line-height: 26px; } }
    .qls-left h2 span {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 25px; }
      @media only screen and (max-width: 500px) {
        .qls-left h2 span {
          font-size: 18px;
          line-height: 22px; } }
  .qls-left p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222; }
    .qls-left p a {
      color: #000;
      font-weight: 600;
      padding-top: 10px; }

.qls-right {
  max-width: 700px; }
  .qls-right .box h2 {
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #fff;
    background: #555;
    padding: 15px;
    margin-right: 10px; }
    .qls-right .box h2 .large {
      font-size: 63px; }

/*----Inventory qls---------*/
.ql-inv-row {
  background: transparent;
  margin: 0 auto;
  padding: 10px 0px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.inv-slider a {
  width: 100%;
  height: 480px;
  margin: 10px;
  display: block;
  position: relative; }
  .inv-slider a img {
    width: 95%;
    height: 340px;
    object-fit: cover; }

.inv-text {
  width: 90%;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0; }
  .inv-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646;
    padding: 15px 0 30px 0; }

.text-top {
  border-bottom: solid 1px #ccc;
  padding: 5px 0 10px 0; }
  .text-top h3 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .text-top h3 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .text-top h3 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .text-top h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .text-top h3 {
        font-size: 22px;
        line-height: 26px; } }
    .text-top h3 i {
      transform: rotate(-45deg);
      font-size: 26px; }

.cat-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.inv-btns {
  display: flex;
  float: right;
  justify-content: flex-end;
  flex-direction: column-reverse; }
  .inv-btns button {
    height: 50px;
    transition: .3s ease;
    width: 50px;
    border: solid 1px #fff;
    background: #B4191A;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px; }
  .inv-btns button:hover {
    background: #000;
    cursor: pointer; }

.card {
  height: 260px; }

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

.card:hover .card-inner {
  transform: rotateY(180deg); }

.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  border-left: 10px solid #B4191A;
  padding: 30px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  background: #fff; }

.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 10px solid #B4191A;
  justify-content: center;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  background: #fff; }
  .card-back p {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600; }

.card-back {
  background: #fff;
  color: #000;
  transform: rotateY(180deg); }

/*--------Blog--------------*/
.ql-blog-row {
  background: transparent;
  margin: 0 auto;
  padding: 10px 0px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.blog-slider a {
  width: 100%;
  height: 480px;
  margin: 10px;
  display: block;
  position: relative; }
  .blog-slider a img {
    width: 90%;
    transition: .5s ease;
    margin: 0 auto;
    height: 250px;
    object-fit: cover;
    z-index: 10;
    position: relative;
    overflow: hidden; }
  .blog-slider a:hover img {
    transform: scale(1.05); }

.blog-text {
  width: 100%;
  z-index: 0;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 110px 30px 10px 30px; }
  .blog-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646;
    padding: 15px 0 30px 0; }

.blog-bottom {
  border-top: solid 1px #ccc;
  padding: 5px 0 5px 0; }
  .blog-bottom h3 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .blog-bottom h3 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .blog-bottom h3 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .blog-bottom h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .blog-bottom h3 {
        font-size: 22px;
        line-height: 26px; } }
    .blog-bottom h3 i {
      transform: rotate(-45deg);
      padding-top: 10px;
      font-size: 20px;
      transition: .3s ease; }

.blog-slider a:hover .blog-bottom h3 i {
  transform: rotate(0) !important; }

.blog-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1050px; }
  .blog-head img {
    width: 100%;
    max-width: 380px;
    object-fit: contain;
    padding: 0 40px; }

.box2 h2 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #555;
  padding: 15px; }

.blog-btns {
  display: flex;
  float: right;
  justify-content: flex-end;
  flex-direction: column-reverse; }
  .blog-btns button {
    height: 50px;
    transition: .3s ease;
    width: 50px;
    border: solid 1px #fff;
    background: #B4191A;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px; }
  .blog-btns button:hover {
    background: #000;
    cursor: pointer; }

/*-----Testimonial--------*/
.testi-wrap {
  padding: 6% 0;
  background: url("/siteart/all-4-back.png") center center no-repeat;
  background-size: contain; }

.testi-top {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center; }
  .testi-top h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .testi-top h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .testi-top h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .testi-top h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .testi-top h2 {
        font-size: 22px;
        line-height: 26px; } }
    .testi-top h2 span {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 25px; }
      @media only screen and (max-width: 500px) {
        .testi-top h2 span {
          font-size: 18px;
          line-height: 22px; } }

.testimonials {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .testimonials i {
    padding-top: 20px;
    font-size: 60px;
    color: #B4191A; }

.testi-slider {
  padding: 0 40px !important; }

.testi-row {
  background: transparent;
  margin: 0 auto;
  padding: 10px 0px;
  width: calc(100% - 120px);
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.review {
  width: 100%;
  height: auto;
  margin: 10px;
  display: block;
  position: relative; }
  .review p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    text-align: center; }

.testi-btns {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 50px auto 0 auto; }
  .testi-btns button {
    height: 50px;
    transition: .3s ease;
    width: 50px;
    border: solid 1px #fff;
    background: #B4191A;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px; }
  .testi-btns button:hover {
    background: #000;
    cursor: pointer; }

/*---------Pages----------*/
.page-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .page-top img {
    width: 35%;
    height: 500px;
    object-fit: cover; }
  .page-top .top-text {
    width: 65%;
    background: #F5F5F5;
    padding: 8% 4%; }
    .page-top .top-text h1 {
      font-size: 35px;
      font-weight: 800;
      color: #000;
      text-transform: uppercase;
      line-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      animation: typing 3s steps(34, end), blink-caret 0.75s step-end infinite; }
      @media only screen and (max-width: 1000px) {
        .page-top .top-text h1 {
          font-size: 30px;
          line-height: 35px; } }
      @media only screen and (max-width: 700px) {
        .page-top .top-text h1 {
          font-size: 28px;
          line-height: 33px; } }
      @media only screen and (max-width: 500px) {
        .page-top .top-text h1 {
          font-size: 25px;
          line-height: 30px; } }
      @media only screen and (max-width: 400px) {
        .page-top .top-text h1 {
          font-size: 22px;
          line-height: 26px; } }
    .page-top .top-text p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #222;
      padding-top: 20px; }
    .page-top .top-text a {
      margin-top: 40px;
      animation: bounceIn 1.5s ease-out; }

.page-info {
  padding: 6% 0; }
  .page-info h2 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .page-info h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .page-info h2 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .page-info h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .page-info h2 {
        font-size: 22px;
        line-height: 26px; } }
    .page-info h2 span {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 25px; }
      @media only screen and (max-width: 500px) {
        .page-info h2 span {
          font-size: 18px;
          line-height: 22px; } }
  .page-info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222; }

.cont-page {
  padding: 6% 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.cont-left {
  width: 550px;
  padding-right: 15px; }
  .cont-left h1 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px; }
    @media only screen and (max-width: 1000px) {
      .cont-left h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .cont-left h1 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .cont-left h1 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .cont-left h1 {
        font-size: 22px;
        line-height: 26px; } }
  .cont-left p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    padding-top: 20px; }
  .cont-left h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 25px; }
    @media only screen and (max-width: 500px) {
      .cont-left h2 {
        font-size: 18px;
        line-height: 22px; } }
  .cont-left .phone p {
    padding: 0; }

.flex-form {
  width: calc(100% - 550px);
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15); }

/*-------Blog Pages----------*/
.blog-page {
  padding: 6% 0; }
  .blog-page h1 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1000px) {
      .blog-page h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 700px) {
      .blog-page h1 {
        font-size: 28px;
        line-height: 33px; } }
    @media only screen and (max-width: 500px) {
      .blog-page h1 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .blog-page h1 {
        font-size: 22px;
        line-height: 26px; } }
  .blog-page img {
    width: 100%;
    height: 600px;
    object-fit: cover; }
  .blog-page p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222; }
  .blog-page h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 25px; }
    @media only screen and (max-width: 500px) {
      .blog-page h2 {
        font-size: 18px;
        line-height: 22px; } }
  .blog-page ul, .blog-page ol {
    margin-left: 25px; }
    .blog-page ul li, .blog-page ol li {
      line-height: 25px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #222; }

.bread {
  padding-bottom: 20px; }
  .bread p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646; }
    .bread p a {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #464646;
      font-weight: 600; }
      .bread p a:hover {
        text-decoration: underline !important; }

/*--------FORM STYLES--------------------*/
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  width: 180px;
  padding: 17px 10px;
  background: #B4191A;
  color: #fff;
  font-weight: 600;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border: none; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #222222;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 180px; }

#formpage input.submit-button {
  color: #fff !important; }

.CaptchaPanel {
  text-align: left !important; }

.include-captcha {
  display: none; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #222222; }

.footer-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.footer-left {
  width: 50%;
  border: solid 1px #ccc;
  padding: 4% 3% 9% 5%; }
  .footer-left h2 {
    font-size: 30px;
    padding-bottom: 30px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #fff; }

.footer-right {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: solid 1px #ccc;
  padding: 4% 3% 3% !important; }
  .footer-right ul {
    padding: 0 10px;
    margin: 0; }
    .footer-right ul li {
      list-style: none;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #222;
      color: #fff;
      font-weight: 500; }
      .footer-right ul li a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #222;
        color: #fff;
        font-weight: 500;
        transition: .3s ease; }
        .footer-right ul li a:hover {
          color: #B4191A; }

.footer-middle {
  width: 100%;
  padding: 5% 0 2% 0; }
  .footer-middle h2 {
    font-size: 90px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    z-index: 40;
    padding-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
    font-family: "Archivo", sans-serif;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto; }

.footer-bottom {
  width: 100%;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 5%; }
  .footer-bottom p {
    color: #fff;
    font-size: 14px;
    font-family: "Work Sans", sans-serif; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.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: #B4191A !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: #B4191A !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: #222222 !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; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
  .header-bottom {
    padding-right: 10px; }

  nav.primary {
    padding-right: 0 !important;
    width: calc(100% - 430px) !important; }

  .header-top {
    padding-right: 10px; }

  .hero-text h1 {
    font-size: 140px; }

  .footer-middle h2 {
    font-size: 70px;
    line-height: 75px; }

  .footer-top {
    flex-direction: column; }

  .footer-left, .footer-right {
    width: 100%; } }
@media only screen and (max-width: 1500px) {
  .head-btm-right {
    display: none; }

  nav.primary {
    width: 100% !important; }

  .brands {
    width: 50%; } }
@media only screen and (max-width: 1420px) {
  .header-top-left {
    display: none; }

  .header-top-right {
    width: 100%; }

  .header-top {
    padding: 0; }

  .hero-text h1 {
    font-size: 130px; }

  .hero {
    height: 750px; }

  .footer-middle h2 {
    font-size: 60px;
    line-height: 65px; } }
@media only screen and (max-width: 1310px) {
  .hero-text h1 {
    font-size: 120px; }

  .about-text {
    padding: 4% 2% 2%; }

  .qls-top {
    flex-direction: column; }

  .qls-right {
    max-width: none; }

  .box2 {
    display: none; }

  .page-top .top-text h1 {
    white-space: normal;
    animation: none; }

  .page-top img {
    height: 400px; } }
@media only screen and (max-width: 1200px) {
  .hero-text h1 {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    top: 1%; }

  .hero-text {
    bottom: 0;
    height: 100%; }

  .hero-text .hero-text-right {
    position: absolute;
    right: 3%;
    bottom: 5%; }

  .about2 {
    flex-direction: column; }

  .about-left {
    width: 100%; }

  .about-right {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }

  .footer-middle h2 {
    font-size: 50px;
    line-height: 55px; }

  .brands {
    width: 35%; }

  .cont-page {
    flex-direction: column; }

  .cont-left {
    width: 100%; }

  .flex-form {
    width: 98%;
    margin: 20px auto; }

  .blog-page img {
    height: 450px; } }
@media only screen and (max-width: 1100px) {
  .about-row {
    flex-direction: column; }

  .about-img {
    width: 100%;
    height: 400px; }
    .about-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

  .about-text {
    width: 100%; }

  .qls-top {
    flex-direction: column; }

  .qls-right {
    width: 100%;
    max-width: none; }

  .blog-head {
    flex-direction: column; } }
@media only screen and (max-width: 1000px) {
  .hero-text h1 {
    font-size: 80px;
    line-height: 80px; }

  .footer-middle h2 {
    font-size: 40px;
    line-height: 45px; }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px; }
    .footer-bottom p {
      padding: 10px 0; }

  .footer-right {
    flex-direction: column; }

  .foot-col {
    padding: 10px 0; }

  .qls-right {
    padding-top: 10px; }

  .blog-bottom h3 {
    font-size: 18px !important; } }
@media only screen and (max-width: 800px) {
  .hero-text h1 {
    font-size: 65px;
    line-height: 65px; }

  .hero {
    height: 680px; }

  .hero {
    width: 100%;
    overflow: hidden;
    height: 950px;
    background: #222222;
    position: relative; }
    .hero .back {
      display: none; }
    .hero .front {
      display: none; }
    .hero .mobile {
      display: block;
      width: 100%;
      padding-top: 50px; }

  .footer-middle h2 {
    font-size: 30px;
    line-height: 35px; }

  .brand-bar {
    flex-direction: column; }
    .brand-bar h2 {
      width: 100%;
      text-align: center;
      padding: 10px 0; }
    .brand-bar p {
      text-align: center; }

  .brands {
    width: 100%; }

  .testimonials i {
    font-size: 40px; }

  .testi-row {
    width: calc(100% - 80px); }

  .testi-btns {
    margin: 0 auto; }

  .page-top {
    flex-direction: column-reverse; }
    .page-top img {
      width: 100%; }
    .page-top .top-text {
      width: 100%; }

  .blog-page img {
    height: 350px; } }
@media only screen and (max-width: 650px) {
  .cont-row {
    flex-direction: column; }

  .phone {
    padding: 5px 0; }

  .review p {
    font-size: 14px;
    line-height: 22px; } }
@media only screen and (max-width: 600px) {
  .hero {
    height: 800px !important; }

  .hero-text h1 {
    font-size: 50px;
    left: 2%;
    line-height: 50px;
    letter-spacing: -1px; }

  .hero-text h1 span {
    padding: 0; }

  .footer-middle h2 {
    white-space: normal;
    animation: none !important; }

  .footer-left, .footer-right {
    padding: 30px 10px; }

  .footer-left h2 {
    font-size: 22px; }

  .header-top {
    display: none; }

  #menu-button {
    padding: 44px 0 !important; }

  .logo {
    width: 300px;
    border-right: 0;
    height: 130px; }

  .hero-text .hero-text-right {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px); }

  .yrs {
    width: 250px;
    height: 200px;
    padding: 15px; }
    .yrs h2 {
      font-size: 22px; }
    .yrs p {
      font-size: 14px;
      line-height: 22px; }
    .yrs hr {
      margin: 5px 0; }

  .blog-btns {
    display: none; }

  .page-top img {
    height: 300px; }

  .logo img {
    height: 120px; } }
@media only screen and (max-width: 550px) {
  .hero-text h1 {
    font-size: 45px;
    left: 2%;
    line-height: 45px;
    animation: none;
    width: auto;
    letter-spacing: 0px;
    white-space: normal; }

  .hero-text-right {
    animation: none !important; }

  .qls-right {
    justify-content: flex-start; }

  .qls-right .box h2 .large {
    font-size: 40px; }

  .qls-right .box h2 {
    font-size: 22px; }

  .inv-btns button {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px; }

  .flex-row {
    flex-direction: column; }

  .form-half {
    width: calc(100% - 10px); } }
@media only screen and (max-width: 500px) {
  .hero {
    height: 700px !important; }

  .blog-slider a {
    height: auto; }

  .blog-text {
    position: relative;
    padding: 25px; }

  .blog-slider a img {
    width: 100%;
    height: 220px; }

  .slick-initialized .slick-slide {
    padding: 0 !important; }

  .header-bottom {
    padding-right: 0 !important; }

  #menu-button a {
    padding-right: 10px !important; }

  .flex-form {
    padding: 25px; }

  .blog-page img {
    height: 280px; } }
@media only screen and (max-width: 430px) {
  .hero {
    height: 650px !important; }

  .hero-text h1 span {
    font-size: 18px; }

  .hero-text h1 {
    font-size: 35px;
    line-height: 38px; }

  .logo {
    width: 250px;
    padding: 5px; }

  .btn-row {
    flex-direction: column; }

  .card-front {
    padding: 20px; }

  .inv-text {
    width: 100%; }

  .inv-slider a img {
    width: 100%; }

  .text-top h3 {
    font-size: 18px; }

  .text-top h3 i {
    font-size: 20px; }

  .testimonials {
    padding-top: 0; }

  .testimonials i {
    display: none !important; }

  .testi-row {
    width: 100% !important; }

  .about-text hr, .about-left hr {
    width: 200px;
    height: 5px;
    margin: 20px 0; } }
@media only screen and (max-width: 380px) {
  .hero {
    height: 600px !important; }

  .logo {
    width: 220px; }

  .yrs {
    display: none; }

  .about-img {
    height: 200px; }

  .qls-right .box h2 {
    margin-right: 0;
    font-size: 22.5px; }

  .phone i {
    font-size: 30px;
    margin-top: 10px;
    padding-right: 5px; }

  .phone .phone-text a {
    font-size: 16px; }

  .page-top img {
    height: 260px; } }
