.elementor-664 .elementor-element.elementor-element-5ae93f9{--display:flex;--min-height:450px;--justify-content:flex-end;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-664 .elementor-element.elementor-element-5ae93f9::before, .elementor-664 .elementor-element.elementor-element-5ae93f9 > .elementor-background-video-container::before, .elementor-664 .elementor-element.elementor-element-5ae93f9 > .e-con-inner > .elementor-background-video-container::before, .elementor-664 .elementor-element.elementor-element-5ae93f9 > .elementor-background-slideshow::before, .elementor-664 .elementor-element.elementor-element-5ae93f9 > .e-con-inner > .elementor-background-slideshow::before, .elementor-664 .elementor-element.elementor-element-5ae93f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #020202A6 0%, #02020233 100%);}.elementor-664 .elementor-element.elementor-element-5ae93f9:not(.elementor-motion-effects-element-type-background), .elementor-664 .elementor-element.elementor-element-5ae93f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-664 .elementor-element.elementor-element-03e330e{--display:flex;--min-height:150px;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-664 .elementor-element.elementor-element-03e330e:not(.elementor-motion-effects-element-type-background), .elementor-664 .elementor-element.elementor-element-03e330e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2E4052A8;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-664 .elementor-element.elementor-element-d07bd61{width:100%;max-width:100%;padding:20px 20px 20px 20px;text-align:right;}.elementor-664 .elementor-element.elementor-element-d07bd61 .elementor-heading-title{font-family:"Hind", Sans-serif;font-size:60px;font-weight:300;text-transform:uppercase;letter-spacing:6px;color:#FFFFFF;}.elementor-664 .elementor-element.elementor-element-23b696d{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-664 .elementor-element.elementor-element-5ae93f9{--min-height:300px;}.elementor-664 .elementor-element.elementor-element-03e330e{--min-height:50px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-664 .elementor-element.elementor-element-d07bd61 .elementor-heading-title{font-size:22px;}}/* Start custom CSS for container, class: .elementor-element-23b696d */:root {
  --blue-grey: #2e4052;
  --blue-grey66: #2e4052a8;
  --blue: #2b479c;
  --blue75: #2b479cbf;
  --grey-green: #627673;
  --dark-grey: #252525;
  --grey-green-lt: #a6c5c0;
  --yellow: #fec601;
  --white: #ffffff;
  --grey: #3b3b3b;
  --grey-lt: #c8c8c8;
  --white50: rgba(255, 255, 255, 0.5);
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
img { max-width: 100%; display: block; }

/* =======================
   Base Buttons + Alerts
   ======================= */
button {
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  transition: all 0.3s ease;
}
button:active { outline: none; }

.btn-slide {
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid var(--yellow);
  background: transparent;
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-slide:hover {
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
}

.btn-slide-dk {
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 10px 20px;
  background: var(--dark-grey);
  color: var(--yellow);
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-slide-dk:hover {
  background: #3b3b3b;
  color: var(--yellow);
}

.btn-slide-yellow {
  border-radius: 30px;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 8px 40px;
  background: var(--yellow);
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-slide-yellow:hover {
  background: #ffe261;
  color: #000;
}

.alert-warning {
  font-family: "Hind", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #525252;
  background: none;
  border: none;
  height: 200px;
  vertical-align: middle;
  padding: 20px;
}

/* =======================
   Industry Layout
   ======================= */
.industry__content_overview {
  padding: 100px 75px 50px;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
}
.industry__content_overview .overview {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
}
.industry__content_overview .review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry__content_overview .review .imgWrap {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 1px solid var(--yellow);
  position: relative;
  margin-bottom: 20px;
}
.industry__content_overview .review .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.industry__content_overview .review .quote {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  max-width: 325px;
}
.industry__content_overview .review .attribution {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

/* ---- Main Section ---- */
.industry__content_main {
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: flex;
  margin-bottom: 150px;
}
.industry__content_main .mainImage {
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.industry__content_main .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 75px;
}
.industry__content_main .content .mainContent {
  margin-top: 20px;
}
.industry__content_main .content .subContent {
  display: flex;
  margin-top: 50px;
}
.industry__content_main .content .subContent .subOne {
  padding: 0 15px 0 0;
}
.industry__content_main .content .subContent .subOne__header,
.industry__content_main .content .subContent .subTwo__header {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--blue);
  text-transform: uppercase;
}
.industry__content_main .content .subContent .subOne__content,
.industry__content_main .content .subContent .subTwo__content {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}
.industry__content_main .content .subContent .subTwo {
  padding: 0 0 0 15px;
}

/* ---- Recommended ---- */
.industry__content_recommended {
  padding: 100px 0;
  background: var(--dark-grey);
}
.industry__content_recommended .h2-white {
  max-width: 1500px;
  margin: 0 0 75px 75px;
}
.industry__content_recommended .recommendedCar {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
  height: 400px;
  position: relative;
}
.industry__content_recommended .recommendedCar .owl-stage-outer {
  height: 100%;
  overflow-x: hidden;
  padding: 20px 0;
}
.industry__content_recommended .recommendedCar .owl-stage {
  height: 100%;
  display: flex;
}
.industry__content_recommended .recommendedCar .owl-item {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.industry__content_recommended .recommendedCar .recItem {
  height: 100%;
  padding: 20px;
  text-align: center;
  background: var(--grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.industry__content_recommended .recommendedCar .recImg {
  height: 50%;
  max-width: 90%;
  margin: 20px 0;
  object-fit: contain;
}
.industry__content_recommended .recommendedCar .recName {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: var(--grey-green-lt);
  margin-bottom: 20px;
}

/* ---- Owl Navigation ---- */
.industry__content_recommended .recommendedCar .owl-nav {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 50;
}
.industry__content_recommended .recommendedCar .owl-nav .owl-prev,
.industry__content_recommended .recommendedCar .owl-nav .owl-next {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: transparent;
  border: 1px solid var(--white);
  position: relative;
}
.industry__content_recommended .recommendedCar .owl-nav .owl-prev::before,
.industry__content_recommended .recommendedCar .owl-nav .owl-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  border-top: 1px solid var(--yellow);
}
.industry__content_recommended .recommendedCar .owl-nav .owl-prev::before {
  border-left: 1px solid var(--yellow);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.industry__content_recommended .recommendedCar .owl-nav .owl-next::before {
  border-right: 1px solid var(--yellow);
  transform: translate(-75%, -50%) rotate(45deg);
}
.industry__content_recommended .recommendedCar .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.industry__content_recommended .recommendedCar .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid var(--grey-lt);
  background: none;
  transition: all 0.2s;
  margin: 0 5px;
  padding: 0;
}
.industry__content_recommended .recommendedCar .owl-dots .active {
  transform: scale(1.5);
  background: var(--grey-lt);
}

/* ---- CTA ---- */
.industry__content_cta {
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.industry__content_cta .text {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: var(--white);
  max-width: 550px;
  text-align: center;
  margin-bottom: 20px;
}

/* ---- More ---- */
.industry__content_more {
  padding: 100px 75px;
}
.industry__content_more .h2-black {
  margin: 0 auto 50px;
  max-width: 1500px;
}
.industry__content_more .moreContent {
  height: 550px;
  display: flex;
}
.industry__content_more .moreContent__img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.industry__content_more .moreContent__content {
  position: relative;
}
.industry__content_more .moreContent__content_header {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--blue);
  max-width: 500px;
  margin: 30px 0 20px -100px;
  padding: 20px 30px;
  background: var(--white50);
}
.industry__content_more .moreContent__content_content {
  margin: 0 0 50px 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 0 10px;
}
.industry__content_more .moreContent__content_link {
  float: right;
}

/* =======================
   Responsive Adjustments
   ======================= */
@media screen and (max-width: 1025px) {
  .industry__content_more { padding: 75px 20px; }
}
@media screen and (max-width: 770px) {
  .industry__content_main { height: auto; display: block; margin-bottom: 50px; }
  .industry__content_main .mainImage { height: 400px; margin-bottom: 50px; }
  .industry__content_more .moreContent { height: 600px; }
  .industry__content_more .moreContent__content_header { margin: 10px 0 20px -100px; }
}
@media screen and (max-width: 500px) {
  .industry__content_overview { padding: 75px 20px 50px; flex-direction: column; }
  .industry__content_overview .overview { margin-bottom: 50px; }
  .industry__content_main .content { padding: 0 20px; }
  .industry__content_recommended .recommendedCar { padding: 0 20px; }
  .industry__content_recommended .recommendedCar .owl-nav { display: none; }
  .industry__content_cta { padding: 0 20px; }
  .industry__content_more { padding: 75px 0; }
  .industry__content_more .moreContent { flex-direction: column; height: auto; }
  .industry__content_more .moreContent__img { height: 350px; }
  .industry__content_more .moreContent__content_header { margin: -30px 0 30px; width: 100%; }
  .h2-black, .h2-white { margin-left: 20px !important; }
}

.h2-black {
    font-family: "Hind", Sans-Serif;
    font-size: 20px;
  color: #000;
  letter-spacing: 7.71px;
  max-width: 1500px;
  margin: 25px auto 75px;
  text-transform: uppercase;
}

.h2-white {
    font-family: "Hind", Sans-Serif;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 7.71px;
    max-width: 1500px;
    margin: 25px auto 75px;
    text-transform: uppercase;
}/* End custom CSS */