.breadcrumb a { color: rgba(55, 52, 53, 0.30); }
  .breadcrumb a:hover { color: #f58634; }



.section-padding {
    padding: 5em 0 !important;
  }
  .projects-banner {
    height: 360px;
    background-color: #F8F8F8;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
    position: relative;
}
.projects-banner img.vector {
    position: absolute;
    right: 0;
}
.projects-banner h2 {
    color: #373435;
    font-size: 34px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.5px;
}
.projects-banner p {
    color: rgba(55, 52, 53, 0.30);
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}


ul.projects-top-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
ul.projects-top-nav li {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
ul.projects-top-nav li:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
ul.projects-top-nav li a {
    color: #262626;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
ul.projects-top-nav li a.active,
ul.projects-top-nav li a:hover {
  color: #F58634;
}


.project-wrapper.card { margin-bottom: 3em; }

.project-wrapper.card .card-header {
    overflow: hidden;
}
.project-wrapper.card .card-header img {
    transform: scale(1);
    transition: 1s;
}
.project-wrapper.card:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.project-wrapper.card span.cat-name {
  color: #919394;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-wrapper.card h5 {
    color: #222729;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.project-wrapper.card address { margin-top: 5px; }
.project-wrapper.card address p {
    color: #262626;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}
.project-wrapper.card p.mrera-text {
    color: #262626;
    font-family: Biryani;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.project-wrapper.card a.btn-project-link {
    display: block;
    background-color: #373435;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: 1s;
}

.project-wrapper.card a.btn-project-link:hover {
  background-color: #F58634;
  transition: 1s;
}

.pagination .page-numbers {
    border: 1px solid;
    padding: 0 15px;
    margin: 0 2px;
}
.pagination .page-numbers.current {
    background-color: #f58634;
    color: #fff;
    border-color: #f58634;
}




/* Media Query */

@media(max-width: 992px) {

  .projects-banner {
    height: 250px;
    padding-left: 3em;
  }

  .projects-banner img.vector {
    width: 300px;
  }

  .projects-banner h2 {
    font-size: 28px;
    line-height: 43px;
  }
  .projects-banner p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media(max-width: 767px) {
  .section-padding {
    padding: 3em 0 !important;
  }
  section.section.ps-5.pe-5.top-banner {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
    background-color: #f8f8f8;
  }
  .projects-banner {
    height: auto;
    padding-left: 0;
  }
  .projects-banner img.vector {
    width: 100%;
    position: relative;
  }
  .projects-banner h2 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 1em;
  }


    ul.projects-top-nav {
        flex-direction: column;
        border: 0;
    }

    ul.projects-top-nav li {
        border: 1px solid #d9d9d9;
        margin: 5px 0;
        padding: 9px 0;
    }

    .project-listing .col {
        flex: auto;
    }

    section.section-padding.project-listing {
        padding-bottom: 0 !IMPORTANT;
    }
}