/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Karla", sans-serif;
  background-color: #f8f8f8;
  overflow: hidden;
}

section {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.title h2 {
  font-size: 42px;
}

.overlay {
  height: 100%;
  width: 100%;
}

#vehiclesAutoEnkler {
  width: 100%;
  min-height: 700px;
  height: 80%;
}

a {
  color: #025b6f;
}

/*==========================================================

                    2. START NAVBAR STYLESHEET

===========================================================*/

.navbar-default {
  background-color: #026e85;
  border: none;
}

nav ul li {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #f8f8f8;
}

.navbar-default ul .active {
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav.shrink {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .navbar-header a img {
  max-width: 100px;
  margin: 5px;
}

/*==========================================================

                    3. START HEADER STYLESHEET

===========================================================*/

.home {
  background-image: url(http://via.placeholder.com/3000x1778);
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100vh;
  width: 100%;
  position: relative;
  color: #f8f8f8;
  padding: 0;
}

.home-classic {
  background-attachment: inherit;
}

.home-youtube {
  overflow: hidden;
}

.home-youtube .overlay {
  position: absolute;
}

.home .youtube #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 1386px;
  height: 780px;
  background-position: center center;
}

.home .title {
  position: relative;
  top: calc((100vh / 2) - 90px);
}

.home .title h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 1px 3px 5px #555;
}

.home .title p {
  margin: 10px 38% 45px;
  font-size: 16px;
  text-shadow: 1px 3px 5px #555;
}

.home .title a {
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #f8f8f8;
  display: block;
  margin: auto;
  color: #f8f8f8;
  text-transform: uppercase;
  border-radius: 20px;
}

.home .down a i {
  text-decoration: none;
  color: #ededf5;
  display: inline-block;
  position: absolute;
  left: 49%;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  animation: translate 2.5s ease-in-out infinite;
}

@keyframes translate {
  0% {
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateY(12px) scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.9;
  }
}

.home a i.one {
  bottom: 35px;
}
.home a i.two {
  bottom: 24px;
}
.home a i.three {
  bottom: 13px;
}

/*==========================================================

                    4. START ABOUT STYLESHEET

===========================================================*/

.about .info p {
  color: #333333;
  padding-bottom: 15px;
  line-height: 1.7;
  font-size: 15px;
}

.about .info .hire {
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: auto;
  color: #f8f8f8;
  text-transform: uppercase;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
}

.about .info img {
  width: 450px;
  margin: auto;
}

.about .social-media {
  text-align: center;
  margin: 25px;
}

.about .social-media a {
  display: inline-block;
  color: #f8f8f8;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about .social-media a:hover {
  background: #f8f8f8;
}

/*==========================================================

                    5. START TESTIMONIALS STYLESHEET

===========================================================*/

.testim {
  background-image: url(http://via.placeholder.com/2731x666);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 0;
  color: #f8f8f8;
  position: relative;
}

.testim .overlay {
  position: relative;
  padding: 80px 0;
}

.testim img {
  border-radius: 50%;
  margin-bottom: 17px;
}

.testim p:first-of-type {
  padding-bottom: 0;
}

.testim p {
  padding-bottom: 15px;
  line-height: 1.7;
  font-style: italic;
  font-size: 15px;
  padding: 0 10px;
}

.testim span {
  font-size: 19px;
  margin-top: 28px;
  display: block;
}

.testim .swiper-container {
  width: 100%;
  height: 100%;
}

.testim .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.testim .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.testim .swiper-button-prev {
  left: 18%;
}

.testim .swiper-button-next {
  right: 18%;
}

/*==========================================================

                    6. START SERVICES STYLESHEET

===========================================================*/

.serv .title p {
  margin: 20px 28% 69px;
  color: #777;
  line-height: 1.7;
}

.serv h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.serv .info p {
  margin: 0 22px;
}

.serv .info img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 80px;
}

.serv .info .icon {
  border: 2px solid #dbdede;
  width: 170px;
  margin: 0 auto 20px;
  height: 170px;
  line-height: 170px;
  border-radius: 20% 5px 5px;
  background-color: #fdfdfd;
}

.service-card {
  max-width: 350px;
}

/*==========================================================

                    7. START VIDEO STYLESHEET

===========================================================*/

.video {
  background-image: url(http://via.placeholder.com/3000x1778);
  background-size: cover;
  background-position-y: 66%;
  background-attachment: fixed;
  height: 270px;
  width: 100%;
  padding: 0;
  position: relative;
}

.video .overlay-video {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.video .video-button {
  position: relative;
  top: 32%;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 50%;
}

.video .video-button i {
  color: #f8f8f8;
  text-align: center;
  position: absolute;
  left: 36%;
  top: 28%;
  font-size: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-play {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay-play .cancel {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay-play:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: relative;
  margin: 123px auto;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #666;
  max-width: 700px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.popup h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* pop-up close button 'x' */

.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 37px;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

.popup .close:hover {
  opacity: 1;
}

.popup .content {
  max-height: 400px;
  overflow: auto;
  text-align: center;
}

.embedded-video {
  width: 100%;
  max-width: 100%;
  height: 325px;
  max-height: auto;
}

/*==========================================================

                    8. START TEAM STYLESHEET

===========================================================*/

.team .title {
  margin-bottom: 0;
}

.team .title p {
  margin: 20px 28%;
  color: #777;
  line-height: 1.7;
}

.team .info h3 {
  margin: 15px 0 2px;
}

.team .info span {
  padding-bottom: 14px;
  display: block;
  color: #777;
  letter-spacing: 2px;
}

.team .info p {
  color: #666;
  margin: 0 14px 20px;
  line-height: 1.7;
}

.team .social-media {
  text-align: center;
  margin: 25px;
}

.team .social-media a {
  display: inline-block;
  color: #f8f8f8;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team .social-media a:hover {
  background: #f8f8f8;
}

.team .img-team img {
  border-radius: 10px;
}

.team .swiper-container {
  width: 100%;
  padding-top: 50px;
}
.team .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 370px;
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0))
  ) !important;
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  ) !important;
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  ) !important;
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  ) !important;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  ) !important;
}

.team .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E") !important;
}

.team .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E") !important;
}

/*==========================================================

                    9. START WORK STYLESHEET

===========================================================*/

.work {
  color: #f8f8f8;
  height: 100%;
  width: 100%;
  padding: 0;
}

.work .overlay {
  padding: 80px 0;
}

.work .title p {
  margin: 20px 28% 80px;
  line-height: 1.7;
}

.work .show-more,
.work .show-less {
  background: transparent;
  border: 1px solid #ccc;
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #f8f8f8;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.work .info {
  text-align: center;
}

.work .show-less {
  display: none;
}

.work .items-box {
  overflow: hidden;
}

.work .items-box .item {
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}

.work .items-box .item .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.work .items-box .item .over h4 {
  font-family: "Kaushan Script", sans-serif;
  font-size: 30px;
  margin-top: 10%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.work .items-box .item .over p {
  color: #f8f8f8;
  margin: 0 10% 30px;
  display: block;
  font-size: 13px;
}

.work .items-box .item .over button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 23px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.work .items-box .item .over button:hover {
  background: #fff;
}

.work .items-box .item .over:hover {
  opacity: 1;
}

.less {
  display: none;
}

/*==========================================================

                    10. START PRICE STYLESHEET

===========================================================*/

.price .title p {
  margin: 20px 28% 80px;
  line-height: 1.7;
  color: #777;
}

.price .info .my-price {
  max-width: 240px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 10px #e8e7e7;
  margin: auto;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price .info .my-price:hover h3,
.price .info .my-price:hover span,
.price .info .my-price:hover p {
  color: #fff;
}

.price .info .my-price:hover::after,
.price .info .my-price:hover a {
  background-color: #fff;
}

.price .info .my-price::after {
  content: "";
  position: absolute;
  top: -26px;
  right: 12px;
  transform: rotate(-45deg);
  width: 22px;
  height: 100px;
  overflow: hidden;
  display: block;
}

.price .info .my-price h3 {
  margin: 55px 0 34px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
  font-size: 28px;
}

.price .info .my-price span {
  color: #333;
  font-size: 55px;
  margin-bottom: 30px;
  display: block;
}

.price .info .my-price span::after {
  content: "$";
  font-size: 25px;
  vertical-align: top;
}

.price .info .my-price p {
  color: #777;
  margin: 28px;
}

.price .info .my-price a {
  color: #f8f8f8;
  padding: 6px 26px;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 7px 0 28px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.price .info .my-price .star-basic,
.price .info .my-price .star-standard,
.price .info .my-price .star-premium {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #fff;
  z-index: 9;
  font-size: 12px;
}

.price .info .my-price .star-standard:first-of-type {
  right: 24px;
  top: 11px;
}

.price .info .my-price .star-standard:last-of-type {
  right: 11px;
  top: 24px;
}

.price .info .my-price .star-premium:first-of-type {
  right: 30px;
  top: 6px;
}

.price .info .my-price .star-premium:last-of-type {
  right: 6px;
  top: 30px;
}

/*==========================================================

                    11. START CLIENT STYLESHEET

===========================================================*/

.client {
  padding: 0;
}

.client img {
  margin: auto;
}

.client .overlay {
  padding: 20px 0;
}

/*==========================================================

                    12. START CONTACT STYLESHEET

===========================================================*/

.contact {
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
  min-width: 96%;
  height: 40px;
  padding: 10px;
  margin: 0 auto 22px;
  display: block;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.contact form textarea {
  height: 180px;
}

.contact form input[type="submit"] {
  position: relative;
  left: 2%;
  padding: 5px 45px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact .info p {
  color: #4D4D4D;
  margin-bottom: 25px;
  line-height: 1.8;
}

.contact .icons i {
  position: absolute;
  font-size: 19px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

.contact .info-cont {
  position: relative;
  left: 64px;
  top: 5px;
  display: inline-block;
  margin-bottom: 27px;
}

.contact .info-cont h4,
.contact .info-cont span {
  letter-spacing: 1px;
}

.contact .info-cont span {
  color: #4D4D4D;
}

/*==========================================================

                    13. START FOOTER STYLESHEET

===========================================================*/

.footer {
  padding: 50px 0;
}

.footer img {
  margin: auto;
}

.footer .social-media i {
  display: inline-block;
  color: #f8f8f8;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 20px 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-media .fa-facebook:hover {
  background-color: #3b5999;
}

footer .social-media .fa-twitter:hover {
  background-color: #55acee;
}

footer .social-media .fa-google-plus:hover {
  background-color: #dd4b39;
}

footer .social-media .fa-pinterest:hover {
  background-color: #bd081c;
}

.copyright {
  margin-bottom: 10px;
}

.copyright span {
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Start ScrollTop */

.scrolltop {
  position: relative;
  display: none;
}

.scrolltop i {
  z-index: 999;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}

/* End ScrollTop */

/* Start Loading */

.loading-overlay {
  background: #fff;
  color: #444;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding-left: 0;
  padding-top: 10%;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.home-slider .slider .slides {
  height: calc(100vh - 50px) !important;
  background-color: transparent;
}

.home-slider .overlay {
  position: absolute;
}

.home-slider .slider .slides li.active {
  z-index: 0;
}

.home-slider .slider .indicators {
  z-index: 1;
  left: 37px;
  top: calc(50vh - 56px);
  width: 20px;
}

.home-slider .slider .indicators .indicator-item {
  background-color: transparent;
  border: 1px solid #fff;
}

.home-slider .slider .indicators .indicator-item.active {
  background-color: #fff;
}

.home-slider .slider h3 {
  font-family: "Lobster Two", sans-serif;
  font-size: 5rem;
}

.home-slider .slider h5 {
  font-size: 18px;
}

.home-slider .slider .slides .slide1 {
  background-image: url(../images/Autohaus_1.jpg);
  background-size: cover;
}

.home-slider .slider .slides .slide2 {
  background-image: url(../images/Autohaus_2.jpg);
  background-size: cover;
}

.home-slider .slider .slides .slide3 {
  background-image: url(../images/eu_importe_3.jpeg);
  background-size: cover;
}

.home-slider .slider .slides .caption {
  top: calc((100vh / 2) - 90px);
}

.home-slider .slider .slides li {
  height: 100vh;
}

.home-slider .slider .indicators .indicator-item {
  height: 14px;
  width: 14px;
}

nav.navbar-slider {
  box-shadow: none;
  height: 60px;
}
