.brand-item img {
    filter: none !important;
    opacity: 1 !important;
}
.transparent-header .container{ 
  padding: 0;
}
.transparent-header .custom-container{
   width: 100% !important;
  max-width: 100% !important;
}
.menu-nav{
  justify-content: space-between;
   padding: 20px 50px;
}

.menu-nav .navbar-wrap{
  flex-grow: 0;
}
.f-logo img, .fw-logo img, .logo img{
  max-height: 65px;
}
.inner-contact-img img{
  max-width: 500px;
  max-height: 500px;
}
.project-details-thumb{
  max-width: 550px;
}
.blog-post-share {
  display: none; 
}
.bd-content-bottom{
  display: none; 
}
.slider-content{
 background: rgba(0, 0, 0, 0.45);
   backdrop-filter: blur(5px);
  border-radius: 15px;
   border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
    max-width: 500px;
}

.footer-top-two .container .row{
  justify-content: space-between;
}
.slider-content p{
  margin-bottom: 25px;
   color: #e0e0e0; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider-content .sub-title{
   color: #fff; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slider-content .title {
 color: #f0f0f0 !important;       
  font-weight: 600 !important;       
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}