.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
} 
.ihbox-six-left-area {
  padding: 60px 15px 0px 0px;
}
@media (max-width: 1200px) {
  .header-style-1 .site-branding .pbmit-bottom-left-corner {
      right: -10px;
      left:auto;
  }
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon{
    margin-right: 0px;
    margin-left: 25px;
}

/* shorcode css */
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
  margin: 0 20px 0 0;
}

/* shorcode css */
/* Add an overlay */
.pbmit-title-bar-wrapper::before {
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black overlay */
  z-index: 2; /* Ensure it appears above the image but below the text */
}

/* Ensure text appears above the overlay */
.pbmit-title-bar-wrapper * {
  position: relative;
  z-index: 3;
}
