@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700,800|Nunito:600&display=swap');

body {
  font-family: "Nunito", sans-serif;
  background-color: #1e1e1d;
  color: #ffffff;
}
p {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.navbar {
  font-family: "Montserrat", sans-serif;
  padding: 0;
}

.headerlinks a {
  color: #eee82c;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.headerlinks a:hover {
  color: #ff2e05;
}

#top-header {
  background-image: url(/img/bg/header-dark-bg.jpg);
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
}

#autonav {
  background-color: #eee82c;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#autonav a.nav-link {
  color: black;
  margin: 0 .5rem 0 .5rem;
}

#autonav a.nav-link:hover {
  color: #eee82c;
}

a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.8) 30%,
      #000 50%,
      rgba(0, 0, 0, 0.8) 70%);
  -webkit-mask-size: 200%;
  animation: shine 1s infinite;
  background-color: black;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

@media only screen and (max-width:45em) {
  a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg,
        rgba(0, 0, 0, 0.8) 30%,
        #000 50%,
        rgba(0, 0, 0, 0.8) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
    background-color: black;
    width: 30%;
  }

  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }

    to {
      -webkit-mask-position: -50%;
    }
  }
}



.navbar-toggler-icon {
  background-image: url("/img/menu.svg");
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.wob {
  background-color: white;
  color: black;
}

.btn-autob {
  color: black;
  padding: 1rem;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 1) 30%,
      #eee82c 50%,
      rgba(0, 0, 0, 0.75) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  border: 1px solid #eee82c;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.btn-autob:hover {
  color: #eee82c;
  background-color: #1e1e1d !important;
  -webkit-mask-image: none;
}

.boy h6 {
  color: #eee82c;
}

.boy i {
  color: #ff2e05;
}

.boy ul {
  list-style-type: none;
}

.boy a {
  color: #eee82c;
}

.card-body {
  color: black;
}

.hvr-bounce-to-bottom:before {
  background: #eee82c !important;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.carousel-caption {
  color: white;
  bottom: 12rem;
  background-color: rgba(10, 9, 8, 0.3);
  width: 50%;
  padding: 3rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.carousel-caption h3 {
  font-size: 3vw;
  opacity: 1;
  text-align: left;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.carousel-caption p {
  font-size: 2rem;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.row.d-flex.align-items-center {
  background: #eee82c;
  color: black;
}

.page-footer {
  background-color: black;
  color: #eee82c;
}

.page-footer h6 {
  color: white;
}

.page-footer a {
  color: #eee82c;
}

.page-footer a:hover {
  color: #ff2e05;
  text-decoration: none;
}

.page-footer hr {
  background-color: #eee82c;
}

.bow {
  background: #1e1e1d;
  color: white;
  text-align: justify;
}

.bow #datepicker {
  background: yellow;
  color: black;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
  color: white;
}

.yb {
  background-color: #eee82c;
  color: #1e1e1d;
}

.yb hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.yb a {
  color: #ff2e05;
}

.br {
  background-color: #ff2e05;
  color: #eee82c;
}

.by {
  background-color: #1e1e1d;
  color: #eee82c;
}

.ds {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.tds {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.img-fluid {
  width: 100%;
}

.plogo {
  max-height: 100px;
  width: auto;
}

.binder {
  width: 300px;
  height: auto;
}

.paral {
  min-height: 30vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.paral h1 {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -65px;
  padding-top: 150px;
  height: 300px;
  font-size: 5vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paralsec {
  background-image: url("/img/bg/truckdriver.jpg");
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec1 {
  background-image: url("/img/bg/track.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec2 {
  background-image: url("/img/bg/container-slider-background.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec3 {
  background-image: url("/img/bg/bgb-1.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec4 {
  background-image: url("/img/bg/bgb-2.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec5 {
  background-image: url("/img/bg/bgb-3.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec6 {
  background-image: url("/img/bg/bgb-4.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.paralsec7 {
  background-image: url("/img/bg/bgb-5.jpg");
  background-position: top;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}


.paralbanner {
  background-image: url("/img/banners/about.jpg");
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  background-position: top;
  background-size: cover;
}

.paralbanner2 {
  background-image: url("/img/banners/contact_us.jpg");
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  background-position: top;
  background-size: cover;
}

.paralbanner3 {
  background-image: url("/img/banners/gallery.jpg");
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  background-position: top;
  background-size: cover;
}

.paralbanner4 {
  background-image: url("/img/banners/services.jpg");
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  background-position: top;
  background-size: cover;
}


.jumbotron {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div#autobahnservices {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#autobahnservices .card-header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 3px 1px rgba(0, 0, 0, 0.22);
  background-color: #1e1e1d;
}

#autobahnservices .card-header h2.mb-0 button.btn.btn-link {
  color: #eee82c;
  text-decoration: none;
}

#autobahnservices .card-header h2.mb-0 button.btn.btn-link:hover {
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.6) 30%,
      #000 50%,
      rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.gallery-thumb {
  max-width: 250px;
  padding: 0.1rem;
  margin: 1rem;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #eee82c;
}

@media only screen and (max-width:45em) {
  .gallery-thumb {
    max-width: 100px;
  }
}


.container-fluid-full {
  padding: 0 !important;
}

.info {
  color: #eee82c;
}

.shoutout {
 background-color: #eee82c;
  color: black;
  padding: 1rem 0;
  height: auto;
}
.shoutout div{
  font-family: "Montserrat", sans-serif;;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  width:50%;
  margin: 0 auto;
}

a.btn.btn-autob.mb-3.mt-2.hvr-outline-in {
  color: #eee82c;
  text-align: center;
  margin: 0 auto;
}

.bow ul {
  list-style-type: none;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  color: 000;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

.contactusicons a {
  color: #1e1e1d;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.6) 30%,
      #000 50%,
      rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.contactusicons a:hover {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.services-img-header {
  object-fit: cover;
  height: 250px;
}

.btn-warning {
  background: #eee82c;

}

.btn-warning:hover {
  background: #eee82c;
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.8) 30%,
      #000 50%,
      rgba(0, 0, 0, 0.9) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}
.main-crd-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1vw;
  padding-top: 1vw;
  background-color: #1e1e1d;
  color: white;
  width: 100%;
}
