@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
  margin: 0;
  padding: 0;
}
body{
  background-color: #efefef;
}
.banner {
  background-color: #c5d0e4;
  padding: 40px 0;
}

.vl {
  border-right: 3px solid #fff;
}

.owl-carousel .item {
  margin: 5px;
}
.owl-carousel .item img {
  display: block;
  width: 80%;
  height: 50px;
}

@media only screen and (min-width: 767px) {
  .form-section form{
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #form-1 {
    display: flex;
    justify-content: center;
  }

  .card-section .card-section2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.card-section {
  padding: 40px 0;
}

.cards {
  width: 90%;
}

.card--1 .card__img,
.card--1 .card__img--hover {
  background-image: url("../images/card/all_vehicle.png");
}

.card--1 .card__img2,
.card--1 .card__img2--hover {
  background-image: url("../images/card/auto.png");
}

.card--1 .card__img3,
.card--1 .card__img3--hover {
  background-image: url("../images/card/courier.png");
}

.card--1 .card__img4,
.card--1 .card__img4--hover {
  background-image: url("../images/card/sell_old_car.png");
}

.card--2 .card__img,
.card--2 .card__img--hover {
  background-image: url("../images/card/bike.png");
}

.card--2 .card__img2,
.card--2 .card__img2--hover {
  background-image: url("../images/card/taxi.png");
}

.card--2 .card__img3,
.card--2 .card__img3--hover {
  background-image: url("../images/card/bargain.jpg");
}

.card--2 .card__img4,
.card--2 .card__img4--hover {
  background-image: url("../images/card/refer.png");
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #ad7d52;
}

.card__time {
  font-size: 12px;
  color: #ad7d52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card__img2 {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__img3 {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card__img4 {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card__img2--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card__img3--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card__img4--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}

.card1 {
  margin-right: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  width: 33.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}

/* @media only screen and (min-width: 767px) {
  .carding:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.1, 1.1);
  }
} */

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}

.card__category {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.card__by {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ad7d52;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__img2--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__img3--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__img4--hover {
  height: 100%;
  opacity: 0.3;
}
.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}