@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/* Header */
.custom-header .custom-main-header .logo-1,
.custom-header .custom-main-header .logo-2 {
  height: 60px;
}
.section-padding {
  padding: 100px 0;
}
/* About us */
.about-us-content .counters-stats {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  gap: 40px;
}

.about-us-content .counters-stats li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-us-content .counters-stats li .counter {
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.about-us-content .counters-stats li .counter-text {
  opacity: 0.8 "";
}
.why-choose-us {
  background: linear-gradient(180deg, #f3f3f3, transparent);
}
.client-slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.client-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #003087;
  width: 16px;
  border-radius: 6px;
}
.client-slider .client-logo {
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.client-slider .swiper-slide {
  margin: 4px;
}
.social-icons i {
  background: #fff;
}
address span {
  display: flex;
}

address span a {
  font-size: 14px;
}
#purchase-now a i {
  position: relative;
  font-size: 32px;
}
#purchase-now a {
  background: #46c256;
}

/* Header */
.custom-header {
  background: #fff;
  position: relative;
}

.custom-header #mainmenu li > a {
  color: #000;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
    .custom-header #mainmenu li > ul li > a {
        color: #000;
        font-size: 13px;
        line-height:20px;   
        font-family: "Figtree", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
    }
    .custom-header #mainmenu li > ul li > a:hover {
      background:#003087;
      color:#fff;
    }

.topbar-widget {
  height: auto;
}

#topbar.text-light a {
  line-height: normal;
}

.topbar-widget i {
  margin-top: 0;
}
#topbar .social-icons i {
  color: var(--primary-color);
  width: 30px;
  height: 30px;
  margin-top: 0;
  line-height: 30px;
  padding: 0;
}

.banner-content {
  display: flex;
  align-items: flex-end;
  /* margin-top: -160px; */
}

.banner-content h1 {
  background: rgb(0 0 0 / 40%);
  padding: 20px;
  border-radius: 10px;

  width: max-content;
  backdrop-filter: blur(1px);
  margin-bottom: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 6px black;
  line-height: 60px;
}
.inner-page-banner-title {
  padding: 10px;
  border-radius: 10px;
  width: max-content;
  backdrop-filter: blur(1px);
}
.inner-page-banner-title h1 {
  margin: 0px;
}

.aboutus-section {
  border-top: 5px solid #003087;
}
    .aboutus-section .about-image {
        border: 10px solid #003087;
        height: 400px;
        margin-bottom: 30px;
    }
    .aboutus-section .about-image {
        border: 10px solid #003087;
        height:100%;
        width:100%;
        object-fit:contain;
    }

    .de_count h3 {
        background-color: #000;
    }
/* .top-banner-section {
  margin-top: 120px;
} */
.custom-card {
  background-color: #e1eefa;
  border: none;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  height: 100%;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #003087;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.icon-circle i {
  font-size: 24px;
}

.contact-link {
  color: #003087;
  text-decoration: none;
  font-weight: bold;
}
.custom-card .card-body p {
  margin-bottom: 0;
}
.custom-card .card-body h3 {
  margin-bottom: 0;
  margin-top: auto;
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 8px;
}

.check-list li i {
  position: relative;
  top: 6px;
}
.cta-contain-wrapper p {
  font-size: 24px;
}
.inner-page-banner {
  min-height: 400px;
}
.de-item .d-img {
  text-align: center;
}
.fleet-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
