/* Header */
.pbmit-header-overlay {
  position: relative;
}
.site-navigation ul.navigation > li > a {
  color: #000;
}
.site-header .pbmit-social-links li a {
  color: #000;
}
.header-style-1 .pbmit-button-box-second a {
  padding: 10px 15px;
}
.pbmit-btn .pbmit-button-icon-wrapper {
  margin-left: 0px;
}
.pbmit-title-bar-wrapper {
  border-radius: 0px;
}
.pbmit-title-bar-content {
  padding: 0px 0 0;
}
.pbmit-menu-wrap {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pbmit-title-bar-wrapper {
  margin: 0;
}
.pbmit-tab .nav .nav-item a:not(.active) {
  border-bottom: 1px solid var(--pbmit-blackish-color);
}
.pbmit-tab .nav .nav-item a::before {
  height: 1px;
}
#allLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../img/web-images/loading2.gif) no-repeat
    center center;
  z-index: 10000;
}
.klickgo-alert-success {
  background-image: url("../img/web-images/success.svg");
  display: block;
  height: 28px;
  width: 28px;
  background-size: contain;
}

.klickgo-alert-error {
  background-image: url("../img/web-images/error.svg");
  display: block;
  height: 28px;
  width: 28px;
  background-size: contain;
}
/* Banner */
body {
  background-color: unset;
  overflow-x: hidden !important;
}
.pbmit-slider-bg {
  background-size: cover;
}
.pbmit-slider-one .pbmit-slider-item {
  padding: unset;
}
.about-section-one .about-fid-wrap {
  padding: 40px 40px 40px 40px;
}
.section-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-section-one .about-widget-wrap.evCar {
  background-image: url(../img/web-images/custom-tailored-price.png);
  background-size: cover;
  background-color: unset;
  margin: 0 5px 0 5px;
}
.pbminfotech-post-item.cardHeight,
.pbmit-box-content-wrap.cardHeight {
  height: 100%;
}
.justify-content {
  justify-content: end;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle::before {
  content: unset;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
  padding-left: 0;
}
.about-section-one .about-widget-wrap {
  background-image: url(../img/web-images/trained-delivery-expert.png);
}
.about-section-one .widget-wrap.bg-business-img {
  background-color: unset !important;
  background-image: url(../img/web-images/personal-business-solution.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.pbmit-ihbox-contents {
  padding: 0 120px 0 0;
}
.pbmit-tab-inner-content {
  padding-left: 0px;
}
.tab-content {
  margin-left: 0px;
}
.tab-section-one {
  background-image: url(../img/web-images/logo.png);
  /* background-size: contain; */
  background-position: top right;
}
.k-logo {
  background-image: url(../img/web-images/logo.png);
  background-size: 30%;
  background-position: center left;
  background-repeat: no-repeat;
}
.pbmit-heading-subheading .pbmit-subtitle::before {
  content: unset;
}
.faviconImg {
  width: 15px;
  height: 15px;
}
.pbmit-heading-subheading .pbmit-subtitle {
  padding: 0px 0px 0px 0px;
}
.tab-section-one .tab-image {
  background-image: url(../img/web-images/about-us-in.jpg);
}
.about-section-one .about-fid-wrap.bg-black {
  background-color: var(--pbmit-blackish-color) !important;
}
.about-section-one .about-fid-wrap.bg-green {
  background-color: var(--pbmit-green-color) !important;
}
.bg-padd {
  padding: 60px 0;
}
.header-style-1 .pbmit-button-box-second {
  background-color: unset;
}
.about-section-one .ihbox-wrap {
  background-image: unset;
  background: #000;
}
.pbmit-fid-icon-title {
  margin-top: 20px;
}
.svg {
  width: 100px;
}
.svgCar {
  width: 150px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
  display: block;
}
.about-section-one .ihbox-wrap .ihbox-background-overlay {
  background-color: unset;
  background-image: unset;
  opacity: 1;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
  margin-bottom: 60px;
}
.pbminfotech-ele-fid-style-5 {
  height: 100%;
}
.pbmit-fld-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
#overlays {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  cursor: pointer;
  border-radius: 30px 30px 30px 30px;
}
.rg-3 {
  row-gap: 30px;
}
.rg-10 {
  row-gap: 10px;
}
.cardsServices {
  padding: 30px 30px;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 25px #dfdfdf;
  height: 100%;
  background-color: #fff;
}
.cardsServices:hover {
  background-color: var(--pbmit-green-color);
  color: #fff;
}
.cardsServices:hover h4 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cardsServices:hover .serviceBtn .pbmit-btn {
  border: 1px solid #fff;
  color: #fff;
}
.cardsServices .truck-hover {
  display: none; /* Hide the white truck by default */
}
.cardsServices:hover .truck-default {
  display: none; /* Hide the default truck on hover */
}
.cardsServices:hover .truck-hover {
  display: block; /* Show the white truck on hover */
}
.serviceBtn .pbmit-btn {
  padding: 0;
  border: 1px solid #000;
  color: #000;
  background-color: unset;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceBtn .pbmit-btn span {
  margin: 0;
}
.cta-main {
  padding: 60px 0 60px 0;
}
.pbmit-slider-one {
  border-radius: 0px;
  margin: 0px 0px 0;
}
.cta-section {
  padding: 30px 0;
  border-radius: 20px;
}
.bg-green {
  background-color: #47ac4c;
}
.ctaBtn {
  background: transparent;
  border: 1px solid #fff;
}
/* Footer */
.site-footer.footer-style-1 {
  margin: 0 0px;
  border-radius: 0px;
}
.footer-style-1 .pbmit-footer-widget-col-1 .widget {
  padding-right: 0px;
}
.pbmit-social-links {
  margin-top: 30px;
}
.green {
  color: #47ac4c !important;
}
.list-group-item i {
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #fff;
}
.site-footer {
  background-image: unset;
}
.footer-style-1 .pbmit-footer-text-inner {
  padding: 30px 0;
}
.list-group-item {
  display: flex;
}
.pbmit-two-column-menu.widget_text ul > li {
  width: unset;
}
.site-footer .widget {
  padding-top: 0px;
}
.widget ul a {
  color: #fff;
}
.widget ul a:hover {
  color: var(--pbmit-green-color);
}
.pbmit-tab .nav-item a::before {
  height: 1px;
  background-color: var(--pbmit-green-color);
}
.about-section-one .about-one-col-1,
.about-section-one .about-one-col-2,
.about-section-one .about-one-col-3 {
  border-radius: 30px;
  overflow: hidden;
}
.about-section-one .about-widget-wrap,
.about-section-one .about-fid-wrap {
  transition: all 0.3s ease-in-out;
}
.about-one-col-1 .about-widget-wrap:hover,
.about-one-col-2 .about-fid-wrap:hover,
.about-one-col-3 .about-fid-wrap:hover {
  transform: scale(1.05);
  overflow: hidden;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
  content: url("../img/fav-icon-.png");
  /* opacity: 0.5; */
}
.marquee-section-two {
  padding: 60px 0px 60px 0px;
}
.pbmit-service-style-1 .pbmit-service-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}
/* About Us */
.pbmit-heading-desc {
  text-align: justify;
}
.tab-section-one .pbmit-contentbox.pl-30 {
  padding: 0px 0px 0px 40px;
}
.tab-section-one .pbmit-contentbox.pr-30 {
  padding: 0px 0px 0px 0px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
  min-height: 350px;
}
.bg-k {
  background: url(../img/web-images/logo.png) #e1ffe3;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.noBg {
  background-image: none;
  overflow-x: hidden;
}
.pbmit-ihbox-style-15 .pbmit-element-title a {
  text-decoration: unset;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box {
  justify-content: start;
  align-items: start;
}
.pbmit-ihbox-contents {
  padding: 0 0px 0 0;
}
.pl-0 {
  padding-left: 0px;
}
/* Services */
.bg-grey {
  background: #f7f7f7;
}
.pbmit-service-style-1 .pbmit-box-content-wrap::before {
  background-color: #f7f7f7;
}

/* Contact */
.contact-us-section .contact-us-wrap {
  padding: 35px 0px 0px 0px;
}
.cont-sec-padd {
  padding: 60px 0;
}
.pbmit-icon-wrapper.pbmit-icon-type-icon .fa-phone,
.pbmit-icon-wrapper.pbmit-icon-type-icon .fa-building,
.pbmit-icon-wrapper.pbmit-icon-type-icon .fa-mail-forward {
  color: #47ac4c;
}
/* Footer */
.imgFooter {
  width: 120px;
}
.about-section-one.cta-main.bg-grey {
  overflow: hidden;
}
.not-found-padd {
  padding: 60px 0 0px 0;
}
.mainTitle.notFound h2 {
  font-size: 150px;
  line-height: 160px;
  font-weight: 600;
}
.message-status {
  margin-top: 10px;
}
.pbmit-service-style-1 .pbmit-service-title a {
  display: block;
}
@media (max-width: 1200px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: unset;
    padding-left: unset;
  }
  .tab-section-one .tab-wrap {
    padding: 0px 0px 0px 0px;
  }
  .row > * {
    padding-right: unset;
    padding-left: unset;
  }
  .row {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .about-section-one .about-widget-wrap {
    margin: 10px 0px 0px 0px;
  }
  .navbar-toggler {
    color: black;
  }
  .tab-section-one .pbmit-contentbox.pl-30 {
    padding: 0px 0px 0px 0px;
  }
  .pbmit-heading-subheading .pbmit-title.acc {
    margin-top: 25px !important;
  }
  .pbmit-heading-subheading.animation-style4.m-0 {
    margin-top: 25px !important;
  }
  /* .pbmit-heading-subheading .pbmit-title {
    padding-left: 15px;
  } */
  .cta-section {
    border-radius: 0px;
  }
  .cta-main {
    padding: 30px 0 0px 0;
  }
  .tab-section-one .pbmit-contentbox.pr-30 {
    padding: 0px 0px 0px 0px;
  }
  .servicePad {
    padding: 0px !important;
  }
  .pbmit-title-bar-wrapper,
  .pbmit-title-bar-content {
    min-height: auto;
  }
  .tab-section-one .pbmit-posts-wrapper {
    display: flex;
  }
  .contact-us-section {
    padding: 30px 15px 30px 15px;
  }
  .pbmit-service-style-1 {
    margin-right: 15px;
  }
  .about-section-one .about-one-col-1,
  .about-section-one .about-one-col-2,
  .about-section-one .about-one-col-3 {
    width: 45%;
    margin-right: 15px;
  }
  .services-sm-sec {
    overflow-x: hidden !important;
  }
}
@media (max-width: 575px) {
  .pbmit-tab .nav-tabs {
    display: flex;
  }
  .pbmit-tab .nav .nav-item a {
    padding: 0 10px 10px;
  }
  .pbmit-tab .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
  }
  .know-more {
    width: 100%;
    text-align: center;
  }
  .pbmit-heading-subheading .pbmit-subtitle {
    text-align: center;
    width: 100%;
  }
  .pbmit-service-style-1 {
    margin-right: 0px;
  }
  .about-section-one .about-one-col-1,
  .about-section-one .about-one-col-2,
  .about-section-one .about-one-col-3 {
    width: unset;
    margin-right: unset;
  }
  .pbmit-posts-wrapper {
    display: flex !important;
  }
  .navbar-toggler {
    right: 15px;
  }
  .section-md,
  .marquee-section-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .list-group.list-group-borderless,
  .pbmit-tab-inner-content ul {
    margin-left: 15px;
  }
  .pbmit-heading-desc {
    text-align: justify;
  }
  .tab-section-one .pbmit-contentbox.pl-30 {
    padding: 0px 0px 0px 0px;
    text-align: justify;
  }
  .tab-section-one .pbmit-contentbox.pr-30 {
    padding: 0px 0px 0px 0px;
    text-align: justify;
  }
  .tab-section-one .pbmit-contentbox.pr-30.textPadd {
    padding: 0px 0px 0px 0px;
    text-align: justify;
  }
  .pbmit-ihbox-contents {
    padding: 0 20px 0 0;
  }
  .pbmit-slider-one .pbmit-slider-content .pbmit-title {
    font-size: 35px;
    line-height: 45px;
  }
  .site-header .pbmit-header-content {
    padding: 0 0px;
  }
  .header-style-1 .container-fluid {
    padding: 0 10px;
  }
  .safetySvg {
    align-items: center;
  }
  .container.bg-green.cta-section .row {
    padding: 0 30px;
  }
  .pbmit-fld-contents .svg {
    padding-bottom: 30px;
  }
  .about-section-one .about-widget-wrap.evCar {
    margin: 10px 0px 0 0px !important;
  }
  .pbmit-heading-subheading .pbmit-title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
  }
  .pbmit-heading-subheading .pbmit-title.choose {
    text-align: center;
  }
  .pbmit-contentbox.start {
    margin-top: 25px;
  }
  .pbmit-heading-subheading .pbmit-title.why {
    padding-left: 10px;
    margin-top: 20px;
  }
  .services-sm-sec .container .row {
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden !important;
  }
  .pbmit-heading-subheading.whyText .pbmit-heading-desc {
    padding: 0 10px;
  }
  .cta-main {
    padding: 0px 0 0px 0;
  }
  .justify-content {
    justify-content: start;
  }
  .social li {
    width: 40px;
  }
}
