﻿/*===================== 
	Color information
	
	-
	-red #95161f
	dk red #660d13
	grey #eaeaea
	dk grey #555555
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

/*===================== 
	@Font-Face 
=======================*/

/*===================== 
	base styles 
=======================*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
  /*reset*/
}

.clear {
  clear: both;
}

img {
  border: 0;
}
.bg-image {
  min-height: 300px;
  position: relative;
}
.bg-image img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}
.rounded-corners {
  border-radius: 10px;
  overflow: hidden;
}
.grey-bg {
  background-color: #eaeaea;
}
hr {
  margin: 20px 0;
  display: block;
  border: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.responsive-vid iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/*===================== 
	typography 
=======================*/
.cwtheader {
	width:100%;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
}

p {
  font-size: 18px;
  margin: 0;
}

.bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}
.text-red {
  color: #95161f !important;
}
.font-center {
  text-align: center;
}

/*===================== 
	link styles 
=======================*/

a:focus {
  outline: thin dotted;
  /*reset*/
}

a,
a:link,
a:visited,
a:active {
  outline: 0;
  /*reset*/
  color: #000;
  text-decoration: none;
}

a:hover {
  outline: 0;
  /*reset*/
  text-decoration: none;
  color: #ccc;
}
.btn-red {
  font-family: "Montserrat", sans-serif;
  background: #95161f;
  color: #fff !important;
  border: 1px solid #95161f;
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  transition: 0.2s ease-in;
  outline: none;
  cursor: pointer;
  border-radius: 80px !important;
  box-sizing: border-box;
}
.btn-red:hover {
  background: #660d13;
}
.btn-white {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #95161f !important;
  border: 1px solid #95161f;
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  transition: 0.2s ease-in;
  outline: none;
  cursor: pointer;
  border-radius: 80px !important;
  box-sizing: border-box;
}
.btn-white:hover {
  color: #fff !important;
  background: #555555;
}
.btn-black {
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  transition: 0.2s ease-in;
  outline: none;
  cursor: pointer;
  border-radius: 80px !important;
  box-sizing: border-box;
}
.btn-black:hover {
  background: #555555;
}
.text-link-red {
  font-weight: 600;
  color: #95161f !important;
  transition: 0.2s ease-in;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: inherit;
  font-size: 18px;
}
.text-link-red:hover {
  color: #660d13 !important;
}
.text-link-white {
  font-weight: 600;
  color: #fff !important;
  transition: 0.2s ease-in;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: inherit;
  font-size: 18px;
}
.text-link-white:hover {
  color: #eaeaea !important;
}
.btn-cont-1 {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.btn-cont-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 30px;
  padding-right:25px;
}
/*===================== 
	header styles 
=======================*/

.top-header {
  width: 100%;
  background: #95161f;
  position: relative;
  z-index: 100;
}
.top-header .container-lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.top-head-cont {
  display: flex;
  gap: 20px;
}
.top-header ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1px;
}
.top-header ul li {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 4;
}
.top-header ul li a {
  font-family: "Montserrat", sans-serif;
  transition: 0.2s ease-in;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  display: block;
}
.top-header ul li a.clickopen {
  background: #660d13;
}
.top-header ul li a:hover {
  opacity: 0.6;
}
.top-header ul ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #660d13;
}
.top-header ul ul li {
  padding: 0;
}
.top-header ul ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.top-header ul ul li a:hover {
  opacity: 1;
  background: #000;
}

.header-wrap {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

header {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-logo-1 {
  display: block;
  width: 20%;
}
.head-logo-1 img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}

/*===================== 
	nav styles 
=======================*/

#menu-button {
  display: none;
}

nav.mobile {
  display: none;
}

nav.primary {
  padding: 0;
  display: block;
  margin: 0;
  position: relative;
}

nav.primary ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: clamp(2px, 1.2vw, 30px);
}

nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  transition: 0.2s ease-in;
  position: relative;
}

nav.primary ul li a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: clamp(11px, 1.1vw, 12px);
  text-decoration: none;
  padding: 10px 3px;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

nav.primary ul li a:hover {
  background: #95161f;
  color: #fff;
}
nav.primary ul li:hover a {
  background: #95161f;
  color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
  background: #95161f;
  color: #fff;
  display: block;
  text-align: left;
  padding: 12px;
  white-space: normal;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
  background: #660d13;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul.menu-right {
  right: 0;
}
nav.primary ul ul {
  display: none;
  position: absolute;
}

nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 100;
}

nav.primary ul ul li {
  display: block;
  float: none;
  width: auto;
  min-width: 240px;
  position: relative;
  margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
  width: 100%;
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}
.hero-bg-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 1;
}
#myVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 100%;
}
.hero-overlay {
  width: 100%;
  height: 45vw;
  max-height: calc(100vh - 240px);
  min-height: 450px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap-hero h1 {
  font-size: clamp(18px, 3.6vw, 45px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}
.wrap-hero h1 .sml-text {
  display: block;
  font-size: clamp(12px, 2.2vw, 20px);
  font-weight: 400;
}

.connectworktools {
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
.connectworktools .sml-text {
  display: block;
  font-size: clamp(12px, 2.2vw, 20px);
  font-weight: 400;
}

.hero-overlay .btn-cont-1 {
  justify-content: center;
  padding-top: 30px;
}
.content-hero-overlay {
  width: 100%;
  height: auto;
  padding: clamp(100px, 16vw, 200px) 20px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wrap-cta {
  width: 100%;
  position: relative;
  z-index: 5;
}
.wrap-cta .container-lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 16px;
  padding: 0 20px 60px 20px;
  position: relative;
  top: -30px;
}
.wrap-cta.on-offset .container-lg {
  padding: 60px 20px;
  top: 0px;
}
.wrap-cta .container-lg a {
  width: calc(11% - 14px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
  flex-grow: 1;
}
.wrap-cta .container-lg a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px auto;
  display: block;
  height: auto;
  transition: 0.2s ease-in;
}
.wrap-cta .container-lg a h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #95161f;
  transition: 0.2s ease-in;
}
.wrap-cta .container-lg a.all-equip {
  background-image: url("../siteart/small-texture-bg-1.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrap-cta .container-lg a.all-equip h2 {
  color: #fff;
}
.wrap-cta .container-lg a:hover {
  background: #555555;
}
.wrap-cta .container-lg a:hover img {
  filter: brightness(0) invert(1);
}
.wrap-cta .container-lg a:hover h2 {
  color: #fff;
}
.cta-search-cont {
  background: #000;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  border-radius: 10px;
  margin-top: 40px;
}
.cta-search-cont h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.cta-search-cont form {
  background: #fff;
  border: 1px solid #95161f;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.cta-search-cont form input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: none;
  border: 0px !important;
  outline: none !important;
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
  flex-grow: 1;
}
.cta-search-cont form button {
  background: none;
  border: 0px !important;
  outline: none !important;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
  color: #555555;
  padding: 15px;
  transition: 0.2s ease-in;
}
.cta-search-cont form button:hover {
  color: #95161f;
}
.wrap-industries {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind-img-1 {
  width: 40%;
  position: relative;
  min-height: 300px;
}
.ind-slider,
.ind-slider .slick-list,
.ind-slider .slick-track {
  width: 100%;
  height: 100%;
}

.ind-slider .slick-slide {
  position: relative;
}
.ind-img-1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ind-img-1 h2 {
  font-size: clamp(16px, 2vw, 35px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
}
.ind-right {
  background: #eaeaea;
  padding: clamp(40px, 8vw, 120px) clamp(20px, -880px + 50vw, 100vw)
    clamp(40px, 8vw, 120px) clamp(20px, 3vw, 40px) !important;
  width: 60%;
  box-sizing: border-box;
}
.accordian-cont-1 {
  width: 100%;
}
.accordian-cont-1 .slick-track:after,
.accordian-cont-1 .slick-track:before {
  display: none !important;
}
.accordian-cont-1 .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.accord-row-1 {
  border-radius: 10px;
  box-sizing: border-box;
  width: calc(50% - 12px) !important;
  transition: 0.1s ease-in;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  background: #fff;
  height: auto !important;
}
.accord-row-1.slick-current {
  width: 100% !important;
}
.accord-row-1 h3 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 100%;
  transition: 0.2s ease-in;
  cursor: pointer;
  gap: 5px;
  background: #000;
  padding: 25px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}
.accord-row-1 h3 i {
  color: #95161f;
  font-size: 20px;
  transition: 0.2s ease-in;
}
.accord-info {
  display: none;
  width: 100%;
  padding: 0 15px 30px 15px;
  box-sizing: border-box;
  position: relative;
}
.accord-info p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0px 0px 15px 0px;
  line-height: 1.4;
}
.accord-row-1.slick-current h3 {
  color: #95161f !important;
  background: #fff !important;
  padding: 20px 15px 10px 15px;
}
.accord-row-1.slick-current h3 i {
  display: none;
}
.accord-row-1.slick-current .accord-info {
  display: block;
}
.accord-row-1 h3:hover {
  background: #95161f;
}
.accord-row-1:hover h3 i {
  color: #fff;
  transform: rotate(90deg);
}
.wrap-home-about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-about-info {
  padding: clamp(40px, 8vw, 200px) clamp(20px, 3vw, 40px)
    clamp(40px, 8vw, 200px) clamp(20px, -880px + 50vw, 100vw) !important;
  width: 60%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  gap: 40px;
}
.home-about-info h2 {
  font-size: clamp(28px, 2vw, 35px);
  color: #000;
  text-transform: uppercase;
}
.home-about-info p {
  line-height: 1.4;
}
.home-reviews {
  width: 40%;
  background-image: url("../siteart/bg-texture-lg.jpg");
  background-color:#000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(30px, 8vw, 80px) clamp(20px, -880px + 50vw, 100vw)
    clamp(30px, 8vw, 80px) clamp(20px, 3vw, 40px) !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
}
.home-reviews h2 {
  font-size: clamp(28px, 2vw, 35px);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.review-cont-1 {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  border: 2px solid #fff;
  background: #95161f;
}
.rating-cont-1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  gap: 2px;
  color: #fff;
}
.review-cont-1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.wrap-brands {
  padding: clamp(40px, 8vw, 200px) 0 !important;
  background: #eaeaea;
}
.wrap-brands .container-lg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.brand-cont-1 {
  width: calc(16.66% - 14px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.2s ease-in;
  flex-grow: 1;
}
.brand-cont-1 a {
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
}
.brand-cont-1 h2 {
  font-size: clamp(16px, 2vw, 35px);
  color: #fff;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
  background-image: url("../siteart/small-texture-bg-1.jpg");
  background-color:#000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.brand-cont-1 p {
  font-size: 16px;
  text-align: center;
  margin: 5px auto 0 auto;
}
.brand-cont-1 img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  transition: 0.2s ease-in;
  object-fit: contain;
  object-position: center;
  max-height: 120px;
}
.brand-cont-1:hover {
  background-color: #eaeaea;
}
.brand-cont-1:hover img {
  filter: grayscale(100%);
  opacity: 0.7;
}
.wrap-location {
  padding-top: clamp(20px, 6vw, 80px);
}
.wrap-location .container-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: -15vw;
  gap: 20px 0;
}
.location-slider-tabs {
  width: calc(25% + 60px);
  margin-right: -30px;
  position: relative;
  z-index: 2;
}
.location-slider-tabs .slick-track {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: none !important;
}
.location-slider-tabs .slick-slide {
  width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
}
.location-slider-tabs h2 {
  padding: 30px 10px;
  width: calc(100% - 30px);
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.location-slider-tabs h2:hover {
  background: #555555;
}
.location-slider-tabs h2 i {
  color: #95161f;
}
.location-slider-tabs .slick-current h2 {
  width: 100%;
  background: #fff !important;
  color: #95161f;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.loc-bg-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  max-height: 50vw;
}
.location-slider {
  width: calc(75% - 30px);
  background: #eaeaea;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}
.loc-slider-cont-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
}
.loc-slider-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  padding-bottom: 20px;
}
.loc-slider-top h3 {
  font-size: clamp(28px, 2vw, 35px);
  color: #95161f;
  text-transform: uppercase;
}
.loc-soc {
  padding: 10px 25px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  background: #000;
  border-radius: 50px;
  box-sizing: border-box;
}
.loc-soc li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.loc-soc li a {
  color: #fff;
  font-size: 18px;
  transition: 0.2s ease-in;
}
.loc-soc li a:hover {
  color: #95161f;
}
.loc-slider-info {
  width: 100%;
  max-width: 350px;
}
.loc-slider-info-list {
  padding: 0 0 10px 0;
}
.loc-slider-info-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.loc-slider-info-list li a {
  font-weight: bold;
  color: #000;
  transition: 0.2s ease-in;
}
.loc-slider-info-list li a:hover {
  opacity: 0.6;
}
.loc-slider-map {
  width: calc(100% - 380px);
}
.loc-slider-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.loc-slide-btn-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.loc-slide-btn-cont a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loc-page-info-cont {
  width: 100%;
  padding: 40px 10px;
  margin-bottom: -20vw;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.loc-page-info-cont > div {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.loc-page-info-cont .loc-slider-map {
  display: block !important;
}
.logo-info-cont {
  display: flex;
  flex-wrap: wrap;
  background: #eaeaea;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 30px;
}
.logo-info-img,
.logo-info-bg {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 300px;
}
.logo-info-img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  transition: 0.2s ease-in;
  object-fit: contain;
  object-position: center;
  max-height: 120px;
}
.logo-info-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.logo-info-info {
  width: 70%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.service-area-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.service-area-cont img {
  width: 100%;
  max-width: 20px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.logo-info-info h2 {
  font-size: clamp(20px, 2vw, 30px);
  color: #000;
  text-transform: uppercase;
}
.logo-info-info p {
  font-size: 16px;
}
.logo-info-info ul,
.bold-list {
  padding: 0 0 10px 22px;
  margin: 0;
}
.logo-info-info ul li,
.bold-list li {
  font-size: 18px;
  font-weight: 600;
  padding: 2px 0;
}

.fancy-list {
  padding: 20px 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.fancy-list li {
  padding: 10px;
  background: #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
  color: #fff;
  text-transform: uppercase;
}


/* Categories */
.wrap-category-flex {
    background: #e5e5e5;
}

.wrap-img-btns-flex {
    background: transparent;
}

.connectworktools2 {
	font-size: clamp(18px, 3.6vw, 36px);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 140px;
}


.category-card1 {
    background: #95161f;
    position: relative;
    overflow: visible;
    text-align: center;
    padding-top: 100px;
	margin-bottom: 200px;
}

.category-card2 {
    background: #95161f;
    position: relative;
    overflow: visible;
    text-align: center;
    padding-top: 100px;
	margin-bottom: 80px;
}

.category-card1 img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.category-card2 img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.category-content {
    padding: 0px 25px 15px;
}

.category-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
	margin-top: -10px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.category-btn {
    display: inline-block;
    background: #000;
    color: #fff!important;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease;
}

.category-btn:hover {
    background: #222;
}

/* Responsive */

@media (max-width: 991px) {

    .category-card {
        width: 47%;
        margin-bottom: 120px;
    }

    .connectworktools {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .category-card {
        width: 100%;
    }

    .connectworktools {
        font-size: 32px;
    }

    .category-content h3 {
        font-size: 24px;
    }
}

/*===================== 
	blog styles 
=======================*/

.privacy-policy-link {
  text-decoration: underline !important;
}

.blog-info {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.blog-header {
  background: #eaeaea;
}
.blog-header .container-md {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-header-info {
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
}
.blog-header-image {
  width: 40%;
  position: relative;
  min-height: 350px;
}
.blog-header-image img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
  object-position: center right;
  margin: 0 !important;
}
.blog-page h1 {
  color: #95161f !important;
}
.blog-page img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  display: block;
}

.blog-page ul {
  padding: 0 0 15px 25px;
  margin: 0;
}
.blog-page ul li {
  padding: 2px 0 0 0;
  margin: 0;
}
.blog-page .btn-red {
  margin-top: 50px;
}
.info-table {
  width: 100%;
  overflow: scroll;
}
.info-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.info-table tbody {
}
.info-table tbody .table-head {
  background: #eaeaea;
}
.info-table tbody td {
  border: 1px solid #000;
  padding: 5px;
  font-size: 18px;
}




/*===================== 
	Img Btns 
=======================*/
.img-card{
	position:relative;
	width:25%;
	overflow:hidden;
	display:block;
	border:3px solid #95161f;
	text-decoration:none;
}

.img-card img{
	width:100%;
	height:470px;
	object-fit:cover;
	display:block;
	transition:0.4s ease;
}

.img-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.38);
	z-index:1;
}

.img-btn{
	position:absolute;
	left:50%;
	bottom:50px;
	transform:translateX(-50%);
	background:rgba(180,0,15,0.88);
	color:#fff;
	padding:12px 34px;
	border-radius:60px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	line-height:1.3;
	letter-spacing:1px;
	z-index:2;
	width:78%;
	min-height:85px;
	box-sizing:border-box;
	transition:0.3s ease;
	display:flex;
	align-items:center;
	justify-content:center;
}

.img-card:hover img{
	transform:scale(1.05);
}

.img-card:hover .img-btn{
	background:#c40018;
}

/* Tablet */
@media(max-width:991px){

	.img-card{
		width:50%;
	}

	.img-card img{
		height:360px;
	}
}

/* Mobile */
@media(max-width:767px){

	.img-card{
		width:100%;
	}

	.img-card img{
		height:300px;
	}

	.img-btn{
		font-size:18px;
		padding:15px 20px;
		bottom:30px;
	}
}

/*===================== 
	slideshow styles 
=======================*/

.image-slider {
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.image-slider img {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  display: block;
}
.slick-arrow {
  width: 20px;
  height: 50%;
  border-radius: 5px;
  background: #95161f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.slick-arrow:hover {
  background: #660d13;
}

/*===================== 
	banner styles 
=======================*/

.wrap-banner {
  padding: clamp(40px, 8vw, 200px) 0 !important;
  position: relative;
}
.wrap-banner:after {
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 38.34%,
    rgba(0, 0, 0, 0.6) 51.3%
  );
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

.banner-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-color:#000;
}
.wrap-banner .container-lg {
  position: relative;
  z-index: 3;
}
.banner-cont-left {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.banner-cont-left h2 {
  font-size: clamp(28px, 2vw, 35px);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.banner-cont-left p {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.gallery-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  align-items: flex-start;
}
.gallery-cont img {
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  cursor: pointer;
  transition: 0.2s ease-in;
  flex-grow: 1;
  height: clamp(80px, 14vw, 400px);
  border-radius: 5px;
  max-width: 32.33%;
}
.gallery-cont img:hover {
  opacity: 0.7;
}

.list-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-links h2 {
  width: 100%;
  font-size: 20px;
}
.list-links ul {
  padding: 20px 0;
  margin: 0;
  display: flex;
  gap: 20px 1%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-links ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  flex-grow: 1;
}
.list-links ul li a {
  font-family: "Montserrat", sans-serif;
  padding: 20px;
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
  color: #fff;
  text-transform: uppercase;
}
.list-links ul li a i {
  color: #95161f;
  font-size: 20px;
}
.list-links ul li a:hover {
  background: #95161f;
}
.list-links ul li a:hover i {
  color: #fff;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-cont-1 {
  width: 100%;
  padding: 80px 10px;
  box-sizing: border-box;
  background: #eaeaea;
}
.form-cont-1 .container-md {
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
}

.form-info-cont {
  width: 100%;
  box-sizing: border-box;
}
.form-info-cont h2 {
  font-size: 20px;
  margin: 20px 0 10px 0;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-inline-1 {
  display: flex;
  flex-wrap: wrap;
}
.thankyou-container {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 10% 10% 10%;
  margin-top: 0;
}

/* Inputs */

.radio-pad {
  padding: 0 0 0 10px;
}

.form-info-cont input,
.form-info-cont date {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: block;
  padding: 15px;
  font-size: 16px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  border: 1px solid #95161f;
  border-radius: 5px;
  color: #000;
}

.select-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px !important;
  border-radius: 0px !important;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.select-cont select {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  width: 100%;
  background-color: transparent;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 15px !important;
  box-sizing: border-box;
  color: #000;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: #fff;
  border: 1px solid #95161f;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.select-cont i {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 18px;
}
.form-info-checkbox {
  display: flex;
  gap: 10px;
}
.form-info-checkbox input[type="checkbox"] {
  padding: 5px 0 5px 5px;
  width: auto;
  box-sizing: border-box;
}
.form-info-cont textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: block;
  padding: 15px;
  font-size: 16px;
  min-height: 120px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  outline: none;
  background: #fff;
  border: 1px solid #95161f;
  border-radius: 5px;
}

.form-info-cont button {
  display: block;
  margin: 0 auto;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
  margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: underline;
}

/*===================== 
	layout styles 
=======================*/

.wrap-content-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-content-flex2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-category-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eaeaea;
}
.wrap-img-btns-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: transparent;
}
.wrap-content-flex h2,
.wrap-content-flex h3,
.wrap-content-flex h4 {
  padding-bottom: 20px;
}
.wrap-content-flex2 h2,
.wrap-content-flex2 h3,
.wrap-content-flex2 h4 {
  padding-bottom: 20px;
}
.wrap-category-flex h2,
.wrap-category-flex h3,
.wrap-category-flex h4 {
  padding-bottom: 20px;
}
.wrap-img-btns-flex h2,
.wrap-img-btns-flex h3,
.wrap-img-btns-flex h4 {
  padding-bottom: 20px;
}
.wrap-content {
  padding: 40px 0;
}
.wrap-content2 {
  padding: 40px 0;
}
.wrap-img-btns {
  padding: 40px 0;
}
.wrap-img-btns h1 {
  font-size: clamp(28px, 2vw, 35px);
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wrap-img-btns h1 span {
  font-size: clamp(12px, 1vw, 18px);
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.wrap-category {
  padding: 40px 0;
}
.wrap-category h1 {
  font-size: clamp(28px, 2vw, 35px);
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wrap-category h1 span {
  font-size: clamp(12px, 1vw, 18px);
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.wrap-content h1 span {
  font-size: clamp(12px, 1vw, 18px);
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.wrap-content2 h1 span {
  font-size: clamp(12px, 1vw, 18px);
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.wrap-content h2,
.wrap-content h3,
.wrap-content h4,
.wrap-content p {
  padding-bottom: 20px;
}
.wrap-content2 h2,
.wrap-content2 h3,
.wrap-content2 h4,
.wrap-content2 p {
  padding-bottom: 20px;
}
.wrap-category h2,
.wrap-category h3,
.wrap-category h4,
.wrap-category p {
  padding-bottom: 20px;
}
.wrap-img-btns h2,
.wrap-img-btns h3,
.wrap-img-btns h4,
.wrap-img-btns p {
  padding-bottom: 20px;
}
.content-left {
  width: 40%;
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background: #000;
}
.content-left video {
  height: 100%;
  width: auto !important;
}
.content-left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content-left h1 {
  font-size: clamp(28px, 2vw, 35px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 200px;
  padding: 20px 40px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
.content-left h1 span {
  font-size: clamp(12px, 1vw, 18px);
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}
.content-right {
  padding: clamp(40px, 8vw, 120px) clamp(20px, -880px + 50vw, 100vw)
    clamp(40px, 8vw, 120px) clamp(20px, 3vw, 40px) !important;
  width: 60%;
  box-sizing: border-box;
  background: #eaeaea;
}
.content-right p {
  line-height: 1.4;
}
.wrap-info-cont {
  width: 100%;
  padding: 80px 10px;
  box-sizing: border-box;
}
.wrap-info-cont .container-lg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.5%;
  background: #000;
  border-radius: 10px;
  padding: 40px;
}

.info-cont-1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  flex-grow: 1;
}
.info-cont-1 h2,
.info-cont-1 h3 {
  color: #95161f;
  margin-bottom: 15px;
}
.info-cont-img-bg-1 {
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}
.info-cont-img-bg-1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.container-lg {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.container-md {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.container-sml {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.container-inv {
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.pad-top {
  padding-top: 80px;
}
.pad-bottom {
  padding-bottom: 80px;
}
.flex-cont-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-1 {
  width: 100%;
  box-sizing: border-box;
}
.col-1-6 {
  width: 16%;
  box-sizing: border-box;
}

.col-1-5 {
  width: 20%;
  box-sizing: border-box;
}

.col-1-4 {
  width: 24%;
  box-sizing: border-box;
}

.col-1-3 {
  width: 32.33%;
  box-sizing: border-box;
}

.col-1-2 {
  width: 49% !important;
  box-sizing: border-box;
}

.col-1-25 {
  width: 45% !important;
  box-sizing: border-box;
}

.col-2-3 {
  width: 65.66%;
  box-sizing: border-box;
}

.col-3-4 {
  width: 75%;
  box-sizing: border-box;
}

/* ============ Parts Department =========== */
.wrap-info-cont.parts-dept {
  padding-top: 0;
}
.container-lg.parts-dept-slide {
  background: #95161f;
}
.container-lg.parts-dept-slide .slick-arrow {
  background: #000;
}

/* ======== Other Custom Styles ======== */

.white-card-wrap {
  display: flex;
  background-color: #000;
  gap: 1rem;
  width: 100%;
}

.white-card {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.container-lg.custom-slider {
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
  padding-top: 20px;
}

.white-p-block {
  background-color: #fff !important;
}

.no-pad-top {
  padding-top: 0 !important;
}
.no-pad-bot {
  padding-bottom: 0 !important;
}

.bold-list-column {
  display: flex;
  width: 100%;
  gap: calc(25% - 5rem);
}
/*===================== 
	footer styles 
=======================*/

footer {
  margin: 0;
  width: 100%;
  background: #fff;
  border-bottom: 60px solid #95161f;
}
footer .container-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(40px, 7vw, 150px) 20px;
  gap: 20px;
}
.foot-logo {
  width: 100%;
  max-width: 275px;
}
.foot-logo img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.foot-logo ul {
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
.foot-logo ul li {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 4;
}
.foot-logo ul li a {
  font-family: "Montserrat", sans-serif;
  transition: 0.2s ease-in;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  display: block;
}
.foot-logo ul li a.clickopen {
  background: #660d13;
  color: #fff;
}
.foot-logo ul li a:hover {
  opacity: 0.6;
}
.foot-logo ul ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #660d13;
}
.foot-logo ul ul li {
  padding: 0;
}
.foot-logo ul ul li a {
  color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.foot-logo ul ul li a:hover {
  opacity: 1;
  background: #000;
}
.foot-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px clamp(10px, 7vw, 150px);
  align-items: flex-start;
}
.foot-nav-col p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.foot-nav-col ul {
  padding: 0;
  margin: 0;
}
.foot-nav-col ul li {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.foot-nav-col ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in;
}
.foot-nav-col ul li a:hover {
  color: #95161f;
}
/* scroll to top style */

.inv-pg .scrollToTop-1 {
  display: none !important;
}
.scrollToTop-1 {
  bottom: 25px;
  right: 25px;
  z-index: 16777269;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: fixed;
  opacity: 0.8;
}
.scrollToTop-1 a {
  text-decoration: none;
  line-height: 150%;
  padding: 5px 12px;
  opacity: 0.8;
  display: block;
  background: #000;
  font-size: 14px;
  text-align: center;
  color: #fff;
  z-index: 16777269;
}
.scrollToTop-1 a:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1200px) {
  .wrap-cta .container-lg a {
    width: calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }

  .brand-cont-1 {
    width: calc(25% - 12px);
  }
  .col-1-4,
  .col-3-4 {
    width: 49%;
  }
}

@media screen and (max-width: 1000px) {
 .wrap-content-flex .flex-cont-1{
  display:flex;
  flex-direction:column;
}

.wrap-content-flex2 .bg-image{
  order:-1;
  width:100%;
  margin-bottom:25px;
}

.wrap-content-flex2 .bg-image img{
  width:100%;
  height:auto;
  display:block;
}

.wrap-content-flex2 .col-1-25{
  width:100% !important;
  max-width:100%;
  text-align:center;
  padding:0 20px;
  box-sizing:border-box;
}

.wrap-content-flex2 .btn-cont-2{
  justify-content:center;
}

.wrap-content-flex2 p{
  max-width:100%;
}
	
  .top-header ul li a {
    font-size: 14px;
    padding: 5px;
  }

  header {
    padding: 0 0 0 20px !important;
  }
  /*==============================
		Mobile Nav Styles			
	================================*/

  nav.primary {
    display: none;
  }

  #menu-button {
    display: block;
  }

  #menu-button a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 30px;
    box-sizing: border-box;
    background: #000;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: block;
  }
  #menu-button a:hover {
    background: #555555;
  }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 500;
    /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }

  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
    gap: 4px;
  }

  nav.mobile .social-media a:link,
  nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }

  nav.mobile .social-media a:hover,
  nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }

  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }

  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    top: -4px;
    right: 13px;
    cursor: pointer;
  }

  nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff;
  }

  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }

  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    position: relative;
  }

  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-left: 4px #333 solid;
    cursor: pointer;
  }

  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    border-left: 4px #95161f solid;
    /* border highlight - Change to fit match site colors */
  }

  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }

  nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    text-decoration: none;
  }

  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }

  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }

  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    border-left: 4px #555 solid;
  }

  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }
  .nav-footer {
    color: #1b1b1b;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
  }
  .wrap-hero {
    margin-top: 0px;
  }

  .ind-img-1,
  .ind-right {
    width: 100%;
  }
  .home-about-info,
  .home-reviews {
    width: 100%;
  }
  .location-slider-tabs {
    width: 100%;
    margin-right: 0;
  }
  .location-slider-tabs h2 {
    padding: 10px;
  }
  .location-slider-tabs h2 i {
    transform: rotate(90deg);
  }
  .location-slider-tabs .slick-track {
    gap: 0;
  }
  .location-slider-tabs .slick-slide {
    padding: 5px;
  }
  .location-slider {
    width: 100%;
  }
  .foot-logo {
    margin: 0 auto;
  }
  .foot-nav {
    display: none;
  }
  .col-1-3 {
    width: 100%;
    box-sizing: border-box;
  }
  .content-left,
  .content-right {
    width: 100%;
  }
  .content-left video {
    height: auto;
    width: 100% !important;
  }
  .col-1-4,
  .col-3-4 {
    width: 100%;
  }
  .col-1-2 {
    width: 100% !important;
  }
  .list-links ul li a {
    font-family: "Montserrat", sans-serif;
    padding: 15px 10px;
    font-size: 14px;
  }
  .list-links ul li a i {
    font-size: 16px;
  }
  .bg-image img {
    object-fit: contain;
  }

  .white-card-wrap {
    flex-direction: column;
  }

  .white-card {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .loc-slider-info {
    max-width: 100%;
  }
  .loc-slider-map {
    display: none;
  }
  .loc-page-info-cont .loc-slider-map {
    width: 100%;
  }
  .loc-slider-top {
    flex-direction: column;
  }
  .loc-slider-top h3 {
    text-align: center;
  }
}

@media screen and (max-width: 740px) {
  .top-header {
    display: none;
  }
  #menu-button a {
    background: #95161f;
  }
  .header-wrap {
    background: #fff;
  }
  #myVideo {
    display: none;
  }
  .hero-overlay {
    width: 100%;
    height: auto;
    padding: 80px 20px;
    box-sizing: border-box;
    max-height: 100%;
    min-height: 100%;
    justify-content: space-between;
  }
  .wrap-cta .container-lg a {
    width: calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
  .cta-search-cont {
    flex-direction: column;
  }
  .cta-search-cont h2 {
    font-size: 18px;
    text-align: center;
  }
  .wrap-brands .container-lg {
    gap: 10px;
  }
  .brand-cont-1 {
    width: calc(33.33% - 7px);
    min-height: 26vw;
    max-width: calc(33.33% - 7px);
  }
  .brand-cont-1 a,
  .brand-cont-1 h2 {
    padding: 10px;
  }
  .logo-info-img,
  .logo-info-info {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }
  .logo-info-bg {
    width: 100%;
    min-height: auto;
    padding: 0px;
  }
  .logo-info-bg img {
    position: relative;
  }
  .wrap-content {
    padding: 20px 0;
  }
  .wrap-banner:after {
    background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5) 38.34%,
      rgba(0, 0, 0, 0.5) 51.3%
    );
  }
  .blog-header-info {
    width: 100%;
    padding: 0 20px;
  }
  .blog-header-image {
    width: 100%;
    min-height: 100%;
  }
  .blog-header-image img {
    position: relative;
    object-position: center;
    margin: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .head-logo-1 {
    width: 50%;
  }
  .accord-row-1 {
    width: 100%;
  }
  .accord-row-1 h3 {
    font-size: 13px;
  }
  .accord-info p {
    font-size: 12px;
    padding: 10px 0px;
  }
  .btn-red,
  .btn-white,
  .btn-black {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 80px !important;
  }
  .text-link-red,
  .text-link-white {
    font-size: 12px;
  }
  .wrap-cta .container-lg a h2 {
    font-size: 12px;
  }
  .wrap-cta .container-lg a {
    padding: 5px;
  }
  .loc-slider-info-list li {
    font-size: 14px;
  }
  .foot-logo ul {
    position: relative;
  }
  .foot-logo ul li {
    position: static;
  }
  .foot-logo ul ul {
    width: 100%;
  }
  .cta-search-cont form input {
    padding: 15px 0;
  }
  .cta-search-cont form button {
    padding: 0;
  }
  .logo-info-info ul {
    padding: 0 0 0 20px;
  }
  .logo-info-info ul li,
  .bold-list li {
    font-size: 16px;
  }
  .wrap-info-cont .container-lg {
    padding: 40px 20px;
  }
  .wrap-info-cont {
    padding: 40px 10px;
  }

  .image-slider {
    display: none !important;
  }

  .loc-page-info-cont > div {
    padding: 10px;
  }
  .loc-soc {
    width: 100%;
  }
  .wrap-cta.on-offset .container-lg,
  .cta-search-cont,
  .wrap-cta .container-lg {
    padding: 40px 5px;
  }
  .logo-info-info p {
    font-size: 14px;
  }

  .bold-list-column {
    flex-direction: column;
    gap: 0;
  }

  .bold-list-column .bold-list {
    padding: 0 20px;
  }

  .bold-list-column .bold-list:last-child {
    padding-bottom: 20px;
  }
}
