.breadcumb-content p
{
}
.breadcumb-flex {
 display:flex; 
}

padding-top: 30px;
}
.header-layout2 .sticky-wrapper.sticky .menu-area {
    background: #0f336b;
  
}
.header-layout2 .sticky-wrapper.sticky {
    background-color: #0F336B !important;
   
}
.sticky-wrapper {
   background-color: var(--theme-color);
}
.header-absolute {
    background-color: #ffffff00 !important;
}
.bg-hero-breadcumb {
  padding: 185px 0px 100px 0;
}

.breadcumb-title {
  color: var(--white-color);
  font-size: 64px;
  font-weight: 700;
  margin: -0.14em 0 -0.14em 0;
  line-height: 1.1;
      padding-bottom: 20px;
}

.breadcumb-subtitle {
      color: #e76100;
    font-size: 30px;
    font-weight: 500;
    margin: -0.14em 0 -0.14em 0;
    line-height: 1.1;
    padding-bottom: 39px;
}

.breadcumb-content {
  max-width: 100%;
      text-align: center;
}

.breadcumb-menu li {
      display: inline-block;
    margin-right: 1px;
    padding-right: 0;
    list-style: none;
    color: var(--smoke-color);
    position: relative;
    font-size: 14px;
}

.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
    color: var(--white-color);
    word-break: break-word;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
 
}
.box-image {
  display:none; 
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--smoke-color);
}
@media (max-width: 768px) {
  
  .breadcumb-title {

    font-size: 40px;
  }
  .bg-hero-breadcumb {
    padding: 145px 0px 100px 0;
}
  
}