/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

.banner {
  height: 60vh;
  background-image: url(img/hero.png);
  background-size: cover;
}

.banner .over-lay {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.479);
}

.banner .over-lay .button {
  position: relative;
}

.banner .over-lay .button .banner-button {
  padding-right: 50px;
  font-family: 'roman';
}

.banner .over-lay .button .click {
  background-color: #E53C35;
  -webkit-clip-path: polygon(41% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(41% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2px;
}

.banner .over-lay h1 {
  font-family: 'bold';
  font-size: 32px;
  margin-bottom: 40px;
}

.welcome {
  text-align: center;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.welcome .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.welcome p {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'roman';
  padding: 0 20px;
}

.welcome .button {
  position: relative;
  width: 48%;
  margin-top: 20px;
}

.welcome .button .welcome-button {
  padding-right: 50px;
  font-family: 'roman';
  background-color: black;
  color: white;
}

.welcome .button .click {
  background-color: #E53C35;
  -webkit-clip-path: polygon(41% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(41% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2px;
}

.services {
  margin: 50px 0;
  text-align: center;
}

.services .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.services .service-icon {
  display: none;
}

.services h3 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.services p {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'roman';
}

.testimonials {
  background-image: url(img/testimonial.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .over-lay {
  text-align: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.479);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonials .over-lay h2 {
  margin: 20px 0;
  font-size: 30px;
  font-family: 'bold';
  color: white;
}

.testimonials .over-lay .testimony {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
}

.testimonials .over-lay .testimony .testimonial-inner h3 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.testimonials .over-lay .testimony .testimonial-inner p {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'roman';
}

.gallery {
  padding: 0 20px;
  margin: 50px 0;
  text-align: center;
}

.gallery .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.gallery p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'roman';
}

.gallery .main-gallery {
  padding-top: 30px;
}

.gallery .main-gallery img {
  margin-bottom: 10px;
  width: 100%;
}

.gallery .main-gallery .pic1 {
  display: none;
}

.gallery .main-gallery .pic2 {
  display: none;
}

.gallery .main-gallery .pic4 {
  display: none;
}

.home-contact {
  background-image: url(img/contact.png);
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.home-contact .over-lay {
  text-align: center;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.479);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-contact .over-lay button {
  margin-top: 30px;
  font-family: 'roman';
  padding: 10px;
  border: 2px solid white;
  color: white;
  background-color: rgba(0, 0, 0, 0);
}

.hero {
  background-image: url(img/banner.png);
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero .over-lay {
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.274);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero .over-lay .path {
  position: absolute;
  bottom: 0;
  background-image: url(img/Path.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.hero .over-lay h1 {
  font-size: 45px;
  color: white;
  font-family: 'bold';
}

.about {
  margin: 50px 0;
  text-align: center;
}

.about .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.about .company p {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'roman';
}

.about .values {
  margin-top: 20px;
}

.about .values .values-inner p {
  font-size: 17px;
  margin: 10px 0;
  line-height: 1.4;
  font-family: 'roman';
}

.about .values .value-inner {
  display: none;
}

.about .mission p {
  font-size: 17px;
  margin: 10px 0;
  line-height: 1.4;
  font-family: 'roman';
}

.footer {
  background-color: #E53C35;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-family: 'roman';
}

.footer .footer-inner p {
  font-size: 17px;
  padding-top: 20px;
  line-height: 1.3;
}

.footer .footer-inner .icons {
  padding: 20px 0;
}

.footer .footer-inner .icons a {
  margin-right: 10px;
  font-size: 17px;
  color: white;
  border: 1px solid white;
  border-radius: 100%;
  padding: 7px;
}

.footer .footer-inner button {
  background-color: #E53C35;
  color: white;
  padding: 20px;
  border: 1px solid #E53c35;
  -webkit-box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.637);
          box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.637);
  margin: 20px 0;
}

.footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}

.footer .links h3 {
  width: 100%;
  font-size: 25px;
  font-family: 'bold';
  margin-bottom: 20px;
}

.footer .links a {
  width: 100%;
  color: white;
  font-size: 17px;
  margin: 7px 0;
}

.footer .footer-contact {
  margin: 30px 0;
}

.footer .footer-contact h3 {
  font-size: 25px;
  font-family: 'bold';
  margin-bottom: 20px;
}

.footer .footer-contact .icon {
  margin-bottom: 10px;
}

.footer .footer-contact .icon a {
  font-size: 17px;
  color: white;
}

.footer .footer-contact .icon p {
  font-size: 17px;
  padding: 10px 0;
  line-height: 1.3;
}

.footer .copyright {
  font-size: 17px;
  padding: 10px 0;
  line-height: 1.3;
}

.contact {
  text-align: center;
  margin: 50px 0;
}

.contact .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.contact .icon {
  margin-bottom: 10px;
}

.contact .icon a {
  font-size: 17px;
  color: #707070;
}

.contact .icon p {
  font-size: 17px;
  padding: 10px 0;
  line-height: 1.3;
  font-family: 'roman';
}

.contact .contact-form p {
  line-height: 1.3;
  font-family: 'roman';
}

.contact .contact-form form {
  margin-top: 20px;
}

.contact .contact-form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid black;
}

.contact .contact-form form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid black;
}

.contact .contact-form form ::-webkit-input-placeholder {
  color: black;
  font-family: 'roman';
}

.contact .contact-form form :-ms-input-placeholder {
  color: black;
  font-family: 'roman';
}

.contact .contact-form form ::-ms-input-placeholder {
  color: black;
  font-family: 'roman';
}

.contact .contact-form form ::placeholder {
  color: black;
  font-family: 'roman';
}

.contact .contact-form form button {
  background-color: #E53C35;
  color: white;
  padding: 20px;
  border: 1px solid #E53c35;
  font-family: 'roman';
}

.careers {
  text-align: center;
  margin: 50px 0;
}

.careers .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.careers p {
  font-size: 17px;
  padding: 10px 0;
  line-height: 1.4;
  font-family: 'roman';
}

.admin {
  margin: 50px 0;
  text-align: center;
}

.admin .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.admin .manager .managers-inner {
  display: none;
}

.admin .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.admin .slider .slick-dots li button {
  margin-right: 10px;
  background-color: black;
  width: 50px;
  height: 10px;
  color: white;
  font-size: 1px;
  border: 1px solid white;
}

.admin .slider h3 {
  font-family: 'bold';
  font-size: 22px;
  margin: 20px 0;
}

.admin .slider ul li {
  font-family: 'roman';
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.4;
}

.admin .slider .apply {
  background-color: #E53C35;
  color: white;
  padding: 20px;
  border: 1px solid #E53c35;
  font-family: 'roman';
}

.drivers {
  margin: 50px 0;
  text-align: center;
}

.drivers .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.drivers .manager .managers-inner {
  display: none;
}

.drivers h3 {
  font-family: 'bold';
  font-size: 22px;
  margin: 20px 0;
}

.drivers ul li {
  font-family: 'roman';
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.4;
}

.drivers .apply {
  background-color: #E53C35;
  color: white;
  padding: 20px;
  border: 1px solid #E53c35;
  font-family: 'roman';
}

.team {
  text-align: center;
  margin: 50px 0;
}

.team .heading h2 {
  margin: 20px 0;
  font-size: 25px;
  font-family: 'bold';
}

.team p {
  font-size: 17px;
  padding: 10px 15px;
  line-height: 1.4;
  font-family: 'roman';
}

.team .teams .item {
  margin: 10px 5px;
}

.team .teams .item .team-datails {
  display: none;
}

.team .teams .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .teams .slick-dots li button {
  margin-right: 10px;
  background-color: black;
  width: 50px;
  height: 10px;
  color: white;
  font-size: 1px;
  border: 1px solid white;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 568px) {
  .banner {
    height: 100vh;
  }
  .banner .over-lay {
    height: 100vh;
  }
  .banner .over-lay h1 {
    font-size: 38px;
    margin-top: 40px;
  }
  .welcome .button {
    width: 27%;
  }
  .testimonials {
    height: 140vh;
  }
  .testimonials .over-lay {
    height: 140vh;
  }
  .hero {
    height: 70vh;
  }
  .hero .over-lay {
    height: 70vh;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .banner {
    height: 60vh;
  }
  .banner .over-lay {
    height: 60vh;
  }
  .welcome .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .welcome .heading h2 {
    font-size: 35px;
  }
  .welcome p {
    font-size: 23px;
    padding: 20px 20px;
  }
  .welcome .button {
    width: 20%;
  }
  .testimonials {
    height: 50vh;
  }
  .testimonials .over-lay {
    height: 50vh;
  }
  .testimonials .over-lay .testimony .testimonial-inner h3 {
    font-size: 30px;
  }
  .testimonials .over-lay .testimony .testimonial-inner p {
    font-size: 20px;
  }
  .gallery .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .gallery p {
    font-size: 25px;
  }
  .home-contact {
    height: 30vh;
  }
  .home-contact .over-lay {
    height: 30vh;
  }
  .hero {
    height: 45vh;
  }
  .hero .over-lay {
    height: 45vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 7%;
  }
  .hero .over-lay .path {
    display: block;
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .over-lay .path a {
    font-size: 20px;
    color: white;
    margin: 20px;
    font-family: 'roman';
  }
  .hero .over-lay h1 {
    font-size: 60px;
  }
  .about {
    text-align: left;
  }
  .about .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .company p {
    font-size: 20px;
  }
  .about .values {
    margin-top: 0px;
  }
  .about .values .values-inner p {
    font-size: 20px;
    margin: 5px 0;
  }
  .about .mission p {
    font-size: 19px;
  }
  .about .mission-images {
    text-align: right;
  }
  .about .mission-images .last {
    display: none;
  }
  .footer {
    background-color: white;
    background-image: url(img/footer.png);
  }
  .careers .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .careers p {
    font-size: 20px;
  }
  .admin .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .admin .manager {
    position: relative;
    text-align: left;
  }
  .admin .manager .managers-inner {
    display: block;
    position: absolute;
    top: 0;
    background-color: white;
    padding: 8px;
  }
  .admin .manager .managers-inner h3 {
    font-size: 20px;
    font-family: 'roman';
  }
  .admin .slider {
    text-align: left;
  }
  .admin .slider .slick-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .admin .slider h3 {
    font-size: 22px;
    margin: 0px 0;
  }
  .admin .slider ul li {
    font-size: 20px;
    margin: 3px 0;
  }
  .drivers .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .drivers .manager {
    position: relative;
    text-align: left;
  }
  .drivers .manager .managers-inner {
    display: block;
    position: absolute;
    top: 0;
    background-color: white;
    padding: 2px 16px;
  }
  .drivers .manager .managers-inner h3 {
    font-size: 20px;
    font-family: 'roman';
  }
  .drivers .requirements {
    text-align: left;
  }
  .drivers .requirements h3 {
    font-size: 22px;
    margin: 0px 0;
  }
  .drivers .requirements ul li {
    font-size: 20px;
    margin: 3px 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner {
    height: 60vh;
  }
  .banner .over-lay {
    height: 60vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-left: 100px;
  }
  .banner .over-lay h1 {
    font-size: 75px;
    width: 50%;
    margin-bottom: 70px;
  }
  .welcome .heading h2 {
    font-size: 40px;
  }
  .welcome p {
    font-size: 25px;
    width: 90%;
  }
  .welcome .button {
    width: 15%;
  }
  .services .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .services .heading h2 {
    margin: 40px 0;
    font-size: 40px;
  }
  .services .services-inner {
    text-align: left;
  }
  .services .services-inner .service-img {
    position: relative;
  }
  .services .services-inner .service-img .service-icon {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: white;
    -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  }
  .services .services-inner h3 {
    font-size: 27px;
    margin-top: 30px;
  }
  .services .services-inner p {
    font-size: 20px;
  }
  .testimonials {
    height: 50vh;
  }
  .testimonials .over-lay {
    height: 50vh;
    text-align: left;
  }
  .testimonials .over-lay h2 {
    margin: 20px 0;
    font-size: 45px;
    font-family: 'bold';
    color: white;
  }
  .testimonials .over-lay .testimony {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding: 50px;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
  }
  .testimonials .over-lay .testimony .testimonial-inner h3 {
    font-size: 35px;
  }
  .testimonials .over-lay .testimony .testimonial-inner p {
    font-size: 22px;
  }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery .heading h2 {
    font-size: 50px;
  }
  .gallery p {
    font-size: 20px;
    width: 80%;
  }
  .gallery .main-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5%;
  }
  .gallery .main-gallery .gallery-inner {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery .main-gallery .gallery-inner .gallery-pic {
    width: 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .gallery .main-gallery .gallery-inner .gallery-pic .pic {
    margin-bottom: 10px;
  }
  .gallery .main-gallery .gallery-inner .pic1 {
    display: block;
    width: 49%;
    height: 373px;
  }
  .gallery .main-gallery .gallery-inner .pic2 {
    display: block;
    width: 100%;
    margin-right: 10px;
  }
  .gallery .main-gallery .gallery-inner-2 {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
  }
  .gallery .main-gallery .gallery-inner-2 .gallery-pic {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery .main-gallery .gallery-inner-2 .gallery-pic .pic3 {
    margin-left: 10px;
  }
  .gallery .main-gallery .gallery-inner-2 .pic4 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .home-contact {
    height: 40vh;
  }
  .home-contact .over-lay {
    height: 40vh;
  }
  .home-contact .over-lay img {
    width: 60%;
  }
  .home-contact .over-lay button {
    font-family: 'bold';
  }
  .hero {
    height: 60vh;
  }
  .hero .over-lay {
    height: 60vh;
  }
  .hero .over-lay .path {
    width: 32%;
  }
  .hero .over-lay .path a {
    font-size: 25px;
  }
  .hero .over-lay h1 {
    font-size: 110px;
  }
  .about .heading {
    width: 100%;
  }
  .about .heading h2 {
    font-size: 36px;
  }
  .about .company p {
    font-size: 22px;
  }
  .about .values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .values .values-inner {
    width: 78%;
  }
  .about .values .value-inner {
    width: 22%;
    display: block;
  }
  .about .values .value-inner h3 {
    font-size: 22px;
    margin: 13px 0;
    font-family: 'bold';
  }
  .about .mission {
    margin-top: 50px;
  }
  .about .mission p {
    font-size: 22px;
  }
  .about .mission-images {
    position: relative;
    margin-top: 50px;
  }
  .about .mission-images .last {
    display: block;
    position: absolute;
    top: 25%;
  }
  .footer {
    text-align: left;
    padding-top: 20px;
    background-size: cover;
  }
  .footer .footer-inner {
    text-align: center;
  }
  .footer .footer-inner .logo {
    margin-left: -100px;
  }
  .footer .footer-inner p {
    text-align: left;
    font-size: 20px;
  }
  .footer .links {
    padding-left: 120px;
  }
  .footer .links a {
    margin-left: 20px;
  }
  .footer .footer-contact {
    padding-left: 30px;
  }
  .footer .footer-contact h3 {
    text-align: center;
  }
  .footer .footer-contact .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-contact .icon a {
    margin: 13px 30px;
  }
  .footer .copyright {
    text-align: right;
    margin-top: 25px;
  }
  .contact {
    text-align: left;
    margin-top: 100px;
  }
  .contact p {
    font-size: 22px;
  }
  .contact .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .contact .heading h2 {
    font-size: 35px;
  }
  .contact .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .icon a {
    margin: 13px 30px;
  }
  .careers .heading h2 {
    font-size: 45px;
  }
  .careers p {
    font-size: 22px;
  }
  .admin .heading h2 {
    font-size: 35px;
  }
  .admin .manager .managers-inner {
    padding: 10px;
  }
  .admin .manager .managers-inner h3 {
    font-size: 25px;
  }
  .admin .slider h3 {
    font-size: 30px;
  }
  .admin .slider ul li {
    font-size: 20px;
    margin: 22px 0;
  }
  .drivers .heading h2 {
    font-size: 35px;
  }
  .drivers .manager .managers-inner {
    padding: 5px 10;
  }
  .drivers .manager .managers-inner h3 {
    font-size: 25px;
  }
  .drivers .requirements h3 {
    font-size: 30px;
  }
  .drivers .requirements ul li {
    font-size: 20px;
    margin: 16px 0;
  }
  .team .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team .heading h2 {
    font-size: 30px;
  }
  .team p {
    font-size: 22px;
    padding: 10px 50px;
  }
  .team .teams .item {
    position: relative;
    padding-bottom: 100px;
  }
  .team .teams .item .team-datails {
    display: block;
    position: absolute;
    top: 36%;
    left: 22%;
  }
  .team .teams .item .team-datails .icons {
    opacity: 0;
  }
  .team .teams .item .team-datails .icons a {
    background-color: #E53C35;
    color: white;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .team .teams .item .team-datails .icons:hover {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .team .teams .item .team-datails .information {
    background-color: white;
    padding: 5px;
    margin-top: 20px;
    -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);
            box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .team .teams .item .team-datails .information h3 {
    font-size: 30px;
    font-family: 'bold';
  }
  .team .teams .item .team-datails .information p {
    font-size: 25px;
    font-family: 'roman';
  }
  .team .teams .item .information:hover {
    background-color: #E53C35;
    color: white;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .banner {
    height: 100vh;
  }
  .banner .over-lay {
    height: 100vh;
  }
  .welcome .button {
    width: 12%;
  }
  .testimonials {
    height: 100vh;
  }
  .testimonials .over-lay {
    height: 100vh;
  }
  .testimonials .over-lay .testimony {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 50px;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
  }
  .testimonials .over-lay .testimony .testimonial-inner h3 {
    font-size: 35px;
  }
  .testimonials .over-lay .testimony .testimonial-inner p {
    font-size: 20px;
  }
  .gallery .main-gallery img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .main-gallery .gallery-inner .pic1 {
    width: 50%;
    height: 493px;
  }
  .home-contact {
    height: 80vh;
  }
  .home-contact .over-lay {
    height: 80vh;
  }
  .home-contact .over-lay img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-contact .over-lay button {
    padding: 20px;
  }
  .hero {
    height: 100vh;
  }
  .hero .over-lay {
    height: 100vh;
  }
  .hero .over-lay .path {
    width: 23%;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
/*# sourceMappingURL=style.css.map */