#banner-seo {
        background-image: url(../../assets/images/customPortfolio/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner .about-heading h1{
      color: white !important;
    }

.logoImage {
  max-width: 250px;
  max-height: 100px;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}
.logoImage:hover {
  filter: grayscale(0%);
}
.portfolioBanner {
  height: calc(100vh - 75px);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px;
}

.top-35 {
  top: 35%;
}
.portfolioOverlay {
  background: #000000c9;
  height: 100%;
}
.brandBox {
  padding: 20px 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 5px 3px, rgb(0 0 0 / 3%) 0px 1px 1px;
  margin-bottom: 40px;
}
.brandBox h2 {
  border-left: 1px solid black;
  padding-left: 20px;
  margin-top: 18px;
  line-height: 30px;
}
.whiteBtn {
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #c9c9c9;
  padding: 10px 30px;
  word-spacing: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  letter-spacing: 3px;
  font-size: 14px;
  transition: all 0.5s ease;
  display: inline-block;
      cursor: pointer;
}
.whiteBtn:hover {
    transform: translateY(-10px);
}

.tags{
    cursor: pointer;
}
.tags:hover{
    background: lightgray;
}

.text-justify{
    text-align: justify;
}
@media(min-width: 768px){
    .text-md-justify{
    text-align: justify;
}
}

@media(max-width: 767px){
    .brandBox h2{
        border-left: none;
    }
}