.intro_img img {
  height: auto;
}

.sw_services .service-contents {
  padding: 20px;
  -webkit-box-shadow: 0px 4px 22px #ccc;
          box-shadow: 0px 4px 22px #ccc;
  margin-bottom: 30px;
}

.sw_services .service-contents p, .sw_services .service-contents a, .sw_services .service-contents h5 {
  color: #fff !important;
}

.sw_services img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_banner {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  background-color: #ff5722;
  background-image: url(../images/home/pixtaxi-sm-banner.jpg);
  background-attachment: initial !important;
  background-position: 100% 100% !important;
  font-size: 2.75rem;
  color: #000;
  background-repeat: no-repeat;
}

.home_banner .text-center {
  position: relative;
}

.multiple_services .service_box {
  text-align: center;
}

.multiple_services .service_box .cont_box .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.multiple_services .service_box .cont_box p {
  margin-top: 0;
}

.multiple_services .service_box img {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.car_gif img {
  width: 100%;
  margin-top: -20rem;
}
/*# sourceMappingURL=home.css.map */