.breadcrumb {
  position: relative;
  height: 400px;
  min-height: 400px;
}

.breadcrumb-wrap {
  position: absolute;
  top: 30%;
  z-index: 2;
  width: 50%;
}

.breadcrumb img {
  object-fit: cover;
  object-position: center center;
}

.breadcrumb:after {
  content: "";
  background: #000000ad;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
}

.title-two {
  color: #fff;
  font-size: 25px;
}

.breadcrumb-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

ul.icon-list li {
  position: relative;
  padding-left: 25px;
}

ul.icon-list li:before {
  content: "";
  background: url(../img/arrow-right.webp);
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 5px;
}

ul.icon-list.icon-w li:before {
  filter: brightness(0) invert(1);
}


.trusted-review {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  background: #f9f9f9;
  padding: 15px;
  box-shadow: 0 3px 6px rgb(231 231 231 / 16%), 0 3px 6px rgb(213 213 213 / 23%);
  height: 100%;
}

.trusted-text .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}


.plans {
  background: #fff;
  text-align: center;
  padding: 30px;
  box-shadow: 0 3px 6px rgb(231 231 231 / 16%), 0 3px 6px rgb(213 213 213 / 23%);
  border-radius: 25px;
  width: 80%;
  margin: 0 auto;
}

.plans p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
}


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


.contact1-section-area .contact-auhtor-area {
  border-radius: 4px;
  background: #F4F3EF;
  padding: 48px 32px;
}

.space20 {
  height: 20px;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area {
  background: #ffffff;
  padding: 32px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area .clock-img {
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area .clock-img img {
  transition: all 0.4s ease-in-out;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area .content {
  padding-left: 75px;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area .content h4 {
  color: #070812;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 16px;
}

.contact1-section-area .contact-auhtor-area .contact-widget-area .content a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  line-height: 26px;
  display: block;
  text-decoration: none;
}

.form-control {
  width: 100%;
  outline: none;
  background: #ffffff;
  height: 46px;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 0 !important;
}

.form-select {
  width: 100%;
  outline: none;
  background: #ffffff;
  height: 46px;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 0 !important;
}

.map-section-area {
  margin: 50px 0;
}



.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  margin: 0 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


@media (max-width: 991px) {
   
   .breadcrumb-wrap { width: 100%; left: 0; padding: 0 15px; text-align: center; }
   .title { font-size: 20px;  }
   .title-two {font-size: 16px; }
   .breadcrumb-wrap p { font-size: 14px; line-height: 22px; }
   .trusted-review { height: inherit; margin: 10px 0; }
   .btn-sec a { margin: 5px 0; }
   .plans { margin: 0 auto; margin-bottom: 10px; }
   .about-text { margin-top: 25px; }
   .logos-slide img { margin: 0 20px; height: inherit !important; width: inherit !important; }
    
}


