body{
  font-family: "Poppins", sans-serif;
}
h1,h2,h3{
  font-family: "Barlow Condensed", sans-serif;
}
.menu-link {
  display: block;
  padding: 1rem 0.5rem;
  color: #fff;
  transition: all 0.2s ease;
  border-top:1px solid rgba(255,255,255,0.2);
}
.menu-link:hover {
  color: #E56E2D;
}
.maintitle{
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
.portfoliobannerbg{
  background: url(images/portfolio-banner.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 90vh;
}
.portfoliobannerbg::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}

@media (min-width: 992px) {
  .menu-link {
    color: #414141;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.0rem;
    font-weight: 600;
    border:0;
  }
  .container{
    max-width: 1200px;
  }
}

.dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #364153;
  border-top: 1px solid rgba(0,0,0,.2);
  transition: all 0.2s ease;
}
.dropdown-link:first-child{
  border-top: 0;
}
.dropdown-link:hover {
  color: #E56E2D;
}
.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    font-size: 1.5rem;
  }

  .footer-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f97316;
    display: block;
    margin-top: 8px;
  }

  .footer-list li {
    margin-bottom: 6px;
  }

  .footer-list a {
    color: #9ca3af;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .footer-list a:hover {
    color: #f97316;
    padding-left: 6px;
  }
@media (min-width: 1536px) {
  .container {
    max-width:1260px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width:1170px !important;
  }