#subpage #topbar li.nav-item a {
  color: #fff;
}
#subpage #topbar li.nav-item .dropdown-menu a {
  color: #736866;
}

#subpage .entry-header .inner {
text-align: left;
margin: 0 auto 20px auto;
width: 800px;
}

#subpage .entry-header { padding-top: 20px; background-color: #fff; width:100%; position: fixed; top: 0; left: 0; z-index: 999999}

.homeSlide h2.title-subpage-banner { 
  color: #736866;   
  display: block;
  font-size: 8em;
  line-height: normal;
  margin-bottom: -.235em;
  margin-left: 0;
  opacity: 1;
  text-transform: lowercase;
  font-weight: 700;
  text-align:center;
  z-index: 1;
  -webkit-transition: opacity .5s 0s,margin-left .5s 0s;
  transition: opacity .5s 0s,margin-left .5s 0s;
}

      
 /* Background container */
 /*
.bg-subpage-txt{
background-image: url('../images/subpage/adv_expertise_text_bg.jpg');
background-size: cover;
background-position: center;
position: relative;
width:100%
}
*/
/*
.bg-subpage-txt .heading{
   border-bottom:2px solid#e4d2b1;  
}
*/

.bg-subpage-txt .heading h1{
  /*transform: translate(0, -50%);*/
  max-width: 90%;
  color: #736866; 
  font-size:32px;
}
.bg-subpage-txt .innertxt{
  
}

.bg-subpage-txt .innertxt p{
  font-family: Arial, sans-serif; /* Choose a readable font */
  font-size: 18px; /* Set a comfortable font size */
  line-height: 1.7; /* Adjust line height for readability */
  color: #474747; /* Choose a suitable text color */
  margin: 10px 0; /* Add margin for spacing */  
}
