@charset "UTF-8";
:root {
  --mainBlack: #222;
  --mainWhite: #fff;
  --mainRed: red;
  --mainGray: #f4f4f4;
  --mainText: #444;
  --mainSubtitle: #888;
  --mainHighlight: #f16226;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hind", sans-serif;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1170px;
  }
}
body h1, body h2, body h3 {
  font-family: "Poppins", sans-serif;
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #222;
}
body a:hover {
  text-decoration: none;
  color: #f16226;
}
body img {
  height: auto;
}
body ul {
  list-style-type: none;
  padding-left: 0;
}

.btn, .more, form .button-holder button {
  color: #fff;
  margin-bottom: 0;
  font: 600 14px/40px Poppins;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  height: 50px;
  line-height: 46px;
  margin-top: 34px;
  padding: 10px 40px;
}
.btn:hover, .more:hover, form .button-holder button:hover {
  color: #222;
  background: #fff;
}

.error-message {
  color: red;
}

.top-header {
  padding: 0;
  background: #222;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-header a {
  color: #fff;
  line-height: 44px;
}
.top-header a:hover {
  color: #f16226;
}
.top-header a span {
  margin-left: 10px;
}
.top-header i {
  opacity: 0.6;
  font-size: 15px;
}
.top-header .header-social a:not(:first-of-type) {
  margin-left: 10px;
}
.top-header .lang-switch {
  text-transform: uppercase;
  height: 30px;
  text-align: right;
}
.top-header .lang-switch .lng {
  display: inline-block;
  color: transparent !important;
  padding: 0 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  width: 33px;
  height: 20px;
  margin-top: 5px;
}
.top-header .lang-switch .lng:not(:first-of-type) {
  margin-left: 15px;
}
.top-header .lang-switch .lng.lng-en {
  background-image: url("/theme_ba_auto/img/flag_en.svg");
}
.top-header .lang-switch .lng.lng-hu {
  background-image: url("/theme_ba_auto/img/flag_hu.svg");
}
.top-header .lang-switch .lng.lng-de {
  background-image: url("/theme_ba_auto/img/flag_de.svg");
}

header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: #fff;
}
header .bottom {
  padding: 40px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .bottom .header-logo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 42px;
  width: auto;
}
header .navbar {
  background: #fff;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 1;
}
header .navbar .navbar-collapse {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  header .navbar .navbar-collapse {
    padding-bottom: 0;
  }
}
header .navbar ul > li {
  padding: 0 15px;
}
header .navbar ul > li a {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 44px;
}
header .navbar ul > li a:hover {
  color: #f16226;
}
header .navbar ul > li.submenu {
  position: relative;
}
header .navbar ul > li.submenu ul {
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  list-style: none;
  font-size: 12px;
}
@media (min-width: 1200px) {
  header .navbar ul > li.submenu ul {
    display: none;
    position: absolute;
    float: left;
    text-align: left;
    min-width: 200px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
header .navbar ul > li.submenu:hover ul {
  display: block;
}
@media (min-width: 1200px) {
  header .navbar ul.navbar-nav > li:last-of-type {
    padding-right: 0;
  }
}
header .navbar ul.navbar-nav > li:last-of-type a {
  background: #f16226;
  display: inline-block;
  height: 44px;
  margin-bottom: 0;
  padding: 0 20px;
  font: 600 12px/40px Poppins;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: white;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
header .navbar ul.navbar-nav > li:last-of-type a:hover {
  background: #222;
}
@media (min-width: 1200px) {
  header .navbar {
    background: initial;
    position: static;
    width: auto;
    text-align: right;
  }
}
header.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header.scrolled .header-logo {
  height: 30px;
}
header.scrolled .bottom {
  padding: 15px 0;
}

footer {
  position: relative;
  color: #fff;
}
footer .top {
  background: url("/theme_ba_auto/img/footer_bg.webp") no-repeat center center;
  background-size: cover;
  padding-bottom: calc(90px + 3rem);
  z-index: 0;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  footer .top {
    padding-bottom: calc(50px + 3rem);
    padding-top: 90px;
  }
}
footer .top:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.9);
  z-index: -1;
}
footer .top i {
  width: 22px;
  text-align: center;
}
footer .top .footer-links a {
  color: #888;
  padding-left: 19px;
  position: relative;
}
footer .top .footer-links a:hover {
  color: #f16226;
}
footer .top .footer-links a:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
footer .top .footer-contact a {
  color: #fff;
}
footer .top .footer-contact a:hover {
  color: #f16226;
}
footer .top .text-box {
  line-height: 1.86;
  color: #888;
}
footer .top h5 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
footer .top h5:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 15px;
  content: "";
  vertical-align: middle;
  background: #f16226;
}
footer .bottom {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
footer .bottom .hyperfocus {
  filter: brightness(100);
}

#toTop {
  border: none;
  bottom: 30px;
  color: #f16226;
  font-size: 28px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  z-index: 100;
}
#toTop:before {
  position: absolute;
  content: "";
  z-index: 10;
  top: -24px;
  left: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
}
#toTop:after {
  position: absolute;
  content: "";
  top: -38px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 25px solid transparent;
  border-bottom-width: 33px;
  border-bottom-style: solid;
  border-left: 25px solid transparent;
}
#toTop:hover:before {
  border-bottom-color: #f16226;
}
#toTop:hover:after {
  border-bottom-color: #222;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}

.error {
  margin-top: 200px;
  margin-bottom: 200px;
}
.error .clip {
  display: inline-block;
  margin: 20px;
  font-size: 50px;
}
.error .clip .shadow {
  width: 90px;
  height: 90px;
  background-color: #f16226;
  border-radius: 50%;
  color: #fff;
  line-height: 90px;
}

.page-0:not(.page-home) section.top {
  padding: 0;
  position: relative;
}
.page-0:not(.page-home) section.top:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 0;
}
.page-0:not(.page-home) section.top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.page-0:not(.page-home) section.top .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
}
.page-0:not(.page-home) section.top .title:before {
  display: block;
  width: 50px;
  height: 3px;
  margin: 13px auto 0;
  content: "";
  background-color: #f16226;
  left: calc(50% - 25px);
}
.page-0:not(.page-home) section.top .title:after {
  display: none;
}
.page-0:not(.page-home) section.top .title .breadcrumb {
  display: inline-flex;
}
.page-0:not(.page-home) section.top .title .breadcrumb a {
  color: #fff;
}
.page-0:not(.page-home) section.top .title .breadcrumb a:hover {
  color: #f16226;
}
.page-0:not(.page-home) section.top .title h1, .page-0:not(.page-home) section.top .title h2 {
  font-size: 50px;
  font-weight: 700;
}
.page-0:not(.page-home) h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
}

/**
Section styles
 */
section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.title .inner {
  text-align: center;
}

.gray-bg {
  background: #f4f4f4;
}
.gray-bg.with-image {
  background: url("/theme_ba_auto/img/bg-7.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 75px 0;
  background-attachment: fixed;
}
.gray-bg.with-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  opacity: 0.8;
  z-index: -1;
}

section.slider-container {
  padding: 0 !important;
}
section.slider-container .row, section.slider-container .col-12 {
  padding: 0;
  margin: 0;
}
section.slider-container #slider {
  height: 600px;
  position: relative;
  z-index: 0;
}
section.slider-container #slider img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.slider-container #slider .image-container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.5;
  z-index: 0;
}
section.slider-container #slider .carousel-caption {
  z-index: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  left: 50px;
}
@media (min-width: 992px) {
  section.slider-container #slider .carousel-caption {
    right: 50px;
    left: auto;
    text-align: left;
    width: 45%;
  }
}
section.slider-container #slider .carousel-caption h1, section.slider-container #slider .carousel-caption h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.05);
  font-size: 32px;
}
@media (min-width: 992px) {
  section.slider-container #slider .carousel-caption h1, section.slider-container #slider .carousel-caption h2 {
    font-size: 60px;
  }
}
section.slider-container #slider .carousel-caption h1 small, section.slider-container #slider .carousel-caption h2 small {
  font-weight: 300;
}
section.slider-container #slider .carousel-caption .btn {
  padding: 0 36px;
  height: 44px;
  line-height: 40px;
  position: relative;
  background: #f16226;
  border-color: #f16226;
  margin-top: 10px;
}
section.slider-container #slider .carousel-caption .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #f16226;
}
section.slider-container #slider .carousel-caption .btn span {
  line-height: 40px;
}
section.slider-container #slider .carousel-caption .btn:after {
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 13px;
  content: "";
  background-color: #fff;
  left: 0;
  position: absolute;
  bottom: -30px;
}
section.slider-container #slider .carousel-control-prev-icon, section.slider-container #slider .carousel-control-next-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
section.slider-container #slider .carousel-control-prev-icon:after, section.slider-container #slider .carousel-control-next-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  content: "";
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  margin-left: -3px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section.slider-container #slider .carousel-indicators {
  display: none;
}
section.slider-container #slider .carousel-control-next-icon {
  right: 0;
  left: auto;
}
section.slider-container #slider .carousel-control-next-icon:after {
  margin-left: -11px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.row.owl-carousel .col-12 {
  width: 100% !important;
}

section.services .container-inner > .row {
  margin-top: -20px;
  background-color: #f4f4f4;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}
section.services .top-service {
  vertical-align: top;
  border-bottom: 3px solid transparent;
  z-index: 3;
  text-align: center;
  padding: 45px 5% 60px;
}
section.services .top-service .box:hover:before, section.services .top-service .box:hover h2 a {
  color: #f16226;
}
section.services .top-service .box:hover:after {
  left: 0;
  right: 0;
  width: 100%;
}
section.services .top-service .btn-wrapper {
  height: 0;
  opacity: 0;
}
section.services .top-service .btn-wrapper .more:after, section.services .top-service .btn-wrapper form .button-holder button:after, form .button-holder section.services .top-service .btn-wrapper button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
@media (min-width: 992px) {
  section.services .top-service {
    text-align: left;
    padding: 45px 5% 75px;
  }
}
section.services .top-service:nth-of-type(1) .box:before {
  content: "\f1b9" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services .top-service:nth-of-type(2) {
  border-bottom-color: #ccc;
  background-color: rgba(204, 204, 204, 0.15);
}
section.services .top-service:nth-of-type(2) .box:before {
  content: "\f4c0" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services .top-service:nth-of-type(3) .box:before {
  content: "\f4df" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services .top-service h2 {
  line-height: 1.1;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 18px;
  font-size: 16px;
}
section.services .top-service p {
  font-size: 14px;
}
section.services .top-service .box, section.services .top-service .inner {
  line-height: 24px;
  text-align: start;
}
@media (min-width: 768px) {
  section.services .top-service .box, section.services .top-service .inner {
    text-align: center;
  }
}
@media (min-width: 992px) {
  section.services .top-service .box, section.services .top-service .inner {
    text-align: start;
  }
}
section.services .top-service .box {
  position: relative;
  height: 100%;
  display: flex;
}
@media (min-width: 768px) {
  section.services .top-service .box {
    display: block;
  }
}
section.services .top-service .box:before {
  line-height: 1;
  font-size: 54px;
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  section.services .top-service .box:before {
    margin-bottom: 15px;
  }
}
section.services .top-service .box:after {
  position: absolute;
  bottom: -15px;
  content: "";
  background: #f16226;
  width: 20px;
  height: 3px;
  left: calc(50% - 10px);
  right: calc(50% - 10px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  section.services .top-service .box:after {
    left: 0;
    right: auto;
  }
}
section.services .top-service .box .inner {
  padding-left: 30px;
}
@media (min-width: 768px) {
  section.services .top-service .box .inner {
    padding-left: 0;
  }
}

section.services-detail {
  position: relative;
  padding-top: 95px;
  padding-bottom: 0;
  margin-bottom: 95px;
  background: url("/theme_ba_auto/img/footer_bg.webp") no-repeat fixed center;
  background-size: cover;
}
section.services-detail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
}
section.services-detail .col-12 {
  z-index: 2;
}
section.services-detail .title h2, section.services-detail .title p {
  color: #fff;
}
section.services-detail div:not(.title) > .box {
  margin-top: 57px;
  margin-bottom: -90px;
  padding: 40px 30px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-color: #f4f4f4;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}
section.services-detail div:not(.title) > .box:after {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 10px);
  content: "";
  background: #f16226;
  width: 20px;
  height: 3px;
}
section.services-detail div:not(.title) > .box h2 {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 600;
}
section.services-detail div:not(.title) > .box p {
  font-size: 14px;
  color: #444;
}
section.services-detail .service-box {
  display: flex;
}
section.services-detail .service-box .inner:before {
  font-size: 54px;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
section.services-detail .service-box:nth-of-type(2) .inner:before {
  content: "\f573" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services-detail .service-box:nth-of-type(3) .inner:before {
  content: "\f873" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services-detail .service-box:nth-of-type(4) .inner:before {
  content: "\f5e1" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}
section.services-detail .service-box:nth-of-type(5) .inner:before {
  content: "\f4df" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
}

section.counter {
  padding: 75px 0;
  text-align: center;
}
section.counter .stat-number h2 {
  font-size: 36px;
  color: #f16226;
}
section.counter .stat-number p {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
}
section.counter .stat-number:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #eee;
}

section.cta-duo {
  background: url("/theme_ba_auto/img/bg-5.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  section.cta-duo {
    padding-bottom: 50px;
  }
}
section.cta-duo h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
}
section.cta-duo h2 strong {
  display: block;
  margin-top: 6px;
  font-size: 36px;
  text-transform: uppercase;
}
section.cta-duo:after {
  background-color: #f16226;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.cta-duo .col-12:nth-of-type(1) {
  text-align: end;
  padding: 20px 20px 30px;
}
@media (min-width: 768px) {
  section.cta-duo .col-12:nth-of-type(1) {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  section.cta-duo .col-12:nth-of-type(1) .inner {
    max-width: 80%;
    margin-left: 30%;
  }
}
@media (min-width: 992px) {
  section.cta-duo .col-12:nth-of-type(1) .inner {
    max-width: 50%;
    margin-left: 50%;
  }
}
section.cta-duo .col-12:nth-of-type(2) {
  padding: 101px 20% 75px 5%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  background: rgba(34, 34, 34, 0.8);
  position: relative;
  background: url("/theme_ba_auto/img/bg-3.jpg") no-repeat center;
  background-size: cover;
  margin: 0;
}
@media (min-width: 768px) {
  section.cta-duo .col-12:nth-of-type(2) {
    margin: -80px 0;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
section.cta-duo .col-12:nth-of-type(2):after {
  background-color: #222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta {
  background: #f16226;
  text-align: center;
}
.cta h2 {
  line-height: 50px;
}
.cta h2 a {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

/**
PageBox styles
 */
.title {
  position: relative;
  padding-bottom: 12px;
}
.title:after, .title:before {
  position: absolute;
  bottom: 5px;
  width: 30px;
  height: 1px;
  content: "";
  background: #f16226;
  left: calc(50% - 35px);
}
.title:after {
  left: calc(50% + 5px);
}
.title .box:after {
  position: absolute;
  bottom: 12px;
  width: 40px;
  height: 1px;
  content: "";
  background: #f16226;
  left: calc(50% - 20px);
}
.title h2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.08;
}
.title p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.875;
  color: #888;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #fff;
  background: #ececec;
  border-radius: 2px !important;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.faq .accordion-item span {
  margin-right: 10px;
  line-height: 45px;
  border-radius: 12px;
  text-align: center;
  color: #f16226;
}
.faq .accordion-item span:before {
  width: 25px;
  height: 45px;
  content: "?" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-weight: 700;
}
.faq .accordion-button:not(.collapsed) {
  color: #222;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid #222;
}
.faq .accordion-button {
  border-radius: 0;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  box-shadow: none;
  position: relative;
  margin-bottom: 4px;
  white-space: collapse;
  letter-spacing: 0.01em;
  color: #222;
}
.faq .accordion-button:after {
  content: "\f078" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-weight: 200;
  color: #f16226;
  background-image: none;
}
.faq .accordion-button:not(.collapsed)::after {
  content: "\f078" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-weight: 200;
  color: #222;
  transform: rotate(-180deg);
  background-image: none;
}
.faq .accordion-body {
  color: #888;
}
@media all and (max-width: 992px) {
  .faq .faq-right {
    margin-bottom: 50px;
  }
  .faq .accordion-button {
    font-size: 16px;
  }
}

.faq-left h2 a {
  font: 600 24px/1.2 Poppins;
  letter-spacing: 0.01em;
  color: #222;
}
.faq-left .more, .faq-left form .button-holder button, form .button-holder .faq-left button {
  background: #f16226;
  border-color: #f16226;
}
.faq-left img {
  border-radius: 2px;
}

.testimonial-holder {
  padding-top: 30px;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
}
.testimonial-holder:before {
  content: "\f005\f005\f005\f005\f005" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  text-align: center;
  width: 100%;
  color: #f16226;
  font-size: 21px;
}

.testimonial-item {
  position: relative;
  padding: 0 0 4px 80px;
}
.testimonial-item:after {
  position: absolute;
  top: 33px;
  left: 10px;
  width: 60px;
  height: 50px;
  font: 130px/1 Poppins;
  content: "“";
  color: #f16226;
}
.testimonial-item .wrap {
  padding: 15px 20px 20px 0;
  font: 500 16px/1.5 Hind;
  letter-spacing: 0.01em;
  color: #444;
  margin: 20px 0 0;
  position: relative;
}
.testimonial-item .testimonial-text {
  margin-bottom: 10px;
  font-weight: 400;
}
.testimonial-item .testimonial-writer {
  display: block;
  margin-top: 32px;
  font: 600 16px/1 Poppins;
  letter-spacing: 0.02em;
  color: #222;
}
.testimonial-item .testimonial-writer:before {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 11px;
  content: "";
  vertical-align: super;
  background: #f16226;
}

.page-contact iframe {
  height: 100%;
  min-height: 450px;
}

form .form-group {
  margin-bottom: 20px;
}
form .form-group input {
  border-radius: 0;
}
form .form-group textarea {
  border-radius: 0;
  min-height: 150px;
}
form .button-holder button {
  padding: 0 36px;
  height: 44px;
  line-height: 40px;
  position: relative;
  background: #f16226;
  border-color: #f16226;
  margin-top: 10px;
}

.rent-view section.top {
  height: 200px;
  background-position: center;
  background-image: url("/theme_ba_auto/img/bg-5.jpg");
}
.rent-view section.top .container, .rent-view section.top .row {
  height: 100%;
}
.rent-view section.top h2 {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
.rent-view section.top h2:after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 13px auto 0;
  content: "";
  background-color: #f16226;
}
.rent-view .title-holder {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.rent-view .title-holder h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}
.rent-view .vehicle-images {
  margin-top: 35px;
}
.rent-view .vehicle-images .main-image {
  position: relative;
}
.rent-view .vehicle-images .main-image .vignette, .rent-view .vehicle-images .main-image .casco {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f16226;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 2px;
}
.rent-view .vehicle-images .main-image .casco {
  top: 70px;
}
.rent-view .vehicle-images .rent-view-carousel {
  margin-top: 10px;
}
.rent-view .price-box {
  margin-bottom: 5px;
  padding: 8px 10px 6px;
  font: 600 30px Poppins;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #f16226;
}
.rent-view .description-box {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 40px 37px 23px;
}
.rent-view .description-box h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.rent-view .description-box h3:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  background: #f16226;
}
.rent-view .detail-box {
  margin-bottom: 25px;
  padding: 40px 37px 23px;
  text-transform: uppercase;
  font-size: 14px;
  background: #f4f4f4;
  color: #888;
}
.rent-view .detail-box .row {
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
.rent-view .detail-box .detail-value {
  font-weight: 600;
  color: #222;
}
.rent-view .limits-box {
  margin-bottom: 8px;
  padding: 18px 20px 14px 25px;
  font-family: "Poppins", sans-serif;
  border: 3px solid #eee;
  border-radius: 2px;
}
.rent-view .limits-box .limit-name {
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.rent-view .limits-box .limit-name i {
  width: 30px;
  text-align: center;
  left: 5px;
  position: absolute;
  font-size: 24px;
  margin-right: 10px;
}
.rent-view .limits-box .limit-value {
  color: #f16226;
  font-size: 18px;
  font-weight: 700;
}
.rent-view .contact-box, .rent-view .phone-box {
  margin-top: 27px;
  padding: 17px 20px 15px;
  font-family: "Poppins", sans-serif;
  border-bottom: 3px solid #f16226;
  border-radius: 2px;
  background: url("https://pro-theme.com/html/motorland/assets/media/components/b-banner/bg-2.jpg") no-repeat 50%;
  background-size: cover;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.rent-view .phone-box {
  border: none;
  background: #f16226;
}
.rent-view .phone-box a {
  color: #fff;
}
.rent-view .phone-box a:hover {
  color: #222;
}
.rent-view .inquiry-form-holder {
  padding: 20px;
  background: #f4f4f4;
}

.vehicles-holder {
  margin-top: 54px;
}

.vehicle-item:hover h4 a {
  color: #f16226;
}
.vehicle-item:hover .card {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
}
.vehicle-item .card {
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vehicle-item .card .card-body {
  border: 1px solid #eee;
  padding: 0 11px;
  text-align: center;
}
.vehicle-item img {
  width: 100%;
  object-fit: cover;
}
.vehicle-item h4 {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.vehicle-item h4 a {
  color: #222;
}
.vehicle-item .sub-title {
  background-color: #f16226;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.vehicle-item .price {
  color: #f16226;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.vehicle-item .param {
  text-align: center;
  padding: 0 5px;
  line-height: 38px;
  font-weight: 500;
  font-size: 12px;
  color: #888;
  border: 1px solid #eee;
  font-family: "Poppins", sans-serif;
}
.vehicle-item .param.mid {
  border-left: 0;
  border-right: 0;
}

/*# sourceMappingURL=style.css.map */
