.about-image {
  position: relative;
  background: url("../images/about-image-bg.svg") right 50px bottom 25px no-repeat;
  padding-bottom: 100px;
  margin-right: 40px;
  padding-left: 10px;
}
.about-img-1 { 
  position: relative;
} 
.about-img-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.about-img-2::before {
  content: "";
  position: absolute;
  inset: -8px 0px 0px -8px;
  width: 100%;
  height: 100%; 
  z-index: 1;
}
.about-img-1 img,.about-img-2 img {border-radius: 75px 
}
.about-content-body {
  margin-bottom: 30px;
}
.reveal {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.about-trusted-booking {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-trusted-booking .icon-box {
  position: relative;
  margin-right: 20px;
  padding: 10px 0px 0px 10px;
}

.trusted-booking-content {
  width: calc(100% - 94px);
}
.trusted-booking-content h3 {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4px;
  margin-top: 3px
}
.sociallks a .fa {
  padding: 15px 10px !important;
  font-size: 20px !important;
  width: 50px !important;
  text-align: center !important;
  text-decoration: none !important;
  margin: 5px 2px !important;
  border-radius: 50%;
}
    .sociallks a .fa:hover {
        opacity: 0.7;
    }

    .sociallks .fa-facebook {
        background: #3B5998;
        color: white;
    }

    .sociallks .fa-twitter {
        background: #55ACEE;
        color: white;
    }

    .sociallks .fa-google {
        background: #dd4b39;
        color: white;
    }

    .sociallks .fa-linkedin {
        background: #007bb5;
        color: white;
    }

    .sociallks .fa-youtube {
        background: #bb0000;
        color: white;
    }

    .sociallks .fa-instagram {
        background: #125688;
        color: white;
    }
   
    .contactptxt {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .abtsptxt {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .about-content .content-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        position: relative;
        padding-left: 36px;
    }

    .about-section .about-content .content-list img {
        width: 26px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-section .about-content .content-list h6 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
    }
.contact-whatsapp {
  width: 50px;
  position: fixed;
  bottom: 110px;
  left: 15px;
  z-index: 9999;
  display: inline-block;
  animation: up-down 1s infinite;
}

@keyframes up-down {
0% {
  transform: translateY(0px);
}
50% {
  transform: translateY(20px);
}
100% {
  transform: translateY(0px);
}
}
.btn-sonar {
  background: #ed3237;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  outline: 0;
  position: fixed;
  text-align: center;
  line-height: 52px;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}
.btn-sonar img {
  width: 30px;
  height: 30px;
  animation: rotate-img 1s infinite;
}

.btn-sonar::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%; 
  top: 0;
  left: 0;
  animation: sonar-effect 1s ease-in-out .1s infinite;

}

@keyframes sonar-effect {
    0% {
  opacity: .3;
}
40% {
  opacity: .5;
  box-shadow: 0 0 0 5px #ed3237,0 0 10px 10px #ed3237,0 0 0 10px #ed3237;
}
100% {
  box-shadow: 0 0 0 5px #ed3237,0 0 10px 10px #ed3237,0 0 0 10px #ed3237;
  transform: scale(1.5);
  opacity: 0;
}
}
.why-choose-us{padding: 40px 0px;}
.why-choose-item .icon-box {
  position: relative;
  padding: 5px 0px 0px 5px;
  margin-right: 20px;
}
.why-choose-item .icon-box::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ed3237;
  opacity: 10%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.why-choose-content {
  width: calc(100% - 52px);
}
.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.why-choose-item {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.why-choose-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../images/why-choose-car-img.png') no-repeat; 
  background-position: bottom center;
  background-size: 100% auto;
  z-index: 1;
}
.why-choose-item {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.section-titlebox h2 { 
  margin-top: 10px;
  margin-bottom: 25px;
}
.section-titlebox h1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 38px;
}
.section-titleboxes h1 {
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 38px;
}
.section-titlebox h3 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: capitalize;
  color: #ed3237;
  padding-left: 25px;
  margin-bottom: 15px;
}
.section-titlebox h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon-sub-heading.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: left center;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.section-titlebox p{font-size:18px;text-align: justify}
.section-row .section-title {
  width: 100%; 
  margin: 0 auto;
    margin-bottom: 0px;
  text-align: center;
  margin-bottom: 0;
}
.section-row .service-item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 30px;
  padding: 30px 18px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.section-row .service-item:hover {
  position: relative;
  background-color: #f6751f;
  border: 1px solid #ececec;
  border-radius: 30px;
  padding: 30px 18px;
  height: calc(100% - 30px);color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.section-icon-btn {
  background-color: #ed3237;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.section-icon-btn img {
  max-width: 14px;
  transition: all 0.4s ease-in-out;
}.service-footer {
  position: relative;
  z-index: 1;
}
.section-row .service-item .icon-box {
  position: relative;
  padding: 10px 0px 0px 10px;
  margin-bottom: 30px;
  z-index: 1;
}
.section-row .service-item .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed3237;
  opacity: 10%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.section-row .service-item:hover .icon-box::before { 
  background-color: #ed3237; 
}
.section-row .service-content {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-item:hover .section-icon-btn {
  background-color: #000;
}
.section-row .service-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.section-row .service-content p {
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #f67219 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;    
    background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 30px;
  padding: 20px;min-height: 240px
}
.single-testimonial-item p{
    text-align: justify!important
        
}
 
.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}