* {
  transition: all .3s ease-in-out;
}

.mar_on_bottom {
  margin-bottom: 50px;
}

.cl-dgray {
  color: #424242;
}

.cl-dgrayHero {
  color: #3A3A3A;
}


.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

/* .piano-bg {
    background-image: url("../img/piano.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  } */


.p-b-64 {
  padding-block: 64px;
}

.weight-700 {
  font-weight: 700;
}

.weight-900 {
  font-weight: 700;
}

.w-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.font-17px {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-22 {
  font-size: 22px;
}

.font-15 {
  font-size: 15px;
}

.font-28px {
  font-size: 28px;
}

.font-34 {
  font-size: 34px;
}

.mw-900 {
  max-width: 1200px;
  margin: auto;
}


.pd-block-40px {
  padding-block: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.cl-orange {
  color: #FF7B47 !important
}

.cl-white {
  color: #FFFFFF;
}

.bg-orange {
  background-color: #FF7B47;
}

.bg-white {
  background: #ffffff;
}

.hero-card {}

.hero-section h1.service {
  font-size: 28px;
  font-weight: bold;
}


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 320px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  box-shadow: 0px 3px 10px -6px #424242;
  transform-style: preserve-3d;
}

.flip-card-front img {
  height: calc(100% - 30px);
  object-fit: contain;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  background-color: #F8F8F8;
  color: #424242;
  transform: rotateY(180deg);
  line-height: 1.6em;
  align-content: center;
}

/*service-Included section start*/
#serivce-included.padd_on_top h2 {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
}

.form-inline button:hover {
  background: #f89067 !important;
  color: white !important;
  scale: 1.05
}

#serivce-included .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

#serivce-included .owl-nav button:hover {
  background: #ff7b47 !important;
}

#serivce-included .owl-carousel .owl-stage-outer {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

#serivce-included .item h5 {
  color: #424242;
  font-size: 17px;
  line-height: 24.3px;
  font-weight: 500;
  padding-bottom: 8px;
  height: max-content;
}

#serivce-included .item p.text-muted {
  color: rgba(66, 66, 66, 1);
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 400;
  padding: 0 10px;
}

#serivce-included .owl-theme .owl-nav {
  display: flex;
  justify-content: start;
  position: absolute;
  gap: 64px;
  top: 0;
  width: 100%;
  width: max-content !important;
}

#serivce-included .owl-theme .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 -20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

/*one stop section end*/




.serivce-included button.owl-prev {
  padding: 10px !important;
  border: 0;
  border-radius: 50% !important;
  box-shadow: 0px 0px 30px -13px #000000;
}


#testimonial-section {
  background-color: #F8F8F8;
}


.work-content {
  color: #424242;

  h4 {
    font-size: 70px;
    color: #808080;
    font-weight: 700;
    line-height: 1em;
  }

  h2 {
    font-weight: 700;
    font-size: 22px;
  }

  p {
    font-size: 17px;
    color: #424242;
    font-weight: 400;
  }
}


/* moveEasy tyle */
#moveEasy .owl-carousel .owl-stage-outer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.fs-40 {
  font-size: 40px;
}

#quotes .row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.mx-width-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


/* car transort */
.bg-cl-light {
  background-color: #F8F8F8;
}

#serivce-included .owl-stage {
  padding-block: 15px;
}

.br-20 {
  border-radius: 20px;
}

@media (max-width: 767.48px) {
  .bg-url {
    background-image: none !important;
     }
}

@media (min-width: 768px) {
  .piano-bg {
    background-image: url("../img/piano.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mw-350 {
    max-width: 350px;
  }

  .fs-md-70 {
    font-size: 70px;
  }

  .h-md-400 {
    height: 400px;
    object-fit: cover;
  }
}

@media (max-width: 767.48px) {
  #serivce-included .owl-theme .owl-nav button {
    scale: .8;
  }

  .fs-sm-22 {
    font-size: 22px !important;
  }

  .fs-sm-14 {
    font-size: 14px;
  }

  .hero-section {
    min-height: max-content;
  }

  #serivce-included .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 100% !important;
  }

  .pos-sm-relative {
    position: relative !important;
  }

  #serivce-included .item {
    width: 80%;
    margin: auto;

  }

  #serivce-included .owl-nav button {
    margin: 0px !important;
  }

  .h-sm-200 {
    height: 200px;
    object-fit: cover;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .fs-sm-14 {
    font-size: 14px;
  }
}

@media (max-width: 468px) {
  .pill-shape span {
    width: 47%;
    text-align: center;
    font-size: 14px;
  }
}