.navbar-brand span {
      color: #002f86;
      font-weight: bold;
      font-size: 24px;
}
.navbar-brand .orange-dot {
      color: orange;
}
.nav-link {
      margin-right: 15px;
      font-weight: 500;
      color: #000 !important;
}
.btn-contact {
      background-color: #0038a8;
      color: #fff;
      font-weight: 500;
      padding: 6px 16px;
      border-radius: 20px;
}
/* nav bar end  */

/* Breadcrumb Banner */
    .portfolio-header {
      background: url('images/portfolio1.png') no-repeat center center;
      background-size: cover;
      color: white;
      padding: 100px 20px;
      text-align: center;
      position: relative;
    }

    .portfolio-header::after {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }

    .portfolio-header h2,
    .portfolio-header p {
      position: relative;
      z-index: 1;
    }

    .portfolio-header h2 {
      font-size: 3rem;
      font-weight: bold;
    }

    /* Filter Menu */
    .portfolio-menu {
      text-align: center;
      margin: 40px 0 20px;
    }

    .portfolio-menu a {
      margin: 0 10px;
      font-weight: 600;
      color: #000;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      padding-bottom: 4px;
    }

    .portfolio-menu a.active {
      color: #007bff;
      border-bottom: 2px solid #007bff;
    }

    /* Portfolio Card */
    .portfolio-item {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
    }

    .portfolio-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    .portfolio-item h5 {
      position: absolute;
      top: 20px;
      left: 20px;
      color: white;
      font-weight: bold;
      background: rgba(0,0,0,0.4);
      padding: 5px 10px;
      border-radius: 5px;
    }

    .portfolio-desc {
      background-color: #f1f1f1;
      padding: 10px 15px;
      font-size: 14px;
      color: #333;
    }


.social_media_icon i {
    margin: 15px;
    font-size: 25px;
}

a {
  color: inherit;   
  text-decoration: none; 
}

ul.list-unstyled a li {
    margin-top: 5px;
}

footer {
  background: linear-gradient(to right, #00a8ff, #0046ad);
}


a.nav-link.header {
  font-size: 18px;
  padding: 10px;
}
a.nav-link.header:hover {
   border-bottom: 3px solid #ffc107;
}


.list-unstyled i.fa-solid.fa-greater-than {
    font-size: 10px;
    color: #ffc107;
}
.col-md-4.mb-3 p i {
    color: #ffc107;
}
.social_media_icon i:hover {
color: #ffc107;
}